musl
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rsocket.h: add SO_(SND/RCV)BUFFORCE to generic block
2012-12-19 Szabolcs Nagymath: more correct tgmath.h type cast logic
2012-12-19 rofl0radd inet_network (required for wine)
2012-12-19 rofl0rx86_64/bits/signal.h: fix typo in REG_CSGSFS
2012-12-19 rofl0rlink.h: expose glibc/svr4 dynlinker debugging glue
2012-12-19 Szabolcs Nagymath: new type cast logic in tgmath.h
2012-12-16 Szabolcs Nagymath: use 0x1p-120f and 0x1p120f for tiny and huge...
2012-12-16 Szabolcs Nagymath: tgammal.c fixes
2012-12-16 Szabolcs Nagymath: tanh.c cleanup similar to sinh, cosh
2012-12-16 Szabolcs Nagymath: sinh.c cleanup similar to the cosh one
2012-12-16 Szabolcs Nagymath: finished cosh.c cleanup
2012-12-16 Szabolcs Nagymath: x86_64 version of expl, fixed some comments in...
2012-12-16 Szabolcs Nagymath: move x86_64 exp2l implementation to exp2l.s from...
2012-12-16 Rich Felkerfix breakage in ldd (failure to print library load...
2012-12-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-12-15 Rich Felkeradd some missing macros to sys/shm.h
2012-12-14 Szabolcs Nagymath: fix i386/expl.s with more precise x*log2e
2012-12-14 Szabolcs Nagyfixed tgmath.h for functions with integral result
2012-12-13 Rich Felkeradd missing flags in sys/timerfd.h
2012-12-12 Rich Felkertreat invalid C as an error even if warnings aren't...
2012-12-12 Szabolcs Nagymath: add a non-dummy tgamma implementation
2012-12-12 Szabolcs Nagymath: cosh cleanup
2012-12-12 Szabolcs Nagymath: fix comment in __rem_pio2f.c
2012-12-11 Szabolcs Nagymath: add empty __invtrigl.s to i386 and x86_64
2012-12-11 Szabolcs Nagymath: clean up inverse trigonometric functions
2012-12-11 Szabolcs Nagymath: rewrite inverse hyperbolic functions to be simple...
2012-12-11 Szabolcs Nagymath: remove long double version of bessel functions...
2012-12-11 Szabolcs Nagymake CMPLX macros available in complex.h in non-c11...
2012-12-11 Rich Felkerfix double errno-decoding in the old-kernel fallback...
2012-12-11 Rich Felkerfix regressions in app compatibility from previous...
2012-12-10 Rich Felkerdocument self-synchronized destruction issue for stdio...
2012-12-10 Rich Felkersyscall() declaration belongs in unistd.h, not sys...
2012-12-08 Rich Felkeradd support for ctors/dtors on arm with modern gcc
2012-12-08 Rich Felkerpage-align initial brk value used by malloc in shared...
2012-12-07 Rich Felkerremove __arch_prctl alias for arch_prctl
2012-12-07 Rich Felkermove new linux syscall wrapper functions to proper...
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-07 Rich Felkerfix invalid read in aligned_alloc
2012-12-06 Rich Felkermove signal.h REG_* macros under _GNU_SOURCE protection
2012-12-06 Rich Felkerfix names of ipc_perm __key/__seq elements
2012-12-06 rofl0rfix sigorset/sigandset: _NSIG/8 is the size in bytes
2012-12-06 rofl0rfix F_DUPFD_CLOEXEC being defined twice
2012-12-06 rofl0rsigandset/sigorset: do not check for NULL pointers.
2012-12-06 rofl0rfixup sigandset
2012-12-06 rofl0rfixup for fcntl.h changes
2012-12-06 rofl0radd arch_prctl syscall (amd64/x32 only)
2012-12-06 rofl0radd personality syscall
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-06 rofl0radd struct msgbuf to sys/msg.h
2012-12-06 rofl0runistd.h: fix wrong type for gid_t argument
2012-12-06 rofl0ripc.h: fix gnu aliases for key and seq in struct ipc_perm
2012-12-06 rofl0radd obsolete futimesat()
2012-12-06 rofl0rbits/signal.h: add register names for x86(_64)
2012-12-06 rofl0rfcntl.h: add some linux-specific F_ macros
2012-12-06 rofl0rtcp.h: add SOL_TCP, analoguous to udp.h
2012-12-06 rofl0radd more arch-specific MAP_ macros to bits/mman.h
2012-12-06 rofl0rremove MAP_32 from non-x86 archs
2012-12-06 rofl0radd MAP_NORESERVE to bits/mman.h
2012-12-06 Rich Felkerremove fenv saving/loading code from setjmp/longjmp...
2012-12-05 Rich Felkerfix inefficiency of math.h isless, etc. macros
2012-12-05 Rich Felkerremove mips setjmp/longjmp code to save/restore fenv
2012-12-05 Rich Felkeradd scsi headers scsi.h and sg.h
2012-12-05 Rich Felkeruse __builtin_offsetof to implement offsetof when possible
2012-12-05 Rich Felkeruse alternate argument syntax for restrict with lio_listio
2012-12-04 Rich Felkerfix regression in arm user.h that happened during big...
2012-12-03 Rich Felkeradd _ALL_SOURCE as an alias for _GNU_SOURCE/enable...
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
2012-12-02 Rich Felkerfix a couple issues in the inttypes.h PRI/SCN macros
2012-12-01 Rich Felkerprovide NSIG under _BSD_SOURCE (default) as well as...
2012-11-30 Rich Felkerfix ordering of shared library ctors with respect to...
2012-11-27 Rich Felkerfix some restrict-qualifier mismatches in newly added...
2012-11-27 Rich Felkerupdate readme and release notes for 0.9.8
2012-11-27 Rich Felkerremove stat member aliases from ppc-specific bits/stat.h
2012-11-26 Rich Felkerfix eventfd and inotify nonblock/cloexec flags to match...
2012-11-26 Rich Felkerfix missing limits when only _BSD_SOURCE is defined
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-26 Rich Felkermake sys/procfs.h mostly work on most archs
2012-11-26 Rich Felkerremove microblaze user.h incorrectly copied from arm
2012-11-26 Rich Felkereliminate gdb complaints about missing linux-gate.so.1
2012-11-24 Rich Felkerbegin sys/user.h and sys/reg.h fixes for ports
2012-11-24 Rich Felkerfix powerpc ucontext, again..
2012-11-23 Rich Felkerfix termios constants on mips
2012-11-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix powerpc sigsetjmp asm to match the new jmp_buf...
2012-11-23 Rich Felkerfix powerpc setjmp/longjmp to save/restore float regs...
2012-11-23 Rich Felkeradd missing startfiles for powerpc
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-23 Rich Felkerremove stuff that doesn't belong in powerpc 32-bit...
2012-11-21 Rich Felkermore ppc signal.h typedef order fixes
2012-11-21 Rich Felkerfix misordered typedefs in ppc signal.h
2012-11-21 Rich Felkerppc signal/NSIG related fix (warning fix, redefinition)
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-11-21 Rich Felkermake powerpc signal.h namespace-clean for posix/isoc
2012-11-21 Rich Felkerfix powerpc types to match abi, and some feature test...
2012-11-21 rofl0rfix invalid usage of mcontext_t in powerpc signal.h
2012-11-19 rofl0rpowerpc: handle syscall error in clone.
2012-11-19 Rich Felkerfix error in configure script using >/dev/null in noclo...
2012-11-19 Rich Felkerfix powerpc asm not to store data in volatile space...
2012-11-19 Rich Felkerfix breakage from introducing bits header for sys/io.h
next