aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use TASK_INITIALIZER() for dev_dtr_task rather than a dedicated SYSINIT().John Baldwin2011-12-221-10/+2
* put back netmap support, deleted by mistake in a previous commitLuigi Rizzo2011-12-221-0/+96
* Correctly spell my email address.Fabien Thomas2011-12-222-2/+2
* Revert r228786. We'll need to work around the warnings in another way.Dimitry Andric2011-12-222-2/+2
* Revert r228785. We'll need to work around the warnings in another way.Dimitry Andric2011-12-222-6/+6
* Discarding local array based on return valuesKevin Lo2011-12-221-14/+14
* Amend r228783 by also disabling -Wshift-count-negativeDimitry Andric2011-12-211-0/+1
* Amend r228779 by also disabling -Wconstant-conversion warnings for theDimitry Andric2011-12-212-0/+2
* Restore the sysctl changes from 223676 and 227309 lost in the previousJohn Baldwin2011-12-212-6/+29
* - Remove extra spaceEitan Adler2011-12-211-1/+1
* Fix enum conversion problems in sys/dev/ath/ath_hal/ar5212/ar5212_misc.cDimitry Andric2011-12-212-2/+2
* Fix shift overflow problem in sys/dev/ath/ath_hal/ar5210/ar5210_power.cDimitry Andric2011-12-212-6/+6
* When building with clang, disable -Wshift-count-negative andDimitry Andric2011-12-212-1/+3
* Make the RTC checking for QEMU even more aggressive.Ed Schouten2011-12-211-4/+6
* When building with clang, disable -Warray-bounds for sys/dev/asr/asr.c,Dimitry Andric2011-12-212-1/+3
* Start selectively disabling a few kernel build warnings for clang, sinceDimitry Andric2011-12-212-2/+11
* Provide ABI compatibility shim to enable configuring of addressesGleb Smirnoff2011-12-215-5/+47
* sc_cngrab: switch to console vty when possibleAndriy Gapon2011-12-211-0/+7
* ukbd: adjust for SCHEDULER_STOPPED() and overhaul locking codeAndriy Gapon2011-12-211-227/+153
* adapt usb transfer code for SCHEDULER_STOPPEDAndriy Gapon2011-12-211-3/+3
* Fix for race against user-space applications trying to change theHans Petter Selasky2011-12-211-0/+9
* jwd@ reported a problem via email where the old NFS client wouldRick Macklem2011-12-212-12/+113
* The size passed to kmem functions should be in terms of bytes and notAlan Cox2011-12-201-4/+4
* The Xen pmap doesn't support superpages. So, there is no point in itAlan Cox2011-12-201-51/+2
* Allow boot0cfg to force a PXE boot via boot0 on the next boot.John Baldwin2011-12-201-1/+1
* Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-204-112/+100
* - Cover pfsync callouts deletion with PF_LOCK().Gleb Smirnoff2011-12-201-1/+9
* Fix broken locking that I introduced in the previous commit.Adrian Chadd2011-12-201-0/+2
* IIC bitbang changes - prepare to make the bit delay configurable; debug print...Adrian Chadd2011-12-201-31/+42
* Oops, list of IDs is not sequential. Have to list all of them expoicitly.Alexander Motin2011-12-201-2/+10
* Cast some vendor-specific spell on VIA VT1708S codecs to:Alexander Motin2011-12-201-5/+39
* Remove these locks - they aren't strictly needed and cause measurableAdrian Chadd2011-12-202-24/+0
* Add comments in NOTES to say what viawd is.Xin LI2011-12-202-0/+2
* Make the recently added "no_shutdown_wait" sysctl writeable.Hans Petter Selasky2011-12-191-1/+1
* ule: ensure that batch timeshare threads are scheduled fairlyAndriy Gapon2011-12-191-2/+2
* Increase wait time for OP_TCPSTART command processing. It seemsPyun YongHyeon2011-12-191-2/+2
* TCP header size is represented by number of 32bits words.Pyun YongHyeon2011-12-191-1/+1
* Add a TASK_INITIALIZER() macro that can be used to staticallyJohn Baldwin2011-12-191-0/+6
* Add code to wait for USB shutdown to be executed at system shutdown.Hans Petter Selasky2011-12-191-1/+15
* opensolaris compat: fix vcmn_err so that panic(9) produces a proper messageAndriy Gapon2011-12-191-8/+14
* Add missing unlock of USB controller's lock, whenHans Petter Selasky2011-12-191-0/+12
* o Convert IPv6 read-only stats sysctls to the read-write ones.Maxim Konovalov2011-12-192-4/+4
* Fix compilation on sparc64 by actually supplying the bus_dma_tag_t memberMarius Strobl2011-12-181-1/+1
* Support infrastructure for X11 on PS3.Nathan Whitehorn2011-12-184-8/+49
* Add version header to output file.Nathan Whitehorn2011-12-181-0/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Sergey Kandaurov2011-12-181-1/+1
* From time to time people report space map corruption resulting in panicPawel Jakub Dawidek2011-12-181-1/+25
* Implement replying of ACLs updates. ACL changes should go to ZIL onlyPawel Jakub Dawidek2011-12-182-13/+16
* Fix style and white spaces.Mikolaj Golub2011-12-171-14/+14
* Fix unused parameter warnings.Michael Tuexen2011-12-1737-364/+342