gwr
|
1c7ffbcc19
|
Catch up with changes in the common vm code.
Change sun3_stop() calls to sun3_rom_xxx()
|
1994-05-04 05:45:02 +00:00 |
|
gwr
|
c40d99cb96
|
Catch up with changes in common vm code.
|
1994-05-04 05:42:29 +00:00 |
|
cgd
|
17f30a5d0b
|
kill obvious bug; glad to know this was tested!
|
1994-05-04 05:41:55 +00:00 |
|
gwr
|
bf2e2efc81
|
Add delay.s
|
1994-05-04 05:40:17 +00:00 |
|
gwr
|
4a83b7b796
|
Implements the functions: delay(), delay2us()
|
1994-05-04 05:39:44 +00:00 |
|
gwr
|
03bb45e589
|
New style (easier to read), use SunOS-4.1.1 device numbers.
|
1994-05-04 05:38:39 +00:00 |
|
gwr
|
76cd02b219
|
Add RB_NOSYNC to boothowto instead of disabling machdep.c:boot()
|
1994-05-04 05:36:55 +00:00 |
|
gwr
|
93fa1563a6
|
Get initial mappings for console routines.
Use the kd device instead of tty rewiring mess
|
1994-05-04 05:34:14 +00:00 |
|
gwr
|
21e4034d51
|
Make ZS_DELAY() use the new delay2us() function.
|
1994-05-04 05:30:35 +00:00 |
|
gwr
|
bfcbf0f513
|
Add zs0_va, zs1_va
|
1994-05-04 05:29:25 +00:00 |
|
gwr
|
c224b41c38
|
This provides a tty device for dev/cons.c to point at.
|
1994-05-04 05:27:50 +00:00 |
|
gwr
|
1adf9a39b5
|
Make the DELAY macro call the new delay() function.
|
1994-05-04 05:25:43 +00:00 |
|
briggs
|
83e8ab7114
|
Don't even pay lip service to HPUXCOMPAT, now COMPAT_HPUX.
|
1994-05-04 05:25:41 +00:00 |
|
gwr
|
a8f63d1201
|
Add zs0_va, zs1_va
|
1994-05-04 05:24:36 +00:00 |
|
gwr
|
7504f664b1
|
Add EE_CONS_P4OPT, fix boilerplate.
|
1994-05-04 05:23:02 +00:00 |
|
mycroft
|
e1f885f156
|
HPUXCOMPAT -> COMPAT_HPUX
|
1994-05-04 04:10:28 +00:00 |
|
mycroft
|
e5a2605525
|
Remove silly redundant #ifdefs.
|
1994-05-04 04:09:34 +00:00 |
|
mycroft
|
495d3519fa
|
HPUXCOMPAT -> COMPAT_HPUX
|
1994-05-04 04:02:54 +00:00 |
|
mycroft
|
e3e3d72f66
|
Update to match proc.h.
|
1994-05-04 03:47:10 +00:00 |
|
cgd
|
4bbabd8e7a
|
Rename a lot of process flags.
|
1994-05-04 03:41:12 +00:00 |
|
mycroft
|
901ca10819
|
Tweak overflow check.
|
1994-05-04 02:07:24 +00:00 |
|
cgd
|
f8dd4f370d
|
expand the rlimit struct, kill last vestiges of off_t bogosity.
|
1994-05-04 01:38:25 +00:00 |
|
deraadt
|
946453260a
|
fixes from <brad@fcr.com> who claims it now works correctly
|
1994-05-03 23:02:07 +00:00 |
|
mycroft
|
e5c1d566ef
|
Really fix the Buslogic/DTC problem.
|
1994-05-03 20:53:54 +00:00 |
|
mycroft
|
d300cfc46f
|
Various cleanup.
|
1994-05-03 20:51:15 +00:00 |
|
mycroft
|
90beb62e64
|
Need icu.h.
|
1994-05-03 20:35:08 +00:00 |
|
mycroft
|
0ee51c2c8b
|
Forgot to munge the #includes in last commit.
|
1994-05-03 20:32:22 +00:00 |
|
mycroft
|
e8f7c7c31b
|
Speed it up, and make it easier to handle different timer rates efficiently.
|
1994-05-03 20:30:26 +00:00 |
|
mycroft
|
884168ce49
|
Move beep junk to clock.c.
|
1994-05-03 08:23:55 +00:00 |
|
mycroft
|
36a9bcce8d
|
Fix argument to aic_sched_msgout() is several places, and condense some code.
|
1994-05-03 08:20:43 +00:00 |
|
phil
|
4e523f8ddb
|
clock.c/mem.c: real time clock detection fix/config change
pmap.c: zap mmap
|
1994-05-03 07:30:30 +00:00 |
|
phil
|
cbe2aab3b2
|
changes for shared libs and fast ntoh*/hton* routines.
|
1994-05-03 07:29:37 +00:00 |
|
mycroft
|
650e19b16d
|
Clean up deleted files.
|
1994-05-03 07:27:06 +00:00 |
|
phil
|
4cf1fbc402
|
configuration name changes, cleanup on the Makefile
|
1994-05-03 07:26:59 +00:00 |
|
mycroft
|
3acdcf5311
|
Use vm_map_remove(), not vm_map_delete().
|
1994-05-03 01:24:11 +00:00 |
|
mycroft
|
0985e0980b
|
Avoid sleeping in swtch_exit().
|
1994-05-02 23:38:10 +00:00 |
|
deraadt
|
394be046a5
|
insw takes a word count
|
1994-05-02 06:37:10 +00:00 |
|
glass
|
7a1f9ba5b9
|
ugh. splimp is the greater of splnet and splbio now. used by pmap module for splpmap()
|
1994-05-02 05:46:06 +00:00 |
|
cgd
|
55d406e5e7
|
clean output, take the blame for a thing or two, and shrink more
|
1994-05-01 06:46:27 +00:00 |
|
cgd
|
70ba2b2c43
|
sun syscalls.master update
|
1994-05-01 06:15:58 +00:00 |
|
cgd
|
40d241b53a
|
three changes i forgot, from Gordon Ross (gwr@lamp)
|
1994-05-01 06:14:50 +00:00 |
|
cgd
|
9fb6210877
|
keep appropriate id's in 'created from' lines
|
1994-05-01 06:14:04 +00:00 |
|
cgd
|
4d3fb006eb
|
kill damned off_t weirdness, also upgrade get- and setrlimit.
|
1994-05-01 05:02:24 +00:00 |
|
cgd
|
e0db92993a
|
change timeout/untimeout/wakeup/sleep/tsleep args to void *
|
1994-04-29 23:15:51 +00:00 |
|
glass
|
e22b4a56ec
|
i really wish i knew what was wrong
|
1994-04-29 15:54:10 +00:00 |
|
chopps
|
2ad38fe7cd
|
change mmap to vmpte to avoid nameclash with the syscall.
|
1994-04-29 10:50:06 +00:00 |
|
cgd
|
531f171602
|
kill an FDSCRIPTS bug which nobody had found yet.
|
1994-04-29 08:35:29 +00:00 |
|
mycroft
|
06a4a02877
|
Add some DIAGNOSTIC code to detect trying to free a page that is being faulted
in.
|
1994-04-29 08:21:49 +00:00 |
|
cgd
|
f50f031448
|
kill syscall name aliases. no user-visible changes
|
1994-04-29 04:41:02 +00:00 |
|
cgd
|
6029e550f1
|
kill 'aliases'
|
1994-04-29 04:29:14 +00:00 |
|