Age | Commit message (Expand) | Author |
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 |
2014-04-21 | Introducing: void *mallocarray(size_t nmemb, size_t size); | Theo de Raadt |
2014-04-21 | Use internal '__' names for __attributes__ in public headers | Philip Guenther |
2014-04-19 | stop installing altq includes | Henning Brauer |
2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | Miod Vallat |
2014-04-01 | Define intptr_t in <unistd.h> as specified by POSIX | Matthew Dempsky |
2014-03-27 | safe to remove gets, now that's gone from cstdio too | Ted Unangst |
2014-03-26 | Make the asr API public. Install asr.h to /usr/include.h and manpages. | Eric Faurot |
2014-03-25 | try to put the pin back in. | Ted Unangst |
2014-03-25 | no gets | Ted Unangst |
2014-03-24 | unbreak the tree; no more libwrap | Mark Kettenis |
2014-03-23 | more bm excision | Ted Unangst |
2014-03-23 | Remove the MD4 functions. | Christian Weisgerber |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-13 | the default rsh is now spelled ssh. ok deraadt | Ted Unangst |
2014-03-13 | Unhook httpd(8) from build | Florian Obser |
2014-01-22 | add explicit_bzero to libc. implementation subject to change, but start | Ted Unangst |
2014-01-08 | Delete struct definitions that have been obsolete for a dozen years | Philip Guenther |
2013-12-28 | Annotate a few more bounded functions: realpath(3) needs a buffer | Martynas Venckus |
2013-12-13 | Fix typo; 200809 not 20080 for __POSIX_VISIBLE. Noticed by jca@ | Todd C. Miller |
2013-12-13 | Zap some getdirentries() leftovers. | Vadim Zhukov |
2013-12-08 | remove the final vestiges of the stty(), gtty(), and ftime() compatibility | Christian Weisgerber |
2013-12-05 | oops, sgtty.h stays for a little longer | Theo de Raadt |
2013-12-04 | express final disapproval of the interfaces in libcompat, such as | Theo de Raadt |
2013-12-02 | CIRCLEQ begone. | Kenneth R Westerback |
2013-11-22 | The getopt() prototype and externs don't belong in stdlib.h. Berkeley | Todd C. Miller |
2013-11-03 | Install fuse headers in 'make includes', diff from stsp@, ok guenther@ | Stuart Henderson |
2013-10-24 | Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval. | Philip Guenther |
2013-10-22 | - add UNIX-domain socket info to struct kinfo_file2 | Philip Guenther |
2013-10-21 | Remove arc4random_stir() and arc4random_addrandom(), which none should | Theo de Raadt |
2013-10-19 | Remove more knowledge of a.out and stab information from the tree. | Theo de Raadt |
2013-09-29 | remove bogus comment | Theo de Raadt |
2013-08-24 | netnatm is no more | Jonathan Gray |
2013-08-16 | Tweak the getdents() kernel prototype to use "void *" | Philip Guenther |
2013-08-12 | Make sure we don't install the private radeondrm(4) headers, by leaving out | Mark Kettenis |
2013-08-10 | libkafs5->libkafs ; forgotten in previous | Antoine Jacoutot |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |
2013-08-06 | Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax | Miod Vallat |
2013-06-19 | unlink libheimntlm and libhx509 | Robert Nagy |
2013-06-17 | switch to new kerberosV directory layout | Robert Nagy |
2013-06-17 | Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options, | Philip Guenther |
2013-06-11 | Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> | Matthew Dempsky |
2013-06-04 | Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_ope... | Brad Smith |
2013-06-02 | XPG 4 apparently exposed d_ino and ino_t. Also, always pull in | Philip Guenther |