aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* JNEWBLK dependency may legitimately appear on the buf dependencyKonstantin Belousov2012-02-061-0/+1
* Make the 'tcpwin' option of ipfw(8) accept ranges and lists.Gleb Smirnoff2012-02-062-3/+17
* Current implementations of sync(2) and syncer vnode fsync() VOP usesKonstantin Belousov2012-02-069-38/+16
* Fix a typo which was already fixed by eadler in r227489. We missedMichael Tuexen2012-02-061-1/+1
* - Use uint8_t for the variable x and spell the size of the variableKevin Lo2012-02-061-42/+42
* Update the mesh reason codes to match the latest 802.11s specification.Adrian Chadd2012-02-061-13/+15
* Inherit from PCI bridge driver instead of manually specifying all of itsNathan Whitehorn2012-02-051-24/+3
* Replace the assembler macro WEAK_ALIAS with a new macro WEAK_REFERENCE whichAndreas Tobler2012-02-051-2/+2
* Fix clang warnings.Rui Paulo2012-02-052-3/+3
* Make sure to remap adjusted resources.Nathan Whitehorn2012-02-051-1/+17
* Add new socket options: TCP_KEEPINIT, TCP_KEEPIDLE, TCP_KEEPINTVL andGleb Smirnoff2012-02-058-25/+104
* Remove extra semicolon.Alexander Motin2012-02-051-1/+1
* Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can beAndreas Tobler2012-02-051-3/+3
* Add exca to powerpc modules build as a dependency for cbb.Justin Hibbits2012-02-051-0/+1
* Fix typo in r231010.Gleb Smirnoff2012-02-051-1/+1
* Analogous to r230407 a separate path buffer in vfs_mount.c is requiredMartin Matuska2012-02-051-2/+6
* Better comment for ifa_init(), ifa_ref(), ifa_free().Gleb Smirnoff2012-02-051-1/+1
* In ifa_init() initialize if_data.ifi_datalen. This would beGleb Smirnoff2012-02-051-0/+1
* Add 32-bit compat code for AIO kevent flags introduced in revision 230857.David Xu2012-02-052-0/+2
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. WithNathan Whitehorn2012-02-051-0/+28
* Compatibility with IBM firmware.Nathan Whitehorn2012-02-041-15/+17
* After multiple requests for back out, after multiple promisses from adrian@Pawel Jakub Dawidek2012-02-041-3/+2
* Missed file in r230993.Nathan Whitehorn2012-02-041-0/+1
* Miffed r230993 due to a one-character typo while reviewing the patch.Nathan Whitehorn2012-02-041-1/+1
* Unify OF PCI infrastructure, including changing from parsing the deviceNathan Whitehorn2012-02-047-926/+602
* Avoid warnings about duplicate modules.Nathan Whitehorn2012-02-042-2/+2
* Correct typo in comment (numbver)Ed Maste2012-02-041-1/+1
* Whenever a new kernel thread is spawned, explicitly clear any CPU affinityRyan Stone2012-02-041-0/+7
* Fix input validation in SO_SETFIB.Hiroki Sato2012-02-041-1/+1
* Add "nodevice adw" to WITHOUT_SOURCELESS_UCODE.Robert Millan2012-02-042-0/+2
* Add MK_SOURCELESS build option. Setting MK_SOURCELESS to "no" will disableRobert Millan2012-02-0410-18/+219
* Restore callee saved registers later and micro-optimize.Jung-uk Kim2012-02-031-14/+13
* Fix a function prototype to reflect reality. No functional change.Jung-uk Kim2012-02-031-1/+1
* Revert r230913 and r230914.Martin Matuska2012-02-031-6/+3
* Whitespace removal.Rui Paulo2012-02-031-12/+12
* Insert ordered command every 1/4 of the current command timeout, not 1/4Alexander Motin2012-02-022-5/+5
* Fix the netback driver build for i386.Kenneth D. Merry2012-02-024-10/+10
* Remove leftovers from previous commits.Joel Dahl2012-02-022-4/+2
* Add copyright information on last commits to comply with CDDL.Martin Matuska2012-02-021-0/+3
* Fix out of bounds write causing random panics,Martin Matuska2012-02-021-3/+3
* Make CAM ATA honor old hw.ata.ata_dma and hw.ata.atapi_dma tunables.Alexander Motin2012-02-021-0/+13
* Unbreak the i386 full PV (XEN kernel) build by reverting rev 230878 andKenneth D. Merry2012-02-021-1/+0
* Cleanup some sound headers that don't need to be in the modules makefiles.Pedro F. Giffuni2012-02-023-3/+1
* Use new OSS-based BSD-licensed header for cs sound driver.Pedro F. Giffuni2012-02-015-361/+3558
* Add the GSO prefix descriptor define.Kenneth D. Merry2012-02-011-0/+4
* Add the netback driver to the build.Kenneth D. Merry2012-02-011-0/+1
* Fix NULL dereference panic on attempt to turn off (on system shutdown)Alexander Motin2012-02-011-1/+1
* Add kqueue support to /dev/klog.Konstantin Belousov2012-02-011-0/+48
* Adjust mvs(4) to handle interrupt cause reg depending on the actual number ofRafal Jaworowski2012-02-012-10/+16
* Make the sys/ucontext.h self-contained by changing the return typeKonstantin Belousov2012-02-011-1/+1