Age | Commit message (Expand) | Author |
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 |
2012-05-23 | Make the "default" string a valid device name that has the same effect | Alexandre Ratchov |
2012-05-14 | More sysconf(3)-y and pathconf(3)-y goodness from Brad. | Matthew Dempsky |
2012-05-13 | functions are top-level objects anyways, make that clearer. | Marc Espie |
2012-05-10 | Recongnize that: | Mark Kettenis |
2012-05-07 | Once more the people behind POSIX didn't think and put clock_gettime(2) and | Mark Kettenis |
2012-04-22 | enable sqlite3, as prompted by theo | Marc Espie |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | prototype getdtablecount() | Theo de Raadt |
2012-04-11 | Use "unsigned int" rather than "unsigned". No object change. | Alexandre Ratchov |
2012-03-25 | strsignal() was added to POSIX-2008; strerror_r() was in the base | Philip Guenthe |
2012-03-24 | Provide the old prototypes for scandir() and alphasort() for code that | Philip Guenthe |