summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-06unistd.h: fix wrong type for gid_t argumentrofl0r1-1/+1
2012-12-06ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r1-2/+4
2012-12-06add obsolete futimesat()rofl0r1-0/+1
2012-12-06fcntl.h: add some linux-specific F_ macrosrofl0r1-0/+17
2012-12-06tcp.h: add SOL_TCP, analoguous to udp.hrofl0r1-0/+2
2012-12-05fix inefficiency of math.h isless, etc. macrosRich Felker1-15/+30
2012-12-05add scsi headers scsi.h and sg.hRich Felker2-0/+279
2012-12-05use __builtin_offsetof to implement offsetof when possibleRich Felker1-0/+4
2012-12-03add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everythingRich Felker1-0/+4
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker5-18/+4
2012-12-02fix a couple issues in the inttypes.h PRI/SCN macrosRich Felker1-22/+25
2012-11-30provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCERich Felker1-1/+4
2012-11-27fix some restrict-qualifier mismatches in newly added interfacesRich Felker1-2/+2
2012-11-26fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2-4/+6
2012-11-26fix missing limits when only _BSD_SOURCE is definedRich Felker1-1/+1
2012-11-25fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2-2/+3
2012-11-25make sys/procfs.h mostly work on most archsRich Felker1-18/+0
2012-11-21add back NSIG, removed from powerpc in last commit, but for all archsRich Felker1-0/+1
2012-11-18fix breakage from introducing bits header for sys/io.hRich Felker1-0/+3
2012-11-18add port io functions to sys/io.hRich Felker1-2/+3
2012-11-18fcntl.h: O_SEARCH was missing for powerpcrofl0r1-0/+4
2012-11-17add cleaned-up sys/mtio.hRich Felker1-0/+188
2012-11-17add stub versions of some missing optional pthread interfacesRich Felker1-0/+5
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker1-1/+1
2012-11-13complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy1-0/+9
2012-11-11report support of TPS option in unistd.h and sysconfRich Felker1-0/+1
2012-11-11add support for thread scheduling (POSIX TPS option)Rich Felker3-0/+12
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker1-0/+7
2012-11-04mips cache flush/ctl syscall support and headerRich Felker1-0/+22
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2-3/+3
2012-10-31add dl_iterate_phdr interfaceRich Felker1-0/+27
2012-10-21fix issues with wait constants in stdlib.hRich Felker2-6/+5
2012-10-21complex: make _Complex_I work with gcc -std=c99 -pedantic-errorsnsz1-0/+4
2012-10-17assert() is supposed to have type voidRich Felker1-1/+1
2012-10-15add memmem function (gnu extension)Rich Felker1-0/+1
2012-10-15microblaze TLS relocation support, completely untestedRich Felker1-1/+8
2012-09-30add getopt reset supportRich Felker1-1/+1
2012-09-30define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker1-0/+3
2012-09-29always expose accept4Rich Felker1-4/+1
2012-09-29always expose dup3 and pipe2Rich Felker1-2/+2
2012-09-29microblaze portRich Felker1-0/+24
2012-09-21LFS64 alias for prlimitRich Felker1-0/+1
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker3-0/+11
2012-09-15fix stupid bug in updating of O_ACCMODE for O_SEARCH supportRich Felker1-1/+1
2012-09-13strsep is BSD|GNU, not GNU-only; it's originally from BSDRich Felker1-1/+4
2012-09-13add O_PATH/O_SEARCH support to fcntl.hRich Felker1-1/+1
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker1-0/+1
2012-09-09mincore syscall wrapperRich Felker1-0/+1
2012-09-09fix up lfs64 junk for preadv/pwritevRich Felker1-0/+5
2012-09-09add preadv/pwritev syscall wrappersRich Felker1-0/+9