aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* sranddev() is not magic pixie dust. While it gives a good randomWarner Losh2004-11-101-2/+4
* Use the RET macro.Olivier Houchard2004-11-0917-52/+52
* Add a week alias __siglongjmp => siglongjmp.Olivier Houchard2004-11-091-0/+1
* MFKernel: Implement ffs with clz on Xscale.Olivier Houchard2004-11-071-0/+6
* When building the custom i386 libraries for use on amd64 kernels, wePeter Wemm2004-11-066-0/+170
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.Olivier Houchard2004-11-052-2/+1
* Fix signalcontext and makecontext.Olivier Houchard2004-11-053-14/+17
* Remove getcontext.S, it is not needed.Olivier Houchard2004-11-052-64/+1
* Import a Makefile for arm.Olivier Houchard2004-11-051-0/+8
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-041-13/+41
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),Xin LI2004-11-042-21/+79
* Fix brk(3). The stack was unbalanced when we jumped to cerror. Oops!Peter Wemm2004-10-271-0/+1
* Add necessary whitespace to correct cross references.Ceri Davies2004-10-271-2/+2
* Reword the last change a bit, add mdoc(7) markup.Yaroslav Tykhiy2004-10-252-2/+6
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-245-6/+6
* Sync with sys/i386/include/endian.h: use the single instruction 'bswap'.David E. O'Brien2004-10-182-0/+8
* Since sendfile(2) works on regular files only,Yaroslav Tykhiy2004-10-181-1/+1
* Remove setrunelocale()Andrey A. Chernov2004-10-181-23/+0
* Document EMSGSIZE return from recvmsg due to insufficient free filesAlfred Perlstein2004-10-171-1/+10
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-1711-846/+11
* Remove support for the obsolete UTF2 encoding.Tim J. Robbins2004-10-179-317/+3
* Bump the libc major version number to 6.Tim J. Robbins2004-10-171-1/+1
* Document that the length modifier l is ignored for floating pointStefan Farfeleder2004-10-161-1/+3
* Explain it is a negative offset that EINVAL may indicate.Yaroslav Tykhiy2004-10-162-4/+4
* Improve mdoc(7) markup.Yaroslav Tykhiy2004-10-161-3/+9
* Give details on what will happen if the `offset' argumentYaroslav Tykhiy2004-10-161-2/+6
* Enable building with LIBC_SCCS defined.David E. O'Brien2004-10-1610-13/+10
* Try to bring some sanity to the SCM ID's.David E. O'Brien2004-10-1644-71/+67
* Remove extra closing parenthesis added in revision 1.4.Stefan Farfeleder2004-10-141-1/+1
* Correctly document the return value of strerror() and strerror_r() andGiorgos Keramidas2004-10-121-11/+10
* 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