Commit Graph

8503 Commits

Author SHA1 Message Date
mycroft
fee90785c2 Move a misplaced #endif. 1994-06-13 16:00:41 +00:00
gwr
99b3d9f091 Update for new FS code (vnode_if.*) 1994-06-13 15:54:16 +00:00
mycroft
d87a71b8c8 Undo last change. 1994-06-13 15:39:13 +00:00
mycroft
33d82e8a8b Move definition of prtactive. 1994-06-13 15:37:55 +00:00
gwr
3247b5928d Fix unresolved: prtactive 1994-06-13 15:33:32 +00:00
gwr
0784b58d30 New diskless boot code (uses RARP, bootparamd). 1994-06-13 15:28:55 +00:00
cgd
f5ef67b2d1 don't clobber uncompress, zcat, or their man pages 1994-06-13 15:18:46 +00:00
cgd
0d538f0821 undo local changes relating to new FS code 1994-06-13 15:09:06 +00:00
cgd
09b7f07d6b include file fix 1994-06-13 15:04:00 +00:00
cgd
1cd75f5acb kill U word 1994-06-13 14:55:39 +00:00
cgd
53d6e686d5 clean up import, add rcsid's. 1994-06-13 14:48:14 +00:00
cgd
3b93c56b85 new compress from Lite 1994-06-13 14:35:25 +00:00
jtc
e12121f0ea Change manpage's struct sigaltstack definition to match the one in
<sys/signal.h>.  Fixes bug 283.
1994-06-13 14:34:24 +00:00
cgd
3cd4ed5cd4 fix include file 1994-06-13 14:29:08 +00:00
jtc
d356abc303 User's should #include <signal.h>, not <sys/signal.h> if they want to
use this function portably.
1994-06-13 14:26:18 +00:00
chopps
6729c03f86 some cleanup and various fixes for new fs code. plus some general
fixes from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
1994-06-13 08:12:30 +00:00
chopps
8ed58a738d fixup for new fs code. 1994-06-13 06:39:17 +00:00
chopps
6a0e2061ce some changes for new style cachectl. remains compat for <= 030 1994-06-13 05:28:39 +00:00
cgd
ce5210ad7d delete nfs_diskless, and ufs -> ffs, so kernel links properly. 1994-06-13 02:32:50 +00:00
jtc
c698beeb0e Add prototypes for res_query() and res_search() to fix bug #250.
More extensive changes will come when bind-4.9.3 is released and
integrated.
1994-06-13 01:16:13 +00:00
cgd
f25c65f6fb syscall numbers have changed enough to make old version dangerous 1994-06-13 00:30:27 +00:00
cgd
3ffaded87c include changes for new fs code 1994-06-13 00:19:12 +00:00
cgd
809de843f3 oops; forgot man page 1994-06-13 00:13:48 +00:00
mycroft
4849d78f88 Clean up deleted files. 1994-06-12 22:58:06 +00:00
cgd
3943fb37c8 kill async_daemon; it's dead now 1994-06-12 22:58:03 +00:00
cgd
747476fd42 fix up includes for new FS code 1994-06-12 22:52:01 +00:00
cgd
60dd072daa make install work for copies, but hack it to work for symlinks 1994-06-12 22:49:59 +00:00
cgd
8c483ea902 alphabetize 1994-06-12 22:37:13 +00:00
jtc
212ba62f56 Set the status variable ($?) to 0 after a successful variable assignment. 1994-06-12 02:31:28 +00:00
mycroft
b617dc888e Need to offset cpu_vendor by KERNBASE during startup. 1994-06-11 20:44:13 +00:00
jtc
fe4dd97bd4 Remove unneeded #include <stddef.h> because <string.h> #defines NULL too. 1994-06-11 16:49:13 +00:00
jtc
59ad910d74 Note that confstr() is POSIX.2 compliant. 1994-06-11 16:44:28 +00:00
jtc
fbb595cc94 Replace my version of confstr() with 4.4 lite's, which gets its values
with sysctl().
1994-06-11 16:40:46 +00:00
mycroft
cafd1f7e9f Add RCS ids. 1994-06-11 16:11:35 +00:00
jtc
5e8c28642a from 44lite 1994-06-11 15:28:19 +00:00
mycroft
c250a07889 Fix up RCS ids. 1994-06-11 07:50:42 +00:00
phil
535a398e2a _minbrk => minbrk 1994-06-10 22:46:14 +00:00
pk
5d4bd29314 Check for all NFS related vnode ops. 1994-06-10 20:01:20 +00:00
pk
80c7c7ee1a Update to 4.4-lite (basically some copyright changes) + local changes. 1994-06-10 18:06:15 +00:00
mycroft
04117b8e3e Clean up deleted files. 1994-06-10 18:06:14 +00:00
pk
ed2fab3b01 Update to 4.4-lite (basically some copyright changes) + local changes. 1994-06-10 18:06:09 +00:00
pk
e681ff5f4a Update to 4.4-lite. 1994-06-10 17:42:09 +00:00
pk
928beac1da X compilation 1994-06-10 17:33:55 +00:00
pk
a43fd7b3a2 Conversion to err()/warn() for error reports. 1994-06-10 15:16:32 +00:00
pk
a6bf4f8176 Conversion to err()/warn() for error reports.
Minor bug fixes:
	a case of free()ing in the wrong order. (from Rick Murphey).
	processing alias symbol twice (sometimes).
Some miscellaneous cleanup.
1994-06-10 15:16:04 +00:00
pk
24c3ce74de Changes in pmap structures. 1994-06-10 14:34:58 +00:00
pk
65c532b7a2 Allocate pmap's segmap separately.
Keep some tags on segment boundaries to optimise ctx_alloc().
1994-06-10 14:32:54 +00:00
pk
ec1b77781f Update to 4.4-lite, local changes to man page. 1994-06-10 14:12:08 +00:00
pk
ee7440f9ab Update to 4.4-lite. 1994-06-10 13:36:45 +00:00
pk
86fbbf6633 Update to 4.4-lite, local changes to man page. 1994-06-10 13:35:24 +00:00