aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove this - it's not needed as it's defined in ieee80211_freebsd.h.Adrian Chadd2012-03-191-4/+0
* | Add CTLFLAG_TUN to sysctls.Andrey V. Elsukov2012-03-191-4/+4
* | Document GEOM_PART_LDM scheme and partition types.Andrey V. Elsukov2012-03-191-2/+38
* | Connect geom_part_ldm to the kernel build.Andrey V. Elsukov2012-03-193-0/+3
* | Connect geom_part_ldm module to the build.Andrey V. Elsukov2012-03-192-0/+13
* | Add new GEOM_PART_LDM module that implements the Logical Disk ManagerAndrey V. Elsukov2012-03-191-0/+1504
* | Make kern.geom.part node not static. Also add CTLFLAG_TUN to theAndrey V. Elsukov2012-03-191-3/+4
* | Add symbol versioning to libcxxrt.David Chisnall2012-03-192-0/+319
* | Make __get_locale() static inline, not just inline, so when compiling libc inDavid Chisnall2012-03-191-1/+1
* | If we ever allow for managed fictitious pages, the pages shall beKonstantin Belousov2012-03-192-29/+80
* | Rotate auth.log and messages at the beginning of a year. Otherwise,Gleb Smirnoff2012-03-191-2/+2
* | Remove trailing whitespace.Benjamin Kaduk2012-03-191-2/+2
* | Expound a bit more about the system maximum number of FIBs,Benjamin Kaduk2012-03-191-2/+20
* | fix ABI detection logic: for 64-bit elf objects set default ABI to n64.Oleksandr Tymoshenko2012-03-191-0/+7
* | Do not change current media when driver is already running. IfPyun YongHyeon2012-03-191-3/+3
* | draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007Eitan Adler2012-03-191-1/+1
* | rm[0].rm_so must be zero (an explicit check is made for zero in theEitan Adler2012-03-191-1/+1
* | X11BASE is not used any more and has been killed by the x11 team.Eitan Adler2012-03-192-26/+0
* | - Clean up timestamps in msgbuf code. The timestamps should now beEitan Adler2012-03-192-38/+21
* | Use clockid parameter instead of hard-coded CLOCK_REALTIME.David Xu2012-03-191-1/+1
* | .. revert out a local change that I hadn't yet completely finished fleshingAdrian Chadd2012-03-181-124/+1
* | fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on the returnedJilles Tjoelker2012-03-181-2/+5
* | Redirect camcontrol stderr to /dev/null.Josh Paetzel2012-03-181-1/+1
* | fts(3): Document cases where FTS_NOCHDIR is set implicitly.Jilles Tjoelker2012-03-181-1/+11