index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2017-11-05
add new SO_ socket options from linux v4.12
Szabolcs Nagy
-0
/
+3
2017-11-05
add TCP_NLA_* enums from linux v4.11
Szabolcs Nagy
-0
/
+2
2017-11-05
add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11
Szabolcs Nagy
-0
/
+1
2017-11-05
add ETH_P_IBOE from linux v4.11
Szabolcs Nagy
-0
/
+1
2017-11-05
add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
Szabolcs Nagy
-0
/
+1
2017-11-05
add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
Szabolcs Nagy
-0
/
+2
2017-11-05
add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10
Szabolcs Nagy
-0
/
+2
2017-11-05
add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10
Szabolcs Nagy
-0
/
+11
2017-09-28
fix use of memset without declaration in sched.h cpu set macros
Rich Felker
-0
/
+1
2017-08-29
move IPPORT_RESERVED from netdb.h to netinet/in.h
Rich Felker
-2
/
+2
2017-07-31
add _NL_LOCALE_NAME extension to nl_langinfo
Rich Felker
-0
/
+6
2017-07-04
remove useless declarations in string.h
Alexander Monakov
-2
/
+0
2017-04-22
add no-op POSIX_SPAWN_USEVFORK to spawn.h
Rich Felker
-0
/
+1
2017-04-22
implement new posix_spawn flag POSIX_SPAWN_SETSID
Rich Felker
-0
/
+1
2016-12-29
update tcp_info struct to linux v4.9
Szabolcs Nagy
-0
/
+2
2016-12-29
add MS_NOREMOTELOCK mount flag from linux v4.9
Szabolcs Nagy
-0
/
+1
2016-12-16
in public headers, don't assume pre-C99 compilers have __inline keyword
Quentin Rameau
-0
/
+2
2016-12-15
remove legacy i386 fallback stdarg implementation and framework
Rich Felker
-4
/
+0
2016-11-11
generalize ELF hash table types not to assume 32-bit entries
Rich Felker
-2
/
+1
2016-11-08
add limited pthread_setattr_default_np API to set stack size defaults
Rich Felker
-0
/
+2
2016-11-07
make netinet/in.h suppress clashing definitions from kernel headers
Rich Felker
-0
/
+15
2016-11-07
don't claim support for resolv.h APIs that aren't supported
Rich Felker
-1
/
+1
2016-11-07
remove redundant feature test macro checks in sys/time.h
Rich Felker
-5
/
+0
2016-10-20
fix various header namespace issues under feature-test-macro control
Rich Felker
-7
/
+18
2016-10-20
remove parameter names from public headers
Rich Felker
-9
/
+9
2016-10-20
fix misspelling of a legacy macro name in sys/param.h
Rich Felker
-1
/
+1
2016-10-20
add missing if_ether.h constants
Daniel Sabogal
-0
/
+3
2016-10-20
add missing if_arp.h constant
Daniel Sabogal
-0
/
+1
2016-10-20
fix typo in utmpx.h
Daniel Sabogal
-1
/
+1
2016-10-20
add missing confstr constants
Daniel Sabogal
-0
/
+2
2016-10-20
add pthread_setname_np
Felix Janda
-0
/
+1
2016-10-20
update icmphdr struct following linux v4.8
Szabolcs Nagy
-0
/
+1
2016-10-20
add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
Szabolcs Nagy
-0
/
+9
2016-10-20
add bits/hwcap.h and include it in sys/auxv.h
Szabolcs Nagy
-0
/
+1
2016-10-20
elf.h: update EM_ elf machine defines and add R_BPF_ defines
Szabolcs Nagy
-1
/
+101
2016-10-20
add ETH_P_NCSI to netinet/if_ether.h from linux v4.8
Szabolcs Nagy
-0
/
+1
2016-09-19
fix undefined behavior in sched.h cpu_set_t usage
Rich Felker
-3
/
+3
2016-09-16
add missing *_unlocked and wcsftime_l prototypes to wchar.h
Daniel Sabogal
-0
/
+15
2016-09-16
fix ifru_data and ifcu_buf types in net/if.h
Daniel Sabogal
-2
/
+2
2016-08-30
restore _Noreturn to __assert_fail
Rich Felker
-1
/
+1
2016-08-30
fix FFSYNC by changing it to O_SYNC
Duncan Overbruck
-1
/
+1
2016-08-30
add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h
Szabolcs Nagy
-0
/
+2
2016-08-30
add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
Szabolcs Nagy
-0
/
+2
2016-08-30
add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
Szabolcs Nagy
-1
/
+3
2016-07-03
add stdc-predef.h for library-level predefined macros
Rich Felker
-0
/
+10
2016-07-03
make brace placement in public header typedef'd structs consistent
Rich Felker
-16
/
+8
2016-07-03
add EF_SH_ sh specific macros to elf.h
Szabolcs Nagy
-1
/
+22
2016-07-03
add NT_ARM_SYSTEM_CALL to elf.h
Szabolcs Nagy
-0
/
+1
2016-07-03
add missing x86 relocs to elf.h
Szabolcs Nagy
-2
/
+5
2016-07-03
add DT_MIPS_RLD_MAP_REL to elf.h
Szabolcs Nagy
-1
/
+2
[prev]
[next]