summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2016-09-01bumpOtto Moerbeek
2016-09-01Less lock contention by using more pools for mult-threaded programs.Otto Moerbeek
2016-09-01black magic for sparc page size can goTed Unangst
2016-09-01remove references to sparcTed Unangst
2016-09-01Update list of ioctls for the audio promise. Suggested by jmc@, thanks.Alexandre Ratchov
2016-09-01Mention explicit_bzero(3); ok jmcMartin Natano
2016-09-01retire the sparc library codeTed Unangst
2016-08-29Store the return value of mbrtowc() in a size_t, not int.Todd C. Miller
2016-08-28Don't call lstat() before readlink() just to see if it's a symlink,Philip Guenther
2016-08-27Stop recommending the non-standard and slightly dangerous fgetln(3).Ingo Schwarze
2016-08-27When a precision is specified for a string format use strnlen()Todd C. Miller
2016-08-27improve revision 1.2: in unusual cases, fgetwc(3) can succeedIngo Schwarze
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-26Pull in <time.h> for clock_gettime()Philip Guenther
2016-08-25After read errors, fgetln(3) sometimes succeeded (returning non-NULL)Ingo Schwarze
2016-08-24set the error indicator on malloc(3) failure;Ingo Schwarze
2016-08-21bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well;Ingo Schwarze
2016-08-21fix obvious typo in the .Dt section numberIngo Schwarze
2016-08-20Sync connect_wait() example with its real usage in ftp(1).Todd C. Miller
2016-08-20Declare all _asr_* debug functions as hidden.Jeremie Courreges-Anglas
2016-08-18Add an EXAMPLES section that illustrates how to deal with connect(2)Todd C. Miller
2016-08-17% is escaped with more %, not backslash.Ted Unangst
2016-08-17Generate syslog warnings for %s fmt strings NULL to "(null)" conversions.Theo de Raadt
2016-08-17wrterror() is fatal, delete dead code; ok tom@ natano@ tedu@Otto Moerbeek
2016-08-15add a bit of spacing to previous, to keep the notes about deprecatedJason McIntyre
2016-08-14Reduce qabs() and qdiv() to aliases of llabs() and lldiv().Philip Guenther
2016-08-14Refer to /etc/passwd consistently as the "legacy password file" andTheo Buehler
2016-08-13modern interfaces should use modern speelings, so spell quad_t as int64_t.Ted Unangst
2016-08-11Between relro and previous RWX work, the __{got,plt}_{start,end} symbolsPhilip Guenther
2016-08-09Expand the asynchronous connect information and move it out ofTodd C. Miller
2016-08-09Document that connect goes async when interrupted by signal.Todd C. Miller
2016-08-07Add XOR cookies for lr and sp. Stop saving/restoring r12 to/from the jmpbuf.Philip Guenther
2016-08-06Use internal names for __errno, _memcpy, memset, and {,_}{set,long}jmpPhilip Guenther
2016-08-05Obvious minor fixes:Ingo Schwarze
2016-08-05Make RES_OPTIONS point directly to resolv.conf(5) instead of going throughMartijn van Duren
2016-07-28RMD160Update actually takes size_t lengthTed Unangst
2016-07-26Wrap fpgetround() so internal calls to it (seen on arm, powerpc, and sh)Philip Guenther
2016-07-20Make the size for the syn cache hash array tunable. As we areAlexander Bluhm
2016-07-18We have __weak_alias() everywhere; remove obsolete #ifdef'sPhilip Guenther
2016-07-14kern.usermount is currently a no-op;Jason McIntyre
2016-07-10Document that SIGTTOU is sent if the process is in the background.Todd C. Miller
2016-07-06J/j is a three valued option, document and fix code to actuall support thatOtto Moerbeek
2016-07-06Use fstatat() to avoid path surgery.Philip Guenther
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSPhilip Guenther
2016-07-03introduces new promise "chown" to allow changing owner/group with *chown(2) f...Sebastien Marie
2016-06-30nptys sysctls were removedTed Unangst
2016-06-30adapt S option: add C, rm F (not relevant with 0 cache and disablesOtto Moerbeek
2016-06-28For the EINVAL case there can be more than a single option.Todd C. Miller
2016-06-28fts_open() requires that the list passed as argument to contain at leastTodd C. Miller
2016-06-28Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolvedChris Cappuccio