index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add missing *_unlocked and wcsftime_l prototypes to wchar.h
Daniel Sabogal
2016-09-16
1
-0
/
+15
*
fix ifru_data and ifcu_buf types in net/if.h
Daniel Sabogal
2016-09-16
1
-2
/
+2
*
restore _Noreturn to __assert_fail
Rich Felker
2016-08-30
1
-1
/
+1
*
fix FFSYNC by changing it to O_SYNC
Duncan Overbruck
2016-08-30
1
-1
/
+1
*
add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h
Szabolcs Nagy
2016-08-30
1
-0
/
+2
*
add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
Szabolcs Nagy
2016-08-30
1
-0
/
+2
*
add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
Szabolcs Nagy
2016-08-30
1
-1
/
+3
*
add stdc-predef.h for library-level predefined macros
Rich Felker
2016-07-03
1
-0
/
+10
*
make brace placement in public header typedef'd structs consistent
Rich Felker
2016-07-03
3
-16
/
+8
*
add EF_SH_ sh specific macros to elf.h
Szabolcs Nagy
2016-07-03
1
-1
/
+22
*
add NT_ARM_SYSTEM_CALL to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+1
*
add missing x86 relocs to elf.h
Szabolcs Nagy
2016-07-03
1
-2
/
+5
*
add DT_MIPS_RLD_MAP_REL to elf.h
Szabolcs Nagy
2016-07-03
1
-1
/
+2
*
add SHF_COMPRESSED section flag to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+23
*
add powerpc tls optimization related definitions to elf.h
Szabolcs Nagy
2016-07-03
1
-2
/
+6
*
add nios2 definitions to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+50
*
update elf.h with mips abi flags support
Szabolcs Nagy
2016-07-03
1
-1
/
+70
*
update elf.h with new aarch64 relocs
Szabolcs Nagy
2016-07-03
1
-1
/
+13
*
update elf.h with powerpc64 elfv2 abi related macros
Szabolcs Nagy
2016-07-03
1
-2
/
+8
*
add new powerpc64 relocations to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+9
*
add EM_OPENRISC again to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+1
*
make brace placement in public header struct definitions consistent
Rich Felker
2016-07-03
24
-92
/
+46
*
fix misplaced indention in sys/procfs.h
Rich Felker
2016-07-03
1
-1
/
+1
*
pthread: implement try/timed join variants
Bobby Bingham
2016-06-30
1
-0
/
+2
*
add RUSAGE_THREAD (Linux extension) definition to sys/resource.h
Rich Felker
2016-06-29
1
-0
/
+1
*
fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h
Rich Felker
2016-06-29
1
-1
/
+1
*
avoid padding gaps in struct sockaddr_storage
Rich Felker
2016-06-09
1
-1
/
+1
*
update sys/socket.h to linux v4.6
Szabolcs Nagy
2016-06-09
1
-1
/
+19
*
add new tcp_info fields from linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+4
*
add CLONE_NEWCGROUP clone flag, new in linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+1
*
update siginfo struct for linux v4.6
Szabolcs Nagy
2016-06-09
1
-6
/
+11
*
add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+1
*
add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
Szabolcs Nagy
2016-06-09
1
-0
/
+1
*
fix undefined pointer arithmetic in CMSG_NXTHDR macro
Rich Felker
2016-05-22
1
-3
/
+3
*
add MADV_FREE madvise command from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
add EPOLLEXCLUSIVE epoll flag from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5
Szabolcs Nagy
2016-03-19
1
-1
/
+2
*
add IPV6_HDRINCL socket option from linux v4.5
Szabolcs Nagy
2016-03-19
1
-0
/
+1
*
deduplicate bits/mman.h
Szabolcs Nagy
2016-03-18
1
-0
/
+59
*
add sched_getcpu
Nathan Zadoks
2016-03-02
1
-0
/
+1
*
do not define static_assert macro for pre-C11 compilers
Rich Felker
2016-02-12
1
-1
/
+1
*
add declarations for utmpname/utmpxname to appropriate headers
Rich Felker
2016-02-12
2
-1
/
+2
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
1
-0
/
+4
*
move bits/signal.h include close to the top of signal.h
Szabolcs Nagy
2016-01-26
1
-6
/
+12
*
add new PTRACE_SECCOMP_GET_FILTER ptrace command
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add new PTRACE_O_SUSPEND_SECCOMP ptrace option
Szabolcs Nagy
2016-01-26
1
-1
/
+2
*
add new PR_CAP_AMBIENT and related defines to sys/prctl.h
Szabolcs Nagy
2016-01-26
1
-0
/
+6
*
update netpacket/packet.h to linux v4.3
Szabolcs Nagy
2016-01-26
1
-0
/
+17
*
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
[prev]
[next]