Commit Graph

9297 Commits

Author SHA1 Message Date
cgd c750222ef4 reenable MSDOSFS 1994-07-16 21:46:44 +00:00
cgd ea3d9333af add MSDOSFS, DIAGNOSTIC, DEBUG 1994-07-16 21:41:11 +00:00
cgd 67f5c87f44 update from ws. make it work again 1994-07-16 21:32:06 +00:00
chopps b655a15c00 fix a couple things pointed out from Michael. 1994-07-16 19:45:32 +00:00
mycroft cc9da7d69f Fix failed probe message. 1994-07-16 13:45:59 +00:00
mycroft cf21bbfd5e Make grf truly optional. 1994-07-16 13:15:03 +00:00
ws 9140a2f6e6 Keep a server even if we lost contact when noone else is available 1994-07-16 11:50:58 +00:00
mycroft 45c4c93dff Clean up deleted files. 1994-07-16 11:46:43 +00:00
paulus a02a99e328 If we don't have ethernet, nfs_boot_init reduces to just a panic.
This is so I don't get an undefined symbol compiling a kernel with
NFSCLIENT but no ethernet.
1994-07-16 11:43:12 +00:00
paulus 988b7f5158 Support for block special files with sector sizes other than DEV_BSIZE -
if the device has a disklabel with a non-zero sector size value, that
value is used instead of DEV_BSIZE.
1994-07-16 11:40:56 +00:00
cgd b4dc71d3d9 on COMPAT_44, allow execution of 4.4BSD binaries 1994-07-16 06:43:00 +00:00
cgd ef8de0130b move the inclusion of <machine/exec.h> 1994-07-16 06:32:47 +00:00
cgd a7ec46ab8f use NetBSD (defined in param.h) not __NetBSD__ to allow x-compilation
with native compiler.
1994-07-16 06:26:28 +00:00
cgd 930318d5aa get device.h from the right place 1994-07-16 06:24:46 +00:00
jtc af77b4745c Fix manpage typo (Bug #328) 1994-07-16 05:23:46 +00:00
jtc 8477715ae7 Change mfs in Synopsis to mount_mfs. 1994-07-16 05:18:11 +00:00
jtc bd275e8fe1 Added a nl_langinfo(3) man page. 1994-07-16 05:12:26 +00:00
chopps c1771a89c3 add ed0 to GENERIC config. 1994-07-16 02:29:24 +00:00
chopps d4d4e26055 ed driver for 8390 based ethernet boards (currently only hydra supported)
original code from Timo Rossi <trossi@bedivere.cc.jyu.fi>, some major
style changes (KNF, pull i386 comments in, et al.) plus converting to
config.new by me.
1994-07-16 02:26:05 +00:00
mycroft abe60a1e07 Clean up deleted files. 1994-07-16 00:17:15 +00:00
jtc b9e9314bd7 Re-implemented with a recursive descent parser.
Fixed subtle bug wrt. comparing integers when either one hasn't been
coersed from a string --- while avoiding an even subtler bug found in
GNU expr.
1994-07-16 00:17:03 +00:00
jtc 7acf86db2f Don't dump core when evaluating X % 0.
Simplify lexer by using %prec feature in yacc grammar.
Implement most of the operators required by POSIX.2.
1994-07-15 23:45:30 +00:00
cgd d7fc64af84 don't use inline, use __inline, like cdefs intends (so it can kill it if nongcc 1994-07-15 22:29:22 +00:00
cgd 17c3553caf kill bogus external declaration of time 1994-07-15 22:27:46 +00:00
mycroft e88e13f3bb Fix a bogon relating to >16-bit addresses that I introduced. Fix up BPF
support for received packets.
1994-07-15 21:20:48 +00:00
mycroft 22b754f8e7 Fix disassembly of bit test instructions with an immediate shift count. 1994-07-15 21:11:34 +00:00
mycroft 551f7bc780 Since we're no longer using xchg instructions, there's no reason to prefer
a q reg over and other.  Also, fix some types in the case of _POSIX_SOURCE.
1994-07-15 21:10:21 +00:00
cgd f2a351e187 make it valid C 1994-07-15 21:09:38 +00:00
mycroft cb07d61edf Fix a fencepost error. 1994-07-14 20:58:28 +00:00
deraadt 4cd934f8c4 changes from <ws@tools.de> to do selective pinging of servers. 1994-07-14 20:54:29 +00:00
mycroft da89cc4547 Remember to clear d_type. 1994-07-14 01:43:42 +00:00
gwr 776aa7931b Oops, I inserted that last patch in the wrong place. 1994-07-14 01:24:19 +00:00
gwr f487cb907c Avoid trying to unmap DVMA space from pv_remove_all(). 1994-07-14 01:18:46 +00:00
gwr 357f0db25c Add "evil empire" copyright to avoid a fight. 1994-07-14 01:17:40 +00:00
mycroft 0c2e843ee1 Implement cd9660_vget(). Clean up a bit. 1994-07-13 22:30:07 +00:00
gwr 1b826e0cb0 first cut 1994-07-13 20:45:31 +00:00
hpeyerl 868adde577 Make the manpage match the code. 1994-07-13 19:26:37 +00:00
gwr dd658f0553 first cut 1994-07-13 18:46:03 +00:00
gwr a578a56105 Remove some stupidity pointed out by Adam. 1994-07-13 18:04:46 +00:00
phil eaaed0e51e removed a "debugging" printf in pagemove. 1994-07-13 15:09:15 +00:00
mycroft 0b494a6b0b Import selected bug fixes from GCC 2.5. 1994-07-13 08:13:45 +00:00
pk 35dc4aefc8 Remove debugging code. 1994-07-13 07:52:01 +00:00
phil 741394dc40 Fixing the dumb swapdev bug. 1994-07-13 07:08:18 +00:00
ws 2db64ab48d Try to pick myself up from the floor where I fell laughing. 1994-07-12 22:20:46 +00:00
gwr b27c51a2ff first cut 1994-07-12 21:11:18 +00:00
cgd 65855280c7 minor cache consistency fix 1994-07-12 21:03:14 +00:00
cgd f14f488a6f don't define exit() here. in fact, none of these should be here, but... 1994-07-12 21:00:14 +00:00
mycroft a28c342dee Bug fix from Rick Macklem for a problem with linking to an open file. 1994-07-12 19:46:36 +00:00
glass 3c285ea60f fix typo 1994-07-12 07:58:27 +00:00
gwr 32ec36897f Fix two more bugs. Seems to work now! 1994-07-12 05:18:53 +00:00