Age | Commit message (Expand) | Author |
2015-01-16 | Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN may | Theo de Raadt |
2015-01-16 | Switch to including <sys/types.h> instead of <sys/param.h> | Theo de Raadt |
2015-01-15 | we don't have an alloca() symbol anywhere in libc, don't prototype it. | Ted Unangst |
2015-01-12 | Add fgetwln(3) from FreeBSD and bump libc minor revision. | Todd C. Miller |
2014-12-20 | $OpenBSD for our rev here | Philip Guenther |
2014-12-13 | claim posix 2008 compat. apparently people look at this and get scared | Ted Unangst |
2014-12-11 | update swab() to match the current posix definition. "rationale: none." | Ted Unangst |
2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | Theo de Raadt |
2014-12-08 | header changes for recent libc changes: | Ted Unangst |
2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its | Ted Unangst |
2014-11-19 | prototype for crypt_newhash(). adding it here because this is where | Ted Unangst |
2014-11-17 | Add prototype for stravis(). | Todd C. Miller |
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing |
2014-10-29 | Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() | Philip Guenther |
2014-09-18 | Our setpgrp() is the BSD version with two args and not the XSI | Philip Guenther |
2014-09-16 | Missed this sendmail reference in the sendmail removal | Matthieu Herrb |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | Miod Vallat |
2014-08-31 | setgrfile() isn't implemented | Philip Guenther |
2014-08-31 | inet_nsap_{addr,ntoa}() were removed on 2013/12/17 | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-10 | Delete duplicate conditional | Philip Guenther |
2014-07-18 | Change lsearch()'s "base" argument to require a non-const pointer to | Matthew Dempsky |
2014-07-14 | international currency locale rules as per POSIX.1-2008 | Martin Pelikan |
2014-07-14 | enter libressl for make includes | Theo de Raadt |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | Welcome to 1989: assume the compiler support const | Philip Guenther |
2014-07-12 | Per C99, wchar.h has to forward declare struct tm | Philip Guenther |
2014-07-11 | stop installing netbt headers | Ted Unangst |
2014-07-11 | make dump support DUIDs for command line arguments and /etc/dumpdates (using | Alexander Hall |
2014-07-09 | Clean up after arc4random u_int32_t uint32_t change | Bob Beck |
2014-07-08 | update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. | Ted Unangst |
2014-06-14 | Change return value of getentropy() to int 0 for success. Maximum | Theo de Raadt |
2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. | Theo de Raadt |
2014-06-13 | Add timingsafe_memcmp(). | Matthew Dempsky |
2014-05-26 | Can't use a variable 'c' in a standard include; rename it to '_c' | Philip Guenther |
2014-05-16 | add prototypes for new crypt functions | Ted Unangst |
2014-05-12 | these files have moved to libutil | Marc Espie |
2014-05-12 | no md5crypt | Ted Unangst |
2014-05-12 | move the ohash functions into libutil by popular demand. | Marc Espie |
2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ | Marc Espie |
2014-05-03 | Annotate wide character routines so they get protected by Wbounded. | Martynas Venckus |
2014-05-03 | - Provide extended-precision math constants req'd by POSIX | Martynas Venckus |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |
2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is | Reyk Floeter |
2014-04-22 | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno | Philip Guenther |
2014-04-21 | Remove historical comment about <varargs.h> and warn people from using | Philip Guenther |