aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Restore the ABI of struct kinfo_proc32 after r213536.Konstantin Belousov2010-12-191-0/+1
* Reduce lock scope a little.Pawel Jakub Dawidek2010-12-191-2/+2
* Garbage-collect unused variable.Nathan Whitehorn2010-12-192-9/+4
* Update firmware for wpi(4) from version 2.14.4 to 15.32.2.9.Bernhard Schmidt2010-12-195-2636/+2644
* Fix a bug introduced in r216518. The ndis_subsys field holds the PCITijl Coosemans2010-12-191-7/+19
* Fix panic trying to use monitor mode. The iwn_cmd() calls issued byBernhard Schmidt2010-12-191-0/+2
* Redo some parts of r216333, specifically, the locking changes toAlan Cox2010-12-191-39/+60
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetPyun YongHyeon2010-12-185-36/+403
* Use system defined PCIR_EXPRESS_DEVICE_CTL instead of using magicPyun YongHyeon2010-12-181-1/+1
* Make sure whether driver allocated resource before releasing it.Pyun YongHyeon2010-12-181-2/+4
* Fix a regression introduced in r213893. FPGA version requires PHYPyun YongHyeon2010-12-181-2/+3
* Consistently put a tab character between #define and the macro name.Pyun YongHyeon2010-12-181-14/+14
* Inform a compiler which asm statements in the x86 implementation ofKonstantin Belousov2010-12-182-15/+17
* Add 2 missing bus_dmamap_sync() calls. Those fix random 'scan timeout',Bernhard Schmidt2010-12-181-0/+6
* Fix association on 5GHz channels. The device is initially configured usingBernhard Schmidt2010-12-181-0/+3
* Fix a panic while disabling the RF kill button, caller of theBernhard Schmidt2010-12-181-2/+0
* No need to zero the softc. It's allocated with M_ZERO.Tijl Coosemans2010-12-181-27/+3
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-185-45/+5
* In pmap_extract(), unlock pmap lock earlier. The calculation does not needKonstantin Belousov2010-12-181-1/+1
* Add Exar octal PCI UART.Ed Maste2010-12-181-0/+6
* Implement and use a single optimized function for unholding a set of pages.Alan Cox2010-12-178-36/+38
* Fix two vnode locking problems in nfsd_recalldelegation() in theRick Macklem2010-12-171-4/+8
* cyclic xcall: use smp_no_rendevous_barrier as setup function parameterAndriy Gapon2010-12-171-2/+2
* Add back a bounds check on valid idle priorities that was lost in anJohn Baldwin2010-12-171-8/+6
* small cleanup of acpi battery status setting and checkingAndriy Gapon2010-12-174-4/+23
* Fix a flightsize bug related to the processing of PKTDRP reports.Michael Tuexen2010-12-171-1/+1
* Minor cleanup for sys/conf/Makefile.mips. Use -e and replace two calls toJayachandran C.2010-12-171-3/+3
* Bugfix: Take also the nr-mapping array into account when detectingMichael Tuexen2010-12-162-10/+14
* - If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,John Baldwin2010-12-163-14/+55
* - When moving the IRQ resource from the psmcpnp device to the psm device,John Baldwin2010-12-161-15/+5
* Small style fixes:John Baldwin2010-12-162-24/+22
* Spelling fix.John Baldwin2010-12-161-1/+1
* Use bus_alloc_resource_any() instead of bus_alloc_resource(). Besides beingJohn Baldwin2010-12-162-16/+14
* Add a missing cast. Reported by blade_ly at yahoo.com.cn.Michael Tuexen2010-12-161-1/+1
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.Juli Mallett2010-12-165-1/+17
* - include argument should be in quotesOleksandr Tymoshenko2010-12-164-4/+4
* Make the ELF trampoline binary ELF executable (and do some cleanup).Jayachandran C.2010-12-163-18/+24
* Merge ACPICA 20101209.Jung-uk Kim2010-12-1535-1369/+1815
|\
* | Bring back (most of) NATM to avoid further bitrot after r186119.Bjoern A. Zeeb2010-12-152-1/+7
* | One of the compat32 functions was copying in a raw timespec, instead ofMatthew D Fleming2010-12-151-2/+1
* | Don't allow user created symbolic links to cover another entries markedJaakko Heinonen2010-12-151-0/+5
* | - Assert that dm_lock is exclusively held in devfs_rules_apply() andJaakko Heinonen2010-12-153-0/+5
* | VOP_ISLOCKED() should not be used to determine if the vnode is locked.Konstantin Belousov2010-12-151-2/+11
* | Fix a typo in a comment.Justin T. Gibbs2010-12-141-1/+1
* | Stop lying about supporting cpu_est_clockrate() when TSC is invariant. ThisJung-uk Kim2010-12-145-6/+47
* | Remove unecessary and clearly wrong usage of atomic(9).Pyun YongHyeon2010-12-141-5/+3
* | Remove spurious printf left over from debugging our XenStore support.Justin T. Gibbs2010-12-141-1/+0
* | Just pass M_ZERO to malloc(9) instead of clearing allocated memory separately.Pawel Jakub Dawidek2010-12-141-2/+1
* | Change memguard_fudge() so that it can handle km_max being zero. NotAlan Cox2010-12-141-2/+3
* | Tighten up some of the comments describing turnstiles and sleepqueues.Kirk McKusick2010-12-132-9/+10