about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* make the definition of _Complex_I explicitly complexRich Felker2014-12-171-2/+2
* make the result of the cimag macro a non-lvalueRich Felker2014-12-171-1/+1
* fix definition of CMPLX macros in complex.h to work in constant expressionsRich Felker2014-12-171-3/+9
* add basic dns record parsing functionsRich Felker2014-12-171-35/+23
* don't shadow functions with macros in C++Bobby Bingham2014-12-093-0/+6
* suppress macro definitions of ctype functions under C++Rich Felker2014-10-143-0/+7
* implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker2014-10-133-5/+30
* add new linux file sealing api to fcntl.hSzabolcs Nagy2014-10-081-0/+7
* add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy2014-10-081-0/+1
* add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCERich Felker2014-09-101-0/+4
* fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCERich Felker2014-09-101-1/+1
* fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker2014-09-104-8/+2
* add new F_OFD_* macros to fcntl.h (open file description locks)Szabolcs Nagy2014-09-081-0/+4
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+85
* add C11 timespec_get function, with associated time.h changes for C11Rich Felker2014-09-061-1/+3
* fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.hSzabolcs Nagy2014-09-053-2/+3
* add static_assert and hide noreturn, alignas, alignof from C++Szabolcs Nagy2014-08-273-0/+11
* add C11 floating-point characteristic macros to float.hSzabolcs Nagy2014-08-271-0/+7
* add malloc_usable_size function and non-stub malloc.hRich Felker2014-08-251-0/+25
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+3
* fix CPU_EQUAL macro in sched.hSzabolcs Nagy2014-08-131-1/+1
* add inline isspace in ctype.h as an optimizationSzabolcs Nagy2014-08-131-1/+6
* make clearenv available with _BSD_SOURCEClément Vasseur2014-08-081-1/+1
* implement ffsl and ffsll functionsRich Felker2014-07-311-0/+2
* limit visibility of ffs function declaration to _XOPEN_SOURCERich Felker2014-07-311-0/+2
* add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flagsSzabolcs Nagy2014-07-201-0/+3
* add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy2014-07-201-0/+2
* add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy2014-07-201-2/+4
* add issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-181-1/+37
* implement fmtmsg functionRich Felker2014-06-211-0/+47
* remove hack in syslog.h that resulted in aliasing violationsRich Felker2014-06-211-6/+2
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+11
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-041-1/+1
* fix POSIX namespace pollution in sys/types.hSzabolcs Nagy2014-05-301-10/+6
* update netinet/in.h to match the current kernel uapiSzabolcs Nagy2014-05-301-1/+21
* add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy2014-05-301-0/+1
* add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macroSzabolcs Nagy2014-05-301-0/+1
* overhaul siginfo_t definition in signal.hRich Felker2014-05-241-23/+28
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-191-60/+0
* expose public execvpe interfaceM Farkas-Dyck2014-04-201-0/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-2/+5
* add getauxval functionRich Felker2014-04-071-0/+16
* implement hcreate_r, hdestroy_r and hsearch_rsin2014-04-021-0/+12
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-0/+2
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-6/+0
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-16/+1
* math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy2014-03-091-2/+4
* in sys/procfs.h, avoid using __WORDSIZE macroRich Felker2014-03-081-1/+1
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1