summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-02Constipate the second argument to timeout_add_*(). Also, usePhilip Guenthe
2009-06-02Avoid a buf oflow in uhidev_set_report_async() if we have to prepend theMiod Vallat
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
2009-06-02ANSIfyPhilip Guenthe
2009-06-02Clear PQ_ENCRYPT flag on uvm_pagefree, because free pages are by definitionAriane van der Steldt
2009-06-02spaceMarco Peereboom
2009-06-02Make rebuilds restartable over reboots.Marco Peereboom
2009-06-02When about to run X11 in 32 bpp mode, advertize correctly that we areMark Kettenis
2009-06-02Some casts to please format strings a little bit later onTheo de Raadt
2009-06-02The two "firmware" arrays only contained 16 bit values, but were beingTheo de Raadt
2009-06-02Add an r10k-specific cop0 control register.Miod Vallat
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02do the pf_pkt_addr_changed(m) magic just like gif etcHenning Brauer
2009-06-02satosin was already defined in in.h, no need to redefine it hereBret Lambert
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02Rebuild can go to degradedMarco Peereboom
2009-06-02do not leak mbufs in the Rx path in case hardware decryption failed.Damien Bergamini
2009-06-02make sure the channel's subband is found in iwn4965_set_txpower().Damien Bergamini
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-020 -> NULLBret Lambert
2009-06-02let atw at pci be detachable; untested.Jonathan Gray
2009-06-02Add a DIAGNOSTIC panic to ensure we are not runningKurt Miller
2009-06-02truncated format strings; found by Parfait and gccTheo de Raadt
2009-06-02replace custom macro AR5K_ELEMENTS() with nitems()Reyk Floeter
2009-06-02Drop an argument to DRM_ERROR() that was both unmatched and superfluousPhilip Guenthe
2009-06-02blkno's are 64 bit so need %llu, found by ParfaitTheo de Raadt
2009-06-02replace custom macro sizeofa() with nitems()Reyk Floeter
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt
2009-06-02Cope with logical device numbers gaps, this fixes out-of-bounds accessAlexander Yurchenko
2009-06-02msgctl(), shmctl(), semctl() all have operations that are supposedPhilip Guenthe
2009-06-02If a bogus channel is encountered, return an error instead of tryingPhilip Guenthe
2009-06-02change a sizeof() to nitems() because the array subtype is a short.Theo de Raadt
2009-06-02marco needs to learn how to do his range checks better, found by ParfaitTheo de Raadt
2009-06-02When we fail to find the controller type, don't continue on using the nextTheo de Raadt
2009-06-02Do not go one bar too far down the road; found by Parfait; ok ogaTheo de Raadt
2009-06-02Fix an off-by-one in the ddb-only debugging function tdb_hashstats.Owain Ainsworth
2009-06-02A process should always be able to attach kevent filters to its ownPhilip Guenthe
2009-06-02The xl_detach() function is now used by pci code, so it must be in theTheo de Raadt
2009-06-02add CRYPTO and softraid to zaurus RAMDISKTodd T. Fries
2009-06-02did not issue scsi_inquire with EVPD flag for USB mass strage classYojiro Uo
2009-06-02add CRYPTO to macppc RAMDISKTodd T. Fries
2009-06-02Add an identifier that tells us if we can rebuild this discipline.Marco Peereboom
2009-06-02make xl at pci detachable.Jonathan Gray
2009-06-02set needfree to NULL in sys_writev() so stack garbageThordur I. Bjornsson