summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* futimens: add functionBernhard Reutner-Fischer2009-11-222-0/+25
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-221-3/+2
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-221-0/+2
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-221-0/+2
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-221-0/+1
* disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* whitespace fixesAustin Foxley2009-10-175-6/+5
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-163-1/+5
* clean up O_CLOEXEC handlingMike Frysinger2009-10-161-0/+8
* descriptive error messageBernhard Reutner-Fischer2009-10-161-1/+1
* Fix building arm EABIBernhard Reutner-Fischer2009-10-081-1/+1
* Revert part of ecd7069ac6Austin Foxley2009-09-251-0/+2
* spent this morning beating i386 nptl into shapeAustin Foxley2009-09-221-0/+4
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* not-cancel: use *_not_cancel variants directlyAustin Foxley2009-09-211-0/+19
* uClibc_mutex.h: define non-thread versions of all the io-mutex macrosAustin Foxley2009-09-211-5/+12
* warning fixesAustin Foxley2009-09-211-2/+0
* guard sysdep-cancel.h include under defineAustin Foxley2009-09-201-0/+6
* guard sysdep.h include with correct defineAustin Foxley2009-09-201-1/+1
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-182-7/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-182-8/+5
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-1886-147/+1
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-184-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-181-4/+2
* drop last _syscall6 checksMike Frysinger2009-09-032-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-09-031-0/+6
* 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
* enable nanosecond stat support for everyoneMike Frysinger2009-08-192-18/+8
* enable sbrk() for everyoneMike Frysinger2009-08-191-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-08-191-1/+6
* create real common vfork() functionMike Frysinger2009-08-191-7/+13
* add hidden aliases for openat funcsMike Frysinger2009-08-192-0/+14
* byteswap: unify common definitionsMike Frysinger2009-08-192-87/+109
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-191-2/+2
* some ports define ENOTSUPMike Frysinger2009-08-191-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-08-191-6/+6
* 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
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-08-191-11/+2
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-091-0/+12
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-092-3/+17
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-098-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-092-1/+83
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-091-0/+6
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-06-051-5/+52
* sparc32 nptl functionalaustinf2009-03-191-0/+4