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
*
add get_current_dir_name function
Rich Felker
2012-02-17
2
-0
/
+13
*
add float_t and double_t to math.h
Rich Felker
2012-02-15
4
-0
/
+11
*
fix default nameserver when resolv.conf doesn't exist
Rich Felker
2012-02-11
1
-1
/
+2
*
fix illegal goto out of cleanup context in dns lookups
Rich Felker
2012-02-11
1
-3
/
+3
*
small fix for new pthread cleanup stuff
Rich Felker
2012-02-09
2
-1
/
+1
*
replace bad cancellation cleanup abi with a sane one
Rich Felker
2012-02-09
7
-115
/
+32
*
document iswspace and remove wrongly-included zwsp character
Rich Felker
2012-02-09
1
-1
/
+5
*
fix typo in iswspace space list table
Rich Felker
2012-02-09
1
-1
/
+1
*
fix typo in inotify.h
Rich Felker
2012-02-07
1
-1
/
+1
*
protect against cancellation in dlopen
Rich Felker
2012-02-07
1
-2
/
+5
*
reduce some wasted space in dso structure
Rich Felker
2012-02-07
1
-3
/
+3
*
declare basename in string.h when _GNU_SOURCE is defined
Rich Felker
2012-02-07
1
-0
/
+1
*
revert hacks for types of stdint.h integer constant macros
Rich Felker
2012-02-07
1
-4
/
+4
*
more locale_t interfaces (string stuff) and header updates
Rich Felker
2012-02-06
10
-0
/
+63
*
fix some omissions and mistakes in locale_t interface definitions
Rich Felker
2012-02-06
14
-13
/
+37
*
add more of the locale_t interfaces, all dummied out to ignore the locale
Rich Felker
2012-02-06
19
-0
/
+113
*
x86_64 vfork implementation
Rich Felker
2012-02-06
1
-0
/
+12
*
run ctors/dtors for shared objects loaded with dlopen
Rich Felker
2012-02-06
1
-0
/
+1
*
add support for init/finit (constructors and destructors)
Rich Felker
2012-02-06
10
-7
/
+75
*
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
2012-02-06
4
-0
/
+55
*
include dummied-out dlopen and dlsym functions for static binaries
Rich Felker
2012-02-03
1
-1
/
+10
*
improve gcc wrapper to support -nostdlib, -nostartfiles
Rich Felker
2012-02-02
1
-1
/
+1
*
make stdio open, read, and write operations cancellation points
Rich Felker
2012-02-02
3
-5
/
+28
*
make passwd/group functions safe against cancellation in stdio
Rich Felker
2012-02-01
4
-6
/
+35
*
apparently gnu caddr_t is supposed to be char *, not unsigned long
Rich Felker
2012-02-01
1
-1
/
+1
*
fix utmp.h mess, try 2
Rich Felker
2012-02-01
1
-1
/
+1
*
fix previous utmp.h junk commit
Rich Felker
2012-01-31
1
-1
/
+1
*
add some missing junk in utmp.h
Rich Felker
2012-01-31
1
-0
/
+4
*
add fgetpwent (nonstandard function)
Rich Felker
2012-01-29
2
-0
/
+14
*
add linux setfs[ug]id syscall wrappers
Rich Felker
2012-01-28
3
-0
/
+36
*
remove useless "extern" keywords in headers
Rich Felker
2012-01-26
3
-3
/
+3
*
fix typo in FPE_FLTUND definition, signal.h
Rich Felker
2012-01-25
1
-1
/
+1
*
add MIN/MAX macros to sys/param.h
Rich Felker
2012-01-24
1
-0
/
+5
*
add legacy futimes and lutimes functions
Rich Felker
2012-01-24
3
-0
/
+28
*
make gcc wrapper support -shared correctly
Rich Felker
2012-01-24
1
-2
/
+7
*
make glob mark symlinks-to-directories with the GLOB_MARK flag
Rich Felker
2012-01-23
1
-1
/
+1
*
fix broken copy relocations from dynamic linker cleanup
Rich Felker
2012-01-23
1
-1
/
+4
*
dynamic linker support for PIE binaries (position-independent main program)
Rich Felker
2012-01-23
1
-3
/
+6
*
cleanup dynamic linker, removing some code duplication
Rich Felker
2012-01-23
1
-80
/
+66
*
update release notes for 0.8.4
v0.8.4
Rich Felker
2012-01-23
1
-3
/
+5
*
fix cancellation failure in single-threaded programs
Rich Felker
2012-01-22
1
-1
/
+1
*
support GLOB_PERIOD flag (GNU extension) to glob function
Rich Felker
2012-01-22
1
-1
/
+2
*
update WHATSNEW in preparation for 0.8.4 (not finished)
Rich Felker
2012-01-22
1
-0
/
+30
*
use prlimit syscall for getrlimit/setrlimit
Rich Felker
2012-01-20
2
-4
/
+14
*
add prlimit syscall wrapper
Rich Felker
2012-01-20
3
-0
/
+18
*
fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT
Rich Felker
2012-01-20
1
-3
/
+12
*
alias basename to glibc name for it, to meet abi goals
Rich Felker
2012-01-18
1
-0
/
+3
*
fix char signedness bug in dynlinker hash function
Rich Felker
2012-01-17
1
-1
/
+2
*
fix broken reboot wrapper (syscall needs extra silly magic arguments...)
Rich Felker
2011-12-23
1
-1
/
+1
*
fix issue with excessive mremap syscalls on realloc
Rich Felker
2011-11-16
1
-4
/
+2
[next]