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
*
fix type of semctl variadic argument
Rich Felker
2014-01-08
1
-4
/
+10
*
in fcntl, avoid passing pointer arguments to syscalls as longs
Rich Felker
2014-01-08
1
-3
/
+12
*
fix const-correctness of argument to stime
Rich Felker
2014-01-07
2
-2
/
+2
*
fix signedness of pgoff argument to remap_file_pages
Rich Felker
2014-01-07
2
-2
/
+2
*
fix const-correctness in sigandset/sigorset arguments
Rich Felker
2014-01-07
3
-4
/
+4
*
remove sys/sysctl.h
Rich Felker
2014-01-07
1
-17
/
+0
*
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
2014-01-07
2
-2
/
+2
*
fix argument types for legacy function inet_makeaddr
Rich Felker
2014-01-06
2
-3
/
+2
*
eliminate explicit (long) casts when making syscalls
Rich Felker
2014-01-06
5
-5
/
+5
*
const-qualify the address argument to dladdr
Rich Felker
2014-01-06
3
-5
/
+5
*
add some missing LFS64 aliases for fadvise/fallocate functions
Rich Felker
2014-01-06
4
-0
/
+11
*
release 0.9.15
v0.9.15
Rich Felker
2014-01-03
2
-1
/
+61
*
fanotify.c: fix typo in header inclusion
rofl0r
2014-01-03
1
-1
/
+1
*
disable the brk function
Rich Felker
2014-01-02
1
-1
/
+2
*
disable sbrk for all values of increment except 0
Rich Felker
2014-01-02
1
-3
/
+3
*
add fanotify syscall wrapper and header
rofl0r
2014-01-02
2
-0
/
+87
*
fix struct signalfd_siginfo
Timo Teräs
2013-12-29
1
-2
/
+3
*
implement legacy function herror
Rich Felker
2013-12-20
2
-0
/
+9
*
add sys/quota.h and quotactl syscall wrapper
Rich Felker
2013-12-20
2
-0
/
+111
*
add netinet/igmp.h and multicast groups to netinet/in.h
Rich Felker
2013-12-20
2
-0
/
+50
*
add TCP_INFO and TCP_MD5SIG socket option related structures
Timo Teräs
2013-12-20
1
-0
/
+58
*
fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF
Rich Felker
2013-12-19
4
-4
/
+12
*
fix hangs in localtime for near-overflowing time_t values on 64-bit archs
Rich Felker
2013-12-19
1
-0
/
+6
*
fix dynamic linker entry point for microblaze
Rich Felker
2013-12-14
1
-3
/
+4
*
optimize get_current_dir_name to reduce stack bloat
Rich Felker
2013-12-13
1
-3
/
+1
*
use 0 instead of NULL for null pointer constants
Rich Felker
2013-12-13
7
-15
/
+8
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
157
-207
/
+68
*
remove an unnecessary check in inet_pton
Szabolcs Nagy
2013-12-12
1
-2
/
+1
*
math: define _GNU_SOURCE when implementing non-standard math functions
Szabolcs Nagy
2013-12-12
6
-0
/
+6
*
add posix_close, accepted for inclusion in the next issue of POSIX
Rich Felker
2013-12-06
2
-0
/
+9
*
remove dependency of version.h on .git/* to avoid errors
Rich Felker
2013-12-04
1
-1
/
+1
*
move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
Szabolcs Nagy
2013-12-04
1
-0
/
+2
*
fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
Szabolcs Nagy
2013-12-04
1
-5
/
+1
*
fix res_mkquery and res_send prototypes in resolv.h
Szabolcs Nagy
2013-12-04
1
-4
/
+2
*
remove duplicate definition of _PATH_LASTLOG in paths.h
Rich Felker
2013-12-03
1
-1
/
+0
*
fix mv usage in install.sh to avoid bogus interactive prompting
Rich Felker
2013-12-03
1
-1
/
+1
*
workaround clang deficiency affecting thread pointer access on powerpc
Rich Felker
2013-12-02
1
-1
/
+6
*
implement FNM_LEADING_DIR extension flag in fnmatch
Rich Felker
2013-12-02
1
-2
/
+9
*
remove now-unnecessary features.h inclusion from fnmatch.h
Rich Felker
2013-12-02
1
-2
/
+0
*
expose FNM_* extensions in fnmatch.h without _GNU_SOURCE
Rich Felker
2013-12-02
1
-3
/
+0
*
fix typos in INSTALL file
Rich Felker
2013-12-01
1
-2
/
+2
*
add infrastructure to record and report the version of libc.so
Rich Felker
2013-12-01
5
-3
/
+39
*
fix fnmatch corner cases related to escaping
Rich Felker
2013-12-01
1
-4
/
+4
*
fix the end of string matching in fnmatch with FNM_PATHNAME
Szabolcs Nagy
2013-12-01
1
-2
/
+2
*
support mix of IPv4 and v6 nameservers in resolv.conf
Rich Felker
2013-11-30
1
-5
/
+31
*
increase TTY_NAME_MAX limit to 32
Rich Felker
2013-11-29
1
-1
/
+1
*
reject invalid address families in getaddrinfo
Rich Felker
2013-11-27
1
-0
/
+3
*
adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case
Rich Felker
2013-11-26
1
-1
/
+1
*
fix off-by-one length failure in strftime/wcsftime and improve error behavior
Rich Felker
2013-11-26
2
-12
/
+16
*
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
Szabolcs Nagy
2013-11-25
3
-7
/
+0
[next]