Age | Commit message (Expand) | Author |
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 |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-18 | Stop including <sys/param.h> from <netdb.h>. Portable software must either | Theo de Raadt |
2015-01-17 | remove des.h. it somehow escaped from ssleay into /usr/include, but none | Ted Unangst |
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 |