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 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
*
fix __cplusplus extern "C" closing brace in pty.h (typo?)
Rich Felker
2011-11-10
1
-1
/
+1
*
fix signed overflows at most-negative values in ato(i|l|ll)
Rich Felker
2011-11-10
3
-6
/
+9
*
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
2011-11-10
21
-1
/
+166
*
report sem value overflows in sem_post
Rich Felker
2011-10-26
1
-0
/
+4
*
add some missing GNU FNM_* extensions to the header
Rich Felker
2011-10-17
1
-1
/
+3
*
fix some details in ugly stuff that doesn't belong in libc
Rich Felker
2011-10-17
2
-6
/
+8
*
don't define wchar_t on c++
Rich Felker
2011-10-15
3
-0
/
+6
*
support vfork on i386
Rich Felker
2011-10-14
1
-0
/
+14
*
make available a namespace-safe vfork, if supported
Rich Felker
2011-10-14
1
-1
/
+4
*
add dummy __cxa_finalize
Rich Felker
2011-10-14
1
-0
/
+4
*
support __cxa_atexit, and registering atexit functions from atexit handlers
Rich Felker
2011-10-14
1
-7
/
+26
*
simplify atexit and fflush-on-exit handling
Rich Felker
2011-10-14
3
-9
/
+12
*
fix F_GETOWN return value handling
Rich Felker
2011-10-09
1
-0
/
+1
*
fix typo in arm clone() asm
Rich Felker
2011-10-09
1
-1
/
+1
*
fix fcntl O_* flags for arm
Rich Felker
2011-10-05
1
-4
/
+4
*
make [U]INTn_C() macros have the right type...
Rich Felker
2011-10-04
1
-4
/
+4
*
recovering ownerdead robust mutex must reset recursive lock count
Rich Felker
2011-10-03
1
-0
/
+1
*
simplify robust mutex unlock code path
Rich Felker
2011-10-03
1
-4
/
+4
*
fix crash if pthread_mutex_unlock is called without ever locking
Rich Felker
2011-10-03
1
-1
/
+1
*
use count=0 instead of 1 for recursive mutex with only one lock reference
Rich Felker
2011-10-03
2
-4
/
+2
*
sysconf for PTHREAD_KEYS_MAX
Rich Felker
2011-10-03
1
-1
/
+1
*
synchronize cond var destruction with exiting waits
Rich Felker
2011-10-02
3
-0
/
+12
*
fix failure-to-wake in rwlock unlock
Rich Felker
2011-10-01
1
-1
/
+1
*
dlsym entry point for arm
Rich Felker
2011-10-01
1
-0
/
+6
*
dynamic linker entry point for arm
Rich Felker
2011-10-01
1
-0
/
+14
*
typo (copy 2) in arm reloc.h
Rich Felker
2011-10-01
1
-1
/
+1
*
typo in arm reloc.h
Rich Felker
2011-10-01
1
-1
/
+1
[next]