summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* libc/x86: fix stack unwinding and backtrace informationTimo Teräs2011-12-233-75/+28
* */crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer2011-05-101-2/+0
* posix_fadvise64: fix x86 implementationTimo Teräs2011-05-071-1/+3
* i386: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-052-0/+3
* */crt?.S: remove .size directivesBernhard Reutner-Fischer2011-05-042-3/+0
* bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on targetPeter S. Mazinger2011-03-091-4/+0
* unify stub logicMike Frysinger2011-02-241-5/+4
* i386: extend IMA guards to also cover LTOBernhard Reutner-Fischer2011-02-091-2/+5
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-1/+1
* nptl i686: avoid cpp problems with thunk sectionBernhard Reutner-Fischer2010-08-061-0/+2
* use uniform form of C99 keywordsBernhard Reutner-Fischer2010-06-241-4/+4
* libc: silence warnings about undefined cpp tokensBernhard Reutner-Fischer2010-06-241-1/+1
* nptl: fix libc sigaction signal checkingTimo Teräs2010-04-151-12/+0
* Fixes NPTL build on x86.Natanael Copa2010-04-091-1/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-061-108/+155
|\
| * i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko2010-04-061-18/+78
| * i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko2010-04-061-45/+9
| * i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko2010-04-061-4/+11
| * i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko2010-04-061-100/+116
* | i386 unify sysdep.hAustin Foxley2010-02-181-1/+125
* | compile fixes for i386 nptlAustin Foxley2010-02-171-0/+336
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-281-103/+0
|\|
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-103/+0
* | i386 specific bit for nptlAustin Foxley2009-10-175-4/+31
|/
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-2/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+4
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-291-2/+0
* enable nanosecond stat support for everyoneMike Frysinger2009-07-261-12/+6
* byteswap: unify common definitionsMike Frysinger2009-07-211-99/+22
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-1/+1
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-3/+3
* syscall: unify common syscall definesMike Frysinger2009-07-081-66/+0
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-031-4/+3
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+6
* mknod: widen the parameters to match kernelDenis Vlasenko2009-03-031-4/+3
* docs/probe_math_exception.c:Denis Vlasenko2009-02-111-3/+14
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-021-1/+1
* - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ...Bernhard Reutner-Fischer2009-01-121-0/+1
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-292-23/+23
* These defines needs to be considered after recent linux kernel combined i386 ...Khem Raj2008-12-231-2/+6
* Remove __libc_posix_fadvise[64] alias. It existed on i386 and arm only,Denis Vlasenko2008-12-151-9/+17
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-151-93/+65
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* i386/brk.c: gcc can't figure out how to use %ebx in PIC mode,Denis Vlasenko2008-12-121-7/+12
* smaller brk() for i386. Inspected assembly to see it's still valid.Denis Vlasenko2008-12-121-14/+12
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-011-28/+34
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-212-0/+2