about summary refs log tree commit diff
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-041-0/+3
* eliminate bits/wchar.hRich Felker2013-04-041-4/+0
* re-add useconds_trofl0r2013-04-021-0/+1
* add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy2013-04-011-0/+4
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* add deprecated SIGIOT alias for SIGABRTRich Felker2013-03-231-0/+1
* fix types for wctype_t and wctrans_tRich Felker2013-03-041-2/+2
* add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-121-0/+7
* add missing EXTPROC flag to bits/termios.hSzabolcs Nagy2013-01-121-0/+1
* add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-121-0/+2
* add missing EHWPOISON to bits/errno.hSzabolcs Nagy2013-01-121-0/+1
* move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker2012-12-061-20/+22
* bits/signal.h: add register names for x86(_64)rofl0r2012-12-061-0/+21
* add more arch-specific MAP_ macros to bits/mman.hrofl0r2012-12-061-0/+4
* add MAP_NORESERVE to bits/mman.hrofl0r2012-12-061-0/+1
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-4/+5
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-4/+7
* sigcontext/mcontext cleanup for arch-specific bitsRich Felker2012-11-231-22/+26
* fix up leftover, incorrect NSIG definitions in arch-specific signal.hRich Felker2012-11-231-1/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+2
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-3/+0
* add port io functions to sys/io.hRich Felker2012-11-181-0/+80
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-3/+0
* add support for TLS variant I, presently needed for arm and mipsRich Felker2012-10-151-1/+2
* ensure pointer decay in inline-asm arg for i386 syscall6Rich Felker2012-10-131-1/+1
* i386 vsyscall support (vdso-provided sysenter/syscall instruction based)Rich Felker2012-10-111-66/+7
* dynamic-linked TLS support for everything but dlopen'd libsRich Felker2012-10-041-1/+21
* fix broken semctl on systems that don't use IPC_64 flagRich Felker2012-09-221-0/+2
* add O_EXEC open modeRich Felker2012-09-151-0/+1
* add O_PATH/O_SEARCH support to fcntl.hRich Felker2012-09-131-0/+2
* syscall organization overhaulRich Felker2012-09-082-286/+136
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+3
* avoid "inline" in public headers for strict c89 compatibilityRich Felker2012-09-021-14/+14
* use int instead of long for ptrdiff_t on all 32-bit archsRich Felker2012-08-101-1/+1
* add defines for number of sigset_t bytes syscalls expectRich Felker2012-08-091-0/+2
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-0/+7
* jmp_buf overhaul fixing several issuesRich Felker2012-07-031-1/+1
* update syscall defs to latest kernel onesRich Felker2012-06-231-0/+16
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-201-0/+3
* fix missing _BSD_SOURCE support in bits/*.hRich Felker2012-05-223-4/+4
* fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is usedRich Felker2012-04-291-0/+5
* support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sseRich Felker2012-04-271-0/+4
* use signed char rather than plain char for int8_tRich Felker2012-04-241-4/+4
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-2/+0
* add F_SETSIG and F_GETSIG (linux specific) to fcntl.hRich Felker2012-04-151-0/+2
* work around nasty gcc bug in the i386 syscall asmRich Felker2012-04-041-4/+4
* fix DECIMAL_DIG definitionsRich Felker2012-03-211-0/+2
* add float_t and double_t to math.hRich Felker2012-02-151-0/+3
* replace bad cancellation cleanup abi with a sane oneRich Felker2012-02-091-25/+0
* add prlimit syscall wrapperRich Felker2012-01-201-0/+2