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