aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a type in an SCTP AUTH related notification. Keep the old nameMichael Tuexen2012-04-263-3/+4
* Add the BT register definitions for AR9285/AR9287 BT coexistence.Adrian Chadd2012-04-262-0/+83
* Implement the D "cpu" variable, which returns curcpu. I have chosen notRyan Stone2012-04-262-0/+9
* - Disable MMU before reconfiguring the pagetables in the trampoline code.Stanislav Sedov2012-04-251-0/+11
* For Yukon II controllers that implement optional temperature sensorPyun YongHyeon2012-04-251-0/+3
* Fix cut-and-paste comment errorEd Maste2012-04-251-1/+1
* Add placeholder methods for WMI command access (USB, perhaps SDIO later)Adrian Chadd2012-04-252-0/+19
* Add a note that explains what the current state of the register byte orderAdrian Chadd2012-04-251-0/+4
* Switch the default I/O memory barrier to eieio, as it should be. ThisNathan Whitehorn2012-04-241-5/+1
* Revert r234581 for this file. The lockless SLB tree code does in fact needNathan Whitehorn2012-04-241-2/+2
* Do not toggle IFCAP_TSO4 if we would also do TSO6. Given the driver doesBjoern A. Zeeb2012-04-241-1/+1
* Merge ACPICA 20120420.Jung-uk Kim2012-04-2334-1366/+1607
|\
* | If we pass down 64k - L2 hdr size + 1 to 64K L3+ data adding an etherBjoern A. Zeeb2012-04-231-1/+1
* | Do not announce IPv6 TSO support yet. The driver seems to make assumptionsBjoern A. Zeeb2012-04-231-1/+1
* | Do not announce IPv6 TSO support yet. The in-tree driver does not seemBjoern A. Zeeb2012-04-231-1/+0
* | Allow for the process information sysctls to accept a thread id in additionKonstantin Belousov2012-04-232-1/+31
* | Fix copy-and-paste error in r230400.Nathan Whitehorn2012-04-231-1/+1
* | Use the flags defined in RFC 6525 in the stream reset event.Michael Tuexen2012-04-232-7/+9
* | Remove unused thread argument from ufs_extattr_uepm_lock()/ufs_extattr_uepm_u...Edward Tomasz Napierala2012-04-231-21/+21
* | Fix build.Edward Tomasz Napierala2012-04-231-1/+1
* | Fix copy-paste typo in r234603.Alexander Motin2012-04-231-2/+2
* | Fix missing header for powerpc_iomb().Nathan Whitehorn2012-04-231-0/+1
* | Remove unused thread argument from clear_inodeps() and clear_remove().Edward Tomasz Napierala2012-04-231-11/+8
* | Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-2315-23/+16
* | Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-2318-38/+31
* | Add names for all primary RAID levels defined by DDF 2.0 specification.Alexander Motin2012-04-234-19/+180
* | Add sos@ copyrights to RAID metadata modules, respecting his efforts inAlexander Motin2012-04-235-0/+5
* | Fix class malloc init for mips and powerpc that was not convertedFabien Thomas2012-04-232-6/+2
* | Provide a clearer split between read/write and acquire/release barriers.Nathan Whitehorn2012-04-221-19/+24
* | Correctly specify assembler constrains for synchronization instructions.Nathan Whitehorn2012-04-221-3/+3
* | Clarify what we are doing in r234583 a little better: eieio and isync doNathan Whitehorn2012-04-221-15/+23
* | On non-64-bit systems (which generally don't have lwsync), use eieio andNathan Whitehorn2012-04-221-0/+5
* | Use lwsync to provide memory barriers on systems that support it insteadNathan Whitehorn2012-04-222-22/+20
* | Remove dead code. The routines in atomic.S did not work properly anyway, andNathan Whitehorn2012-04-223-148/+0
* | Replace eieio; sync for creating bus-space memory barriers with sync.Nathan Whitehorn2012-04-223-61/+75
* | Avoid a lock order reversal in pmap_extract_and_hold() from relockingNathan Whitehorn2012-04-222-2/+33
* | Fix panic in ng_patch(4) caused by checksum flags being added to mbuf flags.Alexander V. Chernikov2012-04-221-1/+1
* | Do not require radix write lock to be held while dumping route tableAlexander V. Chernikov2012-04-221-2/+2
* | MFi386: revisions 234074 and 234105Yoshihiro Takahashi2012-04-221-0/+7
* | Interrupts must be disabled while handling a partial cache line flush,Marius Strobl2012-04-221-20/+27
* | - Add support for MCI1 revision 2xx controllers and a work-around for theirMarius Strobl2012-04-222-7/+51
* | When MAP_STACK mapping is created, the map entry is created only toKonstantin Belousov2012-04-211-2/+4
* | As documented in vm_page.h, updates to the vm_page's flags no longerAlan Cox2012-04-211-7/+4
* | Organize some members of ucontext_t in the same order they are in theNathan Whitehorn2012-04-211-3/+3
* | Add support for the SIMCom SIM5218, tested by me.Kevin Lo2012-04-212-0/+2
* | Fix the following clang warning in dpt(4):Dimitry Andric2012-04-211-1/+1
* | Fix check used by stream reset related events.Michael Tuexen2012-04-211-3/+3
* | Fix use-after-free introduced in r234036.Edward Tomasz Napierala2012-04-211-1/+5
* | Allow for MIPS devices to have a specific probe/attach order.Adrian Chadd2012-04-211-1/+4
* | o Fixes:Marius Strobl2012-04-216-34/+90