aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge OpenSSL 1.0.1e.Jung-uk Kim2013-02-13510-1602/+3405
|\
| * Import OpenSSL 1.0.1e.vendor/openssl/1.0.1eJung-uk Kim2013-02-13175-874/+2672
* | Change "the the" to "the". It is a continuation of r226436 and missed inJung-uk Kim2013-02-131-1/+1
* | Restore De Bruijn algorithm for sparc64 where the compiler rely on aXin LI2013-02-131-0/+63
* | Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising2013-02-135-5/+84
* | Remove unused variable.Hans Petter Selasky2013-02-132-2/+0
* | Add a dependency so that when compiling in a static dtb, the kernel getsIan Lepore2013-02-131-1/+2
* | Make the F_READAHEAD option to fcntl(2) work as documented: a value of zeroIan Lepore2013-02-132-3/+3
* | Resolve a LOR after r246616. Protect control requests using the USB deviceHans Petter Selasky2013-02-139-43/+55
* | Add new USB ID to FTDI driver.Hans Petter Selasky2013-02-132-0/+2
* | Add specific supported revision of D-Link DWA-140 rev B1, B2.Hans Petter Selasky2013-02-131-1/+1
* | Fix my email.Gleb Smirnoff2013-02-131-1/+1
* | Add myself as a ports committer and my mentor relationship.Po-Chien Lin2013-02-131-0/+4
* | Pull out the if_transmit() work and revert back to ath_start().Adrian Chadd2013-02-134-451/+107
* | Introduce PLATFORMMETHOD_END and use it.Rui Paulo2013-02-135-5/+6
* | - Make actually printing path of AF_LOCAL socket types.Andrey Zonov2013-02-121-3/+1
* | - Use correct size of copying different socket structures.Andrey Zonov2013-02-121-5/+5
* | Eliminate the PC_CURTHREAD symbol and load the current thread'sMarcel Moolenaar2013-02-123-35/+33
* | Eliminate padding by moving 'narg' next to 'code'. Both are 32-bitMarcel Moolenaar2013-02-121-1/+1
* | Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-1268-3733/+3074
* | Now that we actually use more memory descriptors, make sure to dumpMarcel Moolenaar2013-02-121-1/+4
* | o Bring in sync decoding the first nfssvc(2) parameter (flags) withSergey Kandaurov2013-02-121-1/+1
* | Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',Gleb Smirnoff2013-02-123-4/+6
* | Remove debug outputOleksandr Tymoshenko2013-02-121-1/+0
* | When clang builds libc it may insert calls to __aeabi_* functions. NormallyAndrew Turner2013-02-121-0/+19
* | Allow us to build clang for ARM EABI. Clang and llvm use theAndrew Turner2013-02-1221-6/+54
* | Style.Pawel Jakub Dawidek2013-02-111-2/+2
* | Update comments to reflect r246689.Marius Strobl2013-02-111-2/+8
* | Style.Pawel Jakub Dawidek2013-02-111-2/+2
* | Make SYSCTL_{LONG,QUAD,ULONG,UQUAD}(9) work as advertised and also handleMarius Strobl2013-02-111-9/+17
* | Merge zfs_ioctl.c code that should have been merged together with ZFS v28.Martin Matuska2013-02-111-75/+100
* | Send the adaptation layer indication only if set by the user.Michael Tuexen2013-02-114-19/+26
* | Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.Neel Natu2013-02-119-165/+7
* | Use the right year.Xin LI2013-02-112-2/+2
* | MFV r246633:Martin Matuska2013-02-111-1/+22
|\ \
| * | Update vendor-sys/illumos/dist to illumos-gate version 13949:4f6a155f70feMartin Matuska2013-02-101-0/+21
* | | MFV r246394:Martin Matuska2013-02-111-1/+14
|\| |
| * | Update vendor-sys/illumos/dist to illumos-gate version 13945:7a9c1d41dfbeMartin Matuska2013-02-061-1/+10
| * | Update vendor/illumos/dist to illumos-gate version 13944:bbcbb468dc37Martin Matuska2013-02-0619-34/+158
* | | Don't send kernel provided information in the User InitiatedMichael Tuexen2013-02-114-68/+29
* | | Major update for unix_cmsg from Andrey Simonenko.Sergey Kandaurov2013-02-113-1249/+1652
* | | MFV r246392:Martin Matuska2013-02-1117-197/+76
|\| |
| * | Update vendor/illumos/dist and vendor-sys/illumos/distMartin Matuska2013-02-0617-197/+76
| * | Update vendor/illumos/dist and vendor-sys/illumos/distMartin Matuska2013-02-062-21/+30
* | | A10 reset mechanism is the same for all boards in this family so removeOleksandr Tymoshenko2013-02-111-6/+3
* | | Add watchdog driver for Allwinner A10Oleksandr Tymoshenko2013-02-114-0/+236
* | | Resolve source address selection in presense of CARP. Add a coupleGleb Smirnoff2013-02-114-4/+34
* | | Cross-reference vfs_unbusy(9).Sergey Kandaurov2013-02-111-1/+3
* | | Add -lheimntlm to LDADD directly.Brooks Davis2013-02-111-1/+1
* | | Use DEVMETHOD_END.Rui Paulo2013-02-113-3/+3