summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle spurious page faults that may occur in no-fault sections of thealc2012-03-228-47/+117
* Change pv_entry_count to a long. During the lifetime of FreeBSD 10.x,alc2012-03-221-2/+2
* Declare the CRC lookup-tables const as they hardly should change atmarius2012-03-213-12/+12
* Use the common/shared CRC-32 implementation instead of duplicating it.marius2012-03-212-69/+7
* Update the firmware to version 0.236bschmidt2012-03-211-145/+145
* Load the firmware during init not attach, as a root filesystem mightbschmidt2012-03-211-8/+8
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-2132-124/+138
* o) Don't keep drive parameters in a global, put them in the softc.jmallett2012-03-211-60/+52
* Acquire modules lock before call module_getname() in the KLD_DEBUG case.ae2012-03-211-0/+4
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itmarius2012-03-216-7/+94
* Exclude devices which are mutually exclusive with ATA_CAM. For bettermarius2012-03-211-6/+6
* in6_pcblookup_local() still can return a pcb with NULLglebius2012-03-211-2/+2
* Remove pty(4) from our kernel configurations.ed2012-03-2138-39/+0
* Add multibyte char support.glebius2012-03-212-53/+35
* Revert previous change. It is an incomplete change from old branch. :-(davidxu2012-03-211-60/+39
* Use version 2 of semaphore provided by kernel umtx code, now if there isdavidxu2012-03-211-39/+60
* Fix a sentence in a paragraph that describes time and interval basedglebius2012-03-211-2/+2
* Don't run through time checks when entry is definitely oversized. Thisglebius2012-03-211-2/+5
* Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noalc2012-03-213-77/+10
* Re-commit this - store the alq payload in network order.adrian2012-03-211-1/+1
* Merge ACPICA 20120320.jkim2012-03-2053-332/+3706
|\
| * Import ACPICA 20120320.jkim2012-03-2050-341/+3777
* | Fix another witness panic. We cannot enter critical section at all becausejkim2012-03-201-2/+3
* | Add sys/ofed to the 'make cscope' target.jhb2012-03-201-1/+1
* | Import new version of libcxxrt. Now works correctly with libobjc2 to implementtheraven2012-03-205-105/+187
* | Update the list of struct ifnet fields.pluknet2012-03-201-32/+115
* | Fix several problems with our ELF filters implementation.kib2012-03-2010-118/+179
* | Improve device tree blob (DTB) handling in loader(8).raj2012-03-202-25/+113
* | o Xr siftr.4 in order to expose it to a wider audience.maxim2012-03-201-0/+1
* | Delay sequence number allocation for A-MPDU until just before the frameadrian2012-03-205-50/+259
* | Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replacetijl2012-03-194-202/+145
* | Fix a witness panic introduced in r231797.jkim2012-03-191-2/+2
* | Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replacetijl2012-03-195-1223/+686
* | Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.tijl2012-03-196-165/+93
* | Move userland bits (and some common kernel bits) from amd64 and i386tijl2012-03-194-326/+289
* | Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.jhb2012-03-191-3/+0
* | Fix build of OFED bits with debugging options enabled.jhb2012-03-192-2/+2
* | o Sort Xrs.maxim2012-03-191-3/+3
* | o Trim EoL whitespaces.maxim2012-03-191-4/+4
* | Fix the following warning from clang trunk:dim2012-03-191-1/+4
* | Bah, just revert my earlier change entirely. (Missed alc's request to dojhb2012-03-191-1/+1
* | Add explicit braces to avoid dangling else in stl_tree.h. This silencesdim2012-03-191-4/+6
* | Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerjhb2012-03-193-16/+14
* | Alter the previous commit to use vm_size_t instead of vm_pindex_t.jhb2012-03-191-1/+1
* | Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptandreast2012-03-191-1/+30
* | Do not reuse the previous address when restoring linear frame buffer.jkim2012-03-191-4/+6
* | An intel RAID can have any arbitrary name.jpaetzel2012-03-191-4/+1
* | Re-apply r233122 erronously reverted in r233168.kib2012-03-191-5/+4
* | Remove this - it's not needed as it's defined in ieee80211_freebsd.h.adrian2012-03-191-4/+0
* | Add CTLFLAG_TUN to sysctls.ae2012-03-191-4/+4
OpenPOWER on IntegriCloud