aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* o Backout rev. 1.16, see 1.3 commit log for more info.Maxim Konovalov2004-10-091-6/+4
* When send()ing to syslogd return ENOBUFS keep trying until success.Gleb Smirnoff2004-10-081-8/+18
* Make less wrong for desciptions of signal handlingJulian Elischer2004-10-081-40/+52
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)Joseph Koshy2004-10-041-1/+6
* Don't add integers to void pointers.Stefan Farfeleder2004-10-031-1/+2
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tStefan Farfeleder2004-10-031-0/+1
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hMaxim Konovalov2004-09-291-0/+1
* Remove __isnanl() to avoid conflicting with the same function in libm.David Schultz2004-09-241-10/+0
* Arbitraly choose the Variant II for arm.Olivier Houchard2004-09-231-1/+2
* Make setjmp()/longjmp() use sigprocmask.Olivier Houchard2004-09-231-9/+9
* Add a dummy set_tp().Olivier Houchard2004-09-232-1/+36
* Always use bx for returning on Xscale.Olivier Houchard2004-09-231-76/+76
* Fix the align-to-32-bits code.Olivier Houchard2004-09-231-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-3/+3
* Fix a condition where the hole would be inserted in the wrongJun Kuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this isJun Kuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.Jun Kuriyama2004-09-104-19/+20
* Use the recently introduced RES_DFLRETRY parameter instead of a well-hiddenYaroslav Tykhiy2004-09-091-1/+1
* Fix two problems with REG_ICASE that were introduced with the addition ofTim J. Robbins2004-09-051-13/+10
* Unbreak memmove(). Return the dst argument. While here, fix the ENDMarcel Moolenaar2004-09-041-7/+6
* Unbreak memcpy(). memcpy() is defined to return the dst argument.Marcel Moolenaar2004-09-041-6/+5
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,Peter Pentchev2004-09-031-0/+9
* Septepber -> SeptemberTim J. Robbins2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to orderTim J. Robbins2004-09-011-4/+4
* Add cross-reference to ftw(3).Tim J. Robbins2004-08-291-0/+1
* Remove the misleading description of the 'key' argument toPeter Pentchev2004-08-271-17/+1
* Don't forget to va_end() the va_list we get from va_copy().Dag-Erling Smørgrav2004-08-262-0/+2
* Make profiling actually work. The gcc compiler emits a call to theMarcel Moolenaar2004-08-252-4/+79
* note that it is the caller's responsibility to free any buffer passedAlfred Perlstein2004-08-241-0/+5
* Replace the current implementations of ftw() and nftw() with the OpenBSDTim J. Robbins2004-08-243-190/+205
* struct tm.tm_year is listed as 'years since 1900', and is signed. OnPeter Wemm2004-08-241-0/+3
* Make sure we allocate at least enough space for the TCB for variant I TLS.Doug Rabson2004-08-231-0/+2
* Update documentation to match reality: glob() sorts its result accordingTim J. Robbins2004-08-231-4/+4
* Re-word warning about the UTF2 encoding, taking care to use the wordTim J. Robbins2004-08-211-3/+3
* Bump document date for previous.Tim J. Robbins2004-08-212-2/+2
* Re-word warning about the rune interface, taking care to use the wordTim J. Robbins2004-08-212-12/+10
* Change "deprecated" in link-time warnings about various rune functionsTim J. Robbins2004-08-214-8/+8
* Re-word compatibility section, taking care to use the word "obsolete" toTim J. Robbins2004-08-2114-54/+64
* Reword recent addition about memory moving.Alfred Perlstein2004-08-191-5/+4
* Clarify that realloc and reallocf may move the memory allocation.Alfred Perlstein2004-08-181-3/+7
* Always allocate a TLS area even if its empty - libpthread relies onDoug Rabson2004-08-181-7/+4
* /me kicks cvs updateTom Rhodes2004-08-171-7/+1
* Fix incorrect code in an example. The previous example would produceTom Rhodes2004-08-171-2/+8
* Fix alpha build and add __FBSDID.Doug Rabson2004-08-161-1/+4
* Add support for TLS in statically linked programs.Doug Rabson2004-08-1514-8/+473
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+1
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-132-2/+2
* Document the MNT_SNAPSHOT mount flag with a cross-referencePeter Pentchev2004-08-131-1/+7
* Fix example.Tim J. Robbins2004-08-121-4/+5
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-11/+2