summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Add support for '_' occurring at the beginning or end of a nameume2015-06-101-3/+3
* Set the correct register when calling sigprocmask in longjmp.andrew2015-06-061-1/+1
* strchr(3): Mdoc fixes.jilles2015-06-041-3/+5
* Use proper prototype for harmless().rodrigc2015-05-311-1/+1
* Make x_putlong() and x_putbytes() prototypes match therodrigc2015-05-311-2/+2
* Use ANSI C prototypes.rodrigc2015-05-318-275/+116
* Add the needed if-then instructions to build as Thumb-2.andrew2015-05-316-0/+53
* Remove __ARM_EABI__ from more places in libc as this is the only ARM ABIandrew2015-05-313-19/+7
* Use a register to set the cpsr bits. The ip register is safe to be changedandrew2015-05-312-8/+12
* Removed unused special fork() implementations.brooks2015-05-293-107/+1
* Fix __fpclassifyl when double == long double. As with r283693 this isandrew2015-05-291-0/+10
* Fix __isinfl on architectures where double == long double. This is theandrew2015-05-291-3/+5
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-262-11/+17
* Remove clause 3 and 4 from the licensebapt2015-05-211-2/+0
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-5/+0
* Drop some unnecessary casts.pfg2015-05-181-4/+3
* Add fabs() to arm64 libcemaste2015-05-143-1/+36
* Teach bits of libc about Thumb. This adds the if-then instructions neededandrew2015-05-125-4/+48
* Use the GOT_* macros to help simplify the code, these work with both picandrew2015-05-112-26/+9
* recv(),send(): Directly call interposing entry instead of going through PLT.jilles2015-05-102-2/+10
* Tweak the comment here some more. In particular, the previous openingjhb2015-05-061-7/+7
* Remove the note about seekdir() removing telldir() cookies. That wasjhb2015-05-061-7/+1
* A few style fixes and expand the comment a bit on what _fixtelldir() isjhb2015-05-061-6/+10
* Tweak seekdir, telldir and readdir so that when htere are deletes going on,julian2015-05-055-1/+65
* Fix major copy/paste and other style errors.pluknet2015-05-051-5/+10
* Various updates to the ftruncate(2) documentation:jhb2015-05-041-7/+19
* Partially revert r255486, the first argument to socketpair() is a socketjhb2015-05-041-4/+4
* fork(2): Add a note to the effect that kqueue descriptors, unlike othermarkj2015-05-021-2/+5
* Apply the copyright the the same owners as the original malloc(3) where most ofbapt2015-05-011-2/+3
* Import reallocarray(3) from OpenBSDbapt2015-05-014-2/+182
* Disable the tests that use makecontext on arm64, it still needs to beandrew2015-04-271-0/+2
* Build/install libc, librt, libthr, and msun NetBSD test suites on allngie2015-04-273-13/+3
* mdoc: remove end of line whitespacebapt2015-04-261-1/+1
* mdoc: rendering fixesbapt2015-04-262-4/+8
* Use mdoc(7) macros to handle parenthesisbapt2015-04-261-1/+1
* mdoc: fix functions declarationsbapt2015-04-261-1/+1
* Escape "Ed"bapt2015-04-2611-11/+11
* Escape "Ed"bapt2015-04-261-1/+1
* Assuming a system has /bin/csh on it is a bad idea (especially it beingngie2015-04-251-0/+1
* __xlocale_C_ctype should not be const. It contains a reference count that is...theraven2015-04-241-1/+1
* Small changes to locale-related man pages.theraven2015-04-245-5/+5
* Reassign copyright statements on several files from Advancedjhb2015-04-237-7/+7
* A complete user message is signalled with the MSG_EOR flag, not the MSG_EOFtuexen2015-04-231-3/+3
* computematchjumps(): fix allocator sizeof operand mismatch.pfg2015-04-221-2/+2
* Support file verification in MAC.rodrigc2015-04-221-0/+4
* Fix improbable memory leak in _citrus_prop_read_str().pfg2015-04-201-1/+3
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xkib2015-04-201-37/+36
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andkib2015-04-1819-443/+9
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-186-1/+119
* Remove the const qualifier from iconv(3) to comply with POSIX:tijl2015-04-1514-25/+23
OpenPOWER on IntegriCloud