919 Commits (5c94367a9b0f1c1dd0deadb0f320242b59f844bb)

Author SHA1 Message Date
Rich Felker 5c94367a9b first attempt at making threads work on mips 14 years ago
Rich Felker d0bfbd9dca generic c version of __set_thread_area for archs where it works 14 years ago
Rich Felker 6315004f61 initial version of mips (o32) port, based on work by Richard Pennington (rdp) 14 years ago
Rich Felker cd8d724516 remove unused var in new sigaction code 14 years ago
Rich Felker 5091e0802f use unsigned bitmask for consistency in ksigaction 14 years ago
Rich Felker 0b637798cd fix breakage from last commit: forgot to include ksigaction.h 14 years ago
Rich Felker fcaec912ed changes to kernel sigaction struct handling in preparation for mips port 14 years ago
Rich Felker e864a29090 make dynamic linker depend on -DSHARED not -fPIC 14 years ago
Rich Felker 0420b87446 fix lots of breakage on dlopen, mostly with explicit pathnames 14 years ago
Rich Felker d93e028c6b fix dlsym RTLD_NEXT support 14 years ago
Rich Felker 920baab81f putw is supposed to return 0 (not the value written) on success 14 years ago
Rich Felker 98eddc6776 make sure getw/putw agree with prototypes by defining _GNU_SOURCE 14 years ago
Rich Felker d6c0efe106 jmp_buf overhaul fixing several issues 14 years ago
Rich Felker e6129e6d83 fix sigsetjmp on arm (needs asm) 14 years ago
Rich Felker 8e26a591d0 fix missing function declarations for __stdio_exit 14 years ago
Rich Felker 007c03f84f fix missing prototype and simplify sincosl on ld64 archs 14 years ago
Rich Felker fe2df4ad3e fix invalid implicit pointer conversion in ld64 modfl 14 years ago
Rich Felker cdf51506ce replace old and ugly crypt implementation 14 years ago
Rich Felker 9cf9c39e48 add process_vm_readv and process_vm_writev syscall wrappers 14 years ago
Rich Felker 4e8b0938d9 proper error handling for fcntl F_GETOWN on modern kernels 14 years ago
nsz e5fb6820a4 math: fix fma bug on x86 (found by Bruno Haible with gnulib) 14 years ago
Rich Felker ac4fb51dde fix broken wcwidth tables 14 years ago
Rich Felker fad231b960 support ld80 pseudo-denormal invalid bit patterns; treat them as nan 14 years ago
Rich Felker c21a19d5a5 fix ptsname_r to conform to the upcoming posix requirements 14 years ago
Rich Felker cea106fb89 fix fwrite return value when full write does not succeed 14 years ago
Rich Felker 1af8c25504 avoid cancellation in pclose 14 years ago
Rich Felker 9799560f79 fix invalid memory access in pclose 14 years ago
Rich Felker 9c21f4342c make popen cancellation-safe 14 years ago
Rich Felker f305467aad popen: handle issues with fd0/1 being closed 14 years ago
Rich Felker b3d7d062af duplocale: don't crash when called with LC_GLOBAL_LOCALE 14 years ago
Rich Felker f313a16224 make strerror_r behave nicer on failure 14 years ago
Rich Felker 839bff64a1 fix another oob pointer arithmetic issue in printf floating point 14 years ago
Rich Felker 82a4499e67 minor perror behavior fix 14 years ago
Rich Felker 85a3ba3a28 fix localeconv values and implementation 14 years ago
Rich Felker ee96c50d4b fix mistake in length test in getlogin_r 14 years ago
Rich Felker ee1f69a360 fix dummied-out fsync 14 years ago
Rich Felker ca1773d864 fix dummied-out fdatasync 14 years ago
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