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
deraadt
ce0ad41a78
man page from Jason Thorpe
1994-10-28 23:03:02 +00:00
mycroft
429c7771d3
Correct padding in 3.3 boot sector structure, per Mike Hartman.
1994-10-28 22:40:46 +00:00
mycroft
ed0f09279e
Reran makesyscalls.sh, to update SYS_* constants and fix truncated line.
1994-10-28 20:46:17 +00:00
mycroft
4c7eedf0b8
This is not my day.
1994-10-28 20:20:18 +00:00
mycroft
c0fd0f67f1
Fix typo.
1994-10-28 20:16:10 +00:00
mycroft
0badb64371
For now, limit the maxfilesize to 2^31*bsize-1 in core. This is temporary.
1994-10-28 20:15:09 +00:00
mycroft
f62b376067
Fix a couple of types in the compatibility code.
1994-10-28 19:59:21 +00:00
briggs
c184327c57
Make this work. Kludge from grantham.
1994-10-28 19:55:37 +00:00
mycroft
f5720d1edd
Don't allow truncating past maxfilesize.
1994-10-28 19:31:07 +00:00
mycroft
0aeeefdc23
Fix typo in previous.
1994-10-28 17:59:47 +00:00
mycroft
6f553ba1a3
Properly document what iruserok(3) does.
1994-10-28 17:56:40 +00:00
cgd
b7d1866d65
fix bug 535, reported by Brian Moore.
1994-10-28 17:30:22 +00:00
mycroft
46ba25f017
Add vnode_if.[ch] to the clean target.
1994-10-28 17:05:29 +00:00
mycroft
54477c5285
Use the S_IS*() macros, and make this compile again after Chris's changes to ufs.
1994-10-28 16:55:05 +00:00
mycroft
bedf1adf67
Get the byte order right when creating `.' and `..' entries.
1994-10-28 16:54:05 +00:00