summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2003-04-07this makes wax interruptMichael Shalayeff
2003-04-07com1@waxMichael Shalayeff
2003-04-07s/HP9000/HP 9000/; from weissmanndudeMichael Shalayeff
2003-04-07int -> ssize_t.Mike Pechkin
2003-04-07Catch and refuse rules with invalid ICMP types (> 40), ok cedric@Daniel Hartmeier
2003-04-07Spring cleaning: remove unused code.Niklas Hallqvist
2003-04-06kvm_iocache() is not used anymore.Miod Vallat
2003-04-06IPL_FDSOFT not IPL_AUSOFT (in comments)Miod Vallat
2003-04-06The return value for bounds_check_with_label() is not set in stone, and itMiod Vallat
2003-04-06Missed file in previous strncpy fixup for d_packname, d_typename fields.Kenneth R Westerback
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-04-06The disklabel fields d_packname and d_typename are not null terminated stringsKenneth R Westerback
2003-04-06remove an erroneous commentHugh Graham
2003-04-06Significant DHU driver fixups:Hugh Graham
2003-04-05Add missing 230400 to linux_speeds array to match linux_spmasks.Todd C. Miller
2003-04-05Stick pf_default_rule everytime a packet pass because of theCedric Berger
2003-04-05Replace the timeout variables by the content of the timeoutCedric Berger
2003-04-05Cleanup by replacing a bunch of "(*rm)" by just "r"Cedric Berger
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