musl
2014-03-19 rofl0rconfigure: check for __ILP32__ if arch is x86_64
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkerfix mips stack_t
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-19 Rich Felkerfix mips sigsetjmp asm to match fixed jmp_buf size
2014-03-19 Rich Felkerfix typo in filename used in sh port
2014-03-19 Rich Felkerfix size of mips jmp_buf
2014-03-19 Rich Felkerremove useless and incorrect uc_regspace member from...
2014-03-18 Rich Felkeruse syscall_arg_t for arguments in public syscall(...
2014-03-17 Rich Felkermake configure accept alternate gcc tuples for x32
2014-03-17 rofl0rx32: fix struct statfs
2014-03-17 Rich Felkerfix negated error codes from ptsname_r
2014-03-16 Bobby Binghamsuperh: fix dynamic linking of __fpscr_values
2014-03-13 rofl0rsemctl: fix UB causing crashes on powerpc
2014-03-12 Szabolcs Nagyfix statfs struct on mips
2014-03-12 Szabolcs Nagyfix semid_ds structure on mips
2014-03-11 Rich Felkerfix socket.h struct msghdr member types on powerpc
2014-03-11 Rich Felkerfix sysvipc structures on powerpc
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-03-09 Szabolcs Nagymath.h: make __FLOAT_BITS and __DOUBLE_BITS C89
2014-03-09 Rich Felkerfix incorrect rounding in printf floating point corner...
2014-03-09 Rich Felkerfix buffer overflow in printf formatting of denormals...
2014-03-08 Rich Felkerin sys/procfs.h, avoid using __WORDSIZE macro
2014-03-08 Rich Felkeradd bits/user.h for sh port
2014-03-08 Rich Felkerin fcntl, use unsigned long instead of long for variadi...
2014-03-06 Rich Felkerupdate copyright dates to 2014
2014-03-06 rofl0rx32: fix sysinfo()
2014-03-05 Rich Felkerfix strerror on mips: one error code is out of the...
2014-02-28 Rich Felkerimprove configure's target arch matching
2014-02-28 Rich Felkerfix missing CFLAGS in configure test for float on sh
2014-02-28 Rich Felkerfix copy-and-paste error in configure's IEEE double...
2014-02-28 Rich Felkeradd nofpu subarchs to the sh arch, and properly detect...
2014-02-28 Rich Felkerfix endian subarchs for sh arch
2014-02-28 Rich Felkerrename superh port to "sh" for consistency
2014-02-25 Rich Felkerfix readdir not to set ENOENT when directory is removed...
2014-02-24 Szabolcs Nagyin.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
2014-02-24 Szabolcs Nagyif_ether.h: new ethernet protocol type
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-02-24 Szabolcs Nagyelf.h: add aarch64 relocations
2014-02-24 Szabolcs Nagyelf.h: new elf header flag to mark 2008-NaN vs legacy...
2014-02-24 Rich Felkeradd missing sub files for mipsel-sf to use softfloat...
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-24 Rich Felkermake the x32 port use the correct ld-musl-x32.path...
2014-02-23 Bobby Binghamsuperh port
2014-02-23 rofl0rfix x32 syscall arch.h timespec fixup code
2014-02-23 rofl0rfix some issues in x32 syscall_cp_fixup
2014-02-23 Rich Felkermostly-cosmetic fixups to x32 port merge
2014-02-23 rofl0rconfigure: suppress bogus pointer-int cast warnings
2014-02-23 rofl0rconfigure: recognize x86_64-x32 and x32
2014-02-23 rofl0rx32 port (diff against vanilla x86_64)
2014-02-23 rofl0rimport vanilla x86_64 code as x32
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-02-22 rofl0rsys/sem.h: cheat and make all longs use time_t instead
2014-02-22 rofl0ruse syscall_arg_t type for syscall prototypes in pthrea...
2014-02-22 rofl0rinternal/syscall.h: add syscall_arg_t macro
2014-02-22 rofl0rinternal/syscall.h: use a macro for the syscall args...
2014-02-22 Rich Felkeradd fallback emulation for accept4 on old kernels
2014-02-18 Rich Felkeradd flock64 alias for (struct) flock in fcntl.h
2014-02-13 Rich Felkeradd ipv6 and icmpv6 to getprotoent-family functions
2014-02-13 Rich Felkerfix typo in table for getprotoent that caused out-of...
2014-02-12 Rich Felkermake posix_spawn accept null pid pointer arguments
2014-02-11 Szabolcs Nagyadd parens when bit and arith ops are mixed in macros...
2014-02-11 Szabolcs Nagyfix signed and unsigned comparision in macros in public...
2014-02-10 Bobby Binghamclone: make clone a wrapper around __clone
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)
2014-02-09 Szabolcs Nagyfix fesetenv(FE_DFL_ENV) on i386
2014-02-07 Rich Felkerin fdopen, avoid setting O_APPEND flag if it's already set
2014-02-07 Rich Felkerfix ftello result for append streams with unflushed...
2014-02-05 Rich Felkerreduce namespace pollution in netinet/udp.h
2014-02-05 Rich Felkerfix use of legacy u_intN_t types in netinet/tcp.h
2014-02-05 Rich Felkeradd support for BSD struct tcphdr in netinet/tcp.h
2014-02-05 Rich Felkeradd nonstandard timespec/timeval conversion macros...
2014-02-05 Timo Teräsadd NO_ADDRESS macro to netdb.h as an alias for NO_DATA
2014-02-05 Timo Teräsadd legacy functions setkey() and encrypt()
2014-02-01 Rich Felkerfix nftw FTW_MOUNT flag
2014-01-23 Szabolcs Nagyfix an overflow in wcsxfrm when n==0
2014-01-21 Rich Felkeradd version.h to .gitignore; it is a generated file
2014-01-21 Rich Felkerfix crash in dynamic linker when certain copy relocatio...
2014-01-21 Szabolcs Nagyfix initstate to make the state buffer usable in setstate
2014-01-16 Rich Felkerfix system breakage window during make install due...
2014-01-16 Rich Felkerremove more unnecessary operand-size suffixes from...
2014-01-12 Rich Felkerremove gratuitous temp vars, casts, and suffixes in...
2014-01-11 Rich Felkerremove size suffix in x86_64 __pthread_self asm
2014-01-11 Rich Felkermake type of st_dev explicitly dev_t in x86_64 stat.h
2014-01-09 Rich Felkerfix namespace violation in sys/shm.h
2014-01-09 Rich Felkerfix namespace violations in utmpx.h
2014-01-09 Rich Felkeradd IUTF8 to termios.h on archs that were missing it
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2014-01-08 Rich Felkerfix remaining known namespace violations for netinet...
2014-01-08 Rich Felkerfix inadvertent use of struct in place of union for...
2014-01-08 Szabolcs Nagyadd __isoc99_vfscanf weak alias to vfscanf
2014-01-08 Szabolcs Nagymath: add drem and dremf weak aliases to i386 remainder asm
2014-01-08 Rich Felkerfix type of semctl variadic argument
2014-01-08 Rich Felkerin fcntl, avoid passing pointer arguments to syscalls...
2014-01-07 Rich Felkerfix const-correctness of argument to stime
2014-01-07 Rich Felkerfix signedness of pgoff argument to remap_file_pages
2014-01-07 Rich Felkerfix const-correctness in sigandset/sigorset arguments
2014-01-07 Rich Felkerremove sys/sysctl.h
2014-01-07 Rich Felkerfix incorrect type for wd argument of inotify_rm_watch
next