summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-27add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy3-0/+11
2014-08-27add C11 floating-point characteristic macros to float.hSzabolcs Nagy1-0/+7
2014-08-25add malloc_usable_size function and non-stub malloc.hRich Felker1-0/+25
2014-08-20add max_align_t definition for C11 and C++11Rich Felker1-0/+3
2014-08-13fix CPU_EQUAL macro in sched.hSzabolcs Nagy1-1/+1
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy1-1/+6
2014-08-08make clearenv available with _BSD_SOURCEClément Vasseur1-1/+1
2014-07-31implement ffsl and ffsll functionsRich Felker1-0/+2
2014-07-31limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker1-0/+2
2014-07-20add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy1-0/+3
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy1-0/+2
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy1-2/+4
2014-07-19add issetugid function to check for elevated privilegeBrent Cook1-0/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson1-1/+37
2014-06-21implement fmtmsg functionRich Felker1-0/+47
2014-06-21remove hack in syslog.h that resulted in aliasing violationsRich Felker1-6/+2
2014-06-19implement sendmmsg and recvmmsgRich Felker1-0/+11
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker1-1/+1
2014-05-30fix POSIX namespace pollution in sys/types.hSzabolcs Nagy1-10/+6
2014-05-30update netinet/in.h to match the current kernel uapiSzabolcs Nagy1-1/+21
2014-05-30add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy1-0/+1
2014-05-30add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy1-0/+1
2014-05-24overhaul siginfo_t definition in signal.hRich Felker1-23/+28
2014-05-19remove unsupported nonstandard sysconf macros and their table entriesRich Felker1-60/+0
2014-04-20expose public execvpe interfaceM Farkas-Dyck1-0/+1
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy1-2/+5
2014-04-07add getauxval functionRich Felker1-0/+16
2014-04-02implement hcreate_r, hdestroy_r and hsearch_rsin1-0/+12
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker1-0/+2
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker1-6/+0
2014-03-11move struct semid_ds to from shared sys/sem.h to bitsRich Felker1-16/+1
2014-03-09math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy1-2/+4
2014-03-08in sys/procfs.h, avoid using __WORDSIZE macroRich Felker1-1/+1
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy1-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy1-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy1-0/+1
2014-02-25elf.h: add aarch64 relocationsSzabolcs Nagy1-0/+111
2014-02-25elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mipsSzabolcs Nagy1-0/+1
2014-02-23sys/shm.h: move arch specific structs to bits/rofl0r1-16/+7
2014-02-22sys/sem.h: cheat and make all longs use time_t insteadrofl0r1-8/+8
2014-02-18add flock64 alias for (struct) flock in fcntl.hRich Felker1-0/+1
2014-02-11add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy2-2/+2
2014-02-11fix signed and unsigned comparision in macros in public headersSzabolcs Nagy3-3/+3
2014-02-05reduce namespace pollution in netinet/udp.hRich Felker1-7/+10
2014-02-05fix use of legacy u_intN_t types in netinet/tcp.hRich Felker1-73/+74
2014-02-05add support for BSD struct tcphdr in netinet/tcp.hRich Felker1-4/+41
2014-02-05add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker1-0/+11
2014-02-05add NO_ADDRESS macro to netdb.h as an alias for NO_DATATimo Teräs1-0/+1
2014-01-08fix namespace violation in sys/shm.hRich Felker1-6/+8
2014-01-08fix namespace violations in utmpx.hRich Felker2-5/+12