move new linux syscall wrapper functions to proper source dir
[musl] / arch /
2012-12-07 Rich Felkerfix trailing whitespace issues that crept in here and...
2012-12-06 Rich Felkermove signal.h REG_* macros under _GNU_SOURCE protection
2012-12-06 rofl0rbits/signal.h: add register names for x86(_64)
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-04 Rich Felkerfix regression in arm user.h that happened during big...
2012-11-27 Rich Felkerremove stat member aliases from ppc-specific bits/stat.h
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-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 setjmp/longjmp to save/restore float regs...
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 Rich Felkerfix breakage from introducing bits header for sys/io.h
2012-11-19 Rich Felkeradd port io functions to sys/io.h
2012-11-18 Rich Felkeradd missing const on powerpc FE_DFL_ENV
2012-11-18 Rich Felkerfenv support for ppc, untested
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-18 rofl0rppc socket.h: add forgotten cmsghdr
2012-11-17 Rich Felkerdynamic linking support for powerpc
2012-11-16 Rich Felkerfix ppc stat structure definition
2012-11-16 rofl0rfix powerpc termios.h and ioctl.h
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-15 Rich Felkerppc wchar_t is long, not int
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich Felkerfix powerpc atomic compare-and-swap function
2012-11-14 Rich Felkerupdate ppc atomic code to match the endian-agnostic...
2012-11-14 Rich Felkerfix wchar limits mistakenly copied from arm
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 rofl0rPPC port cleaned up, static linking works well now.
2012-11-13 Richard Penningtonimport preliminary ppc work by rdp.
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-10-19 Rich Felkerfix struct stat size/padding on microblaze
2012-10-19 Rich Felkerinline syscalls for microblaze
2012-10-19 Rich Felkerbetter support for reverse-endian variants of arm/mips...
2012-10-19 Rich Felkerfloating point environment/exceptions support for mips
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...
next