summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement guest vcpu pinning using 'pthread_setaffinity_np(3)'.neel2013-02-112-30/+0
* fts: Use O_DIRECTORY when opening name that might be changed by attacker.jilles2013-02-101-1/+2
* Improve code style. No functional change.tuexen2013-02-101-7/+7
* sigqueue(2): Fix typo (EEPERM -> EPERM).jilles2013-02-101-1/+1
* Fix logic inversion.eadler2013-02-091-1/+1
* mdoc: Remove EOL whitespace.joel2013-02-091-1/+1
* Document the detail of interaction between vfork and PT_TRACEME.kib2013-02-071-1/+11
* Document the ERESTART translation to EINTR for devfs nodes.kib2013-02-071-1/+12
* Add the __aeabi_mem* functions to compiler-rt as clang uses them.andrew2013-02-061-0/+4
* * Add the integer div & mod functions and ARM EABI support functions toandrew2013-02-051-0/+13
* Sort by MK_* knob like the comment saysdes2013-02-041-5/+5
* Add several missing symbols to libcxxrt's symbol version map, and removedim2013-02-031-14/+12
* Pull in r170135 from upstream clang trunk:dim2013-02-0264-8/+147
* - Fix more style(9)-related issues (copyright header, spaces after functiongahr2013-02-011-56/+55
* Update hwpmc to support the Xeon class of Ivybridge processors.sbruno2013-01-316-1/+938
* - Remove underscores from the internal structure name, as it doesn't collidegahr2013-01-312-32/+118
* Add fmemopen(3), an interface to get a FILE * from a buffer in memory, alonggahr2013-01-304-7/+224
* Rework the __vdso_* symbols attributes to only make the symbols weak,kib2013-01-3016-5/+325
* Remove unused file.glebius2013-01-291-261/+0
* - Compute the correct size to reallocate when doubling the size of thejhb2013-01-281-1/+2
* Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrttheraven2013-01-281-56/+46
* Only install manpages and html documentation in the ncurses/*w (wchar)brooks2013-01-244-4/+16
OpenPOWER on IntegriCloud