in mips cancellable syscall asm, don't assume gp register is valid
[oweals/musl.git] / arch / i386 /
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-26 Szabolcs Nagyadd new i386 socket syscall numbers
2016-01-26 Szabolcs Nagychange the internal socketcall selection logic
2016-01-22 Rich Felkerclean up i386 atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-12-29 Rich Felkeradjust i386 max_align_t definition to work around some...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-09-17 Rich Felkerintroduce new symbol-lookup-free rcrt1/dlstart stage...
2015-09-09 Rich Felkerfix missing earlyclobber flag in i386 a_ctz_64 asm
2015-07-28 Rich Felkerfix missing synchronization in atomic store on i386...
2015-05-20 Rich Felkerfix inconsistency in a_and and a_or argument types...
2015-04-14 Rich Felkeruse hidden visibility for i386 asm-internal __vsyscall...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-11 Rich Felkerfix C++ incompatibility in i386 definition of max_align_t
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-06-19 Rich Felkeradd tlsdesc support for i386
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-06-06 Rich Felkeradd vdso clock_gettime acceleration support to i386
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-04-17 Timo Teräsmake socketcall types common as they are same for all...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
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
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-09-26 Rich Felkeradd missing i386 syscall numbers
2013-08-18 Szabolcs Nagyremove the __mxcsr member from fenv_t on i386 to follow...
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-02 rofl0rre-add useconds_t
2013-04-01 Szabolcs Nagyadd syscall numbers for the new kcmp and finit_module...
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-03-24 Rich Felkeradd deprecated SIGIOT alias for SIGABRT
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing mmap options and madvices to bits/mman...
2013-01-12 Szabolcs Nagyadd missing EXTPROC flag to bits/termios.h
2013-01-12 Szabolcs Nagyadd missing F_GETOWNER_UIDS flag to bits/fcntl.h
2013-01-12 Szabolcs Nagyadd missing EHWPOISON to bits/errno.h
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 rofl0radd MAP_NORESERVE to bits/mman.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-23 Rich Felkersigcontext/mcontext cleanup for arch-specific bits
2012-11-23 Rich Felkerfix up leftover, incorrect NSIG definitions in arch...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
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 FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
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 Felkerdynamic-linked TLS support for everything but dlopen...
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-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
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-10 Rich Felkeruse int instead of long for ptrdiff_t on all 32-bit...
2012-08-10 Rich Felkeradd defines for number of sigset_t bytes syscalls expect
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
next