summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle spurious page faults that may occur in no-fault sections of theAlan Cox2012-03-228-47/+117
* Change pv_entry_count to a long. During the lifetime of FreeBSD 10.x,Alan Cox2012-03-221-2/+2
* Declare the CRC lookup-tables const as they hardly should change atMarius Strobl2012-03-213-12/+12
* Use the common/shared CRC-32 implementation instead of duplicating it.Marius Strobl2012-03-212-69/+7
* Update the firmware to version 0.236Bernhard Schmidt2012-03-211-145/+145
* Load the firmware during init not attach, as a root filesystem mightBernhard Schmidt2012-03-211-8/+8
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-2132-124/+138
* o) Don't keep drive parameters in a global, put them in the softc.Juli Mallett2012-03-211-60/+52
* Acquire modules lock before call module_getname() in the KLD_DEBUG case.Andrey V. Elsukov2012-03-211-0/+4
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itMarius Strobl2012-03-216-7/+94
* Exclude devices which are mutually exclusive with ATA_CAM. For betterMarius Strobl2012-03-211-6/+6
* in6_pcblookup_local() still can return a pcb with NULLGleb Smirnoff2012-03-211-2/+2
* Remove pty(4) from our kernel configurations.Ed Schouten2012-03-2138-39/+0
* Add multibyte char support.Gleb Smirnoff2012-03-212-53/+35
* Revert previous change. It is an incomplete change from old branch. :-(David Xu2012-03-211-60/+39
* Use version 2 of semaphore provided by kernel umtx code, now if there isDavid Xu2012-03-211-39/+60
* Fix a sentence in a paragraph that describes time and interval basedGleb Smirnoff2012-03-211-2/+2
* Don't run through time checks when entry is definitely oversized. ThisGleb Smirnoff2012-03-211-2/+5
* Eliminate vm.pmap.shpgperproc and vm.pmap.pv_entry_max because they noAlan Cox2012-03-213-77/+10
* Re-commit this - store the alq payload in network order.Adrian Chadd2012-03-211-1/+1
* Merge ACPICA 20120320.Jung-uk Kim2012-03-2053-332/+3706
|\
| * Import ACPICA 20120320.vendor/acpica/20120320Jung-uk Kim2012-03-2050-341/+3777
* | Fix another witness panic. We cannot enter critical section at all becauseJung-uk Kim2012-03-201-2/+3
* | Add sys/ofed to the 'make cscope' target.John Baldwin2012-03-201-1/+1
* | Import new version of libcxxrt. Now works correctly with libobjc2 to implementDavid Chisnall2012-03-205-105/+187
|\ \
| * | Import new version of libcxxrt to vendor branch.vendor/libcxxrt/2012-03-20-cddcf8734ed06ada9384a461bc21d58b44f6eba1David Chisnall2012-03-204-105/+182
| * | Import new version of libcxxrt.vendor/libcxxrt/2011-11-22-a35d8de85ffd4df32e2dc47fa539d61fd3024a54David Chisnall2012-03-1314-42/+381
* | | Update the list of struct ifnet fields.Sergey Kandaurov2012-03-201-32/+115
* | | Fix several problems with our ELF filters implementation.Konstantin Belousov2012-03-2010-118/+179
* | | Improve device tree blob (DTB) handling in loader(8).Rafal Jaworowski2012-03-202-25/+113
* | | o Xr siftr.4 in order to expose it to a wider audience.Maxim Konovalov2012-03-201-0/+1
* | | Delay sequence number allocation for A-MPDU until just before the frameAdrian Chadd2012-03-205-50/+259
* | | Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. ReplaceTijl Coosemans2012-03-194-202/+145
* | | Fix a witness panic introduced in r231797.Jung-uk Kim2012-03-191-2/+2
* | | Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. ReplaceTijl Coosemans2012-03-195-1223/+686
* | | Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.Tijl Coosemans2012-03-196-165/+93
* | | Move userland bits (and some common kernel bits) from amd64 and i386Tijl Coosemans2012-03-194-326/+289
* | | Retire the IF_ADDR_LOCK() and IF_ADDR_UNLOCK() compat macros from HEAD.John Baldwin2012-03-191-3/+0
* | | Fix build of OFED bits with debugging options enabled.John Baldwin2012-03-192-2/+2
* | | o Sort Xrs.Maxim Konovalov2012-03-191-3/+3
* | | o Trim EoL whitespaces.Maxim Konovalov2012-03-191-4/+4
* | | Fix the following warning from clang trunk:Dimitry Andric2012-03-191-1/+4
* | | Bah, just revert my earlier change entirely. (Missed alc's request to doJohn Baldwin2012-03-191-1/+1
* | | Add explicit braces to avoid dangling else in stl_tree.h. This silencesDimitry Andric2012-03-191-4/+6
* | | Fix madvise(MADV_WILLNEED) to properly handle individual mappings largerJohn Baldwin2012-03-193-16/+14
* | | Alter the previous commit to use vm_size_t instead of vm_pindex_t.John Baldwin2012-03-191-1/+1
* | | Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptAndreas Tobler2012-03-191-1/+30
* | | Do not reuse the previous address when restoring linear frame buffer.Jung-uk Kim2012-03-191-4/+6
* | | An intel RAID can have any arbitrary name.Josh Paetzel2012-03-191-4/+1
* | | Re-apply r233122 erronously reverted in r233168.Konstantin Belousov2012-03-191-5/+4