Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-10 | remove makelinks, when done. | Michael Shalayeff | |
1996-05-10 | simplify sed rule in 'links', so swap*.c be treated ok. | Michael Shalayeff | |
1996-05-10 | do 'make links' treat swap*.o just as all the .o files. | Michael Shalayeff | |
1996-05-10 | add constants so that we can remove "m68k/m88k" directories from bugcrt. | chuck | |
1996-05-10 | add some documentation | chuck | |
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid' | |||
1996-05-10 | init more fields so that kernel can generate a valid disklabel without | chuck | |
any help from wrtvid. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Prototype + -Wall fixes. Clean up a few printf format strings. Added an include for the sunos_sendsig prototype Fix "prototype disagrees about inline" error. | |||
1996-05-09 | From NetBSD: | Niklas Hallqvist | |
Update for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized. Bring back Step9 and fix an oversight from Ken Nakata <kenn@remus.rutgers.edu> | |||
1996-05-09 | Remove bootsync(), use vfs_shutdown() instead | Niklas Hallqvist | |
1996-05-09 | Oops, we need pcicmaster0; also bring INSTOTHER up to date | hvozda | |
1996-05-09 | Add PCMCIA support | hvozda | |
1996-05-09 | revert icmp len fix, since i experience 'icmp len' | Michael Shalayeff | |
panics replying to udp. | |||
1996-05-09 | from is; os9 entries | Theo de Raadt | |
1996-05-09 | shift-tab does tab, not some confusing gobbledygook | Theo de Raadt | |
1996-05-09 | linux & svr4 support | Theo de Raadt | |
1996-05-09 | allow config file to override NKPDE (yuck) | Theo de Raadt | |
1996-05-09 | floppy manpage; netbsd pr#2261; from andrew@wipux2.wifo.uni-mannheim.de | Theo de Raadt | |
1996-05-09 | Add ISA devices | Niklas Hallqvist | |
1996-05-09 | $OpenBSD$ added | Niklas Hallqvist | |
1996-05-09 | s/netbsd/bsd/ | Niklas Hallqvist | |
1996-05-09 | Add ISA devices, renumber ipf device, add SCSI scanner device. | Niklas Hallqvist | |
1996-05-09 | sendmail 8.9.1 | Niklas Hallqvist | |
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 | |