aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Date business, update.Tom Rhodes2004-12-101-1/+1
* According to the information on:Tom Rhodes2004-12-102-4/+4
* Oooops I forgot to commit that.Olivier Houchard2004-12-081-1/+1
* Make sure the first argument to the user function is 16-byte aligned.Daniel Eischen2004-12-051-5/+7
* Fix description: the argument to setcontext(3) must have been previouslyRalf S. Engelschall2004-12-031-1/+1
* MNT_NODEV is deprecated.Ruslan Ermilov2004-11-292-7/+2
* When required to negate the absoulte result of a division/remainderPeter Edwards2004-11-271-1/+1
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidTim J. Robbins2004-11-211-4/+4
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).Mark Santcroos2004-11-182-54/+1
* -Add a note that currently two syntax styles for label element declarationChristian S.J. Peron2004-11-181-3/+16
* Remove 80386 support from libc.John Baldwin2004-11-162-12/+0
* Document more fields of struct stat.Yaroslav Tykhiy2004-11-151-0/+32
* Use .Vt "struct stat" consistently.Yaroslav Tykhiy2004-11-151-1/+1
* Nitpicking on grammar.Yaroslav Tykhiy2004-11-151-1/+1
* Improve mdoc(7) markup of the page: add several missing macros,Yaroslav Tykhiy2004-11-151-10/+10
* Document the S_IS*(mode) macros used to test for file types.Yaroslav Tykhiy2004-11-151-1/+27
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-134-3/+5
* 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-41/+53