Age | Commit message (Expand) | Author |
1999-08-11 | define ALIGNED_POINTER | Niklas Hallqvist |
1999-08-11 | sync | Theo de Raadt |
1999-08-11 | com/pccom special cases found by isapnp.c directly now | Theo de Raadt |
1999-08-11 | if we cannot match a device by name, check to see if it looks like a | Theo de Raadt |
1999-08-11 | HAVE_FDDI | Theo de Raadt |
1999-08-11 | New pcmcia irq prober that really tries to ensure the irq will work | Niklas Hallqvist |
1999-08-11 | more unescaped \n lines in nroff documents | Theo de Raadt |
1999-08-11 | paste'o away! | Todd T. Fries |
1999-08-10 | l alias by default | Theo de Raadt |
1999-08-10 | call DIOCRLDINFO after writing an MBR | Theo de Raadt |
1999-08-10 | support DIOCRLDINFO | Theo de Raadt |
1999-08-10 | add DIOCRLDINFO ioctl: causes driver to reload the disklabel | Theo de Raadt |
1999-08-10 | typo | Theo de Raadt |
1999-08-10 | must be external interface. Why do people keep adding stuff to the FAQ | Theo de Raadt |
1999-08-10 | we only run this insid the kernel now | Theo de Raadt |
1999-08-10 | more sb irq to 5. This is more likely | Theo de Raadt |
1999-08-10 | Support SADB_DUMP. Misc code cleanup. angelos@ ok. | Hakan Olsson |
1999-08-10 | Add tdb_satype (PF_KEY SADB_SATYPE_<XXX>) to struct tdb | Hakan Olsson |
1999-08-10 | If we receive an IPCP protocol reject, bring it down. | brian |
1999-08-10 | oops | Theo de Raadt |
1999-08-10 | PChome-PCI LANCE; robert@cyrus.watson.org | Theo de Raadt |
1999-08-10 | sync | Theo de Raadt |
1999-08-10 | move uha/wds -> 2nd floppy | Theo de Raadt |
1999-08-10 | code we do not use, had a typo; sirsyko@temp.ishiboo.com | Theo de Raadt |
1999-08-09 | Change printf formats %q[du] -> %ll[du] | brian |
1999-08-09 | Insist that ppp.conf and it's parent directories aren't `other' | brian |
1999-08-09 | document "Precedence: list" | Theo de Raadt |
1999-08-09 | if verbose, fflush() appropriately before printing warnings to stderr | Paul Janzen |
1999-08-09 | Remove unnecessary printf. | Federico G. Schwindt |
1999-08-09 | Only parse/setup the hostname.foo file if interface foo exists (this | Angelos D. Keromytis |
1999-08-09 | unique panic messages | Theo de Raadt |
1999-08-09 | make panic messages unique | Theo de Raadt |
1999-08-09 | re-order things to make them clearer | Theo de Raadt |
1999-08-09 | Fixup interface walking, and do not be upset when seeing non-ethernet ifs | Niklas Hallqvist |
1999-08-09 | Stop profiling (see profil(2)) when we execve() a new process; ross@netbsd.org | Todd C. Miller |
1999-08-09 | missing const in bus_space_write_region_*; niklas@ ok | Michael Shalayeff |
1999-08-09 | XEF_CE3 cards w/o modem are XEF_MOHAWK too. | Federico G. Schwindt |
1999-08-09 | Reserve types for the USB framework. | Federico G. Schwindt |
1999-08-09 | Fix opl_isa_match declaration. | Federico G. Schwindt |
1999-08-09 | sync | Theo de Raadt |
1999-08-08 | These all are backends for interfaces that can be attached late, whence | Niklas Hallqvist |
1999-08-08 | Explicitly set ifq_maxlen, ifinit does not get its hand on interfaces | Niklas Hallqvist |
1999-08-08 | removal of trailing spaces, spelling, missing operator, match usage with getopt | David Leonard |
1999-08-08 | add hunt | David Leonard |
1999-08-08 | prepare for isapnp, if it ever really happens | Theo de Raadt |
1999-08-08 | prepare for alpha, if it ever happens | Theo de Raadt |
1999-08-08 | dmesg output corrections | Theo de Raadt |
1999-08-08 | ioh is a bus_space_handle_t not a bus_space_tag_t | Theo de Raadt |
1999-08-08 | pasto from pccom.c | Niklas Hallqvist |
1999-08-08 | Don't log_Printf(..., buf) in case buf contains %s | brian |