summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-02ss(4) does not need the tape attribute; only tape devices do (and only on vax,Miod Vallat
2010-07-02delete sunos filesTed Unangst
2010-07-02remove sunos compat filesTed Unangst
2010-07-02remove support for compat_sunos (and m68k4k). ok deraadt guentherTed Unangst
2010-07-02Add missing pmap_update. pointed out by matthew@Artur Grabowski
2010-07-02Since fill_eproc() is no longer called from coredump(), it can be droppedPhilip Guenthe
2010-07-02One transition was wrong: Suspending without a card, and then resuming withTheo de Raadt
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-02remove unused pciaddr_search function.Jonathan Gray
2010-07-02Don't timeout_add() when the referenced struct is about to beKenneth R Westerback
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02syncIgor Sobrado
2010-07-02the IBM Optical Wheel Mouse (89P5088) is a supported USB device.Igor Sobrado
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02Rename the volume specific flags variable.Joel Sing
2010-07-02On resume, detach and then force a re-attach of the card, since we don'tTheo de Raadt
2010-07-02Determine the data offset using a variable specified within the softraidJoel Sing
2010-07-02Make the sensor setup loop less awkward by moving the call toMatthew Dempsky
2010-07-02usefull -> useful;Jason McIntyre
2010-07-02Add an ath_pci_activate callback for ACPI suspend/resume with ath(4).Reyk Floeter
2010-07-02cleanup and remove some #ifdef junk in the power hooks.Reyk Floeter
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02add more MCP79 AHCI ids to the list of devices that need special handling,Jonathan Gray
2010-07-02Add a comment to explain why the sync is necessary in the while loop.Joel Sing
2010-07-02Apparently volatile does not mean what it is supposed to mean... avoid aJoel Sing
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02gremlin crept in by accidentMiod Vallat
2010-07-02Proper fix for uninitialized variable warning.Mark Kettenis
2010-07-02don't reference an item after it has been returned to the poolDavid Krause
2010-07-02correctly init ppr_able in reset, and some others gcc complained about.Ted Unangst
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2010-07-02the variables work better when initialized. ok deraadtTed Unangst
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-07-02braces define scope, not indentation. found hunting uninit bugs. ok ogaTed Unangst
2010-07-02some very obvious uninit bugs found when I turned off -Wno-uninitializedTed Unangst
2010-07-02fix corrupt UVMHIST_LOGTakuya ASADA
2010-07-02initialize values to something sensible.Ted Unangst
2010-07-02add an align argument to uvm_km_kmemalloc_pla.Artur Grabowski
2010-07-02Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's,Thordur I. Bjornsson
2010-07-02Abstraction clean-up. `I like it' deraadt@.Paul Irofti
2010-07-02Some functions change the ifp in during ether_input(). This confuses theClaudio Jeker
2010-07-02Add ability to limit memory presented to kernel withTobias Weingartner
2010-07-02Add Lenovo ThinkPad X100e quirk, from Brad.Paul Irofti
2010-07-02remove prototype of okaytoclone, which got removed in 1.117Jonathan Gray
2010-07-02structure copy the unp_connid to the other socketTheo de Raadt
2010-07-02Switch to nitems for the table, save some space. `Looks good' deraadt@.Paul Irofti
2010-07-02Use M_NOWAIT only if SCSI_NOSLEEP is set, as is the usual idiom. FromKenneth R Westerback