summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* stdtime: style(9) fixes.pfg2014-06-183-184/+186
* Update license to strptime(3) implementation.pfg2014-06-161-28/+5
* Fix destruction of character devices by passing correct pointer tohselasky2014-06-161-1/+1
* Create a mechanism for providing fine-grained build order dependenciesian2014-06-151-52/+63
* Attach the CUSE library and kernel module to the default FreeBSDhselasky2014-06-131-0/+5
* iconv_open: initialise ci_ilseq_invalid field of _citrus_iconv_sharedtijl2014-06-131-2/+3
* Replace malloc+memset with calloc.tijl2014-06-132-5/+2
* Replace malloc+memset with calloc.tijl2014-06-131-4/+2
* Fix path for zlib examples, this have no runtime effect and wasdelphij2014-06-111-0/+2
* Add a zlib pkg-config file (more and more ports requires it)bapt2014-06-112-0/+18
* Use Mt macro to properly format mailto links (patch from Franco Fichtner <fra...bapt2014-06-111-12/+12
* In some scenarios, when generating llvm/clang .inc.h files, multipledim2014-06-101-32/+43
* siglongjmp(): Preserve floating point exception flags on i386 and amd64.jilles2014-06-092-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-082-0/+4
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedneel2014-06-072-0/+8
* Homogenize libatf-* version numbers with upstream.jmmv2014-06-062-2/+2
* Mdoc cleanup, typo and grammar fixes.brueffer2014-06-061-157/+154
* Add missing MLINKs.brueffer2014-06-061-0/+5
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andimp2014-06-061-2/+0
* Add support for arbitrary http requestsbapt2014-06-053-2/+37
* Remove unnecessary semicolonsbapt2014-06-051-4/+4
* Use NULL instead of 0bapt2014-06-051-2/+2
* If HTTP_USER_AGENT is defined but empty, don't send User-Agent at all.des2014-06-052-4/+10
* Update reported libusb version to 1.0.13emaste2014-06-051-1/+1
* For Xeon 7500 and 48XX (Nehalem EX and Westmere EX) variants of thekib2014-06-041-1/+45
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).gahr2014-06-022-8/+18
* Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doingneel2014-05-312-1/+50
* style(9) requires an empty line when function have no local variables.hselasky2014-05-301-0/+2
* Add support for snprintf() to libstand.hselasky2014-05-302-6/+54
* Minor mdoc fixbjk2014-05-301-1/+1
* Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.pfg2014-05-301-2/+2
* mdoc: add missing paragraph macro.pluknet2014-05-291-0/+1
* Don't break the legacy applications which setume2014-05-281-1/+5
* Emphasis on 'do not' and 'complement' in the strcspn(3)allanjude2014-05-271-5/+6
* Fix issue with restarting an "insb/insw/insl" instruction because of a pageneel2014-05-262-32/+60
* Merge strcspn.3 into strspn.3 and clarify the explaination of what they doallanjude2014-05-253-98/+37
* Add empty LIBUSB_CALL macro, to be compatible to the libusb 1.0-APIhselasky2014-05-251-0/+2
* Change libatf-c and libatf-c++ to be private libraries.jmmv2014-05-254-34/+2
* Add libvmmapi functions vm_copyin() and vm_copyout() to copy into and outneel2014-05-242-0/+91
* Right now, the rtld prefork hook locks the rtld bind lock in the readkib2014-05-242-4/+30
* Initial import of character device in userspace support for FreeBSD.hselasky2014-05-234-0/+1354
* Correct a typo.rstone2014-05-171-1/+1
* Look for root certificates in /usr/local/etc/ssl before /etc/ssl.des2014-05-171-2/+8
* Correct documentation of the limit on how much memory can be mlock()edbjk2014-05-171-7/+14
* Revert r261296. This removes the WITHOUT_NCURSESW option.brooks2014-05-151-7/+2
* Remove dead files.des2014-05-151-1/+0
* Implement a PCI interrupt router to route PCI legacy INTx interrupts tojhb2014-05-152-0/+16
* Upgrade to latest ldns (1.6.17) and unbound (1.4.22).des2014-05-152-12/+14
* Use the new -d option that was added to tblgen between llvm/clang 3.3dim2014-05-141-78/+93
* Don't include the guest memory segments in the bhyve(8) process core dump.neel2014-05-132-3/+18
OpenPOWER on IntegriCloud