Age | Commit message (Expand) | Author |
2001-03-07 | Missing splx() in failure case; deraadt@ ok | Aaron Campbell |
2001-03-07 | Missing SPL_X(); deraadt@ ok | Aaron Campbell |
2001-03-07 | Replace siop devices with ssh. | Miod Vallat |
2001-03-07 | Bye-bye siop, enter ssh | Miod Vallat |
2001-03-07 | Change siop name to ssh, as per mvme68k, to prevent conflict with the | Miod Vallat |
2001-03-07 | DS10 uses Acer M1543 pci<->isa bridge, so match it in siomatch() | Eric Jackson |
2001-03-07 | 2nd bug on the road to shlibs on alpha: | Niklas Hallqvist |
2001-03-06 | different fix, we still need to deliver EV_EOF; from jlemon@freebsd.org | Niels Provos |
2001-03-06 | Move the test for bogus packet length in udp_output() closer to the top of | Aaron Campbell |
2001-03-06 | fix a kqueue related panic triggered by shutdown, okay art@ | Niels Provos |
2001-03-06 | 1) Enable tag queuing. | Kenneth R Westerback |
2001-03-06 | Convert to new timeout API. mickey@ ok. | Hakan Olsson |
2001-03-06 | Eeep, don't reset the checksum when checking it! Noticed by bugfix@123.net | Angelos D. Keromytis |
2001-03-06 | bit of cleaning | Theo de Raadt |
2001-03-06 | isapnp pcic fits | Theo de Raadt |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller |
2001-03-05 | Convert to new timeout API. costa@ ok. | Hakan Olsson |
2001-03-05 | sync | Theo de Raadt |
2001-03-05 | Add support for ISAPnP i82365-based PCMCIA controllers; from NetBSD. UNTESTED. | Aaron Campbell |
2001-03-05 | this can contain minimal usb support | Theo de Raadt |
2001-03-05 | fix order | Theo de Raadt |
2001-03-05 | TUNSIFMODE ioctl (from NetBSD) | Angelos D. Keromytis |
2001-03-05 | Clear ip_sum before calculating IP checksum (closes PR 1667) | Angelos D. Keromytis |
2001-03-04 | Import/export credentials from TDB. | Angelos D. Keromytis |
2001-03-04 | Store peer's credentials in TDB. | Angelos D. Keromytis |
2001-03-04 | Revert to our old traceback code, with heuristic argument printout. | Niklas Hallqvist |
2001-03-04 | avoid possible align issue. sync with kame | Jun-ichiro itojun Hagino |
2001-03-04 | typo | Artur Grabowski |
2001-03-04 | Better diagnostics for locking errors. Fix panic before panic in | Constantine Sapuntzakis |
2001-03-04 | Fix use of timeouts. Thanks to Grigoriy Orlov (gluk) | Constantine Sapuntzakis |
2001-03-04 | These file systems don't do softudpates. | Constantine Sapuntzakis |
2001-03-04 | fix typo in comment, org -> or | Brad Smith |
2001-03-03 | cnkqfilter for sparc | Niels Provos |
2001-03-03 | use AC97_HOST_DONT_READANY since some machines are unreliable | Theo de Raadt |
2001-03-03 | new AC97_HOST_DONT_READANY flag for ac97 chipsets that are _really_ on drugs | Theo de Raadt |
2001-03-03 | Lower NKMEMCLUSTERS by a factor of 2 from 32768*1024/NBPG to 16384*1024/NBPG. | Todd C. Miller |
2001-03-03 | Allow the syncer to get pages from the pagedaemon reserve. | Artur Grabowski |
2001-03-03 | extern initproc. | Artur Grabowski |
2001-03-03 | export the syncerproc variable. | Artur Grabowski |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson |
2001-03-03 | Add ADB keyboard and umass device to powerpc RAMDISK kernel. | Dale Rahn |
2001-03-03 | Force the ADB bus to configure. This change was found in NetBSD, but they | Dale Rahn |
2001-03-03 | Change how PCI bus memory base address is found for powerpc. | Dale Rahn |
2001-03-03 | Support ADB keyboards as console. Only use adb if no USB keyboard is | Dale Rahn |
2001-03-03 | Quiet down pmap code, this is mostly shaken out now, remove some of | Dale Rahn |
2001-03-03 | sync | Theo de Raadt |
2001-03-03 | Apple Titanium laptop video | Theo de Raadt |
2001-03-03 | Fix typo, "edx" -> "%edx", so that the %edx register is properly protected | Aaron Campbell |
2001-03-03 | on parse error of timestamp option, set parameter error offset correctly. | Jun-ichiro itojun Hagino |
2001-03-03 | drop packets with 127.0.0.0/8 in header field, if the packet is from outside. | Jun-ichiro itojun Hagino |