about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release notes for 0.8.2 v0.8.2Rich Felker2011-09-171-0/+11
* dummy implementation of set_thread_areaRich Felker2011-09-171-0/+6
* fix assumptions that char is signedRich Felker2011-09-161-2/+2
* fix more instances of old a_xchg (use new a_swap name)Rich Felker2011-09-163-3/+3
* use a_swap rather than old name a_xchgRich Felker2011-09-161-1/+1
* fix generic sigsetjmp (unused anyway) pointer signedness errorRich Felker2011-09-161-1/+1
* fix idiotic const-correctness error in lio_listioRich Felker2011-09-161-1/+1
* fix ptrace (maybe)Rich Felker2011-09-161-1/+8
* implement ptrace syscall wrapper (untested)Rich Felker2011-09-152-1/+19
* 0.8.1 release notes v0.8.1Rich Felker2011-09-141-0/+9
* remove incorrectly-made-visible internal dst offset variableRich Felker2011-09-141-1/+0
* fix inconsistent signature for aio_errorRich Felker2011-09-141-1/+1
* fix return types for aio_read and aio_write againRich Felker2011-09-132-4/+4
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-139-16/+19
* fix cruft left in release notesRich Felker2011-09-131-1/+1
* fix prototypes for aio_read and aio_writeRich Felker2011-09-131-2/+2
* add missing posix_spawnattr_init/destroy functionsRich Felker2011-09-132-0/+13
* 0.8.0 release v0.8.0Rich Felker2011-09-132-14/+68
* remove some stray trailing space charactersRich Felker2011-09-134-4/+4
* implement gnu sigisemptysetRich Felker2011-09-122-0/+10
* add prototypes for GNU *_unlocked stdio functionsRich Felker2011-09-111-0/+4
* add dummied strverscmp (obnoxious GNU function)Rich Felker2011-09-112-0/+8
* declare alloca in stdlib.h when _GNU_SOURCE is definedRich Felker2011-09-111-0/+1
* fix serious bug in pthread_joinRich Felker2011-09-111-2/+2
* fix pthread_join wait call: thread termination tid futex is not privateRich Felker2011-09-091-1/+1
* implement POSIX asynchronous ioRich Felker2011-09-098-0/+398
* fix incorrect overflow errors on strtoul, etc.Rich Felker2011-09-054-8/+20
* strptime: fix use of uninitialized dest field in converting integerRich Felker2011-09-051-1/+1
* more fmemopen null termination fixesRich Felker2011-09-041-2/+3
* fix some fmemopen behaviorsRich Felker2011-09-041-4/+7
* handle pending cancellation when enabling async cancellationRich Felker2011-09-041-0/+1
* fmemopen: fix eof handling, hopefully right this timeRich Felker2011-09-041-3/+4
* fmemopen fixesRich Felker2011-09-041-1/+3
* memstreams: fix incorrect handling of file pos > current sizeRich Felker2011-09-042-4/+4
* optimize seek function for memory streamsRich Felker2011-09-042-24/+6
* fix twos complement overflow bug in mem streams boundary checkRich Felker2011-09-042-2/+2
* implement fmemopenRich Felker2011-09-032-18/+67
* fix some length calculations in memory streamsRich Felker2011-09-032-3/+3
* implement open_wmemstreamRich Felker2011-09-032-0/+96
* fix RTLD_NEXT on x86_64Rich Felker2011-09-031-1/+1
* implement open_memstreamRich Felker2011-09-032-0/+95
* fix missing prototypes/wrong signature for psiginfo, psignalRich Felker2011-09-022-1/+4
* fix broken FD_* macros on 64-bit targetsRich Felker2011-08-271-3/+3
* bring back ___environ symbol (3 underscores)Rich Felker2011-08-231-0/+1
* use new a_crash() asm to optimize double-free handler.Rich Felker2011-08-231-2/+2
* security hardening: ensure suid programs have valid stdin/out/errRich Felker2011-08-236-15/+52
* in pathconf, -1, not 0, means unsupported.. syncio presumably works, too.Rich Felker2011-08-161-3/+3
* fix bogus pathconf result for file size bitsRich Felker2011-08-161-1/+1
* partially working strptimeRich Felker2011-08-161-148/+149
* ldso: move the suid/secure check code closer to env/auxv processingRich Felker2011-08-161-7/+7