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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
fix signedness of pgoff argument to remap_file_pages
Rich Felker
2014-01-07
1
-1
/
+1
*
fix const-correctness in sigandset/sigorset arguments
Rich Felker
2014-01-07
2
-2
/
+2
*
fix incorrect type for wd argument of inotify_rm_watch
Rich Felker
2014-01-07
1
-1
/
+1
*
fix argument types for legacy function inet_makeaddr
Rich Felker
2014-01-06
1
-2
/
+1
*
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
2
-4
/
+4
*
add some missing LFS64 aliases for fadvise/fallocate functions
Rich Felker
2014-01-06
3
-0
/
+10
*
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
1
-0
/
+14
*
implement legacy function herror
Rich Felker
2013-12-20
1
-0
/
+8
*
add sys/quota.h and quotactl syscall wrapper
Rich Felker
2013-12-20
1
-0
/
+7
*
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
1
-0
/
+6
*
implement FNM_LEADING_DIR extension flag in fnmatch
Rich Felker
2013-12-02
1
-2
/
+9
*
add infrastructure to record and report the version of libc.so
Rich Felker
2013-12-01
2
-2
/
+19
*
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
*
reject invalid address families in getaddrinfo
Rich Felker
2013-11-27
1
-0
/
+3
*
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
*
shadow: Implement fgetspent
Michael Forney
2013-11-24
1
-1
/
+10
*
shadow: Move spent parsing to internal function
Michael Forney
2013-11-24
2
-31
/
+40
*
Fix dn_comp prototype and add stub
Michael Forney
2013-11-24
1
-0
/
+9
*
shadow: Implement putspent
Michael Forney
2013-11-24
2
-5
/
+13
*
math: clean up __rem_pio2
Szabolcs Nagy
2013-11-24
3
-71
/
+53
*
Fix dn_expand pointer following
Michael Forney
2013-11-23
1
-1
/
+1
*
putgrent: Add missing newline
Michael Forney
2013-11-23
1
-0
/
+1
*
putgrent: Stop writing output on first failure
Michael Forney
2013-11-23
1
-2
/
+3
*
strcmp: Remove unnecessary check for *r
Michael Forney
2013-11-23
1
-1
/
+1
*
fix and refactor child reaping logic in wordexp
Rich Felker
2013-11-22
1
-6
/
+16
*
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
2013-11-22
1
-4
/
+4
*
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
2013-11-22
1
-8
/
+18
*
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
2013-11-22
1
-11
/
+16
*
add legacy getloadavg api
Szabolcs Nagy
2013-11-21
1
-0
/
+18
*
fix fd leak (missing close-on-exec) in getifaddrs
Rich Felker
2013-11-20
1
-1
/
+1
*
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
2013-11-21
4
-0
/
+20
*
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
2013-11-21
4
-202
/
+110
*
iswspace: fix handling of 0
rofl0r
2013-11-11
1
-2
/
+1
[next]