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