overhaul system() and popen() to use vfork; fix various related bugs
[musl] / arch /
2012-10-16 Rich Felkermicroblaze TLS relocation support, completely untested
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-14 Rich Felkerensure pointer decay in inline-asm arg for i386 syscall6
2012-10-12 Rich Felkeri386 vsyscall support (vdso-provided sysenter/syscall...
2012-10-05 Rich Felkerfix incorrect TLS reloc macro names in x86_64 reloc.h
2012-10-05 Rich Felkerdynamic-linked TLS support for everything but dlopen...
2012-09-29 Rich Felkermicroblaze port
2012-09-22 Rich Felkerfix IPC_64 in msgctl too
2012-09-22 Rich Felkerfix broken semctl on systems that don't use IPC_64...
2012-09-16 Rich Felkeradd O_EXEC open mode
2012-09-15 Rich Felkerfix syscall asm constraints for arm too
2012-09-15 Rich Felkerfix buggy constraints in mips inline syscall asm
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-11 Rich Felkerimprove mips syscall asm constraints to use immediates...
2012-09-11 Rich Felkereliminate assumption that mips syscall restart preserve...
2012-09-09 Rich Felkerinline syscall support for arm
2012-09-09 Rich Felkerinline syscall support for mips
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-07 Rich Felkeradd clang-compatible thread-pointer code for mips
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkeravoid need for -march=mips2 to compile mips atomic...
2012-08-10 Rich Felkeruse int instead of long for ptrdiff_t on all 32-bit...
2012-08-10 Rich Felkerfix incorrect ptrdiff_t type on mips
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-08-07 Rich Felkerfurther fixes for mips ioctl.h header
2012-08-07 Rich Felkerfix another mips gratuitous-incompatibility bug: ioctl...
2012-08-05 Rich Felkerfix socket.h on mips
2012-08-05 Rich Felkermore stuff lost committing mips dynamic linker
2012-08-05 Rich Felkermips dynamic linker support
2012-07-22 Rich Felkeradd floating point register saving/restoring to mips...
2012-07-13 Rich Felkerfix broken mips a_fetch_add
2012-07-13 Rich Felkermipsel (little endian) support
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-12 Rich Felkerfix mips syscalls with long long args
2012-07-12 Rich Felkerfix mips mcontext_t structure size
2012-07-12 Rich Felkerfix MAP_ANONYMOUS value for mips, remove cruft copied...
2012-07-11 Rich Felkerinitial version of mips (o32) port, based on work by...
2012-07-10 Rich Felkersupport -mfpmath=387 on x86_64
2012-07-10 Rich Felkerfix wrong value of FLT_EVAL_METHOD for x86_64
2012-07-09 Rich Felkermake arm syscalls (still non-inline) more efficient
2012-07-08 Rich Felkerremove little-endian assumption from arm atomic.h
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-06-24 Rich Felkerupdate syscall defs to latest kernel ones
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-05-24 Rich Felkerfix arm syscall.h to reflect which syscalls actually...
2012-05-23 Rich Felkerfix missing _BSD_SOURCE support in bits/*.h
2012-04-29 Rich Felkerfix float_t and double_t defs on x86 when -mfpmath...
2012-04-27 Rich Felkersupport FLT_EVAL_METHOD changing on x86 with gcc -msse2...
2012-04-24 Rich Felkeruse signed char rather than plain char for int8_t
2012-04-15 Rich Felkermove F_DUPFD_CLOEXEC out of bits
2012-04-15 Rich Felkeradd F_SETSIG and F_GETSIG (linux specific) to fcntl.h
2012-04-04 Rich Felkerwork around nasty gcc bug in the i386 syscall asm
2012-03-21 Rich Felkerfix DECIMAL_DIG definitions
2012-02-25 Rich Felkeruse __attribute__((const)) on arm __pthread_self function
2012-02-16 Rich Felkeradd float_t and double_t to math.h
2012-02-09 Rich Felkerreplace bad cancellation cleanup abi with a sane one
2012-01-21 Rich Felkeradd prlimit syscall wrapper
2011-10-17 Rich Felkerfix some details in ugly stuff that doesn't belong...
2011-10-15 Rich Felkerdon't define wchar_t on c++
2011-10-05 Rich Felkerfix fcntl O_* flags for arm
2011-10-01 Rich Felkertypo (copy 2) in arm reloc.h
2011-10-01 Rich Felkertypo in arm reloc.h
2011-10-01 Rich Felkerfirst attempt at arm dynamic linking
2011-09-23 Rich Felker"optimize" arm __pthread_self
2011-09-22 Rich Felkerfix x86_64 user.h (previously was just a copy of i386)
2011-09-22 Rich Felkercleanup/debloat i386 user.h
2011-09-22 Rich Felkerwrong __WORDSIZE in x86_64 header
2011-09-22 Rich Felkerupdate syscalls with off_t arguments to handle argument...
2011-09-20 Rich Felkerfix the definition of struct statvfs to match lsb abi
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-19 Rich Felkerfix the type of wchar_t on arm; support wchar_t varying...
2011-09-19 Rich Felkerfix incorrect long double parameters on arm (and other...
2011-09-18 Rich Felkerinitial commit of the arm port
2011-09-18 Rich Felkercleanup more bits cruft (sysmacros and socket)
2011-09-18 Rich Felkermore bits junk (tcp.h)
2011-09-18 Rich Felkermove invariant netinet/in.h stuff out of bits/in.h
2011-08-23 Rich Felkersecurity hardening: ensure suid programs have valid...
2011-08-14 Rich Felkertypo in macro definitions for x86_64
2011-08-07 Rich Felkerensure the compiler does not move around thread-registe...
2011-07-22 Rich Felkersocket headers macro adjustment - workaround for buggy...
2011-06-26 Rich Felkerfix some symbol resolution issues in dynamic linker
2011-06-25 Rich Felkermove all limits that don't vary out of bits/limits...
2011-06-25 Rich Felkerproper path searching for dynamic linker
2011-06-18 Rich Felkerexperimental dynamic linker!
2011-06-15 Rich Felker__syscall5 inline is having trouble with PIC; just...
2011-06-07 Rich Felkeruse __WCHAR_TYPE__ on i386 if it is defined
2011-04-28 Rich Felkeruse compiler builtins for variadic macros when available
2011-04-27 Rich Felkeradd word-sized ctz function to atomic.h
2011-04-21 Rich Felkermove wait.h macros out of bits. they do not vary.
2011-04-20 Rich Felkernamespace fixes for sys/mman.h
2011-04-20 Rich Felkeradd syscall wrappers for posix_fadvise, posix_fallocate
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-15 Rich Felkerfix O_SYNC definition, cleanup fcntl.h
2011-04-15 Rich Felkerfix FAPPEND typo on x86_64 (previously only fixed on...
2011-04-15 Rich Felkerfcntl.h: move macros that do not vary between archs...
2011-04-15 Rich Felkerfix broken fcntl locks on x86_64
next