4140 Commits

Author SHA1 Message Date
gwr
e52b4481b3 No longer requires GNU awk (plain "nawk" is OK).
New AWK parser is simpler and makes better use of arrays.
1994-06-15 15:49:03 +00:00
mycroft
914f6b157b Fastlink compat. 1994-06-15 15:35:06 +00:00
glass
48967285da fix typo: scan.c -> scanc.c 1994-06-15 15:27:42 +00:00
mycroft
76fe13be8e Fix a bug pointed out by JSP. 1994-06-15 14:40:32 +00:00
glass
eff56c22fa much works but untested w/new fs. expect more tomorrow 1994-06-15 05:18:38 +00:00
mycroft
51c7c774de Clean up deleted files. 1994-06-15 05:18:33 +00:00
glass
57642fb485 much works but untested w/new fs. expect more tomorrow 1994-06-15 05:18:01 +00:00
mycroft
7162b2c482 Use vget() for devices. 1994-06-15 03:30:44 +00:00
mycroft
2e6e470fba Fix a bug in finding the raw root device. 1994-06-15 03:05:26 +00:00
deraadt
4a1739545a build vnode_if.* early in a kernel compile 1994-06-15 02:13:47 +00:00
mycroft
39f627ae40 b_un.b_addr -> b_data 1994-06-14 23:54:44 +00:00
mycroft
0ae2853c67 Fix compatibility with old fastlinks. 1994-06-14 22:56:19 +00:00
mycroft
4ebc7fb219 Remove some old debugging code. 1994-06-14 20:43:42 +00:00
mycroft
6cfd63c0a3 Add some missing cld's. 1994-06-14 20:25:53 +00:00
mycroft
ef17960ce8 Print `rebooting...' before doing so. 1994-06-14 19:55:06 +00:00
mycroft
978442b5d8 Add some comments, and junk the old (unused) icode. 1994-06-14 19:53:39 +00:00
mycroft
e38ec56cb5 Fix minor bogons in isdisk() and chrtoblk(). 1994-06-14 19:47:51 +00:00
mycroft
470742fbc0 profile_tick() is no longer needed. 1994-06-14 19:37:39 +00:00
mycroft
11884bb842 Minor cleanup. 1994-06-14 19:36:14 +00:00
chopps
25d43e1bab getdtabledsize used by sunos compat code. 1994-06-14 10:52:20 +00:00
chopps
f63e2d134a update to match recent getdtablesize() change 1994-06-14 10:51:09 +00:00
cgd
f89d2ee28f re-enable COMPAT_NOMID 1994-06-14 05:27:20 +00:00
cgd
eea64debf1 make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs 1994-06-14 05:18:03 +00:00
jtc
af278960d2 Change u_long to unsigned long so we can compile in strict POSIX mode.
Fixes bug #280.
1994-06-14 04:24:04 +00:00
mycroft
53159e3876 Clean up deleted files. 1994-06-14 04:19:45 +00:00
cgd
12d059b759 as pointed out by jtc, echo is unnecessary 1994-06-14 04:19:43 +00:00
jtc
cc7d820954 Fix addresses for lpt ports 1994-06-14 03:59:06 +00:00
gwr
b7692860e5 Fix false "hits" in the attribute cache when booting diskless.
(Yet another thing that breaks when time.tv_sec is near zero...)
1994-06-14 03:29:12 +00:00
paulus
aa01a834a4 some minor splx-type bug fixes from christos@deshaw.com. 1994-06-14 03:09:23 +00:00
glass
04a3735652 remove temporary hacks now that the new filesystem stuff is in 1994-06-14 02:47:36 +00:00
gwr
7b8364e019 Add functions for new FS code: chrtoblk, isdisk, ... 1994-06-14 02:31:09 +00:00
cgd
f2c7f5cde7 update for new flags method 1994-06-14 01:19:50 +00:00
cgd
2a714498ae update for new program Makefiles 1994-06-14 01:16:30 +00:00
chopps
cb16e0c4cc remove dumb comment of mine. 1994-06-14 01:01:56 +00:00
chopps
ff496d00ee don't flush cache on context switches for 040's, reduce flushing
on dma operations.  code from me and Michael Hitch
1994-06-14 00:58:05 +00:00
glass
6efa4eb0bc fix compilation errors caused by new nfsv2.h 1994-06-14 00:31:43 +00:00
cgd
72cf8eaa9d kill some pre-lite code that was #ifdef'd appropriately 1994-06-14 00:25:43 +00:00
mycroft
6d939e6bec Format police. 1994-06-13 20:49:56 +00:00
pk
3eb1a95749 Check requested file size; negative values cause havoc. 1994-06-13 20:38:42 +00:00
mycroft
5c8e7d1afc Format police. 1994-06-13 19:32:05 +00:00
cgd
6e12a4d7e4 update for 4.4-Lite file system includes and macros 1994-06-13 19:15:14 +00:00
mycroft
f4a9e46aaf Fix unimportant typos. 1994-06-13 18:54:41 +00:00
mycroft
e4c7b2cebe Clean up deleted files. 1994-06-13 17:48:29 +00:00
pk
11ebd2e9c8 #ifdef FIFO's 1994-06-13 16:31:54 +00:00
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