cgd
65e0c25657
fix from christos, for progs w/o objects
1994-07-20 04:57:12 +00:00
mycroft
24f8e9187d
Fix a problem with write-behind causing processes to be killed occasionally.
...
From Rick Macklem.
1994-07-20 04:16:01 +00:00
paulus
ce6d680c66
The ppp interface now retries the mbuf allocation when it receives
...
a character and it doesn't already have enough space allocated.
It still needs cluster mbufs to be able to decompress VJ-compressed
packets. It drops packets if it can't allocate mbufs rather than
taking the interface down.
1994-07-20 01:49:20 +00:00
paulus
09264a28ec
Due to popular revulsion, the ppp interface now drops packets if
1994-07-20 01:40:11 +00:00
mycroft
988d22662a
Implement pathconf(2).
1994-07-19 23:33:59 +00:00
mycroft
2b3a0d92f6
MDP_AST is deprecated.
1994-07-19 21:43:57 +00:00
mycroft
8e8b6c5b10
Not that it matters, but don't assume we're two's-complement.
1994-07-19 15:27:40 +00:00
mycroft
fa062570f9
Fix two more typos (identical).
1994-07-19 15:14:07 +00:00
mycroft
ffbc3c6a24
Fix typo.
1994-07-19 15:10:50 +00:00
mycroft
f8fae0f555
More redux.
1994-07-19 15:07:36 +00:00
mycroft
1656a89476
Clean up a bit:
...
Implement cd9660_blkatoff() and use it.
Reduce lots of multiplies and divides to shifts.
Make some macros look more like UFS.
Make isodirino() return the inumber rather than poke it into the abyss.
1994-07-19 14:14:08 +00:00
mycroft
e5fad6ece4
Remove things which are already done.
1994-07-19 11:34:48 +00:00
ws
31484b8fb4
Fix for new dirent structure
1994-07-19 11:20:40 +00:00
mycroft
f2d6bac657
Fix various bugs, from Duncan McEwan and John Kohl.
1994-07-19 05:08:55 +00:00
mycroft
901f3bbe9f
Give some flags longer and more mnemonic names.
1994-07-19 04:29:55 +00:00
gwr
a5d981ea62
Conditionalize some more debugging code.
...
(Don't need to drop into DDB on each COW fault :-)
1994-07-19 02:45:55 +00:00
gwr
eb09e89755
Answer a silly question in a comment.
1994-07-19 02:39:18 +00:00
gwr
dc718c003d
Fix the conditionally compiled code inside #ifdef NFS_BOOT_GATEWAY
...
and make some printf args use host byteorder.
1994-07-19 02:23:27 +00:00
paulus
e7ba8f6b5a
If we can't get mbuf clusters, take the ppp interface down instead
...
of writing beyond the end of ordinary mbufs.
1994-07-18 23:45:33 +00:00
cgd
fb6819f643
finish updating to new vnode interface, from ws.
1994-07-18 21:38:08 +00:00
pk
fc5405fc33
do echo.
1994-07-18 18:42:06 +00:00
pk
8e2c980509
Avoid descriptor leakage.
1994-07-18 18:41:12 +00:00
ws
30411e5f60
Make msdosfs exportable
1994-07-18 18:23:24 +00:00
gwr
f16450708d
Kill some over-zealous debugging checks.
...
Make sure kernel maps DVMA space non-cached.
1994-07-18 15:07:18 +00:00
gwr
23e5b7b70a
Add mising dependency
1994-07-18 14:59:47 +00:00
gwr
e6e2b33868
Fix some errors.
1994-07-18 14:51:24 +00:00
mycroft
0dd02c82cf
Fix inode number generation in readdir().
1994-07-18 13:13:46 +00:00
pk
b4a094da43
Include ffs_oldfscompat() from ffs_vfsops.c; enables booting from pre-44
...
filesystems (on big-endian machines).
1994-07-18 13:08:09 +00:00
cgd
d731b5b8a7
fix behaviour when adding -print
1994-07-18 09:55:31 +00:00
mycroft
b1156a137d
named.pid is in /var/run, not /etc.
1994-07-18 08:52:40 +00:00
mycroft
698fdf82c5
Add various and sundry options.
1994-07-18 08:34:59 +00:00
mycroft
258fcca13b
For VOP_VGET(), pretend that relocated directories don't exist, for now.
1994-07-18 08:07:50 +00:00
chopps
df7dd07ad3
fix so it compiles without DEBUG.
1994-07-18 08:06:40 +00:00
chopps
f5bedfe5e9
enable CD9660, and remove DEBUG.
1994-07-18 08:05:36 +00:00
chopps
9f3700198d
increase nswbuf to 3/4 nbuf instead of 1/2 nbuf.
1994-07-18 08:04:32 +00:00
cgd
8ee00127c9
deal properly with 'obj' dirs, when making boot blocks, etc.
1994-07-18 08:03:20 +00:00
cgd
17f610ec8a
prototype for madvise(). it's not really implemented yet, but there's
...
a stub for it in the kernel.
1994-07-18 07:22:07 +00:00
mycroft
560cc3b8bb
Invert the button logic. (Oops.)
1994-07-18 07:18:57 +00:00
mycroft
993ebf5d8d
Clean up deleted files.
1994-07-18 07:15:50 +00:00
mycroft
07a265f1c0
Add some missing options to GENERIC, and rename.
1994-07-18 07:15:45 +00:00
cgd
511df844bb
add COMPAT_44
1994-07-18 07:07:17 +00:00
glass
f1145c19b4
now using sh builtin 'echo'... so kill 'echo' entry in FLOPPYBINS
1994-07-18 06:37:20 +00:00
mycroft
3451593ece
Dorothy, I don't think we're in Utah any more...
1994-07-18 06:27:12 +00:00
deraadt
d8a9dcab90
ndqb() was broken for full ring buffers! fix from paulus.
1994-07-18 03:38:31 +00:00
chopps
fd7e6f6a49
don't hang if no floppy in system.
1994-07-18 01:37:48 +00:00
cgd
be81092ac3
fix RCS ID. *sigh*
1994-07-17 23:52:09 +00:00
mycroft
10e27106d0
Minor cleanup.
1994-07-17 19:35:32 +00:00
mycroft
ee120821cf
Updated to match other drivers, and three bugs fixed.
1994-07-17 19:24:40 +00:00
mycroft
497a6cedf0
Fix minor numbers for pms.
1994-07-17 19:08:16 +00:00
mycroft
3d78977935
pipe(2) is no longer implemented using socketpair(2).
1994-07-17 05:14:55 +00:00