summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-03syncTheo de Raadt
2009-06-03Don't postpone memory allocation for the error message to the error handler:Ingo Schwarze
2009-06-03remove the never used bufq_ code.Thordur I. Bjornsson
2009-06-03Remove some redundant code.Mark Kettenis
2009-06-03More KNFJordan Hargrave
2009-06-03Make sure we don't stomp on a RAID partition that is already in use.Marco Peereboom
2009-06-03droppmap is only necessary (and declared) on MULTIPROCESSORArtur Grabowski
2009-06-03remove cruft that snuck in with previousThordur I. Bjornsson
2009-06-03remove unneeded ARGSUSED; ok krw@ henning@Kevin Steves
2009-06-03Just like on amd64. Instead of keeping a bitmap of which cpus a pmapArtur Grabowski
2009-06-03Synchronize man page and help output.Christian Weisgerber
2009-06-03Nuke CYRIX_CACHE (and related defines). They've not been used in a longTobias Weingartner
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-03Only need to umount once on restarting. Force umounts in case ofKenneth R Westerback
2009-06-03jordan and marco claim this is about to work, so stop spreading dreadTheo de Raadt
2009-06-03Added ejectable bay for IDE cdromsJordan Hargrave
2009-06-03Lift the NFS over UDP retransmit logic from FreeBSD.Thordur I. Bjornsson
2009-06-03from Brad; I've read and tested it, also reads ok to dlg@.Stuart Henderson
2009-06-03Enabled docking driverJordan Hargrave
2009-06-02Enable acpidock deviceJordan Hargrave
2009-06-02KNF cleanup and denoiseJordan Hargrave
2009-06-02Nuke sissy verbiage about losing data. No more special casing forKenneth R Westerback
2009-06-02ehci_alloc_sqtd_chain() was doing signed math on len, thus the great codeTheo de Raadt
2009-06-02Somehow this change didn't get committed with the rest of the powepc interruptDale Rahn
2009-06-02Recent code to try and detect if a terminal supports UTF-8 by printing to itNicholas Marriott
2009-06-02Fix the way apache reports Content-Length by promoting the clength fieldPierre-Yves Ritschard
2009-06-02give the retransmission count booking keeping a facelift,Thordur I. Bjornsson
2009-06-02Change the wait-channel type to 'const volatile void *', eliminatingPhilip Guenthe
2009-06-02Added changes for docking station, must eject all children devicesJordan Hargrave
2009-06-02Instead of the global hash table with the terrible hashfunction and aOwain Ainsworth
2009-06-02Bring interface list handling up to disk and cd behaviour of beingKenneth R Westerback
2009-06-02Protect errno.Ray Lai
2009-06-02snprintf returns int, not size_t.Ray Lai
2009-06-02Set errno to EINVAL when fgets is given a non-positive size.Ray Lai
2009-06-02make env->sc_listeners and env->sc_ssl pointers, one step further towardGilles Chehade
2009-06-02Constipate the second argument to timeout_add_*(). Also, usePhilip Guenthe
2009-06-02bring in buf_seek, buf_size and buf_left from bgpdEric Faurot
2009-06-02we were erroneously setting fill-column, even when the inputKjell Wooding
2009-06-02Remove unused fields from struct filestatTodd C. Miller
2009-06-02constify argument to buf_addEric Faurot
2009-06-02Avoid a buf oflow in uhidev_set_report_async() if we have to prepend theMiod Vallat
2009-06-02Same reject and blackhole route handling as in ospfd. Allow those routesClaudio Jeker
2009-06-02remove unused variableCharles Longeau
2009-06-02Reintroduce the macppc interrupt subsystem rewrite. Several bugs haveDale Rahn
2009-06-02Shuffle function declarations a bit; ipsp_kern doesn't actually exist,Bret Lambert
2009-06-02A piece of an upcoming diff was on the same line, revert that portionDale Rahn
2009-06-02Abuse bio layer a little less by marking fake buffers with B_PHYS.Marco Peereboom
2009-06-02Add some extra protection against non-monotonic timestamps. ok steveskChris Kuethe
2009-06-02Remove unused b_forw defines which make beck@ scream like a little girlMiod Vallat
2009-06-02- make sure biodone() gets run at IPL_BIOJasper Lievisse Adriaanse