| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-09-27 | Stop installing any header files in /usr/include/dev/pci/drm. |  kettenis | 1 | -2/+2 |
| 2015-09-25 | Trim symbols that aren't part of our new resolver |  guenther | 1 | -53/+1 |
| 2015-09-14 | Revert: finger slip |  guenther | 2 | -22/+4 |
| 2015-09-14 | Prefer the standardized <poll.h> over <sys/poll.h> |  guenther | 4 | -6/+262 |
| 2015-09-13 | Wrap <rpc/*.h> so that calls go direct and the symbols are all weak. |  guenther | 2 | -54/+2 |
| 2015-09-13 | authdes_create() was never implemented |  guenther | 1 | -3/+1 |
| 2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb |  deraadt | 1 | -13/+1 |
| 2015-09-09 | Move to next tame() API. The flags are now passed as a very simple string, |  deraadt | 1 | -1/+2 |
| 2015-09-09 | Stop exporting from libc the <mpool.h> and the mpool_* API |  guenther | 2 | -113/+2 |
| 2015-09-05 | Use new framework for wrapping dbopen() |  guenther | 1 | -10/+1 |
| 2015-09-04 | These days pcc defines __GNUC__ and we don't support gcc2. Also needed |  daniel | 1 | -3/+4 |
| 2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using |  guenther | 1 | -29/+1 |
| 2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal |  guenther | 1 | -2/+4 |
| 2015-08-26 | Hide many (194!) symbols that nothing should be using. |  guenther | 1 | -2/+1 |
| 2015-07-23 | Build and install libradius as default. |  yasuoka | 1 | -3/+3 |
| 2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ |  millert | 1 | -1/+2 |
| 2015-07-19 | Define new C99 macros: |  martynas | 1 | -1/+17 |
| 2015-07-14 | The first argument to devname(3) should be dev_t, not int. |  millert | 1 | -2/+2 |
| 2015-05-20 | Remove function argument name from posix_spawnattr_getsigmask() |  millert | 1 | -2/+2 |
| 2015-04-07 | Remove obsolete timezone() function. |  millert | 1 | -2/+5 |
| 2015-04-04 | gcc 2.x is dead |  guenther | 1 | -5/+2 |
| 2015-03-17 | Remove obsolete copy of tzfile.h. It is an internal tzcode header |  millert | 2 | -152/+2 |
| 2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ |  millert | 1 | -6/+1 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -1/+6 |
| 2015-02-20 | Use standard spelling for types, and rename local variable from "free". |  tedu | 1 | -8/+8 |
| 2015-02-18 | Make sure to replace an existing /usr/include/ssl symlink, otherwise repeated |  sthen | 1 | -2/+2 |
| 2015-02-16 | stop deleting the openssl include directory, causing unnecessary rebuilds. |  tedu | 1 | -5/+1 |
| 2015-02-09 | Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE |  millert | 1 | -6/+9 |
| 2015-02-08 | add restrict to strtol like functions. ok guenther |  tedu | 1 | -10/+10 |
| 2015-01-21 | Delete option COMPAT_43: support for pre-sa_len binaries has been obsolete |  guenther | 1 | -1/+6 |
| 2015-01-20 | increase TMP_MAX to the equivalent of INT_MAX. it's actually more, |  tedu | 2 | -4/+4 |
| 2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating |  krw | 1 | -1/+1 |
| 2015-01-18 | Stop including <sys/param.h> from <netdb.h>. Portable software must either |  deraadt | 1 | -7/+2 |
| 2015-01-17 | remove des.h. it somehow escaped from ssleay into /usr/include, but none |  tedu | 2 | -286/+2 |
| 2015-01-16 | Since <netdb.h> soon won't include <sys/param.h>, MAXHOSTNAMELEN may |  deraadt | 1 | -2/+2 |
| 2015-01-16 | Switch to including <sys/types.h> instead of <sys/param.h> |  deraadt | 1 | -2/+2 |
| 2015-01-15 | we don't have an alloca() symbol anywhere in libc, don't prototype it. |  tedu | 1 | -2/+2 |
| 2015-01-12 | Add fgetwln(3) from FreeBSD and bump libc minor revision. |  millert | 1 | -1/+2 |
| 2014-12-20 | $OpenBSD for our rev here |  guenther | 1 | -1/+1 |
| 2014-12-13 | claim posix 2008 compat. apparently people look at this and get scared |  tedu | 1 | -2/+2 |
| 2014-12-11 | update swab() to match the current posix definition. "rationale: none." |  tedu | 1 | -2/+2 |
| 2014-12-08 | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() |  deraadt | 1 | -1/+6 |
| 2014-12-08 | header changes for recent libc changes: |  tedu | 4 | -12/+88 |
| 2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its |  tedu | 2 | -4/+3 |
| 2014-11-19 | prototype for crypt_newhash(). adding it here because this is where |  tedu | 1 | -1/+3 |
| 2014-11-17 | Add prototype for stravis(). |  millert | 1 | -1/+2 |
| 2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to |  jsing | 1 | -4/+4 |
| 2014-10-29 | Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() |  guenther | 2 | -2/+6 |
| 2014-09-18 | Our setpgrp() is the BSD version with two args and not the XSI |  guenther | 1 | -7/+5 |
| 2014-09-16 | Missed this sendmail reference in the sendmail removal |  matthieu | 1 | -2/+1 |