summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* support building out-of-treeBernhard Reutner-Fischer2009-08-192-2/+3
* m68k syscall: switch to common codeMaxim Kuvyrkov2009-08-193-204/+69
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-191-0/+5
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-191-1/+3
* force arches to provide sys/user.hMike Frysinger2009-08-191-1/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-1911-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-08-1935-409/+292
* enable sbrk() for everyoneMike Frysinger2009-08-191-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-191-1/+6
* Blackfin: fix incorrect attribute orderMike Frysinger2009-08-191-1/+1
* create real common vfork() functionMike Frysinger2009-08-193-28/+14
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-08-191-1/+1
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-08-191-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-08-191-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-08-191-22/+8
* add hidden aliases for openat funcsMike Frysinger2009-08-192-0/+14
* It fixes the following warnings seen on mips build.Khem Raj2009-08-193-8/+20
* byteswap: unify common definitionsMike Frysinger2009-08-1910-632/+242
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-192-3/+3
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-08-193-175/+0
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-08-193-140/+19
* some ports define ENOTSUPMike Frysinger2009-08-191-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-08-191-6/+6
* alpha: fix building with no asm/elf.hMike Frysinger2009-08-191-1/+14
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-08-191-0/+1
* first pass at implementing *at funcsMike Frysinger2009-08-1917-0/+321
* fdatasync: handle latest alpha syscallsMike Frysinger2009-08-191-1/+1
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-08-191-12/+6
* fix typo in frv endian commentMike Frysinger2009-08-191-1/+1
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
* Fix ARM syscall argument loading.Joseph Myers2009-08-191-14/+21
* syscall.c: Use common syscall.c for ARMKhem Raj2009-08-023-129/+0
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-2920-38/+1
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-095-78/+14
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-0914-78/+40
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-098-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-0914-1061/+316
* Avoid warnings about shifting more bits than we haveRon2009-07-091-2/+4
* Provide token prototypes for functions that are external but have no headerRon2009-07-0910-28/+24
* i386: store errno value before using __set_errno()Ingo van Lil2009-07-091-4/+3
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-0926-5/+205
* Fix Thumb-2 setjmp.Joseph Myers2009-07-091-1/+1
* Add missing CLIBABI variables __aeabi_stdin, __aeabi_stdout, __aeabi_stderr.Joseph Myers2009-07-091-0/+15
* sh: Add licensing statement to cacheflush.cCarmelo Amoroso2009-07-021-0/+2
* sh: add cacheflush syscall wrapperGiuseppe Cavallaro2009-07-022-1/+14
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-06-051-5/+52
* Add working pipe implementation for sparcAustin Foxley2009-05-263-3/+69
* Get sparc64 nptl compilingAustin Foxley2009-05-211-0/+102
* Adjust build of sigaction for the nptl caseAustin Foxley2009-05-201-1/+5
* Add a sigaction implementation for sparcAustin Foxley2009-05-202-1/+95