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
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
2012-12-06
ipc.h: fix gnu aliases for key and seq in struct ipc_perm
rofl0r
-2
/
+4
2012-12-06
add obsolete futimesat()
rofl0r
-0
/
+1
2012-12-06
fcntl.h: add some linux-specific F_ macros
rofl0r
-0
/
+17
2012-12-06
tcp.h: add SOL_TCP, analoguous to udp.h
rofl0r
-0
/
+2
2012-12-05
fix inefficiency of math.h isless, etc. macros
Rich Felker
-15
/
+30
2012-12-05
add scsi headers scsi.h and sg.h
Rich Felker
-0
/
+279
2012-12-05
use __builtin_offsetof to implement offsetof when possible
Rich Felker
-0
/
+4
2012-12-03
add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything
Rich Felker
-0
/
+4
2012-12-03
feature test macros: make _GNU_SOURCE enable everything
Rich Felker
-18
/
+4
2012-12-02
fix a couple issues in the inttypes.h PRI/SCN macros
Rich Felker
-22
/
+25
2012-11-30
provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE
Rich Felker
-1
/
+4
2012-11-27
fix some restrict-qualifier mismatches in newly added interfaces
Rich Felker
-2
/
+2
2012-11-26
fix eventfd and inotify nonblock/cloexec flags to match arch values
Rich Felker
-4
/
+6
2012-11-26
fix missing limits when only _BSD_SOURCE is defined
Rich Felker
-1
/
+1
2012-11-25
fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate
Rich Felker
-2
/
+3
2012-11-25
make sys/procfs.h mostly work on most archs
Rich Felker
-18
/
+0
2012-11-21
add back NSIG, removed from powerpc in last commit, but for all archs
Rich Felker
-0
/
+1
2012-11-18
fix breakage from introducing bits header for sys/io.h
Rich Felker
-0
/
+3
2012-11-18
add port io functions to sys/io.h
Rich Felker
-2
/
+3
2012-11-18
fcntl.h: O_SEARCH was missing for powerpc
rofl0r
-0
/
+4
2012-11-17
add cleaned-up sys/mtio.h
Rich Felker
-0
/
+188
2012-11-17
add stub versions of some missing optional pthread interfaces
Rich Felker
-0
/
+5
2012-11-15
disable SO_REUSEPORT in sys/socket.h
Rich Felker
-1
/
+1
2012-11-13
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
-0
/
+9
2012-11-11
report support of TPS option in unistd.h and sysconf
Rich Felker
-0
/
+1
2012-11-11
add support for thread scheduling (POSIX TPS option)
Rich Felker
-0
/
+12
2012-11-05
fix numerous mips abi constant definition mismatches
Rich Felker
-0
/
+7
[prev]
[next]