Age | Commit message (Expand) | Author |
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 |
2012-03-22 | Make DIR a private type within libc, give it the same underlying | Matthew Dempsky |
2012-03-22 | Update alphasort() and scandir()'s argument types to match POSIX: | Philip Guenthe |
2012-03-22 | Add dirfd() as a function to libc per POSIX requirement; dirfd() macro | Matthew Dempsky |
2012-03-21 | Implement getdelim(3) and getline(3). | Federico G. Schwindt |
2012-03-21 | Implement execvpe(3) and posix_spawn(3) and family. Based on | Matthew Dempsky |
2012-01-17 | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | Philip Guenthe |
2012-01-17 | net_addrcmp() dies. found out to be a horrific function by eric | Theo de Raadt |
2012-01-13 | Replace _SELECT_DECLARED with _SELECT_DEFINED_ | Nigel Taylor |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. | Mark Kettenis |
2012-01-03 | The prototype for pthread_sigmask(2) is supposed to live in <signal.h> | Mark Kettenis |
2011-11-22 | sigstack() is long dead, and the compat sigaltstack syscall is gone too. | Philip Guenthe |
2011-11-09 | getcwd() buffer's length can be smaller than 1024. In that case it will | Federico G. Schwindt |
2011-10-16 | Hook wcsftime(3) to the build; committing on behalf of espie | Stefan Sperling |
2011-10-16 | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide | Stefan Sperling |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-14 | __opendir2, DTF_NODUP, and __DTF_READALL can die. struct dirent | Theo de Raadt |
2011-07-09 | stop installing netatalk headers | Henning Brauer |
2011-07-08 | Add support for tgmath--the type-generic math; now that both math | Martynas Venckus |
2011-07-08 | Finalize work on complex math routines, now that we have the | Martynas Venckus |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2011-07-06 | sigset_t is unsigned, so eliminate a warning by shifting a 1U instead | Philip Guenthe |