summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-262-0/+2
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-252-4/+79
* note that it is the caller's responsibility to free any buffer passedalfred2004-08-241-0/+5
* Replace the current implementations of ftw() and nftw() with the OpenBSDtjr2004-08-243-193/+208
* struct tm.tm_year is listed as 'years since 1900', and is signed. Onpeter2004-08-241-0/+3
* Make sure we allocate at least enough space for the TCB for variant I TLS.dfr2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingtjr2004-08-231-4/+4
* Re-word warning about the UTF2 encoding, taking care to use the wordtjr2004-08-211-3/+3
* Bump document date for previous.tjr2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordtjr2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionstjr2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" totjr2004-08-2114-54/+64
* Reword recent addition about memory moving.alfred2004-08-191-5/+4
* Clarify that realloc and reallocf may move the memory allocation.alfred2004-08-181-3/+7
* Always allocate a TLS area even if its empty - libpthread relies ondfr2004-08-181-7/+4
* /me kicks cvs updatetrhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would producetrhodes2004-08-171-2/+8
* Fix alpha build and add __FBSDID.dfr2004-08-161-1/+4
* Add support for TLS in statically linked programs.dfr2004-08-1514-8/+473
* Avoid using void pointers in additive expressions.stefanf2004-08-141-1/+1
* Avoid using void pointers in additive expressions.stefanf2004-08-132-2/+2
* Document the MNT_SNAPSHOT mount flag with a cross-referenceroam2004-08-131-1/+7
* Fix example.tjr2004-08-121-4/+5
* Implement wcwidth() as an inline function.tjr2004-08-121-11/+2
* Update "documentation date" fields.green2004-08-101-1/+1
* Update mlock(2) manpage to cross-reference m{,un}lockall(2), removegreen2004-08-101-1/+5
* Fix an off-by-one bug that caused the first character of the buffer totjr2004-08-061-2/+1
* Bump the document date, since the content changed today.roam2004-08-063-3/+3
* Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK.roam2004-08-061-1/+1
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) androam2004-08-063-0/+4
* Add stubs for TLS functions. These will be replaced at runtime by thedfr2004-08-032-3/+73
* Remove an implicit int parameter by using prototypes.stefanf2004-08-021-9/+3
* Don't pass function pointers via a void * parameter.stefanf2004-08-021-4/+4
* 1. Use correct alignment mask, -15 != ~15davidxu2004-07-311-2/+2
* Use #include <unistd.h> rather than the explicit externs in theimp2004-07-311-2/+1
* Re-word the COMPATIBILITY section, taking care to use the word "deprecated"tjr2004-07-2912-98/+74
* Use newly added __used attribute to keep static function symbols from beingkan2004-07-291-8/+8
* Remove unnecessary #include directives.tjr2004-07-293-8/+0
* Prefer <runetype.h> to <rune.h>, since the latter is going away soon.tjr2004-07-295-5/+5
* Remove useless checks for characters longer than INT_MAX bytes.tjr2004-07-293-12/+0
* Add support for multibyte characters.tjr2004-07-291-30/+84
* Add a paragraph break in the STANDARDS section to improve readability.tjr2004-07-291-0/+1
* Add support for multibyte characters.tjr2004-07-291-49/+112
* Document incorrect handling of multibyte characters due to limitationstjr2004-07-281-1/+6
* Set fpu context flags to known values, zero is illegal.davidxu2004-07-281-0/+2
* ANSIfy and constify; this now builds with GCC 3.4.des2004-07-281-22/+19
* s/round/fpround/ to avoid naming clash with GCC builtin function.kan2004-07-281-8/+8
* Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs().tjr2004-07-271-0/+163
* Add an nftw(3) link.tjr2004-07-251-0/+1
* Remove unused variable.das2004-07-231-9/+1
OpenPOWER on IntegriCloud