summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-03Don't disable dock devices if dock isn't initially attachedJordan Hargrave
2009-06-03Use the new powerful route flush to clean up the mess. With this multipleClaudio Jeker
2009-06-03mjacob took kettenis's r1.44 into FreeBSD and added a tweak toKenneth R Westerback
2009-06-03phys allocator fix: zeroed pages are not clean.Ariane van der Steldt
2009-06-03ansi function decls, no binary change.Jonathan Gray
2009-06-03Change bufhash from the old grotty hash table to red-black trees hangingBob Beck
2009-06-03Cast char to u_char before passing to isalnum().Ray Lai
2009-06-03Revert readv/writev changes, as they trigger an apparent file descriptorBret Lambert
2009-06-03kill some unused defines, don't do an ifndef dance forThordur I. Bjornsson
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