optimize malloc0
[oweals/musl.git] / include /
2018-03-28 Rich Felkerfix default feature profile in tar.h
2018-03-13 Rich Felkerexplicitly use signed keyword to define intNN_t and...
2018-03-10 Rich Felkerremove spurious const keyword in sigqueue declaration
2018-03-10 Rich Felkerfix minor namespace issue in unistd.h
2018-03-10 Rich Felkerfix minor namespace issue in tar.h
2018-03-10 Rich Felkerfix minor namespace issues in limits.h
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2018-02-24 Rich Felkerfix aliasing violations in fgetpos/fsetpos
2018-02-23 Rich Felkeradd getentropy function
2018-02-23 Hauke Mehrtensadd getrandom syscall wrapper
2018-02-22 Szabolcs Nagyelf.h: add DT_SYMTAB_SHNDX
2018-02-22 Szabolcs Nagyelf.h: syncronize DF_1_ flags with binutils
2018-02-22 Szabolcs Nagyelf.h: update NT_* coredump elf notes for linux v4.15
2018-02-22 Szabolcs Nagyelf.h: add PPC64_OPT_LOCALENTRY
2018-02-22 Szabolcs Nagyelf.h: add AT_* auxval macros for cache geometry
2018-02-22 Szabolcs Nagysys/prctl.h: add new PR_SVE_* macros from linux v4.15
2018-02-22 Szabolcs Nagynetinet/in.h: add new IPV6_FREEBIND from linux v4.15
2018-02-22 Szabolcs Nagynetinet/tcp.h: add TCP_* socket options from linux...
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagynetinet/tcp.h: add tcp_diag_md5sig struct from linux...
2018-02-22 Szabolcs Nagysys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux...
2018-02-22 Szabolcs Nagynetinet/if_ether.h: add new ETH_P_ macros from linux...
2018-02-22 Szabolcs Nagynet/if_arp.h: add ARPHRD_RAWIP from linux v4.14
2018-02-22 Szabolcs Nagysignal.h: add missing SIGTRAP si_codes
2018-02-22 Szabolcs Nagysys/mman.h: add MADV_WIPEONFORK from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add MSG_ZEROCOPY from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add SOL_TLS from linux v4.13
2018-02-22 Szabolcs Nagysys/socket.h: add PF_SMC from linux v4.11
2018-01-12 Rostislav Skudnovadd _DIRENT_HAVE_D_* macros to dirent.h
2018-01-09 Hauke Mehrtensadd additional uapi guards for Linux kernel header...
2017-12-15 Rich Felkerfix endian errors in netinet/icmp6.h due to failure...
2017-12-15 Jo-Philipp Wichfix endian errors in arpa/nameser.h due to failure...
2017-12-06 Rich Felkeradjust fopencookie structure tag for ABI-compat
2017-12-06 William Pitcockimplement the fopencookie extension to stdio
2017-11-05 Szabolcs Nagyadd new tcp.h socket options from linux v4.13
2017-11-05 Szabolcs Nagyadd new fcntl.h macros from linux v4.13
2017-11-05 Szabolcs Nagyadd SO_ getsockopt options from linux v4.13
2017-11-05 Szabolcs Nagyadd ARPHDR_VSOCKMON from linux v4.12
2017-11-05 Szabolcs Nagyadd new SO_ socket options from linux v4.12
2017-11-05 Szabolcs Nagyadd TCP_NLA_* enums from linux v4.11
2017-11-05 Szabolcs Nagyadd TCP_FASTOPEN_CONNECT tcp socket option from linux...
2017-11-05 Szabolcs Nagyadd ETH_P_IBOE from linux v4.11
2017-11-05 Szabolcs Nagyadd TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
2017-11-05 Szabolcs Nagyadd ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
2017-11-05 Szabolcs Nagyadd IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux...
2017-11-05 Szabolcs Nagyadd SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums...
2017-09-28 Rich Felkerfix use of memset without declaration in sched.h cpu...
2017-08-30 Rich Felkermove IPPORT_RESERVED from netdb.h to netinet/in.h
2017-08-01 Rich Felkeradd _NL_LOCALE_NAME extension to nl_langinfo
2017-07-04 Alexander Monakovremove useless declarations in string.h
2017-04-23 Rich Felkeradd no-op POSIX_SPAWN_USEVFORK to spawn.h
2017-04-22 Rich Felkerimplement new posix_spawn flag POSIX_SPAWN_SETSID
2016-12-30 Szabolcs Nagyupdate tcp_info struct to linux v4.9
2016-12-30 Szabolcs Nagyadd MS_NOREMOTELOCK mount flag from linux v4.9
2016-12-17 Quentin Rameauin public headers, don't assume pre-C99 compilers have...
2016-12-15 Rich Felkerremove legacy i386 fallback stdarg implementation and...
2016-11-11 Rich Felkergeneralize ELF hash table types not to assume 32-bit...
2016-11-08 Rich Felkeradd limited pthread_setattr_default_np API to set stack...
2016-11-08 Rich Felkermake netinet/in.h suppress clashing definitions from...
2016-11-07 Rich Felkerdon't claim support for resolv.h APIs that aren't supported
2016-11-07 Rich Felkerremove redundant feature test macro checks in sys/time.h
2016-10-20 Rich Felkerfix various header namespace issues under feature-test...
2016-10-20 Rich Felkerremove parameter names from public headers
2016-10-20 Rich Felkerfix misspelling of a legacy macro name in sys/param.h
2016-10-20 Daniel Sabogaladd missing if_ether.h constants
2016-10-20 Daniel Sabogaladd missing if_arp.h constant
2016-10-20 Daniel Sabogalfix typo in utmpx.h
2016-10-20 Daniel Sabogaladd missing confstr constants
2016-10-20 Felix Jandaadd pthread_setname_np
2016-10-20 Szabolcs Nagyupdate icmphdr struct following linux v4.8
2016-10-20 Szabolcs Nagyadd TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-10-20 Szabolcs Nagyelf.h: update EM_ elf machine defines and add R_BPF_...
2016-10-20 Szabolcs Nagyadd ETH_P_NCSI to netinet/if_ether.h from linux v4.8
2016-09-19 Rich Felkerfix undefined behavior in sched.h cpu_set_t usage
2016-09-16 Daniel Sabogaladd missing *_unlocked and wcsftime_l prototypes to...
2016-09-16 Daniel Sabogalfix ifru_data and ifcu_buf types in net/if.h
2016-08-30 Rich Felkerrestore _Noreturn to __assert_fail
2016-08-30 Duncan Overbruckfix FFSYNC by changing it to O_SYNC
2016-08-30 Szabolcs Nagyadd SS_AUTODISARM sigaltstack ss_flags from linux v4...
2016-08-30 Szabolcs Nagyadd UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7...
2016-08-30 Szabolcs Nagyadd PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
2016-07-04 Rich Felkeradd stdc-predef.h for library-level predefined macros
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Szabolcs Nagyadd EF_SH_ sh specific macros to elf.h
2016-07-03 Szabolcs Nagyadd NT_ARM_SYSTEM_CALL to elf.h
2016-07-03 Szabolcs Nagyadd missing x86 relocs to elf.h
2016-07-03 Szabolcs Nagyadd DT_MIPS_RLD_MAP_REL to elf.h
2016-07-03 Szabolcs Nagyadd SHF_COMPRESSED section flag to elf.h
2016-07-03 Szabolcs Nagyadd powerpc tls optimization related definitions to...
2016-07-03 Szabolcs Nagyadd nios2 definitions to elf.h
2016-07-03 Szabolcs Nagyupdate elf.h with mips abi flags support
2016-07-03 Szabolcs Nagyupdate elf.h with new aarch64 relocs
2016-07-03 Szabolcs Nagyupdate elf.h with powerpc64 elfv2 abi related macros
2016-07-03 Szabolcs Nagyadd new powerpc64 relocations to elf.h
2016-07-03 Szabolcs Nagyadd EM_OPENRISC again to elf.h
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerfix misplaced indention in sys/procfs.h
2016-07-01 Bobby Binghampthread: implement try/timed join variants
2016-06-29 Rich Felkeradd RUSAGE_THREAD (Linux extension) definition to sys...
next