summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* o The macro versions of sigemptyset(3), sigfillset(3), sigaddset(3),maxim2004-12-161-9/+12
* Date business, update.trhodes2004-12-101-1/+1
* According to the information on:trhodes2004-12-102-4/+4
* Oooops I forgot to commit that.cognet2004-12-081-1/+1
* Make sure the first argument to the user function is 16-byte aligned.deischen2004-12-051-5/+7
* Fix description: the argument to setcontext(3) must have been previouslyrse2004-12-031-1/+1
* MNT_NODEV is deprecated.ru2004-11-292-7/+2
* When required to negate the absoulte result of a division/remainderpeadar2004-11-271-1/+1
* Fix computation of the 'n' argument to mbrtowc (through XMBRTOWC) to avoidtjr2004-11-211-4/+4
* Remove ntp_gettime.c which was a wrapper around sysctlbyname(3).marks2004-11-182-54/+1
* -Add a note that currently two syntax styles for label element declarationcsjp2004-11-181-3/+16
* Remove 80386 support from libc.jhb2004-11-162-12/+0
* Document more fields of struct stat.yar2004-11-151-0/+32
* Use .Vt "struct stat" consistently.yar2004-11-151-1/+1
* Nitpicking on grammar.yar2004-11-151-1/+1
* Improve mdoc(7) markup of the page: add several missing macros,yar2004-11-151-10/+10
* Document the S_IS*(mode) macros used to test for file types.yar2004-11-151-1/+27
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-134-3/+5
* sranddev() is not magic pixie dust. While it gives a good randomimp2004-11-101-2/+4
* Use the RET macro.cognet2004-11-0917-52/+52
* Add a week alias __siglongjmp => siglongjmp.cognet2004-11-091-0/+1
* MFKernel: Implement ffs with clz on Xscale.cognet2004-11-071-0/+6
* When building the custom i386 libraries for use on amd64 kernels, wepeter2004-11-066-0/+170
* Don't define SOFTFLOAT directly in source files, it's now done in the Makefile.cognet2004-11-052-2/+1
* Fix signalcontext and makecontext.cognet2004-11-053-14/+17
* Remove getcontext.S, it is not needed.cognet2004-11-052-64/+1
* Import a Makefile for arm.cognet2004-11-051-0/+8
* Protect against local flooder of /var/run/log. Do not loop forever inglebius2004-11-041-13/+41
* Add glibc-style strftime(3) padding specifiers, namely, -(no padding),delphij2004-11-042-21/+79
* 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
OpenPOWER on IntegriCloud