summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-05Change timeout detection from > or >= EAP_XXX_TIMEOUT to ==.Todd C. Miller
2003-04-04sprintf -> snprintf, plus check for overflow in device name.Kenneth R Westerback
2003-04-04KNFTheo de Raadt
2003-04-04lower the max kernel vm address since there might be proms right below the ioMichael Shalayeff
2003-04-04always flush on pre-ops. data flushed may involveMichael Shalayeff
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-04-03Real DHUs don't have a TXCHAR register, so write directly to the fifoHugh Graham
2003-04-03enable sti@phantomasMichael Shalayeff
2003-04-03enable waxMichael Shalayeff
2003-04-03make it at least scan the busMichael Shalayeff
2003-04-03make large pdc_scanbus-related structs global to avoid blowing the kernel stackMichael Shalayeff
2003-04-03HP 9000/xxx not HP9000/xxx; from Paul WeissmannTodd C. Miller
2003-04-03Back out my last change, which was incorrect or incomplete.Cedric Berger
2003-04-03until now, the queue ID and the priority were tied together with PRIQ. thisHenning Brauer
2003-04-03Remove (state->rule.ptr != NULL) tests: this is always true now.Cedric Berger
2003-04-03HPUX, HP/UX -> HP-UXJason McIntyre
2003-04-03remove remaining lines not needed by openbsd.Kenjiro Cho
2003-04-02DZ-11 (or the DZ-11 alike in the VS4000/VLC anyway) only interrupts whenJason Wright
2003-04-02Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seenJason Wright
2003-04-02add support for the other Sun Crypto 1000; from sam at errno dot comJason Wright
2003-04-02betterJason Wright
2003-04-02syncJason Wright
2003-04-02another Sun Crypto 1000 IDJason Wright
2003-04-02PCI_CAP_MBI should really be PCI_CAP_MSIAlexander Yurchenko
2003-04-02o sanity check mbuf earlier.Todd C. Miller
2003-04-02make it compile after tcpstates changes elsewhereMichael Shalayeff
2003-04-02remove dead codeHenning Brauer
2003-04-02remove what is left over from the control class stuffHenning Brauer
2003-04-01When using bpf(4) in immediate mode, and using kevent(2) to receiveArtur Grabowski
2003-04-01use PAGE_MASK instead of PAGE_SIZE-1Michael Shalayeff
2003-04-01Unused variable.Artur Grabowski
2003-04-01Add a couple of new pci subclasses and caps from NetBSDAlexander Yurchenko
2003-04-01avoid memory leak on redirect header generation. from kame.Jun-ichiro itojun Hagino
2003-03-31Protect tdb access w/ spltdb; Patrick LatifiTodd C. Miller
2003-03-31Avoid using FREEd data when we get a crypto error; Patrick LatifiTodd C. Miller
2003-03-31Add missing splx; Patrick LatifiTodd C. Miller
2003-03-31Only delete rule structure when no state refer to it.Cedric Berger
2003-03-31remove queue ID assigning code. it's dead since some time as we assign queueHenning Brauer
2003-03-30Ensure that all files in /kern end with a newline (machine, model,Bruno Rohee
2003-03-30let this compile with TCPDEBUGTed Unangst
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Use snprintf() to simplify device name construction, removing nowKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-30better MAXSSIZMichael Shalayeff
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Very limited support for Promise PDC20376 SATA. Only parallel ATAAlexander Yurchenko
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback
2003-03-29ubchist is not a fully cooked kadaver and though use the other well formed pd...Michael Shalayeff