about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* use __builtin_offsetof to implement offsetof when possibleRich Felker2012-12-051-0/+4
* add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everythingRich Felker2012-12-031-0/+4
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-035-18/+4
* fix a couple issues in the inttypes.h PRI/SCN macrosRich Felker2012-12-021-22/+25
* provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCERich Felker2012-11-301-1/+4
* fix some restrict-qualifier mismatches in newly added interfacesRich Felker2012-11-271-2/+2
* fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2012-11-262-4/+6
* fix missing limits when only _BSD_SOURCE is definedRich Felker2012-11-261-1/+1
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-252-2/+3
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-18/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+1
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-0/+3
* add port io functions to sys/io.hRich Felker2012-11-181-2/+3
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-0/+4
* add cleaned-up sys/mtio.hRich Felker2012-11-171-0/+188
* add stub versions of some missing optional pthread interfacesRich Felker2012-11-171-0/+5
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-131-0/+9
* report support of TPS option in unistd.h and sysconfRich Felker2012-11-111-0/+1
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-113-0/+12
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7
* mips cache flush/ctl syscall support and headerRich Felker2012-11-041-0/+22
* avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2012-11-012-3/+3
* add dl_iterate_phdr interfaceRich Felker2012-10-311-0/+27
* fix issues with wait constants in stdlib.hRich Felker2012-10-212-6/+5
* complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz2012-10-211-0/+4
* assert() is supposed to have type voidRich Felker2012-10-171-1/+1
* add memmem function (gnu extension)Rich Felker2012-10-151-0/+1
* microblaze TLS relocation support, completely untestedRich Felker2012-10-151-1/+8
* add getopt reset supportRich Felker2012-09-301-1/+1
* define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker2012-09-301-0/+3
* always expose accept4Rich Felker2012-09-291-4/+1
* always expose dup3 and pipe2Rich Felker2012-09-291-2/+2
* microblaze portRich Felker2012-09-291-0/+24
* LFS64 alias for prlimitRich Felker2012-09-211-0/+1
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-163-0/+11
* fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker2012-09-151-1/+1
* strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker2012-09-131-1/+4
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-1/+1
* add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker2012-09-091-0/+1
* mincore syscall wrapperRich Felker2012-09-091-0/+1
* fix up lfs64 junk for preadv/pwritevRich Felker2012-09-091-0/+5
* add preadv/pwritev syscall wrappersRich Felker2012-09-091-0/+9
* fix typo introduced in poll.hRich Felker2012-09-091-1/+1
* add linux ppoll syscall wrapperRich Felker2012-09-091-0/+10
* syscall organization overhaulRich Felker2012-09-081-18/+0
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-084-0/+82
* add IPPROTO_HOPOPTS to in.hRich Felker2012-09-081-0/+1
* add IPPROTO_MAX to in.hRich Felker2012-09-081-0/+1
* fix redundant _Noreturn def in err.hRich Felker2012-09-081-7/+1