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
*
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
*
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
*
add scsi headers scsi.h and sg.h
Rich Felker
2012-12-05
2
-0
/
+279
*
use __builtin_offsetof to implement offsetof when possible
Rich Felker
2012-12-05
1
-0
/
+4
*
add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything
Rich Felker
2012-12-03
1
-0
/
+4
*
feature test macros: make _GNU_SOURCE enable everything
Rich Felker
2012-12-03
5
-18
/
+4
*
fix a couple issues in the inttypes.h PRI/SCN macros
Rich Felker
2012-12-02
1
-22
/
+25
*
provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE
Rich Felker
2012-11-30
1
-1
/
+4
*
fix some restrict-qualifier mismatches in newly added interfaces
Rich Felker
2012-11-27
1
-2
/
+2
*
fix eventfd and inotify nonblock/cloexec flags to match arch values
Rich Felker
2012-11-26
2
-4
/
+6
*
fix missing limits when only _BSD_SOURCE is defined
Rich Felker
2012-11-26
1
-1
/
+1
*
fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate
Rich Felker
2012-11-25
2
-2
/
+3
*
make sys/procfs.h mostly work on most archs
Rich Felker
2012-11-25
1
-18
/
+0
*
add back NSIG, removed from powerpc in last commit, but for all archs
Rich Felker
2012-11-21
1
-0
/
+1
*
fix breakage from introducing bits header for sys/io.h
Rich Felker
2012-11-18
1
-0
/
+3
*
add port io functions to sys/io.h
Rich Felker
2012-11-18
1
-2
/
+3
*
fcntl.h: O_SEARCH was missing for powerpc
rofl0r
2012-11-18
1
-0
/
+4
*
add cleaned-up sys/mtio.h
Rich Felker
2012-11-17
1
-0
/
+188
*
add stub versions of some missing optional pthread interfaces
Rich Felker
2012-11-17
1
-0
/
+5
*
disable SO_REUSEPORT in sys/socket.h
Rich Felker
2012-11-15
1
-1
/
+1
*
complex: add C11 CMPLX macros and replace cpack with them
Szabolcs Nagy
2012-11-13
1
-0
/
+9
*
report support of TPS option in unistd.h and sysconf
Rich Felker
2012-11-11
1
-0
/
+1
*
add support for thread scheduling (POSIX TPS option)
Rich Felker
2012-11-11
3
-0
/
+12
*
fix numerous mips abi constant definition mismatches
Rich Felker
2012-11-05
1
-0
/
+7
*
mips cache flush/ctl syscall support and header
Rich Felker
2012-11-04
1
-0
/
+22
*
avoid breakage if somebody wrongly defines empty feature test macros
Rich Felker
2012-11-01
2
-3
/
+3
*
add dl_iterate_phdr interface
Rich Felker
2012-10-31
1
-0
/
+27
*
fix issues with wait constants in stdlib.h
Rich Felker
2012-10-21
2
-6
/
+5
*
complex: make _Complex_I work with gcc -std=c99 -pedantic-errors
nsz
2012-10-21
1
-0
/
+4
*
assert() is supposed to have type void
Rich Felker
2012-10-17
1
-1
/
+1
*
add memmem function (gnu extension)
Rich Felker
2012-10-15
1
-0
/
+1
*
microblaze TLS relocation support, completely untested
Rich Felker
2012-10-15
1
-1
/
+8
*
add getopt reset support
Rich Felker
2012-09-30
1
-1
/
+1
*
define some _POSIX_* macros that were omitted; required for XSI conformance
Rich Felker
2012-09-30
1
-0
/
+3
*
always expose accept4
Rich Felker
2012-09-29
1
-4
/
+1
*
always expose dup3 and pipe2
Rich Felker
2012-09-29
1
-2
/
+2
[next]