summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-2/+2
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-7/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-184-17/+11
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-18144-225/+2
* always define float_t as floatBernhard Reutner-Fischer2009-09-174-80/+4
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-151-0/+11
* sparc/sigaction.c: note possible bugs by comments. style fixesDenys Vlasenko2009-09-091-49/+57
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-064-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* Revert "syscall.c: Use common syscall.c for ARM"Khem Raj2009-09-063-0/+129
* drop last _syscall6 checksMike Frysinger2009-08-312-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-3018-19/+81
* Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj2009-08-305-9/+22
* Add posix_fadvise{64}.c routines to Makefile.archKhem Raj2009-08-302-7/+7
* Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj2009-08-302-0/+106
* support building out-of-treeBernhard Reutner-Fischer2009-08-172-2/+3
* m68k syscall: switch to common codeMaxim Kuvyrkov2009-08-133-204/+69
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-051-0/+5
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-011-1/+3
* syscall.c: Use common syscall.c for ARMKhem Raj2009-08-013-129/+0
* build: Include Makefile.commonarch from common Makefile.inCarmelo Amoroso2009-07-2920-38/+1
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-2611-10/+64
* enable nanosecond stat support for everyoneMike Frysinger2009-07-2635-409/+292
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* Blackfin: fix typo in byteswap.h commitMike Frysinger2009-07-231-1/+1
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+1
* create real common vfork() functionMike Frysinger2009-07-233-28/+14
* Blackfin: no need to load P5 for shared FLATJie Zhang2009-07-221-1/+0
* Blackfin: fix generation of Scrt1.o for FDPICJie Zhang2009-07-221-1/+1
* Blackfin: unify FDPIC/FLAT versions of cloneMike Frysinger2009-07-221-22/+8
* add hidden aliases for openat funcsMike Frysinger2009-07-222-0/+14
* byteswap: unify common definitionsMike Frysinger2009-07-2110-632/+242
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-212-3/+3
* It fixes the following warnings seen on mips build.Khem Raj2009-07-203-8/+20
* avr32/microblaze/vax: punt local byteswap.hMike Frysinger2009-07-203-175/+0
* syscall: convert cris/hppa to common syscallsMike Frysinger2009-07-203-140/+19
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6
* alpha: fix building with no asm/elf.hMike Frysinger2009-07-201-1/+14
* fdatasync: handle latest alpha syscallsMike Frysinger2009-07-201-1/+1
* alpha/sigprocmask: fix implicit memset() prototypeMike Frysinger2009-07-201-0/+1
* first pass at implementing *at funcsMike Frysinger2009-07-2017-0/+321
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-07-201-12/+6
* fix typo in frv endian commentMike Frysinger2009-07-201-1/+1
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-07-201-11/+2
* Fix ARM syscall argument loading.Joseph Myers2009-07-141-14/+21
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-095-78/+14