summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-08-23no more _PATH_AFSD requiredTheo de Raadt
2012-08-23do not install the nnpfs directoryTheo de Raadt
2012-08-22hex constants unsigned, prevents some gcc warningsMarc Espie
2012-07-10Instead of <arpa/inet.h> pulling in <netinet/in.h>, just copy in thePhilip Guenthe
2012-07-10Stop pulling in <sys/param.h>Philip Guenthe
2012-07-10bsearch() doesn't belong here (it's in <stdlib.h>)Philip Guenthe
2012-07-08Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.Alexandre Ratchov
2012-06-30Further standards compliance fixes: export LONG_BIT, WORD_BIT, andPhilip Guenthe
2012-06-28librthread has eaten libpthread, so build includes via the former insteadPhilip Guenthe
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Improve compliance for <arpa/inet.h> and <netinet/in.h> to define/declarePhilip Guenthe
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,Philip Guenthe
2012-06-19simplify includes prereq/req order:Marc Espie
2012-06-10Improve standards compliance: bsd_signal() was XSI only and has been droppedPhilip Guenthe
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2012-06-01Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),Philip Guenthe
2012-05-30Move the _SC_* and _CS_* configurable system variables and stringsMatthew Dempsky
2012-05-23Make the "default" string a valid device name that has the same effectAlexandre Ratchov
2012-05-14More sysconf(3)-y and pathconf(3)-y goodness from Brad.Matthew Dempsky
2012-05-13functions are top-level objects anyways, make that clearer.Marc Espie
2012-05-10Recongnize that:Mark Kettenis
2012-05-07Once more the people behind POSIX didn't think and put clock_gettime(2) andMark Kettenis
2012-04-22enable sqlite3, as prompted by theoMarc Espie
2012-04-12remove rfork(); ok guenther miodTheo de Raadt
2012-04-12prototype getdtablecount()Theo de Raadt
2012-04-11Use "unsigned int" rather than "unsigned". No object change.Alexandre Ratchov
2012-03-25strsignal() was added to POSIX-2008; strerror_r() was in the basePhilip Guenthe
2012-03-24Provide the old prototypes for scandir() and alphasort() for code thatPhilip Guenthe
2012-03-22Make DIR a private type within libc, give it the same underlyingMatthew Dempsky
2012-03-22Update alphasort() and scandir()'s argument types to match POSIX:Philip Guenthe
2012-03-22Add dirfd() as a function to libc per POSIX requirement; dirfd() macroMatthew Dempsky
2012-03-21Implement getdelim(3) and getline(3).Federico G. Schwindt
2012-03-21Implement execvpe(3) and posix_spawn(3) and family. Based onMatthew Dempsky
2012-01-17Add stpcpy() and stpncpy(), pointless crap that made it into POSIX.Philip Guenthe
2012-01-17net_addrcmp() dies. found out to be a horrific function by ericTheo de Raadt
2012-01-13Replace _SELECT_DECLARED with _SELECT_DEFINED_Nigel Taylor
2012-01-07Add rtable id and thread id to struct kinfo_proc (and fix process id)Philip Guenthe
2012-01-05C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.Mark Kettenis
2012-01-03The prototype for pthread_sigmask(2) is supposed to live in <signal.h>Mark Kettenis
2011-11-22sigstack() is long dead, and the compat sigaltstack syscall is gone too.Philip Guenthe
2011-11-09getcwd() buffer's length can be smaller than 1024. In that case it willFederico G. Schwindt
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-07-18Expose a bunch of new functionality from POSIX 2008: openat(2),Matthew Dempsky
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
2011-07-09stop installing netatalk headersHenning Brauer
2011-07-08Add support for tgmath--the type-generic math; now that both mathMartynas Venckus
2011-07-08Finalize work on complex math routines, now that we have theMartynas Venckus
2011-07-07fix typos; while here, improve spacing in comments.Igor Sobrado
2011-07-06sigset_t is unsigned, so eliminate a warning by shifting a 1U insteadPhilip Guenthe