summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typos.matthew2012-06-151-2/+2
* Document mbsnrtowcs() and wcsnrtombs().matthew2012-06-073-117/+150
* Add support for mbsnrtowcs() and wcsnrtombs() to libc.matthew2012-06-065-175/+204
* Update STANDARDS section for a few <stdlib.h> functionsguenther2012-06-024-14/+35
* Fix document titles.lteo2012-06-012-6/+6
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-014-10/+21
* Don't misleadingly suggest that fpos_t only needs to be a complex typematthew2012-05-221-4/+2
* Document that ftell() may return EOVERFLOW.matthew2012-05-221-6/+31
* Fix ftell() to return EOVERFLOW if the file offset is greater thanmatthew2012-05-212-23/+10
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-142-30/+232
* Add strnlen() to libkern.matthew2012-04-262-4/+8
* fix a few warningseric2012-04-254-16/+22
* document address truncation; from Steffen Daode Nurpmesojmc2012-04-241-2/+9
* Document that getpeereid() works for SOCK_SEQPACKET sockets too.matthew2012-04-221-3/+5
* use "an addrinfo", not "a addrinfo". ok jmcsthen2012-04-201-3/+3
* rearrange DESCRIPTION somewhat to make this page more readable;jmc2012-04-201-39/+40
* rely on the compiler giving us a built-in alloca. any new architecturederaadt2012-04-1911-219/+14
* Create a new resolver for each thread. It will be done differentlyeric2012-04-151-14/+24
* calling getnameinfo here is a bad idea. use inet_ntop.eric2012-04-151-6/+9
* tweak previous;jmc2012-04-151-16/+17
* only define DEBUG internallyeric2012-04-143-9/+10
* Import asr, an experimental async resolver implementation.eric2012-04-1416-0/+7184
* tweak;jmc2012-04-121-2/+2
* tweak previous;jmc2012-04-121-5/+6
* alloca.c cannot be usedderaadt2012-04-1213-34/+12
* alloca is NOT machine dependent; it has exactly the samederaadt2012-04-121-7/+3
* Since threads are becoming more common, this "work around thederaadt2012-04-121-136/+0
* more rfork mop-upderaadt2012-04-124-30/+9
* mmap(2) updatedariane2012-04-121-50/+72
* remove rfork(); ok guenther miodderaadt2012-04-1217-784/+40
* crank major for sh gcc4 switchjsg2012-04-121-1/+1
* kill lfs system call lines and libc stubsderaadt2012-04-121-2/+1
* New system call: getdtablecount(2) returns the number of filederaadt2012-04-122-37/+73
* document getdelim() and getline(), and a grammar fix whilst here;jmc2012-04-121-4/+6
* Mark outermost frame such that backtraces in thread terminate atkettenis2012-04-111-2/+3
* complete function name.espie2012-04-111-2/+2
* tweak previous;jmc2012-04-116-44/+36
* In sendmsg() permit at most 10% of maxfiles to be in-flightderaadt2012-04-111-2/+7
* Provide __tfork_thread() for hppa64. This makes libc compile again.jsing2012-04-111-0/+57
* fuss with detailsespie2012-04-116-31/+36
* new clean-room manpages for posix_spawn, unencumbered by any POSIX bullshit.espie2012-04-1111-1096/+333
* Do not pick the network number as alias on entries with no aliaseric2012-04-101-3/+2
* Document new KERN_NTHREADS and KERN_MAXTHREAD sysctlsguenther2012-04-101-2/+8
* range check st_size before calling calloc()deraadt2012-04-061-3/+7
* Document that openat(), etc are safe to call from a signal handler.matthew2012-04-032-40/+40
* tweak previous;jmc2012-04-031-3/+3
* simplify the strlcpy/strlcat manual page substantially. do lessderaadt2012-04-021-70/+58
* fix previous;jmc2012-04-011-1/+2
* remind people to think of the poor file descriptorsderaadt2012-04-011-3/+14
* Bump standards years, as we conform to the new versions tooguenther2012-03-261-4/+4