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-10-22
loongarch64: add TLSDESC support
Xing Li
-0
/
+1
2024-10-12
sys/stat.h: fix typo in statx member name stx_dio_offset_align
Khem Raj
-1
/
+1
2024-09-13
statx: add new struct statx fields and corresponding mask macros
Rich Felker
-1
/
+8
2024-07-05
syslog: revert LOG_FAC/LOG_FACMASK changes
Rich Felker
-2
/
+2
2024-06-22
sys/epoll.h: add epoll ioctls
Joe Damato
-0
/
+12
2024-06-13
syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
Rich Felker
-3
/
+3
2024-05-23
add renameat2 linux syscall wrapper
Tony Ambardar
-0
/
+7
2024-05-11
fix typo that broke sys/reg.h and sys/user.h
Gonzalo Alvarez
-2
/
+2
2024-05-08
implement posix_getdents adopted for next issue of POSIX
Rich Felker
-3
/
+15
2024-05-07
sys/user.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-0
/
+9
2024-05-07
sys/reg.h: derive __WORDSIZE from __LONG_MAX
Rich Felker
-0
/
+9
2024-05-07
unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
Rich Felker
-1
/
+7
2024-04-24
add missing STATX_ATTR_* macros omitted when statx was added
Rich Felker
-0
/
+10
2024-03-13
uio.h: add RWF_NOAPPEND flag for pwritev2
Rich Felker
-0
/
+1
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
[next]