summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-08-14de-duplicate dn_expand, fix return value and signature, clean upRich Felker1-1/+1
2013-08-14add missing MSG_EXCEPT in sys/msg.hRich Felker1-0/+1
2013-08-13provide declarations for strtod_l and familyRich Felker1-0/+4
2013-08-10fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127Rich Felker2-4/+4
2013-08-10add pthread_setaffinity_np and pthread_getaffinity_np functionsRich Felker1-0/+3
2013-08-10add cpu affinity interfacesRich Felker1-0/+61
2013-08-08sys/personality.h: add missing C++ compatrofl0r1-0/+7
2013-08-08sys/personality.h: add missing macrosrofl0r1-0/+33
2013-08-03add some new linux AT_* flagsRich Felker1-0/+2
2013-08-03add prototypes for euidaccess/eaccessRich Felker1-0/+2
2013-08-02fix feature test macro logic for _BSD_SOURCERich Felker3-7/+7
2013-08-02add missing c++ extern "C" wrapping to link.hRich Felker1-0/+8
2013-08-02provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCERich Felker1-0/+3
2013-07-30add macros for new(ish) prctl commandsRich Felker1-0/+37
2013-07-30fix some prctl macros that were incorrectly copied into this fileRich Felker1-3/+3
2013-07-27add wrapper headers, with warnings, for various incorrect names under sysRich Felker6-0/+11
2013-07-27a few more fixes for unistd/sysconf feature reportingRich Felker1-0/+1
2013-07-26report presence of ADV and MSG options in unistd.h and sysconfRich Felker1-0/+2
2013-07-26report that posix_spawn is supported in unistd.h and sysconfRich Felker1-0/+1
2013-07-24fix incorrect type for new si_call_addr in siginfo_tRich Felker1-3/+3
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy1-1/+5
2013-07-24update siginfo according to linux headersSzabolcs Nagy1-1/+13
2013-07-24add PTRACE_PEEKSIGINFO to ptrace.hSzabolcs Nagy1-0/+11
2013-07-24add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy1-0/+3
2013-07-24add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.hSzabolcs Nagy1-0/+2
2013-07-24remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy1-1/+0
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy1-0/+1
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker1-7/+6
2013-07-22undefine internal-use type macros at the end of alltypes.hRich Felker1-0/+4
2013-07-22move register_t and u_int64_t (back) to alltypesRich Felker2-2/+7
2013-07-22fix regression in size of nlink_t (broken stat struct) on x86_64Rich Felker1-1/+1
2013-07-22make regoff_t and regex_t match C++ ABIRich Felker2-3/+3
2013-07-22make pthread_key_t unsigned to match ABIRich Felker1-1/+1
2013-07-22make pthread attribute types structs, even when they just have one fieldRich Felker1-3/+3
2013-07-22change wint_t to unsignedRich Felker3-4/+4
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker18-87/+133
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker1-0/+2
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker1-1/+1
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker1-0/+3
2013-07-03add legacy sys/ttydefaults.h headerrofl0r1-0/+39
2013-07-03add legacy scsi/scsi_ioctl.h headerrofl0r1-0/+11
2013-07-03paths.h: remove cruftrofl0r1-9/+0
2013-07-01add stubs for additional legacy ether.h functionsRich Felker1-3/+3
2013-06-29fix shifts possibly larger than type in major() macroRich Felker1-1/+1
2013-06-29implement minimal dlinfo functionRich Felker1-0/+3
2013-06-28work around wrong kernel type for sem_nsems member of struct semid_dsRich Felker1-1/+9
2013-06-28add missing type shmatt_t in sys/shm.hRich Felker1-0/+2
2013-06-27minor compatibility fixes in utmp.h and fixing mismatch with paths.hRich Felker2-4/+10
2013-06-26document in sysconf and unistd.h that per-thread cpu clocks existRich Felker1-0/+1
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2-17/+19