Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-09 | Add lost include | Niklas Hallqvist | |
1996-05-08 | install rfork man page | Theo de Raadt | |
1996-05-08 | fix panic at reboot. | Michael Shalayeff | |
1996-05-08 | Clarified warning messages a bit | Niklas Hallqvist | |
1996-05-08 | avoid panics at reboot. | Michael Shalayeff | |
1996-05-08 | fix panic at reboot. | Michael Shalayeff | |
1996-05-08 | fix the panic at reboot. | Michael Shalayeff | |
1996-05-08 | don't mix this stuff with mashed potatoes. | Michael Shalayeff | |
avoid panic at reboot. | |||
1996-05-08 | make it compile again (update to machine/disklabel.h) | chuck | |
1996-05-08 | do that another panic fly away. | Michael Shalayeff | |
1996-05-08 | kill the panic at the boot(). | Michael Shalayeff | |
1996-05-08 | fix the panic at reboot. | Michael Shalayeff | |
1996-05-08 | fix the panic on reboot. | Michael Shalayeff | |
1996-05-08 | fix reboot panic. | Michael Shalayeff | |
1996-05-08 | fix reboot panic. | Michael Shalayeff | |
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Make this compile. Fixes PR#2047 | |||
1996-05-07 | you cannot use u_intXX_t everywhere | Theo de Raadt | |
1996-05-07 | away, away | Theo de Raadt | |
1996-05-07 | from 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-07 | s/netbsd/bsd/ | Niklas Hallqvist | |
1996-05-07 | Make sure config_init gets called before consinit, as at least one port | Niklas 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-07 | from NetBSD PR#2296: | Michael Shalayeff | |
Laine Stump: some icmp destination unreachable packets contain garbage. | |||
1996-05-07 | floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.de | Theo de Raadt | |
1996-05-07 | rcs used gets(); netbsd pr#2287; from beal@umiacs.UMD.EDU, cleaned up by me | Theo de Raadt | |
1996-05-07 | gross BPF_HDR hack, do better | Theo de Raadt | |
1996-05-07 | fix that fillw's stuff again. | Michael Shalayeff | |
1996-05-07 | show symtab name when no less than 3 of them. | Michael Shalayeff | |
1996-05-07 | fillw is in machine/cpu.h now. | Michael Shalayeff | |
1996-05-07 | add network dependencies. | Michael Shalayeff | |
1996-05-07 | change -L option name to -Z, note that in | Michael Shalayeff | |
co(1) manual, add -Z where were missed. | |||
1996-05-07 | idea by chuck to make libbug MI | Theo de Raadt | |
1996-05-07 | Restructure and document a bit. Also fixed a confusing bug, which | Niklas Hallqvist | |
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree. | |||
1996-05-07 | From 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-07 | Remove cdev_ss_init, there's a def in the MI parts now | Niklas Hallqvist | |
1996-05-07 | RCS ID update | Niklas Hallqvist | |
1996-05-07 | From 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-07 | Add back all the stuff I've had to remove due to kernel growth + MSDOSFS | Niklas Hallqvist | |
1996-05-07 | Use MI cdev_scanner_init macro. Fix tabs. | Niklas Hallqvist | |
1996-05-07 | Move the vector table to .data | Niklas Hallqvist | |
1996-05-07 | Use _vectab instead of Lvectab, which is moving to .data | Niklas Hallqvist | |
From NetBSD: Add floppy index interrupt processing. Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process. | |||
1996-05-07 | From NetBSD: | Niklas Hallqvist | |
Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process. | |||
1996-05-07 | fix comments s/$Id$/Id/, and usage string. | Michael Shalayeff | |
1996-05-07 | Add SCSI scanner and MSDOSFS support | Niklas Hallqvist | |
1996-05-07 | Remove erroneously doubled text (patch can do that when a new file | Niklas Hallqvist | |
comes into existence simultaneously from two directions). | |||
1996-05-07 | Add OPRAH | Niklas Hallqvist | |
1996-05-07 | Move this doc file | Niklas Hallqvist | |
1996-05-07 | db release 1.85 | Theo de Raadt | |
1996-05-07 | sync with 0504; mostly proto changes (some svr4 ioctl changes) | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |