projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2012-01-19
Rich Felker
alias basename to glibc name for it, to meet abi goals
commit
|
commitdiff
|
tree
|
snapshot
2012-01-17
Rich Felker
fix char signedness bug in dynlinker hash function
commit
|
commitdiff
|
tree
|
snapshot
2011-12-24
Rich Felker
fix broken reboot wrapper (syscall needs extra silly...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-17
Rich Felker
fix issue with excessive mremap syscalls on realloc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Rich Felker
fix __cplusplus extern "C" closing brace in pty.h ...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Rich Felker
fix signed overflows at most-negative values in ato...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-11
Rich Felker
fix all missing instances of __cplusplus checks/extern...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-26
Rich Felker
report sem value overflows in sem_post
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Rich Felker
add some missing GNU FNM_* extensions to the header
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Rich Felker
fix some details in ugly stuff that doesn't belong...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
don't define wchar_t on c++
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
support vfork on i386
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
make available a namespace-safe vfork, if supported
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
add dummy __cxa_finalize
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
support __cxa_atexit, and registering atexit functions...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Rich Felker
simplify atexit and fflush-on-exit handling
commit
|
commitdiff
|
tree
|
snapshot
2011-10-10
Rich Felker
fix F_GETOWN return value handling
commit
|
commitdiff
|
tree
|
snapshot
2011-10-09
Rich Felker
fix typo in arm clone() asm
commit
|
commitdiff
|
tree
|
snapshot
2011-10-05
Rich Felker
fix fcntl O_* flags for arm
commit
|
commitdiff
|
tree
|
snapshot
2011-10-04
Rich Felker
make [U]INTn_C() macros have the right type...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
recovering ownerdead robust mutex must reset recursive...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
simplify robust mutex unlock code path
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
fix crash if pthread_mutex_unlock is called without...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
use count=0 instead of 1 for recursive mutex with only...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
sysconf for PTHREAD_KEYS_MAX
commit
|
commitdiff
|
tree
|
snapshot
2011-10-03
Rich Felker
synchronize cond var destruction with exiting waits
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
fix failure-to-wake in rwlock unlock
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
dlsym entry point for arm
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
dynamic linker entry point for arm
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
typo (copy 2) in arm reloc.h
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
typo in arm reloc.h
commit
|
commitdiff
|
tree
|
snapshot
2011-10-01
Rich Felker
first attempt at arm dynamic linking
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Rich Felker
fix various bugs in path and error handling in execvp...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Rich Felker
don't crash on null strings in printf
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
fix excessive/insufficient wakes in __vm_unlock
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
make getmntent_r discard long lines when it returns...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
improve pshared barriers
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
next step making barrier self-sync'd destruction safe
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
barrier destroy must also wait for threads in other...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
stupid typo (caused by rather ugly spelling in POSIX...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Rich Felker
correctly handle the degenerate barrier in the pshared...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix crash in pthread_cond_wait mutex-locked check
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix crash in pthread_testcancel if pthread_self has...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
improve/debloat mutex unlock error checking in pthread_...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
check mutex owner in pthread_cond_wait
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix pshared barrier wrong return value.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
convert the barrier pshared option back to 0/1 values...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
improve error handling in mntent stuff...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix missing va_end in prctl syscall wrapper
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix clobbering of errno in get(pw|gr)([ug]id|nam) by...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
process-shared barrier support, based on discussion...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-27
Rich Felker
fix incorrect allocation failure check in pthread_create
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
fix ctype macros to cast argument to (unsigned) first
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
another cond var fix: requeue count race condition
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
fix lost signals in cond vars
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
cleanup various minor issues reported by nsz
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
redo cond vars again, use sequence numbers
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
revert previous change in cond var waiter move
commit
|
commitdiff
|
tree
|
snapshot
2011-09-26
Rich Felker
optimize cond waiter move using atomic swap instead...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
Rich Felker
fix logic for when wakeup is not desired on cond bcast
commit
|
commitdiff
|
tree
|
snapshot
2011-09-25
Rich Felker
new futex-requeue-based pthread_cond_broadcast implemen...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Rich Felker
fix ABA race in cond vars, improve them overall
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Rich Felker
FD_ISSET must return an int. this is the easiest way.
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Rich Felker
sys/user.h may need stdint.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Rich Felker
"optimize" arm __pthread_self
commit
|
commitdiff
|
tree
|
snapshot
2011-09-23
Rich Felker
fix deadlock in condition wait whenever there are multi...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
fix x86_64 user.h (previously was just a copy of i386)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
cleanup/debloat i386 user.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
wrong __WORDSIZE in x86_64 header
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
protect against/handle cancellation reading shadow...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
make dns lookups (and thus getaddrinfo) cancellable
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
use poll rather than select in dns lookups (also clock_...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
avoid setting FILE lock count when not using flockfile
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
gnu search.h has struct qelem...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
release notes for 0.8.3
v0.8.3
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Rich Felker
update syscalls with off_t arguments to handle argument...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Rich Felker
new gcc wrapper now supports pre-4.4 gcc versions and...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Rich Felker
new installation guide with alternate and primary libc...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Rich Felker
fix some header typos
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
make stdbool.h conform to c99
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
fix incorrect include guard in mqueue.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
fix statvfs.c to match new fsid_t definition
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
fix the fsid_t structure to match name of __val
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
fix broken siginfo_t with _GNU_SOURCE defined
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
fix the definition of struct statvfs to match lsb abi
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
add some more siginfo aliases broken software expects...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Rich Felker
cleanup redundancy in bits/signal.h versions
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Rich Felker
fix the type of wchar_t on arm; support wchar_t varying...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Rich Felker
fix incorrect long double parameters on arm (and other...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
Rich Felker
fix broken multi-inclusion guard in sys/reg.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
initial commit of the arm port
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
disable dynamic linking/loading code in static libc...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
cleanup more bits cruft (sysmacros and socket)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
more bits junk (tcp.h)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
move invariant netinet/in.h stuff out of bits/in.h
commit
|
commitdiff
|
tree
|
snapshot
2011-09-18
Rich Felker
overhaul clone syscall wrapping
commit
|
commitdiff
|
tree
|
snapshot
2011-09-17
Rich Felker
release notes for 0.8.2
v0.8.2
commit
|
commitdiff
|
tree
|
snapshot
2011-09-17
Rich Felker
dummy implementation of set_thread_area
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Rich Felker
fix assumptions that char is signed
commit
|
commitdiff
|
tree
|
snapshot
next