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 POSIX confstr keys for pthread CFLAGS/LDFLAGS
Rich Felker
2022-04-20
1
-0
/
+2
*
sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13
Szabolcs Nagy
2022-03-08
1
-0
/
+9
*
sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
2022-03-08
1
-0
/
+3
*
elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
2022-03-08
1
-0
/
+1
*
netinet/in.h: add INADDR_DUMMY from linux v5.13
Szabolcs Nagy
2022-03-08
1
-0
/
+1
*
netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12
Szabolcs Nagy
2022-03-08
1
-0
/
+4
*
netinet/tcp.h: add TCP_NLA_* values up to linux v5.12
Szabolcs Nagy
2022-03-08
1
-0
/
+2
*
signal.h: add new sa_flags from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+3
*
signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+1
*
signal.h: add si_code values for SIGSYS
Szabolcs Nagy
2022-03-08
1
-0
/
+2
*
netinet/tcp.h: add tcp zerocopy related changes from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+5
*
netinet/if_ether.h: add ETH_P_CFM from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+1
*
sys/socket.h: add new SO_ socket options from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+2
*
sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
Szabolcs Nagy
2022-03-08
1
-0
/
+6
*
add SEEK_DATA and SEEK_HOLE to unistd.h
Érico Nogueira
2022-01-09
1
-0
/
+2
*
define NULL as nullptr when used in C++11 or later
Ismael Luceno
2021-11-29
8
-8
/
+24
*
add qsort_r and make qsort a wrapper around it
Érico Nogueira
2021-09-23
1
-0
/
+1
*
add pthread_getname_np function
Érico Rolim
2021-04-20
1
-0
/
+1
*
define __STDC_UTF_{16,32}__ macros
Érico Nogueira
2021-04-19
1
-0
/
+3
*
suppress isascii() macro for C++
Érico Rolim
2021-02-25
1
-0
/
+2
*
guard against compilers failing to handle setjmp specially by default
Rich Felker
2021-02-22
1
-3
/
+11
*
signal.h: add MTE specific SIGSEGV codes from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+2
*
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+7
*
elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+1
*
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
2021-02-15
1
-0
/
+4
*
implement reallocarray
Ariadne Conill
2020-11-30
1
-0
/
+1
*
netinet/in.h: add IP_RECVERR_4884 from linux v5.9
Szabolcs Nagy
2020-11-29
1
-0
/
+1
*
sys/fanotify.h: add new FAN_* macros from linux v5.9
Szabolcs Nagy
2020-11-29
1
-0
/
+4
*
add missing personality values
William Woodruff
2020-11-29
1
-0
/
+3
*
add support for SIGEV_THREAD_ID timers
James Y Knight
2020-10-28
1
-3
/
+13
*
implement _Fork and refactor fork using it
Rich Felker
2020-10-14
1
-0
/
+1
*
netinet/if_ether.h: add ETH_P_MRP from linux v5.8
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
elf.h: add .note.gnu.property related definitions
Szabolcs Nagy
2020-09-09
1
-0
/
+2
*
netinet/tcp.h: update to linux v5.7
Szabolcs Nagy
2020-09-09
1
-0
/
+3
*
sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/fanotify.h: update to linux v5.7
Szabolcs Nagy
2020-09-09
1
-1
/
+3
*
sched.h: add CLONE_NEWTIME from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/random.h: add GRND_INSECURE from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+3
*
netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6
Szabolcs Nagy
2020-09-09
1
-0
/
+1
*
netinet/tcp.h: update for linux v5.6
Szabolcs Nagy
2020-09-09
1
-2
/
+4
*
netinet/in.h: add IPPROTO_ macros from linux v5.6
Szabolcs Nagy
2020-09-09
1
-1
/
+3
*
netinet/tcp.h: update tcp_info for linux v5.5
Szabolcs Nagy
2020-09-09
1
-1
/
+8
*
fix regression with applications that expect struct winsize in ioctl.h
Rich Felker
2020-08-30
3
-7
/
+5
*
add tcgetwinsize and tcsetwinsize functions, move struct winsize
Rich Felker
2020-08-24
2
-7
/
+10
*
add gettid function
Rich Felker
2020-08-17
1
-0
/
+1
*
remove duplicate definitions of INET[6]_ADDRSTRLEN
Rich Felker
2020-03-04
2
-7
/
+0
*
add PTHREAD_NULL
Rich Felker
2020-02-26
1
-0
/
+3
[next]