summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2013-03-09Describe interaction between write and O_APPEND.Ted Unangst
2013-03-07Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.Stefan Sperling
2013-03-07Oops: confstr()'s return value should include the NUL in its countPhilip Guenther
2013-03-05tweak wording of scanf return value; prompted by Jan Stary; ok jmc@Otto Moerbeek
2013-03-04Update STANDARDS section as appropriate for C99.Brad Smith
2013-03-02Fix the combination of 'j' format flag and the XPG "<num>$" modifier.Philip Guenther
2013-03-02zap end of line whitespace;Jason McIntyre
2013-03-01Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesPhilip Guenther
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-12Unbreak the tree by adding missing defines. Forgot to sync in previousMartin Pieuchot
2013-02-11Sync with libkern's copy. No functional change.Martin Pieuchot
2013-02-03gremlin crept inMiod Vallat
2013-02-02Userland bits for m68k/ELF. Mostly addition of register prefixes to theMiod Vallat
2013-01-31Add a bunch of missing functions.Brad Smith
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2013-01-24Oops, due to the way return from system calls work, we can not use a delayMiod Vallat
2013-01-23The kernel sources mention that the system call entry point is trap #450; theMiod Vallat
2013-01-20Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead ofMiod Vallat
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2013-01-20PIC-related code should follow the #ifdef __PIC__ line, not the #else line.Miod Vallat
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-18Update the setsockopt(2) interface documentation for the EFBIG andAlexander Bluhm
2013-01-15Don't pull <math.h> just because it can return HUGE_VAL in theMartynas Venckus
2013-01-13Remove machine-dependent glue for strtorQ, since hppa64 quad-precisionMartynas Venckus
2013-01-11Add END() directives to the various functions.Miod Vallat
2013-01-11Add a bunch of macros to help writing PIC code for libc .S routines. HandlesMiod Vallat
2013-01-08fix __cerror non-weak symbol nameMiod Vallat
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
2013-01-07use a size_t instead of an int to avoid signed compareTheo de Raadt
2013-01-05Fix verbiage to make it clear that on success the return value ofKenneth R Westerback
2013-01-05Switch m88k ports to ELF.Miod Vallat
2013-01-03sysctl.3: remove some confusing text about NFS_NIOTHREADSJason McIntyre
2013-01-03some small cleanup;Jason McIntyre
2013-01-01Add an implementation based on tedu@'s design of fmemopen(3) andMartin Pieuchot
2012-12-26Actually invoke the system call in libc's sigreturn() wrapper; went unnoticedMiod Vallat
2012-12-22Make sure the stack is 16-byte aligned otherwise the use of certain SSEMark Kettenis
2012-12-22Fix bug in random offset introduced in rev 1.143; random range wasOtto Moerbeek
2012-12-17Allow gethostbyname() to accept a numeric IP string.Eric Faurot
2012-12-12document RES_USE_DNSSEC; text tweaked by sthenJason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05Cross-reference getfsstat(2); OK jmc@Todd C. Miller
2012-12-05no need for .Pp before lists;Jason McIntyre
2012-12-04Rewritten posix_openpt manual that doesn't include any of the POSIXTodd C. Miller
2012-12-04Use "path name" not "pathname".Todd C. Miller
2012-12-03Add two missing quad-precision emulation functions: _Qp_cmp and _Qp_cmpe. AtMark Kettenis
2012-12-03Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),Todd C. Miller
2012-11-30Document a known bug in the DES crypt cipher implementation which we'reStefan Sperling
2012-11-29- put the various options into the same order as those in resolv.hJason McIntyre