about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* make strerror_r behave nicer on failureRich Felker2012-06-201-2/+8
* fix another oob pointer arithmetic issue in printf floating pointRich Felker2012-06-201-1/+1
* minor perror behavior fixRich Felker2012-06-201-1/+1
* fix localeconv values and implementationRich Felker2012-06-191-15/+28
* fix mistake in length test in getlogin_rRich Felker2012-06-191-1/+1
* fix dummied-out fsyncRich Felker2012-06-191-2/+1
* fix dummied-out fdatasyncRich Felker2012-06-191-1/+1
* fix pointer overflow bug in floating point printfRich Felker2012-06-191-3/+3
* add vhangup syscall wrapperRich Felker2012-06-191-0/+8
* add new stdio extension functions to make gnulib happyRich Felker2012-06-191-0/+24
* stdio: handle file position correctly at program exitRich Felker2012-06-194-6/+40
* minor cleanup in fflushRich Felker2012-06-191-5/+1
* remove flush hook cruft that was never used from stdioRich Felker2012-06-193-5/+1
* fix multiple iconv bugs reading utf-16/32 and wchar_tRich Felker2012-06-181-8/+8
* fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrongRich Felker2012-06-181-2/+2
* fix erroneous utf-16 encoding with surrogates in iconvRich Felker2012-06-181-0/+1
* change stdio_ext __freading/__fwriting semantics slightlyRich Felker2012-06-171-2/+2
* fdopen should set errno when it fails due to invalid mode stringRich Felker2012-06-171-1/+4
* direct syscall to open in __init_security needs O_LARGEFILERich Felker2012-06-141-1/+1
* reorder exit code to defer stdio flush until after dtorsRich Felker2012-06-141-4/+1
* add timegm function (inverse of gmtime), nonstandardRich Felker2012-06-131-0/+9
* add init_module/delete_module syscall wrappersRich Felker2012-06-131-0/+11
* add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker2012-06-131-0/+8
* add deprecated capabilities functionsRich Felker2012-06-131-0/+11
* fix char signedness bug (arm-specific) in dynamic linkerRich Felker2012-06-091-1/+1
* add pthread_attr_setstack interface (and get)Rich Felker2012-06-094-10/+39
* fix scanning of "-0x" pseudo-hex float (must give negative zero)Rich Felker2012-06-081-1/+1
* fix %ls breakage in last printf fixRich Felker2012-06-081-2/+2
* fix printf %ls with precision limit over-read issueRich Felker2012-06-081-2/+2
* fix scanf bug reading literals after width-limited fieldRich Felker2012-06-071-0/+1
* treat failure of mprotect in map_library as a fatal load failureRich Felker2012-06-061-9/+9
* fix ctype abi junk (pointer should point to 0 slot, not -128 slot)Rich Felker2012-06-053-3/+3
* ensure that abort always worksRich Felker2012-06-021-0/+2
* add some ugly aliases for LSB ABI compatibilityRich Felker2012-06-027-0/+8
* increase default thread stack size to 80kRich Felker2012-06-021-1/+1
* remove implementation-reserved bits when saving signal maskRich Felker2012-06-021-1/+11
* remove no-longer-needed unblocking of signals in pthread_createRich Felker2012-06-021-1/+0
* add LSB abi junk for ctype functionsRich Felker2012-06-023-0/+104
* use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 tooRich Felker2012-06-021-1/+1
* add LSB ABI __xstat, etc. junkRich Felker2012-05-314-0/+36
* enable LARGEFILE64 aliasesRich Felker2012-05-312-4/+1
* add ldd and main program loading support to dynamic linkerRich Felker2012-05-274-21/+89
* cleanup dynamic linker start code cruftRich Felker2012-05-273-13/+6
* fix overrun (n essentially ignored) in wcsncmpRich Felker2012-05-261-1/+1
* fix failure of mbsinit(0) (not UB; required to return nonzero)Rich Felker2012-05-261-1/+1
* fix failure of strrchr(str, 0)Rich Felker2012-05-261-1/+1
* avoid using pthread cleanup push/pop in stdio when not neededRich Felker2012-05-252-6/+14
* ensure pthread-internal signals are unblocked before threads are usedRich Felker2012-05-251-0/+1
* fix regex on armRich Felker2012-05-251-1/+1
* remove cruft from pthread structure (old cancellation stuff)Rich Felker2012-05-251-2/+0