summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete bits about maximum number of file systems.pluknet2015-04-121-6/+1
* Fix powerpc setjmp FPR saving/restoring.jhibbits2015-04-083-108/+108
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-0724-4/+1019
* vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via thejhb2015-04-061-2/+2
* Stop including if_var.h from userland.glebius2015-04-062-2/+0
* Make strlcpy/strlcat slightly easier to read.pfg2015-04-062-43/+42
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).jilles2015-04-041-5/+6
* libc: Eliminate duplicate copies of __vdso_gettc.cemaste2015-04-0210-197/+5
* Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INITtrasz2015-04-021-3/+3
* Correctly handle __fcntl_compat symbol for the !SYSCALL_COMPAT case.kib2015-04-012-3/+9
* wordexp: Explicitly pass along IFS.jilles2015-03-311-1/+4
* Make kevent(2) a cancellation point.kib2015-03-295-2/+82
OpenPOWER on IntegriCloud