index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
remove debug cruft that was left in getdate
Rich Felker
1
-2
/
+0
2012-03-02
first try at implementing getdate function
Rich Felker
1
-0
/
+47
2012-03-02
fix bugs in strptime handling of string day/month names, literals
Rich Felker
1
-0
/
+2
2012-03-01
implement a64l and l64a (legacy xsi stuff)
Rich Felker
1
-0
/
+26
2012-03-01
add all missing wchar functions except floating point parsers
Rich Felker
11
-0
/
+83
2012-03-01
support null buffer argument to getcwd, auto-allocating behavior
Rich Felker
1
-1
/
+6
2012-02-28
implement wcsftime function
Rich Felker
1
-0
/
+32
2012-02-28
fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs
Rich Felker
2
-2
/
+2
2012-02-27
work around "signal loses thread pointer" issue with "approach 2"
Rich Felker
2
-2
/
+8
2012-02-24
new attempt at working around the gcc 3 visibility bug
Rich Felker
3
-0
/
+11
2012-02-24
remove useless attribute visibility from definitions
Rich Felker
2
-2
/
+2
2012-02-23
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
4
-12
/
+15
2012-02-23
fix (hopefully) PTRACE_TRACEME (command 0) argument handling
Rich Felker
1
-2
/
+2
2012-02-23
fix for previous incorrect fix of cancellation in dns lookups
Rich Felker
1
-3
/
+4
2012-02-17
fix get_current_dir_name behavior
Rich Felker
1
-2
/
+6
2012-02-17
add get_current_dir_name function
Rich Felker
1
-0
/
+12
2012-02-11
fix default nameserver when resolv.conf doesn't exist
Rich Felker
1
-1
/
+2
2012-02-11
fix illegal goto out of cleanup context in dns lookups
Rich Felker
1
-3
/
+3
2012-02-09
small fix for new pthread cleanup stuff
Rich Felker
2
-1
/
+1
2012-02-09
replace bad cancellation cleanup abi with a sane one
Rich Felker
3
-62
/
+23
2012-02-09
document iswspace and remove wrongly-included zwsp character
Rich Felker
1
-1
/
+5
2012-02-09
fix typo in iswspace space list table
Rich Felker
1
-1
/
+1
2012-02-07
protect against cancellation in dlopen
Rich Felker
1
-2
/
+5
2012-02-07
reduce some wasted space in dso structure
Rich Felker
1
-3
/
+3
2012-02-06
more locale_t interfaces (string stuff) and header updates
Rich Felker
7
-0
/
+48
2012-02-06
fix some omissions and mistakes in locale_t interface definitions
Rich Felker
13
-13
/
+13
2012-02-06
add more of the locale_t interfaces, all dummied out to ignore the locale
Rich Felker
18
-0
/
+108
2012-02-06
x86_64 vfork implementation
Rich Felker
1
-0
/
+12
2012-02-06
run ctors/dtors for shared objects loaded with dlopen
Rich Felker
1
-0
/
+1
2012-02-06
add support for init/finit (constructors and destructors)
Rich Felker
1
-0
/
+19
2012-02-06
add deprecated (removed from posix) [efg]cvt() functions
Rich Felker
3
-0
/
+52
2012-02-03
include dummied-out dlopen and dlsym functions for static binaries
Rich Felker
1
-1
/
+10
2012-02-02
make stdio open, read, and write operations cancellation points
Rich Felker
3
-5
/
+28
2012-02-01
make passwd/group functions safe against cancellation in stdio
Rich Felker
4
-6
/
+35
2012-01-29
add fgetpwent (nonstandard function)
Rich Felker
1
-0
/
+9
2012-01-28
add linux setfs[ug]id syscall wrappers
Rich Felker
2
-0
/
+16
2012-01-24
add legacy futimes and lutimes functions
Rich Felker
2
-0
/
+26
2012-01-23
make glob mark symlinks-to-directories with the GLOB_MARK flag
Rich Felker
1
-1
/
+1
2012-01-23
fix broken copy relocations from dynamic linker cleanup
Rich Felker
1
-1
/
+4
2012-01-23
dynamic linker support for PIE binaries (position-independent main program)
Rich Felker
1
-3
/
+6
2012-01-23
cleanup dynamic linker, removing some code duplication
Rich Felker
1
-80
/
+66
2012-01-22
fix cancellation failure in single-threaded programs
Rich Felker
1
-1
/
+1
2012-01-22
support GLOB_PERIOD flag (GNU extension) to glob function
Rich Felker
1
-1
/
+2
2012-01-20
use prlimit syscall for getrlimit/setrlimit
Rich Felker
2
-4
/
+14
2012-01-20
add prlimit syscall wrapper
Rich Felker
1
-0
/
+8
2012-01-20
fix dynamic linker not to depend on DYNAMIC ptr in 0th entry of GOT
Rich Felker
1
-3
/
+12
2012-01-18
alias basename to glibc name for it, to meet abi goals
Rich Felker
1
-0
/
+3
2012-01-17
fix char signedness bug in dynlinker hash function
Rich Felker
1
-1
/
+2
2011-12-23
fix broken reboot wrapper (syscall needs extra silly magic arguments...)
Rich Felker
1
-1
/
+1
2011-11-16
fix issue with excessive mremap syscalls on realloc
Rich Felker
1
-4
/
+2
[next]