Age | Commit message (Expand) | Author |
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 |
2013-05-31 | Add getprogname() and setprogname() to ease slackers^porters' work. | Antoine Jacoutot |
2013-05-13 | Add an implementation of memmem() -- from FreeBSD with some tweaks. | Antoine Jacoutot |
2013-04-15 | Implement fdatasync() as a wrapper around fsync() | Matthew Dempsky |
2013-04-15 | SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a | Todd C. Miller |
2013-04-11 | getpgid() and getsid() were rolled into POSIX in 2008 | Philip Guenther |
2013-04-11 | Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) | Philip Guenther |
2013-04-02 | Pull in <sys/_types.h> instead of <machine/_types.h> in prep for the future | Philip Guenther |
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot |
2013-03-24 | I can see no reason for #ifndef _KERNEL check in a /usr/include | Theo de Raadt |
2013-03-24 | dlerror() should not return const char *, as noted by landry | Theo de Raadt |
2013-03-21 | Do not install the dev/pci/drm/i915 directory to /usr/include | Theo de Raadt |
2013-03-18 | forget about this for now; wait till later | Theo de Raadt |
2013-03-18 | Skip another irrelevant leaf when descending into sys/dev | Theo de Raadt |
2013-03-01 | Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* defines | Philip Guenther |
2013-03-01 | Add _POSIX_CLOCKRES_MIN and _POSIX2_CHARCLASS_NAME_MAX per POSIX 1003.1-2008 | Philip Guenther |
2013-02-17 | Fix typo that hid PASS_MAX, TMP_MAX, NL_NMAX, and _XOPEN_{IOV,NAME,PATH}_MAX | Philip Guenther |
2013-01-30 | Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3). | Brad Smith |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-03 | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | Todd C. Miller |
2012-11-29 | Change scandir()'s 'select' argument from | Philip Guenthe |
2012-10-01 | More compliance fixes: hiding non-standard stuff behind __BSD_VISIBLE, | Philip Guenthe |
2012-09-26 | Explicitly annotate setjmp() and longjmp() (and friends) as | Brad Smith |
2012-09-23 | uint32_t is the integer type defined in stdint.h | Marc Espie |
2012-09-15 | Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>. | Philip Guenthe |
2012-08-23 | no more _PATH_AFSD required | Theo de Raadt |
2012-08-23 | do not install the nnpfs directory | Theo de Raadt |
2012-08-22 | hex constants unsigned, prevents some gcc warnings | Marc Espie |
2012-07-10 | Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in the | Philip Guenthe |
2012-07-10 | Stop pulling in <sys/param.h> | Philip Guenthe |
2012-07-10 | bsearch() doesn't belong here (it's in <stdlib.h>) | Philip Guenthe |
2012-07-08 | Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros. | Alexandre Ratchov |
2012-06-30 | Further standards compliance fixes: export LONG_BIT, WORD_BIT, and | Philip Guenthe |
2012-06-28 | librthread has eaten libpthread, so build includes via the former instead | Philip Guenthe |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-26 | Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declare | Philip Guenthe |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-06-19 | simplify includes prereq/req order: | Marc Espie |
2012-06-10 | Improve standards compliance: bsd_signal() was XSI only and has been dropped | Philip Guenthe |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |
2012-06-01 | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | Philip Guenthe |
2012-05-30 | Move the _SC_* and _CS_* configurable system variables and strings | Matthew Dempsky |