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
/
stdlib
/
imaxabs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-14
make available a namespace-safe vfork, if supported
Rich Felker
1
-1
/
+4
2011-10-14
add dummy __cxa_finalize
Rich Felker
1
-0
/
+4
2011-10-14
support __cxa_atexit, and registering atexit functions from atexit handlers
Rich Felker
1
-7
/
+26
2011-10-14
simplify atexit and fflush-on-exit handling
Rich Felker
3
-9
/
+12
2011-10-09
fix F_GETOWN return value handling
Rich Felker
1
-0
/
+1
2011-10-09
fix typo in arm clone() asm
Rich Felker
1
-1
/
+1
2011-10-05
fix fcntl O_* flags for arm
Rich Felker
1
-4
/
+4
2011-10-04
make [U]INTn_C() macros have the right type...
Rich Felker
1
-4
/
+4
2011-10-03
recovering ownerdead robust mutex must reset recursive lock count
Rich Felker
1
-0
/
+1
2011-10-03
simplify robust mutex unlock code path
Rich Felker
1
-4
/
+4
2011-10-03
fix crash if pthread_mutex_unlock is called without ever locking
Rich Felker
1
-1
/
+1
2011-10-03
use count=0 instead of 1 for recursive mutex with only one lock reference
Rich Felker
2
-4
/
+2
2011-10-03
sysconf for PTHREAD_KEYS_MAX
Rich Felker
1
-1
/
+1
2011-10-02
synchronize cond var destruction with exiting waits
Rich Felker
3
-0
/
+12
2011-10-01
fix failure-to-wake in rwlock unlock
Rich Felker
1
-1
/
+1