move static-linked stub invalid dso handle checking out of dynlink.c
[oweals/musl.git] / include /
2016-01-25 Szabolcs Nagyadd new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to...
2016-01-25 Szabolcs Nagyupdate netinet/tcp.h for linux v4.2
2016-01-25 Szabolcs Nagyadd MS_LAZYTIME mount option to sys/mount.h
2016-01-25 Szabolcs Nagyadd AF_MPLS (PF_MPLS) address family to socket.h
2016-01-25 Szabolcs Nagyadd MSG_FASTOPEN sendmsg/sendto flag to socket.h
2016-01-17 Kylie McClainnetinet/tcp: Add TCPOPT, TCPOLEN constants
2015-11-03 Rich Felkerfix mismatched parens in CMPLX def for annex-g-conformi...
2015-09-17 Rich Felkerremove attribute((const)) from pthread_self and errno...
2015-09-15 Khem Rajadd format argument attributes to gettext function...
2015-09-12 Rich Felkeradd sh relocation types needed for fdpic to elf.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-07-09 Rich Felkerfix incorrect void return type for syncfs function
2015-06-16 Rich Felkerbyte-based C locale, phase 3: make MB_CUR_MAX variable...
2015-06-06 Rich Felkeradd macro version of ctype.h isascii function
2015-05-28 Rich Felkeradd missing legacy LFS64 macros in sys/resource.h
2015-05-08 Szabolcs Nagyfix netinet/ether.h for c++
2015-05-03 Rich Felkerimprove iswdigit macro to diagnose errors
2015-05-01 Szabolcs Nagyadd IPTOS_CLASS_* macros to netinet/ip.h
2015-05-01 Rich Felkerfix integer overflow in elf.h macro SHF_EXCLUDE
2015-04-18 Szabolcs Nagyadd PR_*_FP_MODE prctl options
2015-04-18 Szabolcs Nagyadd PR_MPX_*_MANAGEMENT prctl options
2015-04-18 Szabolcs Nagyadd IP_CHECKSUM socket option to netinet/in.h
2015-04-18 Rich Felkerimprove ctype.h macros to diagnose errors
2015-04-02 Rich Felkerremove macro definition of longjmp from setjmp.h
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-23 Rich Felkerfix FLT_ROUNDS regression in C++ applications
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Szabolcs Nagyadd new si_lower and si_upper siginfo_t members
2015-03-04 Rich Felkerdeclare incomplete type struct itimerspec in timerfd.h
2015-03-04 Rich Felkerfix preprocessor error introduced in poll.h in last...
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-22 Rich Felkeradd new masked cancellation mode
2015-02-09 Szabolcs Nagyadd new socket options SO_INCOMING_CPU, SO_ATTACH_BPF...
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new prctl command PR_SET_MM_MAP to sys/prctl.h
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-12-21 Rich Felkerfix signedness of UINT32_MAX and UINT64_MAX at the...
2014-12-21 Felix Jandaadd login_tty function
2014-12-17 Rich Felkerfix signedness of WINT_MIN expression
2014-12-17 Rich Felkermake the definition of _Complex_I explicitly complex
2014-12-17 Rich Felkermake the result of the cimag macro a non-lvalue
2014-12-17 Rich Felkerfix definition of CMPLX macros in complex.h to work...
2014-12-17 Rich Felkeradd basic dns record parsing functions
2014-12-10 Bobby Binghamdon't shadow functions with macros in C++
2014-10-14 Rich Felkersuppress macro definitions of ctype functions under C++
2014-10-14 Rich Felkerimplement uchar.h (C11 UTF-16/32 conversion) interfaces
2014-10-08 Szabolcs Nagyadd new linux file sealing api to fcntl.h
2014-10-08 Szabolcs Nagyadd new IPV6_AUTOFLOWLABEL socket option in netinet...
2014-09-10 Rich Felkeradd _DEFAULT_SOURCE feature profile as an alias for...
2014-09-10 Rich Felkerfix _ALL_SOURCE logic to avoid possible redefinition...
2014-09-10 Rich Felkerfix places where _BSD_SOURCE failed to yield a superset...
2014-09-08 Szabolcs Nagyadd new F_OFD_* macros to fcntl.h (open file descriptio...
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-09-06 Rich Felkeradd C11 timespec_get function, with associated time...
2014-09-05 Szabolcs Nagyfix macros for LFS *64_t types in sys/stat.h, sys/types...
2014-08-27 Szabolcs Nagyadd static_assert and hide noreturn, alignas, alignof...
2014-08-27 Szabolcs Nagyadd C11 floating-point characteristic macros to float.h
2014-08-26 Rich Felkeradd malloc_usable_size function and non-stub malloc.h
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-13 Szabolcs Nagyfix CPU_EQUAL macro in sched.h
2014-08-13 Szabolcs Nagyadd inline isspace in ctype.h as an optimization
2014-08-08 Clément Vasseurmake clearenv available with _BSD_SOURCE
2014-07-31 Rich Felkerimplement ffsl and ffsll functions
2014-07-31 Rich Felkerlimit visibility of ffs function declaration to _XOPEN_...
2014-07-20 Szabolcs Nagyadd new PR_SET_THP_DISABLE and PR_GET_THP_DISABLE prctl...
2014-07-20 Szabolcs Nagyadd pacing rate information to the tcp_info struct...
2014-07-20 Szabolcs Nagyadd new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
2014-07-20 Brent Cookadd issetugid function to check for elevated privilege
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port
2014-06-21 Rich Felkerimplement fmtmsg function
2014-06-21 Rich Felkerremove hack in syslog.h that resulted in aliasing viola...
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-06-04 Rich Felkeradd support for ipv6 scope_id to getaddrinfo and getnam...
2014-05-30 Szabolcs Nagyfix POSIX namespace pollution in sys/types.h
2014-05-30 Szabolcs Nagyupdate netinet/in.h to match the current kernel uapi
2014-05-30 Szabolcs Nagyadd SO_BPF_EXTENSIONS socket option
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-25 Rich Felkeroverhaul siginfo_t definition in signal.h
2014-05-19 Rich Felkerremove unsupported nonstandard sysconf macros and their...
2014-04-20 M Farkas-Dyckexpose public execvpe interface
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-07 Rich Felkeradd getauxval function
2014-04-02 sinimplement hcreate_r, hdestroy_r and hsearch_r
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-09 Szabolcs Nagymath.h: make __FLOAT_BITS and __DOUBLE_BITS C89
2014-03-08 Rich Felkerin sys/procfs.h, avoid using __WORDSIZE macro
2014-02-24 Szabolcs Nagyin.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
2014-02-24 Szabolcs Nagyif_ether.h: new ethernet protocol type
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-02-24 Szabolcs Nagyelf.h: add aarch64 relocations
2014-02-24 Szabolcs Nagyelf.h: new elf header flag to mark 2008-NaN vs legacy...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-02-22 rofl0rsys/sem.h: cheat and make all longs use time_t instead
2014-02-18 Rich Felkeradd flock64 alias for (struct) flock in fcntl.h
2014-02-11 Szabolcs Nagyadd parens when bit and arith ops are mixed in macros...
2014-02-11 Szabolcs Nagyfix signed and unsigned comparision in macros in public...
next