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-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
2013-07-06
add NFDBITS in sys/select.h with appropriate feature tests
Rich Felker
-0
/
+3
2013-07-03
add legacy sys/ttydefaults.h header
rofl0r
-0
/
+39
2013-07-03
add legacy scsi/scsi_ioctl.h header
rofl0r
-0
/
+11
2013-07-03
paths.h: remove cruft
rofl0r
-9
/
+0
2013-07-01
add stubs for additional legacy ether.h functions
Rich Felker
-3
/
+3
2013-06-29
fix shifts possibly larger than type in major() macro
Rich Felker
-1
/
+1
2013-06-29
implement minimal dlinfo function
Rich Felker
-0
/
+3
2013-06-28
work around wrong kernel type for sem_nsems member of struct semid_ds
Rich Felker
-1
/
+9
2013-06-28
add missing type shmatt_t in sys/shm.h
Rich Felker
-0
/
+2
2013-06-27
minor compatibility fixes in utmp.h and fixing mismatch with paths.h
Rich Felker
-4
/
+10
2013-06-26
document in sysconf and unistd.h that per-thread cpu clocks exist
Rich Felker
-0
/
+1
[next]