summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* If the traced process stops because it received a signal, libproc needsmarkj2014-05-043-24/+30
* Fix a typo.markj2014-05-031-1/+1
* Allow "a.out" as an alias for the executable if no other matching entriesmarkj2014-05-034-19/+63
* Properly free resources in case of error.brueffer2014-05-021-8/+6
* regex: Remove some unreachable breaks.pfg2014-05-012-7/+1
* citrus: Avoid invalid code points.pfg2014-05-011-2/+1
* Don't forget to remember previous element at the end of the loop.pjd2014-04-301-0/+1
* citrus: Avoid invalid code points.pfg2014-04-291-0/+8
* Allow a virtual machine to be forcibly reset or powered off. This is doneneel2014-04-282-3/+6
* Set the new floating point exception mask correctlyandrew2014-04-281-1/+1
* r261913 broke DES passwords, because the only way they could work,des2014-04-261-77/+56
* Spell NO_PROFILE= as MK_PROFILE=no.imp2014-04-256-7/+8
* Kill last remaining NO_INSTALLLIB in tree by converting it over toimp2014-04-251-1/+1
* Eliminate last vestigies of NO_MAN= in the tree. Also, removeimp2014-04-251-1/+2
* libc/stdio: Fail fdopen() on an execute-only fd.jilles2014-04-212-3/+5
* Rename the fp{get,set}* files so they no longer conflict with the softfloatandrew2014-04-217-2/+2
* Add the deprecated fp{get,set}* functions, a few ports use them.andrew2014-04-207-0/+304
* Add a missing break in the TCP case.brueffer2014-04-171-0/+1
* Remove the libkse directory. It was unhooked from the build and kernelbrooks2014-04-16179-27209/+0
* Correct sorting.brueffer2014-04-151-1/+1
OpenPOWER on IntegriCloud