Commit Graph

7311 Commits

Author SHA1 Message Date
mycroft
0985e0980b Avoid sleeping in swtch_exit(). 1994-05-02 23:38:10 +00:00
pk
77c9a3fa5b Prototype some things. 1994-05-02 10:18:21 +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
6ca1616efb don't make floppies until it works 1994-05-01 07:50:20 +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
6d38f791b4 be careful w/strings; from Simon J. Gerraty <sjg@zen.void.oz.au> 1994-05-01 04:39:35 +00:00
cgd
e0db92993a change timeout/untimeout/wakeup/sleep/tsleep args to void * 1994-04-29 23:15:51 +00:00
cgd
e3926c6721 fix formatting bogon 1994-04-29 21:48:49 +00:00
pk
5a733c195b Tweak address maps so that .o & kernel symbols tables have some meaning. 1994-04-29 20:46:50 +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
cgd
e5ad8074f2 minor code structure nit that i pointed out to hibler a while ago... 1994-04-29 03:56:26 +00:00
mycroft
f9926d7e22 Clean up deleted files. 1994-04-29 02:06:49 +00:00
jtc
4725e86083 Strip trailing slashes, to make "mkdir -p" work as specified by POSIX.2. 1994-04-29 00:13:54 +00:00
cgd
9c704c6bc2 light update from Mike Long <mike.long@analog.com> 1994-04-29 00:05:49 +00:00
pk
7243f6f6fb Towards termios. 1994-04-28 22:12:28 +00:00
pk
b9b9f6e62c Mark a few capabilities as unsupported.
Document some new ones.
1994-04-28 22:11:14 +00:00
phil
59a264f1a8 Adding ns32k support. 1994-04-28 17:11:00 +00:00
phil
9911db04dc Adding ns32k definitions. 1994-04-28 17:10:40 +00:00
pk
af75045f58 Use TCSADRAIN to avoid loosing chars on slow lines. 1994-04-28 15:57:41 +00:00
mycroft
2ff4b1435c Set ICUs to read IRR by default. 1994-04-28 08:28:35 +00:00
mycroft
39718a43cc Enable/disable shared memory access on all WD/SMC boards. Add support for
software selection of AUI or BNC connectors using LINK0.
1994-04-28 04:53:09 +00:00
cgd
10b63d74bc SHUT UP! 1994-04-28 03:51:58 +00:00
cgd
009e6dd4e9 rearrange some splfoo 1994-04-28 01:17:00 +00:00
jtc
7485400f95 simplify recursive directory create (mkdir -p) code 1994-04-28 00:10:30 +00:00
jtc
f667148224 Skip trailing slashes, so "rmdir foo/" works even on systems without
a POSIX.1 compliant rmdir(2) syscall.
1994-04-28 00:03:18 +00:00
cgd
c6ac3ac23a make a bit clearer 1994-04-27 22:40:48 +00:00
cgd
dd243c0bb4 kill hard coded paths, kill typos and a couple of bogons, etc. 1994-04-27 22:37:11 +00:00
cgd
da9e659d0d SHUT UP! 1994-04-27 21:43:47 +00:00
cgd
6035732eed need <sys/time.h> 1994-04-27 21:32:00 +00:00
jtc
c1a0df95a9 Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
Manpage coming soon.
1994-04-27 19:50:51 +00:00
jtc
0d6a99f38a Added POSIX.2 getconf utility; although It won't be really useful until
we get sysconf() & pathconf().
1994-04-27 19:50:34 +00:00
pk
c36241bbed Add "show callout". 1994-04-27 10:49:07 +00:00
pk
6ce04ec890 Routine to display callout table from DDB. 1994-04-27 10:47:51 +00:00
mycroft
930194f7f9 Remove wt0 and el0 from these configs until probe problems are resolved. 1994-04-27 08:25:53 +00:00
hpeyerl
04853608cf make a make and a make install work 1994-04-27 06:23:02 +00:00
deraadt
3364832746 ship a dev.cpio.gz that has devices built in it 1994-04-27 05:14:46 +00:00
mycroft
11bb73b9a1 Fix mmopen() and mmclose(). 1994-04-27 03:53:29 +00:00
mycroft
bec176e7da Update for new time struct. 1994-04-26 22:33:28 +00:00
phil
128ceab54f Sigh .. forgot to kill one .globl 1994-04-26 20:47:46 +00:00
phil
fe9c815e20 using the "autoboot rom", the pc532 will now actually reboot ... locore.s can
now stop mapping and rerun the monitor as if the machine just had power
applied.
1994-04-26 20:46:40 +00:00