Commit Graph

8773 Commits

Author SHA1 Message Date
mycroft 18157b489f Remove an unneeded test. 1994-06-16 06:01:19 +00:00
mycroft 9100463c3b Update *sort() prototypes. 1994-06-16 05:45:35 +00:00
mycroft 3a7aa4b533 Add merge.c and mergesort.3. 1994-06-16 05:27:17 +00:00
mycroft 2f86deea8e Add RCS ids. 1994-06-16 05:26:34 +00:00
mycroft 2c1d50080b Import from 4.4-Lite. 1994-06-16 05:21:06 +00:00
glass 9e3c581a30 wierd fix for very wierd pmax compile problem. terry hit this too 1994-06-16 05:17:20 +00:00
glass bd3ae321b9 ufs --> ffs...basically back out a pre-fs change 1994-06-16 05:11:06 +00:00
glass 6b9c16ace1 compat_ultrix 1994-06-16 05:07:32 +00:00
mycroft d81c1f39c2 This i_flags should be i_flag. 1994-06-16 03:25:40 +00:00
hpeyerl 9c8b105c4a Fix for vnode_if 1994-06-16 02:14:26 +00:00
mycroft a69dd750a2 b_un.b_addr -> b_data 1994-06-16 01:07:30 +00:00
mycroft 507802da61 Set b_bufsize, for use by v{,un}mapbuf(). 1994-06-16 00:54:18 +00:00
mycroft 82ac72f664 Merge update from JSP. 1994-06-15 23:07:54 +00:00
mycroft 117527f322 Minor update from JSP after merging my changes. 1994-06-15 22:54:38 +00:00
mycroft 0d8affb278 Turn P_NOSWAP and P_PHYSIO into a hold count, as suggested by a comment. 1994-06-15 19:59:21 +00:00
deraadt a53fa907c7 async_daemon only if NFSCLIENT 1994-06-15 19:38:05 +00:00
chopps 3790c833ed some cleanup and added passing of timer frequency 1994-06-15 19:17:36 +00:00
chopps 8c6621ad70 clock now uses passed in frequency if present protect dma cache
flush calls from non 040.  don't compile ite_xx if not used.
1994-06-15 19:05:55 +00:00
chopps 1f0030e824 include more device .h files, update Makefile.amiga to use new
vnode_if.x gerating procedure
1994-06-15 19:04:20 +00:00
chopps 976b4fa5a1 now uses passed in timer frequency. 1994-06-15 19:02:35 +00:00
gwr 2ce572b18e Get rid if 'set -f' (at Adam's request). It is unnecessary,
and not supported by sh on some systems (i.e. Ultrix).
1994-06-15 18:13:31 +00:00
mycroft 76ee6346df Deal with silly DIAGNOSTIC check. 1994-06-15 17:52:32 +00:00
mycroft 0248bdda10 Allow overriding the name of the awk program. This is a bit different from
how Gordon did it.
1994-06-15 16:46:39 +00:00
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
chopps 2fbac8b783 fix wrong target name 1994-06-15 13:04:46 +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
cgd cd1c282ab4 kill some now-unnecessary defines 1994-06-15 04:31:49 +00:00
cgd 91778fe0ca update to new security script 1994-06-15 04:28:06 +00:00
mycroft 2efb881840 Re-fix an old bug. 1994-06-15 04:13:46 +00:00
deraadt a42c5778ae remerge a missing local change; YP works in NetBSD 1994-06-15 04:12:24 +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
chopps f05db5e4cf don't do padding when calling copy_ar() to do generic file copy. 1994-06-14 22:52:51 +00:00
mycroft eadb2ad514 Fix compatibility with old fastlinks. 1994-06-14 22:49:57 +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