2011-09-16 |
Rich Felker | fix generic sigsetjmp (unused anyway) pointer signednes... |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Rich Felker | fix idiotic const-correctness error in lio_listio |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Rich Felker | fix ptrace (maybe) |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Rich Felker | implement ptrace syscall wrapper (untested) |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Rich Felker | 0.8.1 release notes v0.8.1 |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Rich Felker | remove incorrectly-made-visible internal dst offset... |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Rich Felker | fix inconsistent signature for aio_error |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Rich Felker | fix return types for aio_read and aio_write again |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Rich Felker | fix various errors in function signatures/prototypes... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Rich Felker | fix cruft left in release notes |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Rich Felker | fix prototypes for aio_read and aio_write |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Rich Felker | add missing posix_spawnattr_init/destroy functions |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Rich Felker | 0.8.0 release v0.8.0 |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Rich Felker | remove some stray trailing space characters |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Rich Felker | implement gnu sigisemptyset |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Rich Felker | add prototypes for GNU *_unlocked stdio functions |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Rich Felker | add dummied strverscmp (obnoxious GNU function) |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Rich Felker | declare alloca in stdlib.h when _GNU_SOURCE is defined |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Rich Felker | fix serious bug in pthread_join |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Rich Felker | fix pthread_join wait call: thread termination tid... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Rich Felker | implement POSIX asynchronous io |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Rich Felker | fix incorrect overflow errors on strtoul, etc. |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Rich Felker | strptime: fix use of uninitialized dest field in conver... |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Rich Felker | more fmemopen null termination fixes |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Rich Felker | fix some fmemopen behaviors |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Rich Felker | handle pending cancellation when enabling async cancell... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | fmemopen: fix eof handling, hopefully right this time |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | fmemopen fixes |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | memstreams: fix incorrect handling of file pos > curren... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | optimize seek function for memory streams |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | fix twos complement overflow bug in mem streams boundar... |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | implement fmemopen |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Rich Felker | fix some length calculations in memory streams |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Rich Felker | implement open_wmemstream |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Rich Felker | fix RTLD_NEXT on x86_64 |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Rich Felker | implement open_memstream |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Rich Felker | fix missing prototypes/wrong signature for psiginfo... |
commit | commitdiff | tree | snapshot |
2011-08-27 |
Rich Felker | fix broken FD_* macros on 64-bit targets |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Rich Felker | bring back ___environ symbol (3 underscores) |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Rich Felker | use new a_crash() asm to optimize double-free handler. |
commit | commitdiff | tree | snapshot |
2011-08-23 |
Rich Felker | security hardening: ensure suid programs have valid... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Rich Felker | in pathconf, -1, not 0, means unsupported.. syncio... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Rich Felker | fix bogus pathconf result for file size bits |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Rich Felker | partially working strptime |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Rich Felker | ldso: move the suid/secure check code closer to env... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Rich Felker | honor AT_SECURE aux vector flag |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Rich Felker | RTLD_NEXT support |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Rich Felker | LD_PRELOAD support |
commit | commitdiff | tree | snapshot |
2011-08-15 |
Rich Felker | simplify and improve double-free check |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Rich Felker | typo in macro definitions for x86_64 |
commit | commitdiff | tree | snapshot |
2011-08-14 |
Rich Felker | macro for pthread_equal |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Rich Felker | fix missing include in last commit |
commit | commitdiff | tree | snapshot |
2011-08-13 |
Rich Felker | fix clock() function |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Rich Felker | implement forkall |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Rich Felker | pthread and synccall cleanup, new __synccall_wait op |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Rich Felker | more efficient signal blocking for timer threads |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Rich Felker | normal exit from timer thread should run dtors, restore... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Rich Felker | block signals in timer threads |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | condition variable signal/bcast need not wake unless... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | use weak aliase rather than weak reference for vdso... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | simplify unified timed wait code, drop support for... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | add fast path for normal mutexes back to pthread_mutex_lock |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | close should not be cancellable after "failing" with... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | ensure the compiler does not move around thread-registe... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | simplify multi-threaded errno, eliminate useless functi... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Rich Felker | use weak aliases rather than function pointers to simpl... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Rich Felker | fix off-by-one bug in siglongjmp that caused unpredicta... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | further debloat cancellation handlers |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | missed detail in cancellation bloat fix |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix static linking dependency bloat with cancellation |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | implement if_nameindex and if_freenameindex |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | overhaul rwlocks to address several issues |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | timedwait: play it safe for now |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix stubbed-out reboot call |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | correctly handle old kernels without FUTEX_WAIT_BITSET |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | fix sem_timedwait bug introduced in timedwait unification |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | unify and overhaul timed futex waits |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Rich Felker | avoid accessing mutex memory after atomic unlock |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rich Felker | fix breakage in cancellation due to signal functions... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Rich Felker | overhaul posix semaphores to fix destructability race |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | fix wrong messages in gai_strerror |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | port numbers should always be interpreted as decimal |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Rich Felker | fix crash in dns code with new stdio locking code |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | consistency: use struct __ucontext instead of ucontext_... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | fix race condition in sigqueue |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Rich Felker | clean up pthread_sigmask/sigprocmask dependency order |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | fix some bugs in setxid and update setrlimit to use... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | add proper fuxed-based locking for stdio |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | eliminate dependence of perror on printf |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | fix bug in synccall with no threads: lock was taken... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | add setxid.c for new set*id() framework. missed in... |
commit | commitdiff | tree | snapshot |
2011-07-30 |
Rich Felker | new attempt at making set*id() safe and robust |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | remove ugly prng from mk*temp and just re-poll time... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | eliminate mk*temp dependency on snprintf |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Rich Felker | fix for setenv bogus var argument handling |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Rich Felker | when resolving symbols with only weak defs, use first... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Rich Felker | comment non-obvious de bruijn sequence code in int... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | fix resolution of weak symbols (hopefully right now... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | workaround for gcc's optimizer breaking dynamic symbol... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Rich Felker | load vdso, if present, into the dso list |
commit | commitdiff | tree | snapshot |
next |