summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!peter2004-10-271-0/+1
* Add necessary whitespace to correct cross references.ceri2004-10-271-2/+2
* Reword the last change a bit, add mdoc(7) markup.yar2004-10-252-2/+6
* For variables that are only checked with defined(), don't provideru2004-10-245-6/+6
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.obrien2004-10-182-0/+8
* Since sendfile(2) works on regular files only,yar2004-10-181-1/+1
* Remove setrunelocale()ache2004-10-181-23/+0
* Document EMSGSIZE return from recvmsg due to insufficient free filesalfred2004-10-171-1/+10
* Remove the obsolete <rune.h> interface.tjr2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.tjr2004-10-179-317/+3
* Bump the libc major version number to 6.tjr2004-10-171-1/+1
* Document that the length modifier l is ignored for floating pointstefanf2004-10-161-1/+3
* Explain it is a negative offset that EINVAL may indicate.yar2004-10-162-4/+4
* Improve mdoc(7) markup.yar2004-10-161-3/+9
* Give details on what will happen if the `offset' argumentyar2004-10-161-2/+6
* Enable building with LIBC_SCCS defined.obrien2004-10-1610-13/+10
* Try to bring some sanity to the SCM ID's.obrien2004-10-1644-71/+67
* Remove extra closing parenthesis added in revision 1.4.stefanf2004-10-141-1/+1
* Correctly document the return value of strerror() and strerror_r() andkeramida2004-10-121-11/+10
* o Backout rev. 1.16, see 1.3 commit log for more info.maxim2004-10-091-6/+4
* When send()ing to syslogd return ENOBUFS keep trying until success.glebius2004-10-081-8/+18
* Make less wrong for desciptions of signal handlingjulian2004-10-081-41/+53
* Mutually cross-reference sysexits(3) and err(3). Add text to err(3)jkoshy2004-10-041-1/+6
* Don't add integers to void pointers.stefanf2004-10-031-1/+2
* Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn'tstefanf2004-10-031-0/+1
* Reflect the fact addr2ascii(3) and ascii2addr(3) need sys/socket.hmaxim2004-09-291-0/+1
* Remove __isnanl() to avoid conflicting with the same function in libm.das2004-09-241-10/+0
* Arbitraly choose the Variant II for arm.cognet2004-09-231-1/+2
* Make setjmp()/longjmp() use sigprocmask.cognet2004-09-231-9/+9
* Add a dummy set_tp().cognet2004-09-232-1/+36
* Always use bx for returning on Xscale.cognet2004-09-231-76/+76
* Fix the align-to-32-bits code.cognet2004-09-231-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-3/+3
* Fix a condition where the hole would be inserted in the wrongkuriyama2004-09-131-4/+2
* I found "portsdb -u" dumps core with recent INDEX file, and this iskuriyama2004-09-101-0/+2
* Fix format strings to unbreak with -DDEBUG option.kuriyama2004-09-104-19/+20
* Use the recently introduced RES_DFLRETRY parameter instead of a well-hiddenyar2004-09-091-1/+1
* Fix two problems with REG_ICASE that were introduced with the addition oftjr2004-09-051-13/+10
* Unbreak memmove(). Return the dst argument. While here, fix the ENDmarcel2004-09-041-7/+6
* Unbreak memcpy(). memcpy() is defined to return the dst argument.marcel2004-09-041-6/+5
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
* Septepber -> Septembertjr2004-09-011-1/+1
* Back out the previous change. glob() still does use strcmp() to ordertjr2004-09-011-4/+4
* Add cross-reference to ftw(3).tjr2004-08-291-0/+1
* Remove the misleading description of the 'key' argument toroam2004-08-271-17/+1
* 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
OpenPOWER on IntegriCloud