aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/i386
AgeCommit message (Expand)Author
2012-08-01Remove __ASSUME_FCNTL64.Joseph Myers
2012-08-01Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals).Joseph Myers
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-06-04Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64H.J. Lu
2012-06-04Use x86_64 bits/{io,perm}.h for i386 and x86_64H.J. Lu
2012-06-01Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu
2012-06-01Use i386 bits/wchar.h for i386 and x86-64H.J. Lu
2012-05-31Support __WORDSIZE == 64 in i386 bits/wchar.hH.J. Lu
2012-05-31Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu
2012-05-31Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu
2012-05-31Add x86-64 support to i386 sys/elf.h and sys/vm86.hH.J. Lu
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu
2012-05-25Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.Joseph Myers
2012-05-25Add systemtap static probe points in setjmp/longjmp on x86.Roland McGrath
2012-05-25Remove pre-2.4 Linux kernel support.Joseph Myers
2012-05-23Replace "jmp L(pseudo_end)" with "ret"H.J. Lu
2012-05-23Update from Linux 3.4Andreas Jaeger
2012-05-22Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson
2012-05-14Remove pre-2.2 Linux kernel support.Joseph Myers
2012-05-04Fix missing vm86 symbolAndreas Schwab
2012-04-28Move abilist files into sysdep dirs.David S. Miller
2012-04-21Put vm86 into libc.aNix
2012-03-20Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu
2012-03-16Add x32 support to ldconfigH.J. Lu
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-02-05Use macro for PIC setup in inline asm.Joseph Myers
2012-02-03Use macros for x86 PIC thunk names.Joseph Myers
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-09-15Use HIDDEN_JUMPTARGET rather than spelling out its effects, for ____longjmp_c...Roland McGrath
2011-09-10Remove support for !USE___THREADUlrich Drepper
2011-08-22Fix missing declarationAndreas Schwab
2011-08-11Clean up PLT use for scandiratAndreas Schwab
2011-08-09Implement scandirat functionUlrich Drepper
2011-08-08Avoid multiple definitions of identical scandir cancellation handlerUlrich Drepper
2011-04-03Fix typo in cache information table for x86-{32,64}.Ulrich Drepper
2011-04-01Rename open_by_handle to open_by_handle_at.Andreas Schwab
2011-04-01Define O_PATH.Ulrich Drepper
2011-04-01Also make x86 sync_file_range a cancellation point.Ulrich Drepper
2011-04-01Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper
2011-04-01Add support for name_to_handle_at and open_by_handle.Ulrich Drepper
2011-03-22Last change caused infinite loops because of missing loop increment.Ulrich Drepper