Age | Commit message (Expand) | Author | Files | Lines |
2014-12-09 | don't shadow functions with macros in C++ | Bobby Bingham | 3 | -0/+6 |
2014-10-14 | suppress macro definitions of ctype functions under C++ | Rich Felker | 3 | -0/+7 |
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 3 | -5/+30 |
2014-10-08 | add new linux file sealing api to fcntl.h | Szabolcs Nagy | 1 | -0/+7 |
2014-10-08 | add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h | Szabolcs Nagy | 1 | -0/+1 |
2014-09-10 | add _DEFAULT_SOURCE feature profile as an alias for _BSD_SOURCE | Rich Felker | 1 | -0/+4 |
2014-09-10 | fix _ALL_SOURCE logic to avoid possible redefinition of _GNU_SOURCE | Rich Felker | 1 | -1/+1 |
2014-09-10 | fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE | Rich Felker | 4 | -8/+2 |
2014-09-08 | add new F_OFD_* macros to fcntl.h (open file description locks) | Szabolcs Nagy | 1 | -0/+4 |
2014-09-06 | add threads.h and needed per-arch types for mtx_t and cnd_t | Rich Felker | 1 | -0/+85 |
2014-09-06 | add C11 timespec_get function, with associated time.h changes for C11 | Rich Felker | 1 | -1/+3 |
2014-09-05 | fix macros for LFS *64_t types in sys/stat.h, sys/types.h, glob.h | Szabolcs Nagy | 3 | -2/+3 |
2014-08-27 | add static_assert and hide noreturn, alignas, alignof from C++ | Szabolcs Nagy | 3 | -0/+11 |
2014-08-27 | add C11 floating-point characteristic macros to float.h | Szabolcs Nagy | 1 | -0/+7 |
2014-08-25 | add malloc_usable_size function and non-stub malloc.h | Rich Felker | 1 | -0/+25 |
2014-08-20 | add max_align_t definition for C11 and C++11 | Rich Felker | 1 | -0/+3 |
2014-08-13 | fix CPU_EQUAL macro in sched.h | Szabolcs Nagy | 1 | -1/+1 |
2014-08-13 | add inline isspace in ctype.h as an optimization | Szabolcs Nagy | 1 | -1/+6 |
2014-08-08 | make clearenv available with _BSD_SOURCE | Clément Vasseur | 1 | -1/+1 |
2014-07-31 | implement ffsl and ffsll functions | Rich Felker | 1 | -0/+2 |
2014-07-31 | limit visibility of ffs function declaration to _XOPEN_SOURCE | Rich Felker | 1 | -0/+2 |
2014-07-20 | add new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl flags | Szabolcs Nagy | 1 | -0/+3 |
2014-07-20 | add pacing rate information to the tcp_info struct in tcp.h | Szabolcs Nagy | 1 | -0/+2 |
2014-07-20 | add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK | Szabolcs Nagy | 1 | -2/+4 |
2014-07-19 | add issetugid function to check for elevated privilege | Brent Cook | 1 | -0/+1 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 1 | -1/+37 |
2014-06-21 | implement fmtmsg function | Rich Felker | 1 | -0/+47 |
2014-06-21 | remove hack in syslog.h that resulted in aliasing violations | Rich Felker | 1 | -6/+2 |
2014-06-19 | implement sendmmsg and recvmmsg | Rich Felker | 1 | -0/+11 |
2014-06-04 | add support for ipv6 scope_id to getaddrinfo and getnameinfo | Rich Felker | 1 | -1/+1 |
2014-05-30 | fix POSIX namespace pollution in sys/types.h | Szabolcs Nagy | 1 | -10/+6 |
2014-05-30 | update netinet/in.h to match the current kernel uapi | Szabolcs Nagy | 1 | -1/+21 |
2014-05-30 | add SO_BPF_EXTENSIONS socket option | Szabolcs Nagy | 1 | -0/+1 |
2014-05-30 | add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro | Szabolcs Nagy | 1 | -0/+1 |
2014-05-24 | overhaul siginfo_t definition in signal.h | Rich Felker | 1 | -23/+28 |
2014-05-19 | remove unsupported nonstandard sysconf macros and their table entries | Rich Felker | 1 | -60/+0 |
2014-04-20 | expose public execvpe interface | M Farkas-Dyck | 1 | -0/+1 |
2014-04-15 | fix RLIMIT_ constants for mips | Szabolcs Nagy | 1 | -2/+5 |
2014-04-07 | add getauxval function | Rich Felker | 1 | -0/+16 |
2014-04-02 | implement hcreate_r, hdestroy_r and hsearch_r | sin | 1 | -0/+12 |
2014-03-18 | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 1 | -0/+2 |
2014-03-18 | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 1 | -6/+0 |
2014-03-11 | move struct semid_ds to from shared sys/sem.h to bits | Rich Felker | 1 | -16/+1 |
2014-03-09 | math.h: make __FLOAT_BITS and __DOUBLE_BITS C89 | Szabolcs Nagy | 1 | -2/+4 |
2014-03-08 | in sys/procfs.h, avoid using __WORDSIZE macro | Rich Felker | 1 | -1/+1 |
2014-02-25 | in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE | Szabolcs Nagy | 1 | -0/+1 |
2014-02-25 | if_ether.h: new ethernet protocol type | Szabolcs Nagy | 1 | -0/+1 |
2014-02-25 | sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option | Szabolcs Nagy | 1 | -0/+1 |
2014-02-25 | elf.h: add aarch64 relocations | Szabolcs Nagy | 1 | -0/+111 |
2014-02-25 | elf.h: new elf header flag to mark 2008-NaN vs legacy-NaN on mips | Szabolcs Nagy | 1 | -0/+1 |