summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-02-06Add support for stravis() to vis.3 and Makefile.inc.Doug Hogan
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-02-05macro fixes from Kaspars at Bankovskis dot net;Ingo Schwarze
2015-01-31fix macro usage; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-30fix a possible NULL-deref when trying to deref ifa->ifa_addrGilles Chehade
2015-01-30Rework vis.3 so it has standard sections.Doug Hogan
2015-01-29Use .Rv where appropriate, and move it to RETURN VALUES;Ingo Schwarze
2015-01-28dial the time back to about 0.1s, closer to the original targets andTed Unangst
2015-01-25mention that the kern.global_ptrace sysctl also affects PT_ATTACHTed Unangst
2015-01-22Document that changes made to the directory hierarchy of the chrootTodd C. Miller
2015-01-21Truncate progname to NAME_MAX in the syslog message, to ensure otherTheo de Raadt
2015-01-20Adjust <sys/param.h> comments regarding use of use of MAXFRAG, orTheo de Raadt
2015-01-20We do not support AIO, so comment it out in the kqueue(2) manpage for now.Reyk Floeter
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Talk about thread-local errno and do not mention "extern int errno".Todd C. Miller
2015-01-19Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGTodd C. Miller
2015-01-19Back out changes unrelated to the ENAMETOOLONG diff.Todd C. Miller
2015-01-17Improve wording in alloca.Ted Unangst
2015-01-17NGROUPS_MAX, not NGROUPSTheo de Raadt
2015-01-17Remove a pasto introduced in the last commit, spotted by schwarze@Todd C. Miller
2015-01-16Use ">", not ">=" when comparing length to HOST_NAME_MAX sinceTodd C. Miller
2015-01-16Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@Todd C. Miller
2015-01-16Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".Todd C. Miller
2015-01-16Move to the <limits.h> universe.Theo de Raadt
2015-01-15use .In where appropriate; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15typo; from Kaspars at Bankovskis dot netIngo Schwarze
2015-01-15remove unused variableCharles Longeau
2015-01-15Use explicit_bzero instead of memset in hash Final and End functions.Todd C. Miller
2015-01-15back in september I did the large abstraction refactoring to allow theseTheo de Raadt
2015-01-15Make strlcpy/strlcat slightly easier to read.Todd C. Miller
2015-01-15POSIX does not require an explicit inclusion of sys/types.h to getTodd C. Miller
2015-01-14change _yp_domain[] to HOST_NAME_MAX+1, and re-arrange those who includeTheo de Raadt
2015-01-14these never needed sys/param.hTheo de Raadt
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseIngo Schwarze
2015-01-13Remove unnecessary calls to __atexit_register_cleanup(), calling __sinit()Philip Guenther
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2015-01-12Add a note that HOST_NAME_MAX does not include a terminating \0, unlikeNicholas Marriott
2015-01-12rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,Ted Unangst
2015-01-08missing , found by Dongsheng SongTheo de Raadt
2015-01-07stupid me. need errno.hTed Unangst
2015-01-07set errno = EINVAL for invalid salts and hashes in most functions.Ted Unangst
2015-01-05Remove #ifdef notdef bits--we are not going to change the fgetln()Todd C. Miller
2015-01-05rename kern enter/exit macros to malloc enter/leave to better reflectTed Unangst
2015-01-05convert clock() to clock_gettime() for improved precision (and accuracy?)Ted Unangst
2015-01-04remove code for ancient gcc.Daniel Dickman
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
2014-12-30copy bcrypt autotune from encrypt(1) and expose via crypt_newhashTed Unangst
2014-12-24simplify crypt_checkpass. The API promise is that this function doesn'tTed Unangst