about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix names of ipc_perm __key/__seq elementsRich Felker2012-12-061-6/+2
* fix F_DUPFD_CLOEXEC being defined twicerofl0r2012-12-061-1/+0
* fixup for fcntl.h changesrofl0r2012-12-061-16/+15
* add personality syscallrofl0r2012-12-061-0/+6
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-061-0/+3
* add struct msgbuf to sys/msg.hrofl0r2012-12-061-0/+7
* unistd.h: fix wrong type for gid_t argumentrofl0r2012-12-061-1/+1
* ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r2012-12-061-2/+4
* add obsolete futimesat()rofl0r2012-12-061-0/+1
* fcntl.h: add some linux-specific F_ macrosrofl0r2012-12-061-0/+17
* tcp.h: add SOL_TCP, analoguous to udp.hrofl0r2012-12-061-0/+2
* fix inefficiency of math.h isless, etc. macrosRich Felker2012-12-051-15/+30
* add scsi headers scsi.h and sg.hRich Felker2012-12-052-0/+279
* 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