2011-03-17 |
Rich Felker | avoid function call to pthread_self in mutex unlock |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Rich Felker | reorder mutex struct fields to make room for pointers... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Rich Felker | unify lock and owner fields of mutex structure |
commit | commitdiff | tree | snapshot |
2011-03-17 |
Rich Felker | optimize contended normal mutex case; add int compare... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Rich Felker | simplify logic, slightly optimize contended case for... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Rich Felker | correct error returns for error-checking mutexes |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Rich Felker | cut out a syscall on thread creation in the case where... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Rich Felker | don't expose EAGAIN, etc. from timed futex wait to... |
commit | commitdiff | tree | snapshot |
2011-03-16 |
Rich Felker | optimize file locking: avoid cache-polluting writes... |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Rich Felker | partially-written draft of fmemopen, still in #if 0 |
commit | commitdiff | tree | snapshot |
2011-03-14 |
Rich Felker | remove some old cruft from sys/types.h |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Rich Felker | misplaced & in times() made it fail to work, and clobbe... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Rich Felker | implement flockfile api, rework stdio locking |
commit | commitdiff | tree | snapshot |
2011-03-13 |
Rich Felker | pthread.h needs clockid_t |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | document some additional important changes v0.7.0 |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | update whatsnew file for release of 0.7.0 |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | match dimensions so we can use all slots without invoki... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | implement dummy pthread_attr_[gs]etschedparam functions |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | fix pthread_attr_* implementations to match corrected... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | fix missing ENOTSUP error code |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | missing const in some pthread_attr_* prototypes |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | formatting whatsnew file |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | list major changes in preparation for release |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | fix failure behavior of sem_open when sem does not... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | fix some semaphore wait semantics (race condition deadl... |
commit | commitdiff | tree | snapshot |
2011-03-11 |
Rich Felker | fix sem_open and sem_close to obey posix semantics |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | optimize pthread termination in the non-detached case |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix errors in sigqueue (potential information leak... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | security fix: check that cancel/rsyscall signal was... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | more cancellation points: tcdrain, clock_nanosleep |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | remove useless return value checks for functions that... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | make sigsuspend a cancellation point |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | make sigtimedwait a cancellation point |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | don't fail with EINTR in sigtimedwait |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix sigsuspend syscall |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | make sigaltstack work (missing macros in signal.h,... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix errno behavior in clock_* functions |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix error handling for pthread_sigmask |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | make fork properly initialize the main thread in the... |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | optimize pthread initialization |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix race condition in raise - just mask signals |
commit | commitdiff | tree | snapshot |
2011-03-10 |
Rich Felker | fix raise semantics with threads. |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | fix typos in dirent.h |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | fcntl.h should make availabel the mode constants from... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | simplify and optimize pthread_mutex_trylock |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | rwlock trylock functions were wrongly returning EAGAIN... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | fix major breakage in pthread_once (it was always deadl... |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | fix and optimize non-default-type mutex behavior |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | implement pthread_mutexattr_[gs]etpshared functions |
commit | commitdiff | tree | snapshot |
2011-03-08 |
Rich Felker | disallow cpu time clocks as condattr clock values |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | add macros for use with d_type extension field in dirent |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | fix off-by-one error in sem_(timed)wait (using old... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | use the selected clock from the condattr for pthread_co... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | add prototypes for pthread_condattr_* and pthread_rwloc... |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | implement pthread_rwlockattr_* (essentially no-ops) |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | implement pthread_condattr_* interfaces |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | reject invalid attribute settings |
commit | commitdiff | tree | snapshot |
2011-03-07 |
Rich Felker | implement barrier attribute functions (essentially... |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Rich Felker | enforce stack size min in pthread_attr_setstacksize |
commit | commitdiff | tree | snapshot |
2011-03-04 |
Rich Felker | implement POSIX semaphores |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | preliminaries to adding POSIX semaphores |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | optimize POSIX TSD for fast pthread_getspecific |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | namespace cleanup in sys/mman.h |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | implement POSIX shared memory |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Rich Felker | use -L/...../ -lgcc instead of /...../libgcc.a in musl... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Rich Felker | depends on settimeofday which needs _GNU_SOURCE feature... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | implement futimens and utimensat |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | cleanup namespace in sys/time.h |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | implement fexecve |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | cleanup utf-8 multibyte code, use visibility if possible |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | fix missing prototype for strsignal |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | various changes in preparation for dynamic linking... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | apply feature test protection to memccpy |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | add implementation of memccpy function |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | fix backwards conditional in stpncpy |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | rewind must clear the error indicator in addition to... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | change errno to static linkage (improves PIC code gener... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | cleanup comment cruft in startup code |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | make startup code PIE-compatible |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | remove sample utf-8 code that's not part of the standar... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | use an accessor function for __libc data pointer when... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | avoid referencing address of extern function from vdprintf |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | shave off 2 bytes from crt1.o _start |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | cleanup asprintf stuff |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | prototypes for GNU asprintf/vasprintf |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix %n specifier, again. this time it was storing the... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | include sys/sysmacros.h from sys/types.h when _GNU_SOUR... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix typo in inotify structure |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make malloc(0) return unique pointers rather than NULL |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix simple_malloc malloc(0) behavior not to return... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix simple_malloc size restrictions |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix null pointer dereference introduced in last sigproc... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make real symbols for the legacy (nonstandardized)... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | resolve some header namespace non-issues |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | move the GNU siginfo renaming so it doesn't lead to... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fill in some missing siginfo stuff in signal.h |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make sys/param.h not depend on PATH_MAX and NAME_MAX |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | workaround gcc bug 46926 by providing a dumb sincos... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | use rt_sigprocmask, not legacy sigprocmask, syscall... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | fix typo in wordexp.h (note that the function is still... |
commit | commitdiff | tree | snapshot |
next |