aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Install libcxxrt's C++ ABI and unwind headers. This is done in libc++'sDimitry Andric2012-06-021-0/+7
* mdoc: minor Bl improvements.Joel Dahl2012-06-0210-14/+22
* Tabify libcxxrt and libc++'s Makefiles.Dimitry Andric2012-06-022-154/+154
* Remove invalid remark about pipes.Ed Schouten2012-06-021-2/+2
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inHans Petter Selasky2012-06-023-7/+32
* mdoc: minor Bl improvements.Joel Dahl2012-06-027-33/+42
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.Alexander Motin2012-06-024-142/+208
* Document the limitations of the -delete primaryEitan Adler2012-06-021-1/+4
* 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
* Centralize the specification of the krb5 build tools.David E. O'Brien2012-06-0114-19/+11
* mdoc: terminate quoted string and remove unneeded paragraph macro.Joel Dahl2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-012-20/+12
* Doh! Bump the date as I touched it!Sean Bruno2012-06-011-1/+1
* Revert r236380Eitan Adler2012-06-011-15/+0
* Add a new -e flag to pciconf(8)'s list mode to display PCI error details.John Baldwin2012-06-016-11/+254
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-012-4/+4
* Add notes and information for exposed tuneables in bce(4).Sean Bruno2012-06-011-3/+59
* 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
* Style(9) improvements: remove unnecessary parenthesis, improve orderGuy Helmer2012-06-011-50/+52
* 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
* Add myself as a new committer.Jase Thew2012-06-011-0/+1
* Small cleanups. No functional change.Michael Tuexen2012-06-012-4/+0
* Make devd build with libc++.Dimitry Andric2012-06-011-1/+1
* Fix dangling else in libc++'s __bit_reference header. This has alsoDimitry Andric2012-06-011-0/+4
* Pull in r155978 from upstream llvm trunk:Dimitry Andric2012-06-011-1/+1
* 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-012-1/+79
* 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
* Update date for r236338 & r236346.David E. O'Brien2012-05-311-1/+1
* Correct table counter functionality to not panic.Ermal Luçi2012-05-313-2/+5
* Regenerate after r236361.Pawel Jakub Dawidek2012-05-311-5/+5
* - Fix my botched merge and correct mentor ordering. (Spotted by flo)Tom Judge2012-05-311-11/+11