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
*
pthread stack treatment overhaul for application-provided stacks, etc.
Rich Felker
2013-02-01
1
-2
/
+2
*
SOL_TCP is nonstandard and not in the reserved namespace
Rich Felker
2013-01-31
1
-2
/
+1
*
add RTLD_NODELETE flag for dlopen
Rich Felker
2013-01-23
1
-0
/
+1
*
add support for RTLD_NOLOAD to dlopen
Rich Felker
2013-01-23
1
-0
/
+1
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
8
-49
/
+8
*
add MOD_TAI to sys/timex.h and update STA_RONLY
Szabolcs Nagy
2013-01-12
1
-1
/
+2
*
add SWAP_FLAG_DISCARD to sys/swap.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add mount flags to sys/mount.h
Szabolcs Nagy
2013-01-12
1
-4
/
+22
*
add IN_EXCL_UNLINK to sys/inotify.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add EPOLLWAKEUP flag to sys/epoll.h
Szabolcs Nagy
2013-01-12
1
-0
/
+1
*
add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h
Szabolcs Nagy
2013-01-12
1
-0
/
+2
*
add missing ptrace requests and options to sys/ptrace.h
Szabolcs Nagy
2013-01-12
1
-1
/
+9
*
add missing multicast socket options to netinet/in.h
Szabolcs Nagy
2013-01-12
1
-0
/
+17
*
add missing protocol families to sys/socket.h
Szabolcs Nagy
2013-01-12
1
-1
/
+11
*
fix another case of cloexec/nonblock flags not matching arch values
Rich Felker
2013-01-10
1
-2
/
+3
*
setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)
rofl0r
2013-01-04
1
-1
/
+1
*
add legacy header values.h
rofl0r
2013-01-04
2
-0
/
+40
*
time.h: add BSD aliases for otherwise internal struct tm members
rofl0r
2013-01-04
1
-0
/
+4
*
wait.h: add linux specific, thread-related waitpid() flags
rofl0r
2013-01-04
1
-0
/
+4
*
__assert_fail(): remove _Noreturn, to get proper stacktraces
rofl0r
2013-01-04
1
-1
/
+1
*
add some new-ish IPPROTO constants that were missing
Rich Felker
2013-01-01
1
-0
/
+3
*
expose [v]asprintf under _BSD_SOURCE
Rich Felker
2012-12-28
1
-2
/
+2
*
align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch
Rich Felker
2012-12-27
1
-2
/
+3
*
add linux extension POLLRDHUP to poll.h
Rich Felker
2012-12-26
1
-0
/
+1
*
merge a few fixes by sh4rm4
Rich Felker
2012-12-19
3
-0
/
+22
|
\
|
*
socket.h: add SO_(SND/RCV)BUFFORCE to generic block
rofl0r
2012-12-19
1
-0
/
+2
|
*
add inet_network (required for wine)
rofl0r
2012-12-19
1
-0
/
+1
|
*
link.h: expose glibc/svr4 dynlinker debugging glue
rofl0r
2012-12-19
1
-0
/
+19
*
|
math: more correct tgmath.h type cast logic
Szabolcs Nagy
2012-12-19
1
-32
/
+17
*
|
math: new type cast logic in tgmath.h
Szabolcs Nagy
2012-12-19
1
-25
/
+58
|
/
*
Merge remote-tracking branch 'nsz/math'
Rich Felker
2012-12-15
3
-17
/
+9
|
\
|
*
fixed tgmath.h for functions with integral result
Szabolcs Nagy
2012-12-14
1
-7
/
+9
|
*
math: remove long double version of bessel functions from math.h
Szabolcs Nagy
2012-12-11
1
-8
/
+0
|
*
make CMPLX macros available in complex.h in non-c11 mode as well
Szabolcs Nagy
2012-12-11
1
-2
/
+0
*
|
add some missing macros to sys/shm.h
Rich Felker
2012-12-15
1
-0
/
+3
*
|
add missing flags in sys/timerfd.h
Rich Felker
2012-12-13
1
-0
/
+6
|
/
*
fix regressions in app compatibility from previous sys/ipc.h changes
Rich Felker
2012-12-10
1
-0
/
+5
*
syscall() declaration belongs in unistd.h, not sys/syscall.h
Rich Felker
2012-12-10
2
-10
/
+1
*
fix names of ipc_perm __key/__seq elements
Rich Felker
2012-12-06
1
-6
/
+2
*
fix F_DUPFD_CLOEXEC being defined twice
rofl0r
2012-12-06
1
-1
/
+0
*
fixup for fcntl.h changes
rofl0r
2012-12-06
1
-16
/
+15
*
add personality syscall
rofl0r
2012-12-06
1
-0
/
+6
*
add sigandset and sigorset (needed for qemu)
rofl0r
2012-12-06
1
-0
/
+3
*
add struct msgbuf to sys/msg.h
rofl0r
2012-12-06
1
-0
/
+7
*
unistd.h: fix wrong type for gid_t argument
rofl0r
2012-12-06
1
-1
/
+1
*
ipc.h: fix gnu aliases for key and seq in struct ipc_perm
rofl0r
2012-12-06
1
-2
/
+4
*
add obsolete futimesat()
rofl0r
2012-12-06
1
-0
/
+1
*
fcntl.h: add some linux-specific F_ macros
rofl0r
2012-12-06
1
-0
/
+17
*
tcp.h: add SOL_TCP, analoguous to udp.h
rofl0r
2012-12-06
1
-0
/
+2
*
fix inefficiency of math.h isless, etc. macros
Rich Felker
2012-12-05
1
-15
/
+30
[next]