summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* pull kernel-features.h from NPTLBernhard Reutner-Fischer2010-03-051-18/+392
* poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer2010-03-042-1/+7
* libc: Add a common sysdep headerCarmelo Amoroso2010-02-101-0/+139
* getdents: Fix mips64 buildAtsushi Nemoto2010-02-051-4/+4
* prctl: silence shadow warningsBernhard Reutner-Fischer2010-02-051-1/+1
* remove two checks for gettimeofday errorDenys Vlasenko2010-02-021-4/+6
* time,times: stop interpreting negative return values ar errorsDenys Vlasenko2010-02-023-8/+24
* silence warning about implicit decl of sysctlBernhard Reutner-Fischer2010-01-221-1/+3
* futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-191-2/+1
* uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* sync confname, environments with glibcBernhard Reutner-Fischer2009-11-262-17/+102
* in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer2009-11-251-0/+2
* bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-232-97/+110
* futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer2009-11-231-1/+6
* futimens: add functionBernhard Reutner-Fischer2009-11-202-0/+25
* ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-201-3/+2
* SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
* DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-0/+2
* _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-191-0/+1
* disable _POSIX_SPAWN defineMike Frysinger2009-10-221-0/+2
* sysctl: avoid inline initializationMike Frysinger2009-10-221-17/+9
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* Fix building arm EABIBernhard Reutner-Fischer2009-10-081-1/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+8
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* 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-182-8/+5
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1890-151/+1
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-064-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* drop last _syscall6 checksMike Frysinger2009-08-312-2/+2
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* 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
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-18/+8
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* create real common vfork() functionMike Frysinger2009-07-231-7/+13
* add hidden aliases for openat funcsMike Frysinger2009-07-222-0/+14
* byteswap: unify common definitionsMike Frysinger2009-07-212-87/+109
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-2/+2
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6
* fdatasync: handle latest alpha syscallsMike Frysinger2009-07-201-1/+1
* first pass at implementing *at funcsMike Frysinger2009-07-2017-0/+321