summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-03-08configure usb devices and raidEric Jackson
2001-03-08remove bogus rtfree. inspired by fix to PR 1706. sync with kameJun-ichiro itojun Hagino
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-08Some warning hunting.Miod Vallat
2001-03-07and this will produce a cubios mickeyMichael Shalayeff
2001-03-07Correct argument order for branch_taken's callback function.Miod Vallat
2001-03-07Fix open comment.Miod Vallat
2001-03-07Simplification of the interrupt handler prototype and calling convention:Miod Vallat
2001-03-07Correct the diagnostic code in flush_atc_entry.Miod Vallat
2001-03-07Include <machine/cpu.h> for non-locore code.Miod Vallat
2001-03-07Remove 68k-isms, fix interrupt handler prototypes, warning hunting.Miod Vallat
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
2001-03-07Strict prototypes for interrupt handlers and a few machine-dependentMiod Vallat
2001-03-07Get rid of definitions of ASSEMBLER, LOCORE and such. We will getMiod Vallat
2001-03-07_KERNEL, not KERNEL, dammit !Miod Vallat
2001-03-07Inclusion from assembly code is detected with _LOCORE, no more fancy symbols.Miod Vallat
2001-03-07General cleanup in the kernel compilation process, sync style withMiod Vallat
2001-03-07ssh replaces siop here, too...Miod Vallat
2001-03-07More careful spl usage for the IPSEC case in ip_output(); from angelos@Aaron Campbell
2001-03-07missing splx. from aaron. sync with kameJun-ichiro itojun Hagino
2001-03-07lca and apecs buses need sgmap glue as well.Eric Jackson
2001-03-07Remove a bogus rtfree(); PR 1706brian
2001-03-07Add some non US encodings. Add option UKBD_LAYOUT. -moj ok @aaronMats O Jansson
2001-03-07C requires labels to be followed by statements; from NetBSD.Aaron Campbell
2001-03-07Instead of panic'ing when an ESC is found in kernel output, print a warningAaron Campbell
2001-03-07Missing splx() calls in failure cases.Aaron Campbell
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