summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-09Add PCMCIA supporthvozda
1996-05-09revert icmp len fix, since i experience 'icmp len'Michael Shalayeff
panics replying to udp.
1996-05-09from is; os9 entriesTheo de Raadt
1996-05-09shift-tab does tab, not some confusing gobbledygookTheo de Raadt
1996-05-09linux & svr4 supportTheo de Raadt
1996-05-09allow config file to override NKPDE (yuck)Theo de Raadt
1996-05-09floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.deTheo de Raadt
1996-05-09Add ISA devicesNiklas Hallqvist
1996-05-09$OpenBSD$ addedNiklas Hallqvist
1996-05-09s/netbsd/bsd/Niklas Hallqvist
1996-05-09Add ISA devices, renumber ipf device, add SCSI scanner device.Niklas Hallqvist
1996-05-09sendmail 8.9.1Niklas Hallqvist
1996-05-09Add lost includeNiklas Hallqvist
1996-05-08install rfork man pageTheo de Raadt
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-08Clarified warning messages a bitNiklas Hallqvist
1996-05-08avoid panics at reboot.Michael Shalayeff
1996-05-08fix panic at reboot.Michael Shalayeff
1996-05-08fix the panic at reboot.Michael Shalayeff
1996-05-08don't mix this stuff with mashed potatoes.Michael Shalayeff
avoid panic at reboot.
1996-05-08make it compile again (update to machine/disklabel.h)chuck
1996-05-08do that another panic fly away.Michael Shalayeff
1996-05-08kill the panic at the boot().Michael Shalayeff
1996-05-08fix the panic at reboot.Michael Shalayeff
1996-05-08fix the panic on reboot.Michael Shalayeff
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-07From NetBSD:Niklas Hallqvist
Make this compile. Fixes PR#2047
1996-05-07you cannot use u_intXX_t everywhereTheo de Raadt
1996-05-07away, awayTheo de Raadt
1996-05-07from NetBSD PR#2124(port-i386):Michael Shalayeff
Juergen Hannken-Illjes: core dump after panic does not work. fill curproc w/ some reasonable (struct proc *) pointer.
1996-05-07s/netbsd/bsd/Niklas Hallqvist
1996-05-07Make sure config_init gets called before consinit, as at least one portNiklas Hallqvist
actually uses config_* functions for console attachment. Document config_init should not call malloc as the move was over the mem-init function calls too.
1996-05-07from NetBSD PR#2296:Michael Shalayeff
Laine Stump: some icmp destination unreachable packets contain garbage.
1996-05-07floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.deTheo de Raadt
1996-05-07rcs used gets(); netbsd pr#2287; from beal@umiacs.UMD.EDU, cleaned up by meTheo de Raadt
1996-05-07gross BPF_HDR hack, do betterTheo de Raadt
1996-05-07fix that fillw's stuff again.Michael Shalayeff
1996-05-07show symtab name when no less than 3 of them.Michael Shalayeff
1996-05-07fillw is in machine/cpu.h now.Michael Shalayeff
1996-05-07add network dependencies.Michael Shalayeff
1996-05-07change -L option name to -Z, note that inMichael Shalayeff
co(1) manual, add -Z where were missed.
1996-05-07idea by chuck to make libbug MITheo de Raadt
1996-05-07Restructure and document a bit. Also fixed a confusing bug, whichNiklas Hallqvist
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree.
1996-05-07From NetBSD:Niklas Hallqvist
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip memory. Add a -s option for compatibility with my bootblock loader. Move the test exit to just before starting the kernel; this lets the test mode actually load the kernel and do the version checks.
1996-05-07Remove cdev_ss_init, there's a def in the MI parts nowNiklas Hallqvist
1996-05-07RCS ID updateNiklas Hallqvist
1996-05-07From NetBSD:Niklas Hallqvist
Floppy driver now supports MSDOS track format. Minor device 1 (/dev/fd?b) uses MSDOS MFM track encoding. From Ezra Story (ezy@panix.com) with a couple of changes by Michael Hitch.
1996-05-07Add back all the stuff I've had to remove due to kernel growth + MSDOSFSNiklas Hallqvist
1996-05-07Use MI cdev_scanner_init macro. Fix tabs.Niklas Hallqvist