summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Plug reference leak.Maksim Yevmenkin2012-06-031-10/+14
* Remove stray repeated line...Warner Losh2012-06-031-1/+0
* - Now that the DataFlash related drivers work properly (at91_spi(4) sinceMarius Strobl2012-06-031-7/+7
* - Loop up to 3 seconds when waiting for a device to get ready. [1]Marius Strobl2012-06-031-97/+262
* - Prepend the device description with "AT91" to reflect its nature. [1]Marius Strobl2012-06-032-72/+193
* Isolate the global pv list lock from data and other locks to prevent falseAlan Cox2012-06-022-2/+22
* Honor sysctl for TTL.Michael Tuexen2012-06-021-3/+3
* Don't request data from the IPv6 layer, which is not used.Michael Tuexen2012-06-021-26/+3
* Add missing prototypes. While at it, sort them alphabetically.Marius Strobl2012-06-022-14/+73
* Remove nitems() now that it lives in <sys/param.h> since r236486.Marius Strobl2012-06-021-2/+0
* Take advantage of nitems().Marius Strobl2012-06-022-7/+3
* Fix typo [1]. Use commas to separate flag printouts, in style withKonstantin Belousov2012-06-022-2/+2
* Add nitems(), a macro for determining the number of elements in aMarius Strobl2012-06-021-0/+1
* Update the print mask for decoding b_flags. Add print masks forKonstantin Belousov2012-06-022-3/+9
* Use plain store for atomic_store_rel on x86, instead of implicitlyKonstantin Belousov2012-06-022-76/+76
* Remove an unused parameter.Michael Tuexen2012-06-023-8/+8
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inHans Petter Selasky2012-06-023-7/+32
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.Alexander Motin2012-06-023-99/+115
* Clean up and complete the incomplete deferred enable code.Matt Jacob2012-06-015-69/+160
* Print FC PortID as a hex number. This makes it easy toMatt Jacob2012-06-011-3/+3
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-015-15/+13
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-012-20/+12
* Revert r236380Eitan Adler2012-06-011-15/+0
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-012-4/+4
* Improve style(9) in the previous commit.Jung-uk Kim2012-06-013-8/+8
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.Jung-uk Kim2012-06-011-2/+2
* Improve support for detaching kernel drivers on a per interface basis.Hans Petter Selasky2012-06-012-4/+19
* Commit a portion of 233708 I missed earlier and don't include theJohn Baldwin2012-06-011-3/+6
* Remove unnecessary initializations. The BSS of boot2 is in factJohn Baldwin2012-06-011-2/+2
* Extend VERBOSE_SYSINIT to also print out the name of variables passedJohn Baldwin2012-06-011-9/+28
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-015-96/+125
* Make TCP LRO work properly with VIMAGE kernels rather than just panicing.Bjoern A. Zeeb2012-06-011-0/+11
* Use AC_GETDEV_CHANGED async to notify ada driver about DMA and NCQ statusAlexander Motin2012-06-013-6/+37
* Small cleanups. No functional change.Michael Tuexen2012-06-012-4/+0
* Add a missing #include, required for IEEE80211_DEBUG.Adrian Chadd2012-06-011-0/+2
* Add sysctl to query amount of swap space freeEitan Adler2012-06-011-0/+15
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-014-0/+6
* Eliminate code duplication in free_pv_entry() and pmap_remove_pages() byAlan Cox2012-06-013-29/+30
* Fix warning generated by clang;Eitan Adler2012-06-011-1/+1
* Add characters mapping for codepages used in Germany.Eitan Adler2012-06-011-1/+3
* pmap_alloc_vhpt() doesn't need the pages that it allocates to be mappedAlan Cox2012-06-011-6/+8
* Revert debug and other immature code accidentally committed in r236372.Warner Losh2012-06-015-60/+12
* Initialize the clocks before we call cninit() so that the serialWarner Losh2012-06-016-20/+68
* Remove unnecessary device_printfs.Pyun YongHyeon2012-05-311-8/+0
* Correct table counter functionality to not panic.Ermal Luçi2012-05-313-2/+5
* Regenerate after r236361.Pawel Jakub Dawidek2012-05-311-5/+5
* Add missing system calls.Pawel Jakub Dawidek2012-05-311-0/+5
* There is no rmdirat system call. Weird, I know.Pawel Jakub Dawidek2012-05-311-1/+0
* Unlock in the error path to prevent a lock leak.Warner Losh2012-05-311-6/+11
* Seperate SCTP checksum offloading for IPv4 and IPv6.Michael Tuexen2012-05-305-28/+28