Age | Commit message (Expand) | Author |
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 |
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing |
2014-10-29 | Add prototypes for xdr_{accepted,rejected}_reply() and svcudp_enablecache() | Philip Guenther |
2014-09-18 | Our setpgrp() is the BSD version with two args and not the XSI | Philip Guenther |
2014-09-16 | Missed this sendmail reference in the sendmail removal | Matthieu Herrb |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-08-31 | Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via | Miod Vallat |
2014-08-31 | setgrfile() isn't implemented | Philip Guenther |
2014-08-31 | inet_nsap_{addr,ntoa}() were removed on 2013/12/17 | Philip Guenther |
2014-08-31 | Declare and document getthrid() | Philip Guenther |
2014-08-31 | Add additional userland interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-31 | Add additional kernel interfaces for setting close-on-exec on fds | Philip Guenther |
2014-08-10 | Delete duplicate conditional | Philip Guenther |
2014-07-18 | Change lsearch()'s "base" argument to require a non-const pointer to | Matthew Dempsky |
2014-07-14 | international currency locale rules as per POSIX.1-2008 | Martin Pelikan |
2014-07-14 | enter libressl for make includes | Theo de Raadt |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-12 | Welcome to 1989: assume the compiler support const | Philip Guenther |
2014-07-12 | Per C99, wchar.h has to forward declare struct tm | Philip Guenther |
2014-07-11 | stop installing netbt headers | Ted Unangst |
2014-07-11 | make dump support DUIDs for command line arguments and /etc/dumpdates (using | Alexander Hall |
2014-07-09 | Clean up after arc4random u_int32_t uint32_t change | Bob Beck |
2014-07-08 | update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. | Ted Unangst |