summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Major snd_hda driver rewrite:Alexander Motin2012-01-1513-7314/+8837
* Introduce vn_path_to_global_path()Martin Matuska2012-01-154-24/+131
* - Fix undefined behavior when device_get_name is nullEitan Adler2012-01-151-2/+8
* Rework SLB trap handling so that double-faults into an SLB trap handler areNathan Whitehorn2012-01-156-58/+235
* Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to callAlan Cox2012-01-142-21/+21
* Revert to the old behavior of allocating table/table entries usingChristian S.J. Peron2012-01-141-12/+4
* - Document TheDraw splash screens in the default loader.confEitan Adler2012-01-141-1/+2
* - Fix trivial typoEitan Adler2012-01-144-4/+4
* Fix two bugs, which result in a panic when calling getsockopt()Michael Tuexen2012-01-141-2/+2
* Convert FFS mount error messages from kernel printf's to using theKirk McKusick2012-01-141-61/+65
* Tai Horgan reported via email that there were two places inRick Macklem2012-01-141-2/+2
* Fix kernel modules loading for MIPS64 kernel:Oleksandr Tymoshenko2012-01-141-0/+4
* Fix backtrace for MIPS64:Oleksandr Tymoshenko2012-01-133-15/+38
* Improve support for USB 3.0 HUBs. In certain states weHans Petter Selasky2012-01-132-24/+64
* Bugfix: Make sure the XHCI driver doesn't clearHans Petter Selasky2012-01-131-1/+1
* Allow an MBR primary or extended Linux swap partition to be specifiedDon Lewis2012-01-132-4/+6
* Clean up a switch statement for uncore events on Westmere processors.George V. Neville-Neil2012-01-132-12/+3
* indentation and whitespace fixesLuigi Rizzo2012-01-132-12/+11
* fix indentationLuigi Rizzo2012-01-131-2/+2
* Add BIO_DELETE support for SCSI Direct Access devices (da).Alexander Motin2012-01-133-98/+486
* Two performance-related fixes:Luigi Rizzo2012-01-132-34/+32
* Correct use of USB 3.0 POWER bit in the port status register,Hans Petter Selasky2012-01-132-10/+18
* - Fix .rela case of R_MIPS_26 relocation. Addednds save diferently forOleksandr Tymoshenko2012-01-131-1/+5
* - Do not enumerate PCIe bus on CN56XX Pass 1 devices to avoid hard hang.Oleksandr Tymoshenko2012-01-131-0/+6
* Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, cleanJustin Hibbits2012-01-121-10/+34
* Silence some unnecessary verbosity.Kenneth D. Merry2012-01-121-0/+4
* - Try to fix support for USB 3.0 HUBs.Hans Petter Selasky2012-01-125-20/+79
* Clarify throughout the vlan(4) code the difference between a "tag" (theRobert Watson2012-01-122-54/+61
* clear the pointer after freeing the mbuf. Without that, weLuigi Rizzo2012-01-121-0/+1
* fix the initialization of the rings when netmap is used,Luigi Rizzo2012-01-121-62/+25
* Fix a race condition in CAM peripheral free handling, lockingKenneth D. Merry2012-01-125-43/+203
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-1242-17/+28172
* Merge ACPICA 20120111.Jung-uk Kim2012-01-11254-416/+970
|\
* | Pass the arguments to mtx_init() in the correct order. There should beDon Lewis2012-01-111-1/+1
* | Replace GPL'd headers in the emu10kx snd driver code.Pedro F. Giffuni2012-01-1110-2360/+316
* | Fix an inconsistency that crept in while replacing constantsPedro F. Giffuni2012-01-111-2/+2
* | Redo r226660:Gleb Smirnoff2012-01-111-35/+27
* | Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.Konstantin Belousov2012-01-111-0/+2
* | Introduce wtap, the beginnings of a net80211 wlan simulator.Adrian Chadd2012-01-1114-0/+2369
* | Add the ability to kick an existing mesh node without waiting for itAdrian Chadd2012-01-111-0/+11
* | Add a memory barrier to bus_dmamap_sync(), as should have always beenNathan Whitehorn2012-01-111-0/+3
* | Fix for PR 138526.George V. Neville-Neil2012-01-111-6/+42
* | Fix some spacing in code under __FreeBSD__.Gleb Smirnoff2012-01-111-10/+10
* | Add necessary locking in pfsync_in_ureq().Gleb Smirnoff2012-01-111-6/+7
* | Move PF_LOCK_ASSERT() under __FreeBSD__.Gleb Smirnoff2012-01-111-1/+1
* | Merge from OpenBSD:Gleb Smirnoff2012-01-111-4/+1
* | When running with INVARIANTS the mutex(9) code does all necessaryGleb Smirnoff2012-01-111-9/+2
* | jwd@ reported via email that the "CacheSize" field reported by "nfsstat -e -s"Rick Macklem2012-01-111-1/+0
* | Add the MCS radiotype entry.Adrian Chadd2012-01-112-0/+5
* | Re-enable the PHY radar error frames if sc_dodfs is set.Adrian Chadd2012-01-111-0/+7