summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanup gr_add() so it does not leak memdb2013-03-072-53/+86
* Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implementandrew2013-03-071-0/+3
* Create a symlink from strchrnul.3 to strchr.3.zeising2013-03-061-1/+2
* Add a stub manpage modeled over the libexpat one to explain to users not to usebapt2013-03-052-0/+62
* Import libyaml as libbsdyml (private brand name)bapt2013-03-043-0/+107
* libedit: Revert r247683 to fix buildworld.jilles2013-03-031-0/+1
* libedit does not need to be linked with ncursespfg2013-03-031-1/+0
* - Implement two new system calls:pjd2013-03-025-0/+232
* Garbage collect NTFS bits which are now completely disconnected fromattilio2013-03-021-71/+0
* mdoc: remove superfluous paragraph macro.joel2013-03-023-3/+0
* Make this WARNS=9 clean on i386 w/ clang.marcel2013-03-021-15/+14
* Fix warnings (control reaches end of non-void function).marcel2013-03-021-1/+2
* Fix nandfs support by providing the same crc32 function as is usedmarcel2013-03-021-2/+23
* Merge Capsicum overhaul:pjd2013-03-0210-146/+584
* Provide cap_sandboxed(3) function, which is a wrapper around cap_getmode(2)pjd2013-03-025-0/+124
* Fix assignment of maximum bounadary.delphij2013-03-011-1/+1
* Assign the len field of the netbuf structure to the current length ofkevlo2013-03-011-1/+1
* Fixed documented prototype of kinfo_getproc(3).ru2013-03-011-2/+2
* mdoc: add missing El.joel2013-02-271-0/+1
* Add an implementation of open_memstream() and open_wmemstream(). Thesejhb2013-02-275-1/+639
* no one bothered to write the iconv.9 man page... If it appears wejmg2013-02-261-2/+1
* Add support for good old 8192Hz profiling clock to software PMC.mav2013-02-261-1/+3
* Update base system libexpat to 2.1.0.delphij2013-02-262-7/+20
|\
| * Vendor import of expat 2.1.0 (trimmed).delphij2013-02-266-163/+283
| * Apply a vendor fix (rev 1.165): Don't update next pointer since it coulddelphij2009-12-111-1/+0
| * Correct a DoS issue when processing XML document with malformeddelphij2009-12-101-1/+1
| * Flattern all tags and dist tree for expat.delphij2009-12-1018-0/+13268
* libc/opendir: Improve behaviour of union uniquifier:jilles2013-02-241-25/+26
* Merge part of r1712 from elftoolchain, making it possible to resize ELFmarkj2013-02-241-127/+181
* Now that qsort(3) has a sample comparison function, point to thatkeramida2013-02-231-1/+7
* Sort sections.joel2013-02-201-6/+6
* Various improvements to the qsort(3) usage example:keramida2013-02-201-14/+8
* Add a sample program that shows how a custom comparison function andkeramida2013-02-191-1/+47
* Fix includes for use in libstand.kientzle2013-02-191-3/+1
* - Make sure to set an error code when trying to obtain a data descriptor formarkj2013-02-192-3/+24
* setbuf(3): Restore a BUGS section about setbuf().jilles2013-02-181-1/+4
* Add strtoul() to libstand by copying from libc and clipping outkientzle2013-02-183-1/+125
* Make more code be protected by internal mutex, and now it is fork-safe, indavidxu2013-02-171-2/+2
* Put one file per line so it is easier to read diffs against those files.pjd2013-02-162-184/+653
* Since clang 3.2 now has an option to suppress warnings about implicitlydim2013-02-161-5/+0
* Simplify code by using flag O_EXLOCK.davidxu2013-02-161-9/+3
* Upgrade to 1.6.16des2013-02-151-0/+1
* Import LDNS and build it as an internal library.des2013-02-152-0/+49
* setbuf(3): Remove bugs section about ancient versions of BSD.jilles2013-02-151-17/+1
* Change examples to be consistent with what style(9) says.zeising2013-02-142-8/+8
* Add USB API to read power draw on USB devices.hselasky2013-02-146-1/+39
* Add strchrnul(), a GNU function similar to strchr(), except that it returnszeising2013-02-134-5/+81
* Make the F_READAHEAD option to fcntl(2) work as documented: a value of zeroian2013-02-131-2/+2
* When clang builds libc it may insert calls to __aeabi_* functions. Normallyandrew2013-02-121-0/+19
* Allow us to build clang for ARM EABI. Clang and llvm use theandrew2013-02-121-1/+9
OpenPOWER on IntegriCloud