index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
malloc
/
aligned_alloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-26
provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
Rich Felker
1
-0
/
+16
2013-03-25
in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback
Rich Felker
1
-3
/
+3
2013-03-24
rewrite popen to use posix_spawn instead of fragile vfork hacks
Rich Felker
1
-41
/
+41
2013-03-24
remove cruft from pre-posix_spawn version of the system function
Rich Felker
1
-6
/
+0
2013-03-23
add deprecated SIGIOT alias for SIGABRT
Rich Felker
5
-1
/
+5
2013-03-23
fix multiple bugs in syslog interfaces
Rich Felker
1
-24
/
+27
2013-03-09
remove soname from libc.so/ld-musl
Rich Felker
1
-1
/
+1
2013-03-06
fix epoll structure alignment on non-x86_64 archs
Rich Felker
1
-1
/
+5
2013-03-06
fix missing type error in grp.h from adding fgetgrent
Rich Felker
1
-0
/
+4
2013-03-04
fix types for wctype_t and wctrans_t
Rich Felker
7
-16
/
+16
2013-03-04
fix some obscure header type size/alignment issues
Rich Felker
4
-10
/
+9
2013-02-26
fix wrong float_t on x86_64
Rich Felker
1
-1
/
+1
2013-02-26
fix cruft in utmp.h that was broken by changes in utmpx.h
Rich Felker
1
-3
/
+0
2013-02-26
fix integer type issue in strverscmp
Rich Felker
1
-1
/
+3
2013-02-26
implement non-stub strverscmp
Rich Felker
1
-2
/
+35
2013-02-26
namespace conformance to latest standards in strings.h
Rich Felker
1
-4
/
+6
2013-02-21
replace stub with working strcasestr
Rich Felker
1
-2
/
+4
2013-02-21
fix wrong return value from wmemmove on forward copies
Rich Felker
1
-1
/
+2
2013-02-21
scsci/sg.h: fix usage of undefined macro HZ
rofl0r
1
-1
/
+1