summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin-3/+3
2015-07-09fix incorrect void return type for syncfs functionRich Felker-1/+1
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-1/+2
2015-06-06add macro version of ctype.h isascii functionRich Felker-0/+1
2015-05-28add missing legacy LFS64 macros in sys/resource.hRich Felker-0/+3
2015-05-08fix netinet/ether.h for c++Szabolcs Nagy-0/+8
2015-05-02improve iswdigit macro to diagnose errorsRich Felker-2/+2
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy-0/+12
2015-05-01fix integer overflow in elf.h macro SHF_EXCLUDERich Felker-1/+1
2015-04-17add PR_*_FP_MODE prctl optionsSzabolcs Nagy-0/+5
2015-04-17add PR_MPX_*_MANAGEMENT prctl optionsSzabolcs Nagy-0/+3
2015-04-17add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy-0/+1
2015-04-17improve ctype.h macros to diagnose errorsRich Felker-6/+6
2015-04-01remove macro definition of longjmp from setjmp.hRich Felker-1/+0
2015-04-01move O_PATH definition back to arch bitsRich Felker-3/+2
2015-03-23fix FLT_ROUNDS regression in C++ applicationsRich Felker-0/+8
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker-2/+0
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy-0/+3
2015-03-04add new si_lower and si_upper siginfo_t membersSzabolcs Nagy-0/+7
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker-0/+2
2015-03-04fix preprocessor error introduced in poll.h in last commitRich Felker-1/+1
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn-0/+6
2015-03-03make all objects used with atomic operations volatileRich Felker-2/+2
2015-02-21add new masked cancellation modeRich Felker-0/+1
2015-02-09add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy-0/+4
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn-0/+2
2014-12-23add new prctl command PR_SET_MM_MAP to sys/prctl.hSzabolcs Nagy-0/+21
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker-0/+1
2014-12-21fix signedness of UINT32_MAX and UINT64_MAX at the preprocessor levelRich Felker-2/+2
2014-12-20add login_tty functionFelix Janda-0/+2
2014-12-17fix signedness of WINT_MIN expressionRich Felker-1/+1
2014-12-17make the definition of _Complex_I explicitly complexRich Felker-2/+2
2014-12-17make the result of the cimag macro a non-lvalueRich Felker-1/+1
2014-12-17fix definition of CMPLX macros in complex.h to work in constant expressionsRich Felker-3/+9
2014-12-17add basic dns record parsing functionsRich Felker-35/+23
2014-12-09don't shadow functions with macros in C++Bobby Bingham-0/+6
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