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