2012-12-01 |
Rich Felker | provide NSIG under _BSD_SOURCE (default) as well as... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Rich Felker | fix ordering of shared library ctors with respect to... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rich Felker | fix some restrict-qualifier mismatches in newly added... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rich Felker | update readme and release notes for 0.9.8 v0.9.8 |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rich Felker | remove stat member aliases from ppc-specific bits/stat.h |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | fix eventfd and inotify nonblock/cloexec flags to match... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | fix missing limits when only _BSD_SOURCE is defined |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | fixup mcontext stuff to expost gregset_t/fpregset_t... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | make sys/procfs.h mostly work on most archs |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | remove microblaze user.h incorrectly copied from arm |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Rich Felker | eliminate gdb complaints about missing linux-gate.so.1 |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Rich Felker | begin sys/user.h and sys/reg.h fixes for ports |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Rich Felker | fix powerpc ucontext, again.. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | fix termios constants on mips |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | sigcontext/mcontext cleanup for arch-specific bits |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | fix powerpc sigsetjmp asm to match the new jmp_buf... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | fix powerpc setjmp/longjmp to save/restore float regs... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | add missing startfiles for powerpc |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | fix up leftover, incorrect NSIG definitions in arch... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rich Felker | remove stuff that doesn't belong in powerpc 32-bit... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | more ppc signal.h typedef order fixes |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | fix misordered typedefs in ppc signal.h |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | ppc signal/NSIG related fix (warning fix, redefinition) |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | add back NSIG, removed from powerpc in last commit... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | make powerpc signal.h namespace-clean for posix/isoc |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rich Felker | fix powerpc types to match abi, and some feature test... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
rofl0r | fix invalid usage of mcontext_t in powerpc signal.h |
commit | commitdiff | tree | snapshot |
2012-11-19 |
rofl0r | powerpc: handle syscall error in clone. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rich Felker | fix error in configure script using >/dev/null in noclo... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rich Felker | fix powerpc asm not to store data in volatile space... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rich Felker | fix breakage from introducing bits header for sys/io.h |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Rich Felker | add port io functions to sys/io.h |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | add missing const on powerpc FE_DFL_ENV |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | fenv support for ppc, untested |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | fix feholdexcept -- it needs to clear exceptions after... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
commit | commitdiff | tree | snapshot |
2012-11-18 |
rofl0r | fcntl.h: O_SEARCH was missing for powerpc |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Szabolcs Nagy | math: use float constants in exp10f.c |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Szabolcs Nagy | math: expl.c cleanup |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Szabolcs Nagy | math: expf.c cleanup |
commit | commitdiff | tree | snapshot |
2012-11-18 |
rofl0r | ppc socket.h: add forgotten cmsghdr |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | fix typo in dynamic linker path file loading code |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Rich Felker | add cleaned-up sys/mtio.h |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Rich Felker | add stub versions of some missing optional pthread... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Szabolcs Nagy | math: cleanup exp2.c exp2f.c and exp2l.c |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Rich Felker | arg-skipping code for powerpc dynamic linker |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Szabolcs Nagy | math: exp.c clean up |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Rich Felker | dynamic linking support for powerpc |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rich Felker | fix ppc stat structure definition |
commit | commitdiff | tree | snapshot |
2012-11-16 |
rofl0r | fix powerpc termios.h and ioctl.h |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Rich Felker | disable SO_REUSEPORT in sys/socket.h |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Rich Felker | ppc wchar_t is long, not int |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Rich Felker | Merge remote-tracking branch 'nsz/math' |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Rich Felker | update copyright file for recent contributions |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rich Felker | fix indention with spaces in powerpc asm |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rich Felker | fix powerpc atomic compare-and-swap function |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rich Felker | update ppc atomic code to match the endian-agnostic... |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rich Felker | fix wchar limits mistakenly copied from arm |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Rich Felker | Merge remote-tracking branch 'ppc-port/ppc-squashed' |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Szabolcs Nagy | fenv: return FE_TONEAREST in dummy fegetround |
commit | commitdiff | tree | snapshot |
2012-11-14 |
Szabolcs Nagy | math: ld80 invtrig cleanups |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: simplify hypot and hypotf using scalbn |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: turn off the STRICT_ASSIGN workaround by default |
commit | commitdiff | tree | snapshot |
2012-11-13 |
rofl0r | PPC port cleaned up, static linking works well now. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Richard Pennington | import preliminary ppc work by rdp. |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: use '#pragma STDC FENV_ACCESS ON' when fenv is... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: excess precision fix modf, modff, scalbn, scalbnf |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: fix scalbn and scalbnf on overflow/underflow |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | math: fix nextafter and nexttoward on maxdbl and maxflt... |
commit | commitdiff | tree | snapshot |
2012-11-13 |
Szabolcs Nagy | complex: add C11 CMPLX macros and replace cpack with... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: raise flags in logl.c on <= 0 arguments |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: fix logb*.c exceptions now that ilogb raises... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: raise flags in log2l.c on <= 0 arguments, and... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: raise exception flags in log1pl.c on <= -1 arguments |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: raise invalid flag in ilogb*.c on +-0, +-inf... |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: fix exception behaviour of expm1l.c on inf and nan |
commit | commitdiff | tree | snapshot |
2012-11-12 |
Szabolcs Nagy | math: fix long double constants in exp10l.c |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | debloat src/thread tree but putting lots of junk in... |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | report support of TPS option in unistd.h and sysconf |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | add support for thread scheduling (POSIX TPS option) |
commit | commitdiff | tree | snapshot |
2012-11-11 |
Rich Felker | fix clobber of edx in i386 vsyscall asm |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | always add memory streams to stdio open file list |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | support ldso path files without final newline |
commit | commitdiff | tree | snapshot |
2012-11-09 |
Rich Felker | change ldso path file logic to replace rather than... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | fix "configure --prefix=" and improve path/arg handling... |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | clean up sloppy nested inclusion from pthread_impl.h |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | clean up stdio_impl.h |
commit | commitdiff | tree | snapshot |
2012-11-08 |
Rich Felker | fix dlsym asm for mips |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Rich Felker | improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code |
commit | commitdiff | tree | snapshot |
2012-11-05 |
Rich Felker | fix numerous mips abi constant definition mismatches |
commit | commitdiff | tree | snapshot |
2012-11-04 |
Rich Felker | mips cache flush/ctl syscall support and header |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | remove one unnecessary static var from dynamic linker |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | fix more unused variable warnings |
commit | commitdiff | tree | snapshot |
2012-11-02 |
Rich Felker | fix unused variable warnings |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rich Felker | avoid breakage if somebody wrongly defines empty featur... |
commit | commitdiff | tree | snapshot |
2012-11-01 |
Rich Felker | add dl_iterate_phdr interface |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Rich Felker | system is a cancellation point |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rich Felker | release notes for 0.9.7 v0.9.7 |
commit | commitdiff | tree | snapshot |
2012-10-28 |
Rich Felker | fix shmdt syscall calling convention on old archs |
commit | commitdiff | tree | snapshot |
2012-10-27 |
Rich Felker | separate getc/putc from fgetc/fputc |
commit | commitdiff | tree | snapshot |
next |