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
/
thread
/
pthread_mutex_init.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-06-19
make ldso asm more uniform with rest of codebase (no unnecessary suffixes)
Rich Felker
1
-12
/
+12
2011-06-19
x86_64: ensure that dtor pointer passed to app is 0 so it won't be used
Rich Felker
1
-0
/
+1
2011-06-18
dynamic linker 64bit fix: hash table entries are always 32bit
Rich Felker
1
-2
/
+2
2011-06-18
experimental dynamic linker!
Rich Felker
5
-0
/
+466
2011-06-18
fix memory leak on failure in realpath
Rich Felker
1
-4
/
+4
2011-06-18
copy-paste error in prctl.h
Rich Felker
1
-1
/
+1
2011-06-16
fix some struct padding to match LSB/glibc ABI where it may be helpful
Rich Felker
2
-2
/
+5
2011-06-16
duplicate re_nsub in LSB/glibc ABI compatible location
Rich Felker
2
-2
/
+3
2011-06-14
restore use of .type in asm, but use modern @function (vs %function)
Rich Felker
20
-0
/
+29
2011-06-14
__syscall5 inline is having trouble with PIC; just use the function for now
Rich Felker
1
-0
/
+7
2011-06-14
fix race condition in pthread_kill
Rich Felker
3
-1
/
+8
2011-06-14
run dtors before taking the exit-lock in pthread exit
Rich Felker
1
-2
/
+2
2011-06-14
minor locking optimizations
Rich Felker
2
-2
/
+2
2011-06-13
avoid 64bit warnings when using pointers as entropy for temp names
Rich Felker
2
-2
/
+4
2011-06-13
fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)
Rich Felker
1
-1
/
+1
2011-06-13
remove all .size and .type directives for functions from the asm
Rich Felker
18
-52
/
+0
2011-06-13
remove old useless timezone.s file (unused)
Rich Felker
1
-27
/
+0
2011-06-13
fix wrong type for wcsrchr argument 2
Rich Felker
1
-1
/
+1