index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix definitions of WIFSTOPPED and WIFSIGNALED to support up to signal 127
Rich Felker
2013-08-10
2
-4
/
+4
*
add pthread_setaffinity_np and pthread_getaffinity_np functions
Rich Felker
2013-08-10
1
-0
/
+3
*
add cpu affinity interfaces
Rich Felker
2013-08-10
1
-0
/
+61
*
sys/personality.h: add missing C++ compat
rofl0r
2013-08-08
1
-0
/
+7
*
sys/personality.h: add missing macros
rofl0r
2013-08-08
1
-0
/
+33
*
add some new linux AT_* flags
Rich Felker
2013-08-03
1
-0
/
+2
*
add prototypes for euidaccess/eaccess
Rich Felker
2013-08-03
1
-0
/
+2
*
fix feature test macro logic for _BSD_SOURCE
Rich Felker
2013-08-02
3
-7
/
+7
*
add missing c++ extern "C" wrapping to link.h
Rich Felker
2013-08-02
1
-0
/
+8
*
provide useless 64-bit fcntl macros with _LARGEFILE64_SOURCE
Rich Felker
2013-08-02
1
-0
/
+3
*
add macros for new(ish) prctl commands
Rich Felker
2013-07-30
1
-0
/
+37
*
fix some prctl macros that were incorrectly copied into this file
Rich Felker
2013-07-30
1
-3
/
+3
*
add wrapper headers, with warnings, for various incorrect names under sys
Rich Felker
2013-07-27
6
-0
/
+11
*
a few more fixes for unistd/sysconf feature reporting
Rich Felker
2013-07-27
1
-0
/
+1
*
report presence of ADV and MSG options in unistd.h and sysconf
Rich Felker
2013-07-26
1
-0
/
+2
*
report that posix_spawn is supported in unistd.h and sysconf
Rich Felker
2013-07-26
1
-0
/
+1
*
fix incorrect type for new si_call_addr in siginfo_t
Rich Felker
2013-07-24
1
-3
/
+3
*
add protocol families PF_IB and PF_VSOCK to socket.h
Szabolcs Nagy
2013-07-25
1
-1
/
+5
*
update siginfo according to linux headers
Szabolcs Nagy
2013-07-24
1
-1
/
+13
*
add PTRACE_PEEKSIGINFO to ptrace.h
Szabolcs Nagy
2013-07-24
1
-0
/
+11
*
add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
Szabolcs Nagy
2013-07-24
1
-0
/
+3
*
add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
Szabolcs Nagy
2013-07-24
1
-0
/
+2
*
remove TCP_COOKIE_TRANSACTIONS from tcp.h
Szabolcs Nagy
2013-07-24
1
-1
/
+0
*
add SO_SELECT_ERR_QUEUE to socket.h
Szabolcs Nagy
2013-07-24
1
-0
/
+1
*
change jmp_buf to share an underlying type and struct tag with sigjmp_buf
Rich Felker
2013-07-24
1
-7
/
+6
*
undefine internal-use type macros at the end of alltypes.h
Rich Felker
2013-07-22
1
-0
/
+4
*
move register_t and u_int64_t (back) to alltypes
Rich Felker
2013-07-22
2
-2
/
+7
*
fix regression in size of nlink_t (broken stat struct) on x86_64
Rich Felker
2013-07-22
1
-1
/
+1
*
make regoff_t and regex_t match C++ ABI
Rich Felker
2013-07-22
2
-3
/
+3
*
make pthread_key_t unsigned to match ABI
Rich Felker
2013-07-22
1
-1
/
+1
*
make pthread attribute types structs, even when they just have one field
Rich Felker
2013-07-22
1
-3
/
+3
*
change wint_t to unsigned
Rich Felker
2013-07-22
3
-4
/
+4
*
refactor headers, especially alltypes.h, and improve C++ ABI compat
Rich Felker
2013-07-22
18
-87
/
+133
*
add UIO_MAXIOV macro in sys/uio.h
Rich Felker
2013-07-19
1
-0
/
+2
*
fix FILENAME_MAX to match PATH_MAX
Rich Felker
2013-07-18
1
-1
/
+1
*
add NFDBITS in sys/select.h with appropriate feature tests
Rich Felker
2013-07-06
1
-0
/
+3
*
add legacy sys/ttydefaults.h header
rofl0r
2013-07-03
1
-0
/
+39
*
add legacy scsi/scsi_ioctl.h header
rofl0r
2013-07-03
1
-0
/
+11
*
paths.h: remove cruft
rofl0r
2013-07-03
1
-9
/
+0
*
add stubs for additional legacy ether.h functions
Rich Felker
2013-07-01
1
-3
/
+3
*
fix shifts possibly larger than type in major() macro
Rich Felker
2013-06-29
1
-1
/
+1
*
implement minimal dlinfo function
Rich Felker
2013-06-29
1
-0
/
+3
*
work around wrong kernel type for sem_nsems member of struct semid_ds
Rich Felker
2013-06-28
1
-1
/
+9
*
add missing type shmatt_t in sys/shm.h
Rich Felker
2013-06-28
1
-0
/
+2
*
minor compatibility fixes in utmp.h and fixing mismatch with paths.h
Rich Felker
2013-06-27
2
-4
/
+10
*
document in sysconf and unistd.h that per-thread cpu clocks exist
Rich Felker
2013-06-26
1
-0
/
+1
*
respect iso c namespace in stdio.h and wchar.h regarding va_list
Rich Felker
2013-06-25
2
-17
/
+19
*
implement inet_lnaof, inet_netof, and inet_makeaddr
Rich Felker
2013-06-25
1
-1
/
+4
*
add ether_aton[_r] and ether_ntoa[_r] functions
Rich Felker
2013-06-25
1
-0
/
+14
*
add clock id macros for a number of new(ish) Linux-specific clocks
Rich Felker
2013-06-08
1
-0
/
+6
[next]