index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-30
sys/wait.h: add P_PIDFD from linux v5.4
Szabolcs Nagy
1
-1
/
+2
2019-12-30
netinet/tcp.h: add new tcp_info fields from linux v5.4
Szabolcs Nagy
1
-0
/
+2
2019-12-30
sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4
Szabolcs Nagy
1
-0
/
+4
2019-12-30
sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4
Szabolcs Nagy
1
-0
/
+2
2019-12-30
sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3
Szabolcs Nagy
1
-0
/
+28
2019-12-30
sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
Szabolcs Nagy
1
-0
/
+1
2019-12-30
netinet/if_ether.h: add ETH_P_LLDP from linux v5.3
Szabolcs Nagy
1
-0
/
+1
2019-12-30
netinet/tcp.h: add TCP_TX_DELAY from linux v5.3
Szabolcs Nagy
1
-0
/
+1
2019-12-22
add uapi guards for new netinet/ip.h conflict with struct iphdr
A. Wilcox
1
-0
/
+2
2019-12-22
adjust utmpx struct layout for time64, 32-/64-bit arch compat
Rich Felker
1
-1
/
+6
2019-12-22
fix elf_prstatus regression on time64, existing wrong definition on x32
Rich Felker
1
-4
/
+3
2019-12-18
fix regression in ioctl definitions provided by arch/generic bits
Rich Felker
1
-0
/
+1
2019-12-17
signal to kernel headers that time_t is 64-bit
Rich Felker
1
-0
/
+1
2019-11-02
move time_t and suseconds_t definitions to common alltypes.h.in
Rich Felker
1
-0
/
+2
2019-11-02
move time64 socket options from arch bits to top-level sys/socket.h
Rich Felker
1
-0
/
+11
2019-11-02
move msghdr and cmsghdr out of bits/socket.h
Rich Felker
1
-0
/
+34
2019-11-02
make time-related socket options overridable by arch bits files
Rich Felker
1
-6
/
+11
2019-11-02
add time64 redirect for, and redirecting implementation of, dlsym
Rich Felker
1
-0
/
+4
2019-10-28
prepare struct sched_param for change in time_t definition
Rich Felker
1
-0
/
+4
2019-10-28
add time64 symbol name redirects to public headers, under arch control
Rich Felker
21
-0
/
+150
2019-10-20
adjust struct timespec definition to be time64-ready
Rich Felker
1
-1
/
+1
2019-10-17
move pthread types out of per-arch alltypes.h
Rich Felker
1
-0
/
+8
2019-10-17
define LONG_MAX via arch alltypes.h, strip down bits/limits.h
Rich Felker
1
-5
/
+11
2019-10-17
make endian.h expose unprefixed macros, functions in standard profile
Rich Felker
1
-16
/
+20
2019-10-17
remove indirect use of endian.h from public headers
Rich Felker
8
-10
/
+0
2019-10-17
move __BYTE_ORDER definition to alltypes.h
Rich Felker
2
-7
/
+4
2019-10-17
remove per-arch definitions for va_list
Rich Felker
1
-0
/
+3
2019-09-11
fcntl.h: add AT_RECURSIVE from linux v5.2
Szabolcs Nagy
1
-0
/
+1
2019-09-11
fcntl.h: add AT_STATX_ statx sync flag definitions
Szabolcs Nagy
1
-0
/
+4
2019-09-11
sched.h: add CLONE_PIDFD from linux v5.2
Szabolcs Nagy
1
-0
/
+1
2019-09-11
netinet/if_ether.h: add ETH_P_DSA_8021Q from linux v5.2
Szabolcs Nagy
1
-0
/
+1
2019-08-30
add public declaration for optreset under appropriate feature profiles
Rich Felker
1
-0
/
+1
2019-08-30
add posix_spawn [f]chdir file actions
Rich Felker
1
-0
/
+5
2019-08-23
add copy_file_range system call wrapper
Árni Dagur
1
-0
/
+1
2019-08-14
remove sporadic server members from struct sched_param
Rich Felker
1
-4
/
+6
2019-08-08
add secure_getenv function
Petr Vaněk
1
-0
/
+1
2019-08-06
glob: implement GLOB_TILDE and GLOB_TILDE_CHECK
Ismael Luceno
1
-0
/
+3
2019-08-02
move IPC_STAT definition to a new bits/ipcstat.h file
Rich Felker
1
-3
/
+1
2019-08-02
allow archs to define IPC_STAT, propagate time64 bit to other macros
Rich Felker
4
-6
/
+8
2019-07-01
elf.h: add NT_ARM_PAC{A,G}_KEYS from linux v5.1
Szabolcs Nagy
1
-0
/
+2
2019-07-01
netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1
Szabolcs Nagy
1
-0
/
+1
2019-07-01
sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
Szabolcs Nagy
1
-0
/
+1
2019-07-01
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
Szabolcs Nagy
1
-0
/
+1
2019-07-01
sys/prctl.h: add PR_SPEC_DISABLE_NOEXEC from linux v5.1
Szabolcs Nagy
1
-0
/
+1
2019-07-01
fcntl.h: add F_SEAL_FUTURE_WRITE from linux v5.1
Szabolcs Nagy
1
-0
/
+1
2019-07-01
sys/fanotify.h: update for linux v5.1
Szabolcs Nagy
1
-1
/
+33
2019-06-21
remove implicit include of sys/sysmacros.h from sys/types.h
Rich Felker
1
-1
/
+0
2019-06-14
add riscv64 architecture support
Rich Felker
1
-0
/
+56
2019-04-17
define FP_FAST_FMA* when fma* can be inlined
Szabolcs Nagy
1
-0
/
+12
2019-04-10
fcntl.h: define O_TTY_INIT to 0
A. Wilcox
1
-2
/
+3
[next]