1589 Commits (91738d0241aed345cac8685422d4518ea5f3cdf0)
 

Author SHA1 Message Date
Rich Felker 91738d0241 disable SO_REUSEPORT in sys/socket.h 14 years ago
Rich Felker 7491bac33e ppc wchar_t is long, not int 14 years ago
Rich Felker 8bb1816222 Merge remote-tracking branch 'nsz/math' 14 years ago
Rich Felker 22781b4d8e update copyright file for recent contributions 14 years ago
Rich Felker d1bf452d75 fix indention with spaces in powerpc asm 14 years ago
Rich Felker e7257d3e63 fix powerpc atomic compare-and-swap function 14 years ago
Rich Felker 574d01a696 update ppc atomic code to match the endian-agnostic version on other archs 14 years ago
Rich Felker 50cb6dbb0c fix wchar limits mistakenly copied from arm 14 years ago
Rich Felker c6d441e3a2 Merge remote-tracking branch 'ppc-port/ppc-squashed' 14 years ago
Szabolcs Nagy 68847ecd3a fenv: return FE_TONEAREST in dummy fegetround 14 years ago
Szabolcs Nagy 45ff9d8eb6 math: ld80 invtrig cleanups 14 years ago
Szabolcs Nagy 529a8de46c math: simplify hypot and hypotf using scalbn 14 years ago
Szabolcs Nagy 6d3f1a39c1 math: turn off the STRICT_ASSIGN workaround by default 14 years ago
rofl0r 1c8eb8bad7 PPC port cleaned up, static linking works well now. 14 years ago
Richard Pennington 7669d1e334 import preliminary ppc work by rdp. 14 years ago
Szabolcs Nagy 033a9d6ad2 math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessed 14 years ago
Szabolcs Nagy c4359e0130 math: excess precision fix modf, modff, scalbn, scalbnf 14 years ago
Szabolcs Nagy 666271c105 math: fix scalbn and scalbnf on overflow/underflow 14 years ago
Szabolcs Nagy 662ed20065 math: fix nextafter and nexttoward on maxdbl and maxflt input 14 years ago
Szabolcs Nagy cfbaba79a2 complex: add C11 CMPLX macros and replace cpack with them 14 years ago
Szabolcs Nagy e2fe959fe2 math: raise flags in logl.c on <= 0 arguments 14 years ago
Szabolcs Nagy 52bcf3f5fb math: fix logb*.c exceptions now that ilogb raises invalid 14 years ago
Szabolcs Nagy 37aa7f7301 math: raise flags in log2l.c on <= 0 arguments, and fix volatile 14 years ago
Szabolcs Nagy 04ccbdca6d math: raise exception flags in log1pl.c on <= -1 arguments 14 years ago
Szabolcs Nagy be81f51030 math: raise invalid flag in ilogb*.c on +-0, +-inf and nan 14 years ago
Szabolcs Nagy 6f64505df3 math: fix exception behaviour of expm1l.c on inf and nan 14 years ago
Szabolcs Nagy b03c19a4b9 math: fix long double constants in exp10l.c 14 years ago
Rich Felker c4a35f8c2a debloat src/thread tree but putting lots of junk in one file 14 years ago
Rich Felker 7df42e8744 report support of TPS option in unistd.h and sysconf 14 years ago
Rich Felker 1e21e78bf7 add support for thread scheduling (POSIX TPS option) 14 years ago
Rich Felker e9b885ee55 fix clobber of edx in i386 vsyscall asm 14 years ago
Rich Felker dc059f03e8 always add memory streams to stdio open file list 14 years ago
Rich Felker 65465101ee support ldso path files without final newline 14 years ago
Rich Felker 40d5f7eb83 change ldso path file logic to replace rather than add to search path 14 years ago
Rich Felker 3d9e3a309f fix "configure --prefix=" and improve path/arg handling in configure 14 years ago
Rich Felker efd4d87aa4 clean up sloppy nested inclusion from pthread_impl.h 14 years ago
Rich Felker 835f9f950e clean up stdio_impl.h 14 years ago
Rich Felker 1e717ea3d2 fix dlsym asm for mips 14 years ago
Rich Felker e8a0b27a71 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code 14 years ago
Rich Felker 32d6d77e54 fix numerous mips abi constant definition mismatches 14 years ago
Rich Felker fc5f16d182 mips cache flush/ctl syscall support and header 14 years ago
Rich Felker 2f2f115b58 remove one unnecessary static var from dynamic linker 14 years ago
Rich Felker a617a8e2ad fix more unused variable warnings 14 years ago
Rich Felker 3a5aa8e49c fix unused variable warnings 14 years ago
Rich Felker b367ab15fa avoid breakage if somebody wrongly defines empty feature test macros 14 years ago
Rich Felker 18c0e02e2b add dl_iterate_phdr interface 14 years ago
Rich Felker 76f28cfce5 system is a cancellation point 14 years ago
Rich Felker dd762cf6e5 release notes for 0.9.7 14 years ago
Rich Felker 86dd1e7bbb fix shmdt syscall calling convention on old archs 14 years ago
Rich Felker 8fc7b5965a separate getc/putc from fgetc/fputc 14 years ago