aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect HPFS bits which are now already completely disconnectedAttilio Rao2013-03-0210-4366/+0
* Fix callout expiring dynamic rules.Alexander V. Chernikov2013-03-021-3/+3
* Merge from vmc-playground branch:Attilio Rao2013-03-024-57/+57
* - Revert the part of r247601 which turned the overtemperature and power failMarius Strobl2013-03-021-11/+9
* Revert the part of r247600 which turned the overtemperature and power failMarius Strobl2013-03-021-18/+16
* nullfs: Improve f_flags in statfs().Jilles Tjoelker2013-03-021-1/+2
* If the target file already exists, check for the CAP_UNLINKAT capabiity rightPawel Jakub Dawidek2013-03-021-7/+10
* Disable the ctl driver in GENERIC.Adrian Chadd2013-03-022-2/+2
* Move some virtual memory constants to the top of the file where they are onAndrew Turner2013-03-021-21/+25
* Build the Raspberry Pi dtb file when building the kernel so we can copy itAndrew Turner2013-03-021-1/+1
* Ensure the stack is correctly aligned before calling the first C function.Andrew Turner2013-03-021-0/+1
* Regen after r247602.Pawel Jakub Dawidek2013-03-0211-31/+374
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-0247-960/+1206
* - Apparently, it's no longer a problem to call shutdown_nice(9) from withinMarius Strobl2013-03-021-12/+14
* - While Netra X1 generally show no ill effects when registering a powerMarius Strobl2013-03-022-28/+44
* Fix wrong assignment.Xin LI2013-03-011-1/+1
* Fix a typo in mfi_stp_cmd() that would give wrong assignment.Xin LI2013-03-011-1/+1
* MFV r247575:Xin LI2013-03-011-2/+2
* Initialize count in order to appease clang.Marius Strobl2013-03-011-0/+1
* Initialize count in order to appease clang.Marius Strobl2013-03-011-0/+1
* Replace the TDP_NOSLEEPING flag with a counter so that theJohn Baldwin2013-03-015-19/+12
* Increase the maximum text size on ARM to 64MiB. Without this clang would beAndrew Turner2013-03-011-1/+3
* Remove unnecessary variables.Pawel Jakub Dawidek2013-03-011-6/+2
* MFV r247316:Martin Matuska2013-03-014-1/+11
* Reduce lock scope a little.Pawel Jakub Dawidek2013-03-011-1/+1
* - Move reporting of failures to disable RX/TX MAC under bootverbose as atMarius Strobl2013-03-011-4/+10
* - In sbbc_pci_attach() just pass the already obtained bus tag and handleMarius Strobl2013-03-011-4/+3
* - Remove an unused header.Marius Strobl2013-03-011-6/+41
* - Apparently, r186520 was just wrong and the clock of Oxford OX16PCI958 isMarius Strobl2013-03-011-7/+8
* - Make tables, device ID strings etc const. This includes #ifdef'ing 0Marius Strobl2013-03-016-112/+110
* - Make tables, device ID strings etc const.Marius Strobl2013-03-012-59/+34
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-03-017-7/+0
* - Use strdup(9) instead of reimplementing it.Marius Strobl2013-03-011-52/+18
* Make the default implementation of the VOP_VPTOCNP() fail if theKonstantin Belousov2013-03-011-2/+6
* Fix typo.Kevin Lo2013-03-011-1/+1
* Fix the zfs_ioctl compat layer to support zfs_cmd size change introducedMartin Matuska2013-03-013-35/+261
* Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)Alan Cox2013-03-011-0/+4
* Enable uart driver for A10.Ganbold Tsagaankhuu2013-03-013-3/+5
* Add support for A10 uart.Ganbold Tsagaankhuu2013-03-012-5/+39
* Add missing flags.Adrian Chadd2013-02-281-0/+2
* Oops - fix an incorrect test.Adrian Chadd2013-02-281-1/+1
* Don't enable the HT flags for legacy rates.Adrian Chadd2013-02-281-44/+64
* Change the ixgbe module name to if_ixgbe to conformJack F Vogel2013-02-281-1/+1
* Add platform DMA support to SDHCI driver for BCM2835Oleksandr Tymoshenko2013-02-281-4/+300
* Add driver for BCM2835's DMA engineOleksandr Tymoshenko2013-02-283-0/+790
* Add hooks for plugging platform-provided transfer backend.Oleksandr Tymoshenko2013-02-283-7/+49
* Move the definition of sbintime_t type from <sys/time.h> to <sys/types.h>.Davide Italiano2013-02-282-1/+2
* MFcalloutng:Davide Italiano2013-02-281-2/+2
* MFcalloutng:Alexander Motin2013-02-2822-364/+201
* MFcalloutng (r247427 by mav):Davide Italiano2013-02-281-2/+2