summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Upgrade our copy of llvm/clang to 3.4.1 release. This release containsdim2014-05-124-29/+15
* libedit: add H_SAVE_FP which saves history to a file pointer.eadler2014-05-114-9/+35
* Invalidate the cache for the named posix semaphore when opened andkib2014-05-101-29/+36
* Style.kib2014-05-101-2/+2
* Sprinkle a few more .WAITs into the mix after csu, libc, msun and theimp2014-05-101-1/+5
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-102-9/+6
* Fix the rd_event_addr prototype and slightly clarify the use of the "event"markj2014-05-081-3/+3
* Handle the different event types properly in rd_event_addr(). In particular,markj2014-05-082-10/+40
* msync(2) must return ENOMEM and not EINVAL when the address is outside thepho2014-05-071-5/+7
* Sort .ALLSRC before concatenating files together. This makes sure that thedelphij2014-05-061-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-0641-37/+42
* Revert r265367:pfg2014-05-051-1/+1
* regex: Use calloc instead of malloc.pfg2014-05-051-1/+1
OpenPOWER on IntegriCloud