summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386
Commit message (Expand)AuthorAgeFilesLines
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-231-103/+0
* 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
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-202-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-151-2/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-151-2/+2
* - fix sigaction on older kernels (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-3/+3
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-4/+0
* - now passes all LTP testsBernhard Reutner-Fischer2008-09-293-65/+23
* - fix !LFS case for i386Bernhard Reutner-Fischer2008-09-252-7/+12
* - add posix_fadvise. Not yet tested most likely broken in advise64Bernhard Reutner-Fischer2008-09-192-0/+39
* - take LFS into account and add fallback via fadvise64Bernhard Reutner-Fischer2008-09-191-4/+34
* - posix_fadvise64 for i386Bernhard Reutner-Fischer2008-09-191-0/+68
* - sync_file_range(). Missed the i386 directory in previous commitBernhard Reutner-Fischer2008-09-162-2/+69
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-4/+0
* - some more asm keyword fixes (Yann E. MORIN)Bernhard Reutner-Fischer2008-08-061-15/+15
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-5/+5
* - fix asm and volatile keywordsBernhard Reutner-Fischer2008-07-233-49/+49
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+2
* Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko2008-06-011-4/+2
* Introduce and use small[u]int type. Changes in size:Denis Vlasenko2008-05-201-0/+8
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* - add missing #endifBernhard Reutner-Fischer2008-05-031-1/+0
* - implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer2008-05-031-1/+6
* - add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer2008-05-021-10/+22
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-242-2/+2