| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. |  doug | 1 | -2/+2 |
| 2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via |  miod | 2 | -2/+71 |
| 2014-08-31 | setgrfile() isn't implemented |  guenther | 1 | -2/+1 |
| 2014-08-31 | inet_nsap_{addr,ntoa}() were removed on 2013/12/17 |  guenther | 1 | -3/+1 |
| 2014-08-31 | Declare and document getthrid() |  guenther | 1 | -1/+2 |
| 2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds |  guenther | 1 | -1/+9 |
| 2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds |  guenther | 1 | -1/+6 |
| 2014-08-10 | Delete duplicate conditional |  guenther | 1 | -4/+1 |
| 2014-07-18 | Change lsearch()'s "base" argument to require a non-const pointer to |  matthew | 1 | -2/+2 |
| 2014-07-14 | international currency locale rules as per POSIX.1-2008 |  pelikan | 1 | -1/+7 |
| 2014-07-14 | enter libressl for make includes |  deraadt | 1 | -8/+8 |
| 2014-07-12 | Tackle the endian.h mess. Make it so that: |  guenther | 2 | -4/+11 |
| 2014-07-12 | Welcome to 1989: assume the compiler support const |  guenther | 1 | -3/+3 |
| 2014-07-12 | Per C99, wchar.h has to forward declare struct tm |  guenther | 1 | -1/+3 |
| 2014-07-11 | stop installing netbt headers |  tedu | 1 | -2/+2 |
| 2014-07-11 | make dump support DUIDs for command line arguments and /etc/dumpdates (using |  halex | 1 | -3/+3 |
| 2014-07-09 | Clean up after arc4random u_int32_t uint32_t change |  beck | 1 | -3/+3 |
| 2014-07-08 | update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. |  tedu | 1 | -2/+2 |
| 2014-06-14 | Change return value of getentropy() to int 0 for success. Maximum |  deraadt | 1 | -2/+2 |
| 2014-06-13 | Add new getentropy() system call. Code and pressure from matthew. |  deraadt | 1 | -1/+2 |
| 2014-06-13 | Add timingsafe_memcmp(). |  matthew | 1 | -1/+2 |
| 2014-05-26 | Can't use a variable 'c' in a standard include; rename it to '_c' |  guenther | 1 | -41/+41 |
| 2014-05-16 | add prototypes for new crypt functions |  tedu | 2 | -2/+7 |
| 2014-05-12 | these files have moved to libutil |  espie | 1 | -75/+0 |
| 2014-05-12 | no md5crypt |  tedu | 1 | -2/+1 |
| 2014-05-12 | move the ohash functions into libutil by popular demand. |  espie | 1 | -2/+2 |
| 2014-05-12 | tweak interface to do the right thing, after useful comments from millert@ |  espie | 1 | -3/+5 |
| 2014-05-03 | Annotate wide character routines so they get protected by Wbounded. |  martynas | 1 | -13/+27 |
| 2014-05-03 | - Provide extended-precision math constants req'd by POSIX |  martynas | 1 | -14/+30 |
| 2014-04-28 | Implement AI_ADDRCONFIG |  sperreault | 1 | -2/+4 |
| 2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. |  tedu | 1 | -2/+2 |
| 2014-04-22 | Remove KERBEROS5 from the Makefiles (except ssh for now, where it is |  reyk | 1 | -15/+1 |
| 2014-04-22 | Add errc/verrc/warnc/vwarnc family: versions of err/... that take the errno |  guenther | 1 | -1/+17 |
| 2014-04-21 | Remove historical comment about <varargs.h> and warn people from using |  guenther | 1 | -11/+3 |
| 2014-04-21 | Introducing: void *mallocarray(size_t nmemb, size_t size); |  deraadt | 1 | -1/+4 |
| 2014-04-21 | Use internal '__' names for __attributes__ in public headers |  guenther | 2 | -6/+6 |
| 2014-04-19 | stop installing altq includes |  henning | 1 | -2/+2 |
| 2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well |  miod | 1 | -7/+9 |
| 2014-04-01 | Define intptr_t in <unistd.h> as specified by POSIX |  matthew | 1 | -1/+6 |
| 2014-03-27 | safe to remove gets, now that's gone from cstdio too |  tedu | 1 | -2/+1 |
| 2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. |  eric | 2 | -2/+90 |
| 2014-03-25 | try to put the pin back in. |  tedu | 1 | -2/+2 |
| 2014-03-25 | no gets |  tedu | 1 | -2/+2 |
| 2014-03-24 | unbreak the tree; no more libwrap |  kettenis | 1 | -2/+2 |
| 2014-03-23 | more bm excision |  tedu | 2 | -59/+2 |
| 2014-03-23 | Remove the MD4 functions. |  naddy | 2 | -52/+2 |
| 2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 5 | -16/+12 |
| 2014-03-13 | the default rsh is now spelled ssh. ok deraadt |  tedu | 1 | -2/+2 |
| 2014-03-13 | Unhook httpd(8) from build |  florian | 1 | -2/+2 |
| 2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start |  tedu | 1 | -1/+3 |