summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-07-30Pull in moddi3.c and negdi2.c from libkern since libz needs them.Todd C. Miller
2005-07-30Use the blocksize returned from scsi_size() in preference to allKenneth R Westerback
2005-07-30Need moddi3.c qdivrem.c for libzTodd C. Miller
2005-07-30Add libkern and link it in after libzTodd C. Miller
2005-07-30allow re(4) to attach too.Brad Smith
2005-07-306 -> ETHER_ADDR_LENBrad Smith
2005-07-30sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-29oops don't leak memory when ami_mgmt fails.Marco Peereboom
2005-07-29Per art's email, don't keep something bigger than > 256 bytes on the stack.Marco Peereboom
2005-07-29Remove cruft.Marco Peereboom
2005-07-29Redo bioctl because initial implementation was too complex.Marco Peereboom
2005-07-29Use one "struct pf_state key" declaration at top of pf_test_state_icmp,Christopher Pascoe
2005-07-28no point in having an inode pool if we don't use itPedro Martelletto
2005-07-28KNFPedro Martelletto
2005-07-28Add viasio(4), a driver for VIA VT1211 LPC Super I/O found onAlexander Yurchenko
2005-07-28clear IFF_RUNNING & IFF_OACTIVE in sis_stop() before de-allocating resources,Brad Smith
2005-07-28rev 1.46Brad Smith
2005-07-28rev 1.32Brad Smith
2005-07-28put this where it belongsDavid Gwynne
2005-07-28rev 1.18Brad Smith
2005-07-28add pcnBrad Smith
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith
2005-07-28add support for Sundance ST1023 Gigabit chipset.Brad Smith
2005-07-27regenBrad Smith
2005-07-27add PCI ID for Sundance ST1023 Gigabit chipset.Brad Smith
2005-07-27delete the timeout on detach to avoid ticking after everything has beenDavid Gwynne
2005-07-27Back out 1.16. There are cases where we can recover from OF_mapintrArtur Grabowski
2005-07-26CELCIUS to CELSIUS in macros as pointed out by jolan and jmc. jmc also saysDavid Gwynne
2005-07-26slight shrinkingDavid Gwynne
2005-07-26Fan tachometers improvements from form@pdp-11.org.ru:Alexander Yurchenko
2005-07-26dlg cant make fun of me for having to use the imperial system anymoreJolan Luff
2005-07-26Instead of juggling around with cr4 and enabling parts of it sometimes,Artur Grabowski
2005-07-26Microoptimizations.Artur Grabowski
2005-07-26In splraise, change an:Artur Grabowski
2005-07-26Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles.Artur Grabowski
2005-07-26 - Make a UVM_OBJ_IS_DEVICE macro.Artur Grabowski
2005-07-26Add missing newline to error message.Christopher Pascoe
2005-07-26Reduce verbosity during dkcsum by moving open/read/close errorKenneth R Westerback
2005-07-25add safte, a small driver for monitoring scsi accessed fault-tolerantDavid Gwynne
2005-07-25regenJonathan Gray
2005-07-25Correct the product id of "nForce2 400 AC-97 Audio" to not be thatJonathan Gray
2005-07-25regenJonathan Gray
2005-07-25Give Smart Card part of TI PCI6515 a different product define so thisJonathan Gray
2005-07-25regenJonathan Gray
2005-07-25Some devices found in marco@'s 915PM based Dell D810.Jonathan Gray
2005-07-25SID_ANSII_SCSI2 is a valid value of SID_ANSIIDavid Gwynne
2005-07-25ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.Jonathan Gray
2005-07-25add missing comma to initializer.Christopher Pascoe
2005-07-25minor whitespace cleanupChristopher Pascoe
2005-07-25don't bother with printf in *_jalloc()Brad Smith