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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make some arrays const
rofl0r
2013-02-02
7
-8
/
+8
*
replace __wake function with macro that performs direct syscall
Rich Felker
2013-02-01
2
-10
/
+2
*
fix up minor misplacement of restrict keyword in spawnattr sched stubs
Rich Felker
2013-02-01
1
-2
/
+2
*
release notes for 0.9.9
v0.9.9
Rich Felker
2013-02-01
1
-0
/
+56
*
revert regex "cleanup" that seems unjustified and may break backtracking
Rich Felker
2013-02-01
1
-0
/
+3
*
SOL_TCP is nonstandard and not in the reserved namespace
Rich Felker
2013-01-31
1
-2
/
+1
*
fix tm_to_time logic for number of days in november
Rich Felker
2013-01-26
1
-1
/
+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
2
-3
/
+8
*
fix regression in dlsym: rejection of special RTLD_* handles as invalid
Rich Felker
2013-01-23
1
-1
/
+2
*
use a common definition of NULL as 0L for C and C++
Rich Felker
2013-01-18
8
-49
/
+8
*
fix warning building dynlink.c stub for static libc
Rich Felker
2013-01-16
1
-2
/
+2
*
fix bug in dladdr that prevented resolving addresses in the PLT
Rich Felker
2013-01-16
1
-1
/
+1
*
remove unused "params" related code from regex
Szabolcs Nagy
2013-01-15
2
-21
/
+11
*
Merge remote-tracking branch 'nsz/math'
Rich Felker
2013-01-14
3
-297
/
+207
|
\
|
*
math: erf and erfc cleanup
Szabolcs Nagy
2013-01-07
3
-297
/
+207
*
|
regex: remove an unused local variable from regexec
Szabolcs Nagy
2013-01-14
1
-3
/
+0
*
|
in crypt_des change unnecessary union keybuf into unsigned char[]
Szabolcs Nagy
2013-01-13
1
-11
/
+8
*
|
crypt: fix the prototype of md5_sum, sha256_sum and sha512_sum
Szabolcs Nagy
2013-01-13
3
-3
/
+3
*
|
fix lio_listio return value in LIO_WAIT mode
Szabolcs Nagy
2013-01-13
1
-1
/
+1
*
|
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 mmap options and madvices to bits/mman.h based on linux headers
Szabolcs Nagy
2013-01-12
6
-0
/
+41
*
|
add missing EXTPROC flag to bits/termios.h
Szabolcs Nagy
2013-01-12
4
-0
/
+4
*
|
add missing F_GETOWNER_UIDS flag to bits/fcntl.h
Szabolcs Nagy
2013-01-12
6
-0
/
+11
*
|
add missing EHWPOISON to bits/errno.h
Szabolcs Nagy
2013-01-12
5
-0
/
+5
*
|
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
*
|
check for invalid handles in dlsym/dlclose
Rich Felker
2013-01-10
1
-1
/
+17
|
/
*
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
2
-2
/
+2
*
add some new-ish IPPROTO constants that were missing
Rich Felker
2013-01-01
1
-0
/
+3
*
math: bessel cleanup (jn.c and jnf.c)
Szabolcs Nagy
2013-01-01
2
-164
/
+161
*
math: bessel cleanup (j1.c and j1f.c)
Szabolcs Nagy
2013-01-01
2
-187
/
+138
*
math: bessel cleanup (j0.c and j0f.c)
Szabolcs Nagy
2013-01-01
2
-203
/
+161
*
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
*
fix alignment logic in strlcpy
Rich Felker
2012-12-26
1
-1
/
+1
*
add linux extension POLLRDHUP to poll.h
Rich Felker
2012-12-26
1
-0
/
+1
*
fix reference to libc struct in static tls init code
Rich Felker
2012-12-25
1
-1
/
+1
*
clean up and fix logic for making mmap fail on invalid/unsupported offsets
Rich Felker
2012-12-20
1
-3
/
+7
[next]