aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-2/+0
* Add support for arbitrary http requestsBaptiste Daroussin2014-06-053-2/+37
* Remove unnecessary semicolonsBaptiste Daroussin2014-06-051-4/+4
* Use NULL instead of 0Baptiste Daroussin2014-06-051-2/+2
* If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.Dag-Erling Smørgrav2014-06-052-4/+10
* Update reported libusb version to 1.0.13Ed Maste2014-06-051-1/+1
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of theKonstantin Belousov2014-06-041-1/+45
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-022-8/+18
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingNeel Natu2014-05-312-1/+50
* style(9) requires an empty line when function have no local variables.Hans Petter Selasky2014-05-301-0/+2
* Add support for snprintf() to libstand.Hans Petter Selasky2014-05-302-6/+54
* Minor mdoc fixBenjamin Kaduk2014-05-301-1/+1
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.Pedro F. Giffuni2014-05-301-2/+2
* mdoc: add missing paragraph macro.Sergey Kandaurov2014-05-291-0/+1
* Don't break the legacy applications which setHajimu UMEMOTO2014-05-281-1/+5
* Emphasis on 'do not' and 'complement' in the strcspn(3)Allan Jude2014-05-271-5/+6
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageNeel Natu2014-05-262-32/+60
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doAllan Jude2014-05-253-98/+37
* Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-APIHans Petter Selasky2014-05-251-0/+2
* Change libatf-c and libatf-c++ to be private libraries.Julio Merino2014-05-254-34/+2
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outNeel Natu2014-05-242-0/+91
* Right now, the rtld prefork hook locks the rtld bind lock in the readKonstantin Belousov2014-05-242-4/+30
* Initial import of character device in userspace support for FreeBSD.Hans Petter Selasky2014-05-234-0/+1354
* Correct a typo.Ryan Stone2014-05-171-1/+1
* Look for root certificates in /usr/local/etc/ssl before /etc/ssl.Dag-Erling Smørgrav2014-05-171-2/+8
* Correct documentation of the limit on how much memory can be mlock()edBenjamin Kaduk2014-05-171-7/+14
* Revert r261296. This removes the WITHOUT_NCURSESW option.Brooks Davis2014-05-151-7/+2
* Remove dead files.Dag-Erling Smørgrav2014-05-151-1/+0
* Implement a PCI interrupt router to route PCI legacy INTx interrupts toJohn Baldwin2014-05-152-0/+16
* Upgrade to latest ldns (1.6.17) and unbound (1.4.22).Dag-Erling Smørgrav2014-05-152-12/+14
* Use the new -d option that was added to tblgen between llvm/clang 3.3Dimitry Andric2014-05-141-78/+93
* Don't include the guest memory segments in the bhyve(8) process core dump.Neel Natu2014-05-132-3/+18
*-. Upgrade our copy of llvm/clang to 3.4.1 release. This release containsDimitry Andric2014-05-124-29/+15
|\ \
| | * Vendor import of llvm RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 r...vendor/llvm/llvm-release_34-r208032Dimitry Andric2014-05-1157-240/+769
| | * Vendor import of llvm RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/llvm/llvm-release_34-r197956Dimitry Andric2014-01-011-1/+1
| * | Vendor import of clang RELEASE_34/dot1-final tag r208032 (effectively, 3.4.1 ...vendor/clang/clang-release_34-r208032Dimitry Andric2014-05-1113-69/+106
| * | Vendor import of clang RELEASE_34/final tag r197956 (effectively, 3.4 release):vendor/clang/clang-release_34-r197956Dimitry Andric2014-01-012-2/+8
* | | libedit: add H_SAVE_FP which saves history to a file pointer.Eitan Adler2014-05-114-9/+35
* | | Invalidate the cache for the named posix semaphore when opened andKonstantin Belousov2014-05-101-29/+36
* | | Style.Konstantin Belousov2014-05-101-2/+2
* | | Sprinkle a few more .WAITs into the mix after csu, libc, msun and theWarner Losh2014-05-101-1/+5
* | | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noWarner Losh2014-05-102-9/+6
* | | Fix the rd_event_addr prototype and slightly clarify the use of the "event"Mark Johnston2014-05-081-3/+3
* | | Handle the different event types properly in rd_event_addr(). In particular,Mark Johnston2014-05-082-10/+40
* | | msync(2) must return ENOMEM and not EINVAL when the address is outside thePeter Holm2014-05-071-5/+7
* | | Sort .ALLSRC before concatenating files together. This makes sure that theXin LI2014-05-061-1/+1
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-0641-37/+42
* | | Revert r265367:Pedro F. Giffuni2014-05-051-1/+1
* | | regex: Use calloc instead of malloc.Pedro F. Giffuni2014-05-051-1/+1
* | | If the traced process stops because it received a signal, libproc needsMark Johnston2014-05-043-24/+30