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
2024-02-26
switch __STDC_UTF_{16,32}__ macro definitions from #undef to #ifndef
Rich Felker
-2
/
+4
2024-02-24
add statx interface using syscall, fallback to fstatat
Duncan Bellamy
-0
/
+55
2024-02-16
add loongarch64 port
Hongliang Wang
-1
/
+103
2024-02-08
fix erroneous feature test macro check for ppoll
Rich Felker
-2
/
+2
2024-02-03
stdc-predef.h: prevent redefining __STDC_UTF_{16,32}__ macros
Jules Maselbas
-0
/
+3
2024-02-03
elf.h: add NT_RISCV_CSR and NT_RISCV_VECTOR constants
Elliott Hughes
-0
/
+2
2024-02-03
elf.h: update RISC-V relocation types
Fangrui Song
-6
/
+10
2024-01-25
add preadv2 and pwritev2 syscall wrappers, flag value macros
Rich Felker
-0
/
+7
2024-01-21
expose ppoll in default feature profile
Rich Felker
-2
/
+2
2023-11-06
remove non-prototype declaration of basename from string.h
Rich Felker
-3
/
+0
2023-11-06
elf.h: add typedefs for Elf64_Relr and Elf32_Relr
Violet Purcell
-0
/
+5
2023-08-19
statvfs: allocate spare for f_type
наб
-1
/
+2
2023-05-02
move fallocate64 declaration under _LARGEFILE64_SOURCE feature test
Rich Felker
-1
/
+3
2023-02-23
fix incorrect unit for CPU_SETSIZE macro
Rich Felker
-1
/
+1
2023-02-08
fix integer overflow in WIFSTOPPED macro
Rich Felker
-2
/
+2
2023-01-06
expose memmem under baseline POSIX feature profile
Rich Felker
-1
/
+1
2022-12-14
elf.h: add ELFCOMPRESS_ZSTD
Fangrui Song
-0
/
+1
2022-10-19
remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
Rich Felker
-16
/
+16
2022-09-22
arpa/nameser.h: update RR types list
Rich Felker
-0
/
+71
2022-09-20
getaddrinfo: add EAI_NODATA error code to distinguish NODATA vs NxDomain
Rich Felker
-0
/
+1
2022-08-26
add sysconf keys/values for signal stack size
Rich Felker
-0
/
+2
2022-08-02
ldso: support DT_RELR relative relocation format
Fangrui Song
-2
/
+6
2022-08-01
fix strings.h feature test macro usage due to missing features.h
Michael Pratt
-0
/
+1
2022-04-20
add missing POSIX confstr keys for pthread CFLAGS/LDFLAGS
Rich Felker
-0
/
+2
2022-03-08
sys/ptrace.h: add PTRACE_GET_RSEQ_CONFIGURATION from linux v5.13
Szabolcs Nagy
-0
/
+9
2022-03-08
sys/prctl.h: add PR_PAC_{SET,GET}_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
-0
/
+3
2022-03-08
elf.h: add NT_ARM_PAC_ENABLED_KEYS from linux v5.13
Szabolcs Nagy
-0
/
+1
2022-03-08
netinet/in.h: add INADDR_DUMMY from linux v5.13
Szabolcs Nagy
-0
/
+1
2022-03-08
netinet/tcp.h: add tcp_zerocopy_receive fields from linux v5.12
Szabolcs Nagy
-0
/
+4
2022-03-08
netinet/tcp.h: add TCP_NLA_* values up to linux v5.12
Szabolcs Nagy
-0
/
+2
2022-03-08
signal.h: add new sa_flags from linux v5.11
Szabolcs Nagy
-0
/
+3
2022-03-08
signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11
Szabolcs Nagy
-0
/
+1
2022-03-08
signal.h: add si_code values for SIGSYS
Szabolcs Nagy
-0
/
+2
2022-03-08
netinet/tcp.h: add tcp zerocopy related changes from linux v5.11
Szabolcs Nagy
-0
/
+5
2022-03-08
netinet/if_ether.h: add ETH_P_CFM from linux v5.11
Szabolcs Nagy
-0
/
+1
2022-03-08
sys/socket.h: add new SO_ socket options from linux v5.11
Szabolcs Nagy
-0
/
+2
2022-03-08
sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11
Szabolcs Nagy
-0
/
+6
2022-01-09
add SEEK_DATA and SEEK_HOLE to unistd.h
Érico Nogueira
-0
/
+2
2021-11-29
define NULL as nullptr when used in C++11 or later
Ismael Luceno
-8
/
+24
2021-09-23
add qsort_r and make qsort a wrapper around it
Érico Nogueira
-0
/
+1
2021-04-20
add pthread_getname_np function
Érico Rolim
-0
/
+1
2021-04-19
define __STDC_UTF_{16,32}__ macros
Érico Nogueira
-0
/
+3
2021-02-25
suppress isascii() macro for C++
Érico Rolim
-0
/
+2
2021-02-22
guard against compilers failing to handle setjmp specially by default
Rich Felker
-3
/
+11
2021-02-15
signal.h: add MTE specific SIGSEGV codes from linux v5.10
Szabolcs Nagy
-0
/
+2
2021-02-15
sys/prctl.h: add MTE related constants from linux v5.10
Szabolcs Nagy
-0
/
+7
2021-02-15
elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/mman.h: add MAP_HUGE_16KB from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
Szabolcs Nagy
-0
/
+1
2021-02-15
sys/membarrier.h: add new constants from linux v5.10
Szabolcs Nagy
-0
/
+4
[next]