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
2013-09-16
sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
Szabolcs Nagy
-0
/
+3
2013-09-16
update include/elf.h following glibc changes
Szabolcs Nagy
-27
/
+143
2013-09-15
sys/socket.h: add new SO_BUSY_POLL socket option
Szabolcs Nagy
-0
/
+1
2013-09-15
ptrace.h: add new ptrace requests to get/set sigmask
Szabolcs Nagy
-0
/
+2
2013-09-15
net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers
Szabolcs Nagy
-1
/
+7
2013-09-15
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
Szabolcs Nagy
-0
/
+2
2013-09-15
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
-0
/
+2
2013-09-01
add workaround header for wait.h remapping to sys/wait.h
Rich Felker
-0
/
+2
2013-08-30
only expose struct tcphdr under _GNU_SOURCE
Rich Felker
-1
/
+3
2013-08-30
add struct tcphdr in netinet/tcp.h
Rich Felker
-0
/
+33
2013-08-28
stdbool.h should define __bool_true_false_are_defined even for C++
Rich Felker
-2
/
+2
2013-08-21
add SUN_LEN macro to sys/un.h under appropriate feature tests
Rich Felker
-0
/
+19
2013-08-14
de-duplicate dn_expand, fix return value and signature, clean up
Rich Felker
-1
/
+1
2013-08-14
add missing MSG_EXCEPT in sys/msg.h
Rich Felker
-0
/
+1
2013-08-13
provide declarations for strtod_l and family
Rich Felker
-0
/
+4
2013-08-10
fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
Rich Felker
-4
/
+4
2013-08-10
add pthread_setaffinity_np and pthread_getaffinity_np functions
Rich Felker
-0
/
+3
2013-08-10
add cpu affinity interfaces
Rich Felker
-0
/
+61
2013-08-08
sys/personality.h: add missing C++ compat
rofl0r
-0
/
+7
2013-08-08
sys/personality.h: add missing macros
rofl0r
-0
/
+33
2013-08-03
add some new linux AT_* flags
Rich Felker
-0
/
+2
2013-08-03
add prototypes for euidaccess/eaccess
Rich Felker
-0
/
+2
2013-08-02
fix feature test macro logic for _BSD_SOURCE
Rich Felker
-7
/
+7
2013-08-02
add missing c++ extern "C" wrapping to link.h
Rich Felker
-0
/
+8
2013-08-02
provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE
Rich Felker
-0
/
+3
2013-07-30
add macros for new(ish) prctl commands
Rich Felker
-0
/
+37
2013-07-30
fix some prctl macros that were incorrectly copied into this file
Rich Felker
-3
/
+3
2013-07-27
add wrapper headers, with warnings, for various incorrect names under sys
Rich Felker
-0
/
+11
2013-07-27
a few more fixes for unistd/sysconf feature reporting
Rich Felker
-0
/
+1
2013-07-26
report presence of ADV and MSG options in unistd.h and sysconf
Rich Felker
-0
/
+2
2013-07-26
report that posix_spawn is supported in unistd.h and sysconf
Rich Felker
-0
/
+1
2013-07-24
fix incorrect type for new si_call_addr in siginfo_t
Rich Felker
-3
/
+3
2013-07-25
add protocol families PF_IB and PF_VSOCK to socket.h
Szabolcs Nagy
-1
/
+5
2013-07-24
update siginfo according to linux headers
Szabolcs Nagy
-1
/
+13
2013-07-24
add PTRACE_PEEKSIGINFO to ptrace.h
Szabolcs Nagy
-0
/
+11
2013-07-24
add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
Szabolcs Nagy
-0
/
+3
2013-07-24
add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
Szabolcs Nagy
-0
/
+2
2013-07-24
remove TCP_COOKIE_TRANSACTIONS from tcp.h
Szabolcs Nagy
-1
/
+0
2013-07-24
add SO_SELECT_ERR_QUEUE to socket.h
Szabolcs Nagy
-0
/
+1
2013-07-24
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
Rich Felker
-7
/
+6
2013-07-22
undefine internal-use type macros at the end of alltypes.h
Rich Felker
-0
/
+4
2013-07-22
move register_t and u_int64_t (back) to alltypes
Rich Felker
-2
/
+7
2013-07-22
fix regression in size of nlink_t (broken stat struct) on x86_64
Rich Felker
-1
/
+1
2013-07-22
make regoff_t and regex_t match C++ ABI
Rich Felker
-3
/
+3
2013-07-22
make pthread_key_t unsigned to match ABI
Rich Felker
-1
/
+1
2013-07-22
make pthread attribute types structs, even when they just have one field
Rich Felker
-3
/
+3
2013-07-22
change wint_t to unsigned
Rich Felker
-4
/
+4
2013-07-22
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
-87
/
+133
2013-07-19
add UIO_MAXIOV macro in sys/uio.h
Rich Felker
-0
/
+2
2013-07-18
fix FILENAME_MAX to match PATH_MAX
Rich Felker
-1
/
+1
[prev]
[next]