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-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
2013-06-25
respect iso c namespace in stdio.h and wchar.h regarding va_list
Rich Felker
-17
/
+19
2013-06-25
implement inet_lnaof, inet_netof, and inet_makeaddr
Rich Felker
-1
/
+4
2013-06-25
add ether_aton[_r] and ether_ntoa[_r] functions
Rich Felker
-0
/
+14
2013-06-08
add clock id macros for a number of new(ish) Linux-specific clocks
Rich Felker
-0
/
+6
2013-06-08
fix the type of CLOCKS_PER_SEC to match new clock_t type
Rich Felker
-1
/
+1
2013-06-07
improve handling of nonstandard fields in struct tm
Rich Felker
-4
/
+5
2013-05-26
fix the prototype of settimeofday to follow the original BSD declaration
Szabolcs Nagy
-5
/
+5
2013-05-17
add FLT_TRUE_MIN, etc. macros from C11
Rich Felker
-0
/
+2
2013-05-17
remove the __STDC_FORMAT_MACROS nonsense from inttypes.h
Rich Felker
-4
/
+0
2013-05-15
support full range of dev_t major/minor numbers in makedev, etc. macros
Rich Felker
-3
/
+10
2013-05-06
remove compound literals from math.h to please c++
Szabolcs Nagy
-5
/
+10
2013-04-22
remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h
Rich Felker
-8
/
+0
2013-04-10
make ifaddrs.h expose sys/socket.h
Rich Felker
-0
/
+1
[next]