Commit Graph

10511 Commits

Author SHA1 Message Date
mycroft d296006dca Add USER_LDT. 1994-10-31 21:07:50 +00:00
mycroft 6f895463de Fix core dump when parsing ccd device specifications. From Jason Downs. 1994-10-31 19:13:13 +00:00
glass 2999135c5d link inet.3 for inet_aton() 1994-10-31 06:53:48 +00:00
andrew 20cc8b6c5c Increase NKPDE to cope with 64MB RAM. 1994-10-31 06:30:52 +00:00
deraadt 930c2dade2 fix CS[5678] code 1994-10-31 05:18:10 +00:00
cgd 1652f9df45 add another mirror 1994-10-31 05:02:00 +00:00
cgd 8be9e9fa7e Add another undef 1994-10-31 05:01:45 +00:00
cgd 12e31a0cfc oops; get rid of previous (iffy) zopen declaration 1994-10-31 04:47:26 +00:00
cgd 96209ecf3f pull in string.h 1994-10-31 04:38:09 +00:00
cgd 6935d116b0 make a proto for zopen (yech) 1994-10-31 04:37:32 +00:00
cgd 55b1ef78a6 pull in helpful includes. 1994-10-31 04:35:58 +00:00
cgd 568f59eb00 will need <sys/queue.h> 1994-10-31 04:34:56 +00:00
cgd d498469853 be more careful with types. 1994-10-31 04:29:39 +00:00
cgd c211122248 play musical chairs, but with the fields. 1994-10-31 04:25:04 +00:00
cgd d666563b16 deal with RPC protos. 1994-10-31 04:24:32 +00:00
cgd f12bf2a597 ioctl types. 1994-10-31 04:24:09 +00:00
cgd 86400f0f91 types/field names. 1994-10-31 04:22:12 +00:00
cgd 696b7080ba correct pointer type. 1994-10-31 04:21:52 +00:00
cgd 330e4bd448 correct return values. 1994-10-31 04:21:35 +00:00
cgd 65a9ae984d Add string.h 1994-10-31 04:19:00 +00:00
mycroft 077d88659c Remove statements about requiring two floppy drives. 1994-10-31 03:15:55 +00:00
briggs 65c76f071d Fixup a couple of missed fixes when updating to hp300/amiga
interpretation of mmutype.  Thanks to Lawrence Kesteloot for
catching the first of these.
1994-10-31 01:15:53 +00:00
deraadt 42308258a1 better and brighter 1994-10-31 00:54:44 +00:00
mycroft 1c76bf7aa1 Add a nullcnpollc(), for people who don't want to deal. 1994-10-30 22:16:37 +00:00
mycroft 7c29d675ec Change argument list of ttioctl() to match other ioctl functions. 1994-10-30 22:11:05 +00:00
cgd 6ac2bbfc35 be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
cgd f02d90ac83 code is u_long for sendsig() 1994-10-30 19:18:44 +00:00
cgd 4eaa98b365 cleanliness, type sizes, casts. 1994-10-30 19:15:46 +00:00
cgd e4f7454791 code is an unsigned long, not an unsigned int. 1994-10-30 19:11:55 +00:00
cgd 0a930e5ce6 redo that last change, correctly. (suggested by mycroft.) 1994-10-30 19:11:09 +00:00
cgd d5152f35d7 DTRT with thread id. 1994-10-30 19:09:45 +00:00
cgd d7b077da74 use unsigned ac_flag 1994-10-30 19:09:08 +00:00
cgd 514f89832e minor clean, and kill some unnecessary paranoia 1994-10-30 19:08:35 +00:00
mycroft 1e951824c4 Clean up deleted files. 1994-10-30 18:43:27 +00:00
deraadt 89a7412206 KNF 1994-10-30 18:43:21 +00:00
pk 1f746cfba1 Prevent infinite loop on dubious input. 1994-10-30 14:18:42 +00:00
briggs 815a0b9aca Fix a buglet in computation of fbsize. Pointed out by monroe@cs.pdx.edu. 1994-10-30 13:34:31 +00:00
cgd a91a509292 add NFS server functionality 1994-10-29 08:34:06 +00:00
cgd cdf24ccd37 clean up types usage. 1994-10-29 08:20:12 +00:00
cgd e6c493ce00 compensate for stupitdities in the use of b_pfcent. 1994-10-29 08:02:22 +00:00
cgd f704435aa1 light clean; make sure headers are properly included, types are OK, etc.
use UNALINGNED_ACCESS macro, to determine how to get at fields.
1994-10-29 07:59:27 +00:00
cgd be8c7b9d80 light clean; make sure headers are properly included, types are OK, etc. 1994-10-29 07:58:24 +00:00
cgd aa151f86b3 change some strategic casts to (*long) from (*int). 1994-10-29 07:35:04 +00:00
cgd 58604c58ca fix a couple of obvious, painful endianness bugs introduced in last commit. 1994-10-29 06:38:11 +00:00
christos f46f498d53 Changed code to KNF, removed global variable per cgd's request. 1994-10-29 00:43:14 +00:00
mycroft 9769a6a6f7 Various:
* Forget all cached info when opening a new disc.
* If the disc is removed, flush the buffer queue rather than stalling it.
* Set the default label after getting the disc size, and fill in the info
for RAW_PART also.
* Change another use of the unit number to a softc pointer.
* Use a dkdevice to hold the label and open partition masks.
* Force the partition offset to 0 for RAW_PART, regardless of the label.
* Nuke MCDPHYS() and MCDREADRAW; they had a silly bug that caused the code
to not work, and they aren't useful anyway.
Some other minor cleanup.
1994-10-28 23:39:59 +00:00
cgd 63da4ca156 kill space 1994-10-28 23:18:04 +00:00
cgd 64d07daf4f kill space. 1994-10-28 23:17:22 +00:00
cgd cf92049b53 minor cleanup; get output format right. 1994-10-28 23:14:46 +00:00
cgd 17e2c106af oopps! how did an Id sneak in... 1994-10-28 23:06:09 +00:00