Age | Commit message (Expand) | Author |
2016-03-20 | Prepare for future ld.so/libc bump: update <tib.h> with the definitions | Philip Guenther |
2016-03-17 | Remove #ifdef __vax__ bits | Jeremie Courreges-Anglas |
2016-03-16 | remove cpp version of __sputc, since the inline version is all we have | Theo de Raadt |
2016-03-14 | Expose snprintf() and vsnprintf() for XPG 5. It predates C99 but | Todd C. Miller |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-02-04 | Convert sigemptyset and sigfillset to inline functions to avoid | Todd C. Miller |
2016-01-25 | Remove decls #if'0ed since rev. 1.1 | Jeremie Courreges-Anglas |
2016-01-20 | After nearly 20 years of warning that malloc.h is obsolete, it's about time we | Jasper Lievisse Adriaanse |
2015-12-20 | Expose internal functions necessary to open audio devices and midi | Alexandre Ratchov |
2015-11-20 | POSIX says that ffs(), strcasecmp(), strncasecmp(), r?index() and | Todd C. Miller |
2015-11-18 | add a version field to prevent mayhem if different data gets stored | Ted Unangst |
2015-11-18 | add icdb.h here (this header may go away entirely, but the functions | Ted Unangst |
2015-11-18 | Add icdb, the internal c database. A simpler replacement for the old | Ted Unangst |
2015-11-18 | Add _shadow variants to the two popular getpw functions (uid and nam). | Ted Unangst |
2015-11-14 | libocurses can go to the Attic. last consumer of it was ramdisk more(1) | Theo de Raadt |
2015-11-10 | Split the intra-thread functionality from kill(2) into its own syscall | Philip Guenther |
2015-10-17 | Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapper | Philip Guenther |
2015-10-09 | tame -> pledge. | Theo de Raadt |
2015-09-28 | delete xdr_ypresp_all_seq prototype | Theo de Raadt |
2015-09-27 | Stop installing any header files in /usr/include/dev/pci/drm. | Mark Kettenis |
2015-09-25 | Trim symbols that aren't part of our new resolver | Philip Guenther |
2015-09-14 | Revert: finger slip | Philip Guenther |
2015-09-14 | Prefer the standardized <poll.h> over <sys/poll.h> | Philip Guenther |
2015-09-13 | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | authdes_create() was never implemented | Philip Guenther |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, | Theo de Raadt |
2015-09-09 | Stop exporting from libc the <mpool.h> and the mpool_* API | Philip Guenther |
2015-09-05 | Use new framework for wrapping dbopen() | Philip Guenther |
2015-09-04 | These days pcc defines __GNUC__ and we don't support gcc2. Also needed | Daniel Dickman |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | Philip Guenther |
2015-08-26 | Hide many (194!) symbols that nothing should be using. | Philip Guenther |
2015-07-23 | Build and install libradius as default. | YASUOKA Masahiko |
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller |
2015-07-19 | Define new C99 macros: | Martynas Venckus |
2015-07-14 | The first argument to devname(3) should be dev_t, not int. | Todd C. Miller |
2015-05-20 | Remove function argument name from posix_spawnattr_getsigmask() | Todd C. Miller |
2015-04-07 | Remove obsolete timezone() function. | Todd C. Miller |
2015-04-04 | gcc 2.x is dead | Philip Guenther |
2015-03-17 | Remove obsolete copy of tzfile.h. It is an internal tzcode header | Todd C. Miller |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-02-20 | Use standard spelling for types, and rename local variable from "free". | Ted Unangst |
2015-02-18 | Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated | Stuart Henderson |
2015-02-16 | stop deleting the openssl include directory, causing unnecessary rebuilds. | Ted Unangst |
2015-02-09 | Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE | Todd C. Miller |
2015-02-08 | add restrict to strtol like functions. ok guenther | Ted Unangst |
2015-01-21 | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete | Philip Guenther |
2015-01-20 | increase TMP_MAX to the equivalent of INT_MAX. it's actually more, | Ted Unangst |