summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2014-10-14suppress macro definitions of ctype functions under C++Rich Felker-0/+7
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker-5/+30
2014-10-08add new linux file sealing api to fcntl.hSzabolcs Nagy-0/+7
2014-10-08add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy-0/+1
2014-09-10add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCERich Felker-0/+4
2014-09-10fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCERich Felker-1/+1
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker-8/+2
2014-09-08add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy-0/+4
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker-0/+85
2014-09-06add C11 timespec_get function, with associated time.h changes for C11Rich Felker-1/+3
2014-09-05fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy-2/+3
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy-0/+11
2014-08-27add C11 floating-point characteristic macros to float.hSzabolcs Nagy-0/+7
2014-08-25add malloc_usable_size function and non-stub malloc.hRich Felker-0/+25
2014-08-20add max_align_t definition for C11 and C++11Rich Felker-0/+3
2014-08-13fix CPU_EQUAL macro in sched.hSzabolcs Nagy-1/+1
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy-1/+6
2014-08-08make clearenv available with _BSD_SOURCEClément Vasseur-1/+1
2014-07-31implement ffsl and ffsll functionsRich Felker-0/+2
2014-07-31limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker-0/+2
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy-0/+3
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy-0/+2
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy-2/+4
2014-07-19add issetugid function to check for elevated privilegeBrent Cook-0/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-1/+37
2014-06-21implement fmtmsg functionRich Felker-0/+47
2014-06-21remove hack in syslog.h that resulted in aliasing violationsRich Felker-6/+2
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+11
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-1/+1
2014-05-30fix POSIX namespace pollution in sys/types.hSzabolcs Nagy-10/+6
2014-05-30update netinet/in.h to match the current kernel uapiSzabolcs Nagy-1/+21
2014-05-30add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy-0/+1
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy-0/+1
2014-05-24overhaul siginfo_t definition in signal.hRich Felker-23/+28
2014-05-19remove unsupported nonstandard sysconf macros and their table entriesRich Felker-60/+0
2014-04-20expose public execvpe interfaceM Farkas-Dyck-0/+1
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy-2/+5
2014-04-07add getauxval functionRich Felker-0/+16
2014-04-02implement hcreate_r, hdestroy_r and hsearch_rsin-0/+12
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker-0/+2
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker-6/+0
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker-16/+1
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy-2/+4
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker-1/+1
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-02-25elf.h: add aarch64 relocationsSzabolcs Nagy-0/+111
2014-02-25elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy-0/+1
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r-16/+7