882 Commits (914949d321448bd2189bdcbce794dbae2c8ed16e)

Author SHA1 Message Date
Rich Felker 914949d321 fix pointer overflow bug in floating point printf 14 years ago
Rich Felker 25c8444919 add vhangup syscall wrapper 14 years ago
Rich Felker e15171b8d8 add new stdio extension functions to make gnulib happy 14 years ago
Rich Felker a71e0af255 stdio: handle file position correctly at program exit 14 years ago
Rich Felker ca8a4e7fbd minor cleanup in fflush 14 years ago
Rich Felker 2499cd9d9b remove flush hook cruft that was never used from stdio 14 years ago
Rich Felker 26710be714 fix multiple iconv bugs reading utf-16/32 and wchar_t 14 years ago
Rich Felker 673633c689 fix iconv dest utf-16: unavailable chars must be replaced; EILSEQ is wrong 14 years ago
Rich Felker a2f149b5d1 fix erroneous utf-16 encoding with surrogates in iconv 14 years ago
Rich Felker deb90c79e5 change stdio_ext __freading/__fwriting semantics slightly 14 years ago
Rich Felker 3b43d10faf fdopen should set errno when it fails due to invalid mode string 14 years ago
Rich Felker 1dd6eee692 direct syscall to open in __init_security needs O_LARGEFILE 14 years ago
Rich Felker ad5a332c75 reorder exit code to defer stdio flush until after dtors 14 years ago
Rich Felker 23be72ae45 add timegm function (inverse of gmtime), nonstandard 14 years ago
Rich Felker 2169265ec6 add init_module/delete_module syscall wrappers 14 years ago
Rich Felker fbffcee63d add (currently stubbed due to stubbed strverscmp) versionsort function 14 years ago
Rich Felker e361019c24 add deprecated capabilities functions 14 years ago
Rich Felker 6343ac8f5a fix char signedness bug (arm-specific) in dynamic linker 14 years ago
Rich Felker 819006a88b add pthread_attr_setstack interface (and get) 14 years ago
Rich Felker f457b1cb0d fix scanning of "-0x" pseudo-hex float (must give negative zero) 14 years ago
Rich Felker 63d40196b9 fix %ls breakage in last printf fix 14 years ago
Rich Felker 6e9ff6a4cf fix printf %ls with precision limit over-read issue 14 years ago
Rich Felker 31eaad4796 fix scanf bug reading literals after width-limited field 14 years ago
Rich Felker f7d15dcc54 treat failure of mprotect in map_library as a fatal load failure 14 years ago
Rich Felker 908bed20cd fix ctype abi junk (pointer should point to 0 slot, not -128 slot) 14 years ago
Rich Felker 2557d0ba47 ensure that abort always works 14 years ago
Rich Felker 6a4b9472fb add some ugly aliases for LSB ABI compatibility 14 years ago
Rich Felker 13b3645c46 increase default thread stack size to 80k 14 years ago
Rich Felker 40bd1726b6 remove implementation-reserved bits when saving signal mask 14 years ago
Rich Felker 1e597a3e9b remove no-longer-needed unblocking of signals in pthread_create 14 years ago
Rich Felker 9372655e88 add LSB abi junk for ctype functions 14 years ago
Rich Felker 19e48c5531 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too 14 years ago
Rich Felker 9ea20dcbaa add LSB ABI __xstat, etc. junk 14 years ago
Rich Felker a541297617 enable LARGEFILE64 aliases 14 years ago
Rich Felker 5c1909a8d2 add ldd and main program loading support to dynamic linker 14 years ago
Rich Felker b94608ca10 cleanup dynamic linker start code cruft 14 years ago
Rich Felker 054ba18599 fix overrun (n essentially ignored) in wcsncmp 14 years ago
Rich Felker 6436b371af fix failure of mbsinit(0) (not UB; required to return nonzero) 14 years ago
Rich Felker aefd0f69bd fix failure of strrchr(str, 0) 14 years ago
Rich Felker 3f25354e62 avoid using pthread cleanup push/pop in stdio when not needed 14 years ago
Rich Felker 8cce15af83 ensure pthread-internal signals are unblocked before threads are used 14 years ago
Rich Felker 8b4c232efe fix regex on arm 14 years ago
Rich Felker 7efd14ecc9 remove cruft from pthread structure (old cancellation stuff) 14 years ago
Rich Felker 73db33b949 remove leftover cp_sp cruft from cancellation code, fix small bug 14 years ago
Rich Felker e241896cd5 avoid deprecated (by linux) alarm syscall; use setitimer instead 14 years ago
Rich Felker c37afdfdf3 linux deprecated SYS_utime on some archs, so use SYS_utimes instead 14 years ago
Rich Felker 4d4f13e581 fix bad opcode in arm syscall_cp_asm 14 years ago
Rich Felker 4da268f74b fix issue with longjmp out of signal handlers and cancellation 14 years ago
Rich Felker cfd892fde9 simplify cancellation push/pop slightly 14 years ago
Rich Felker 0c29adfe42 remove everything related to forkall 14 years ago