summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger2011-03-101-1/+0
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
* bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger2011-03-091-2/+4
* types.h: remove __ipc_pid_tPeter S. Mazinger2011-03-091-5/+0
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-092-2/+6
* The C6X portAurelien Jacquiot2011-03-051-0/+1
* provide internal hidden version of __fcntl_nocancelPeter S. Mazinger2011-03-031-0/+1
* add _dl_errno support to errno.h, cleanupPeter S. Mazinger2011-03-031-43/+0
* simplify guard of uClibc internalsPeter S. Mazinger2011-03-031-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-0/+2
* remove error handling from some syscallsPeter S. Mazinger2011-03-039-51/+33
* fix stubsPeter S. Mazinger2011-03-031-5/+1
* Correct ssp codePeter S. Mazinger2011-03-031-1/+2
* add missing prototypesPeter S. Mazinger2011-03-031-0/+4
* use common sigthread.hPeter S. Mazinger2011-03-031-1/+7
* nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso2011-02-251-0/+5
* unify stub logicMike Frysinger2011-02-2427-259/+189
* nptl: imit waitpid just for MIPS O32Bernhard Reutner-Fischer2011-02-221-1/+0
* buildsys: fix inverted logic with thread implsBernhard Reutner-Fischer2011-02-161-3/+2
* buildsys: use kbuild styleBernhard Reutner-Fischer2011-02-141-96/+39
* buildsys: remove wrong fileBernhard Reutner-Fischer2011-02-141-1/+1
* nptl: fix typo in buildsysBernhard Reutner-Fischer2011-02-141-1/+1
* Fix GNU make v3.80 compatibilityKevin Cernekee2011-02-111-2/+6
* sync bits/socket.h PF_* / AF_* values with 2.6.38-rc3Peter Korsgaard2011-02-091-1/+21
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-291-0/+4
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-311-4/+9
* Fix msync() redefinition for noMMU buildBernhard Reutner-Fischer2010-10-271-0/+5
* *: inline constant __sig{add,del}set and __sigismemberDenys Vlasenko2010-10-222-2/+35
* remove superfluous libc_hidden_proto(memcpy) and #includeDenys Vlasenko2010-10-222-8/+0
* sleep: employ __USE_EXTERN_INLINES (with necessary fixes)Denys Vlasenko2010-10-221-4/+10
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-202-2/+7
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-154-7/+72
* libc: Provide both getpgid and __getpgid symbolsCarmelo Amoroso2010-08-311-1/+4
* math: isnan is a C99 featureHenning Heinold2010-08-051-6/+5
* nptl: _POSIX_IPV6 depends on UCLIBC_HAS_IPV6Bernhard Reutner-Fischer2010-08-021-0/+8
* new helper funcs for alloca/malloc with mmu/nommuMike Frysinger2010-07-273-6/+40
* remove trailing comma in enumBernhard Reutner-Fischer2010-07-271-1/+1
* lutimes: add lutimes supportVladimir Zapolskiy2010-07-271-0/+38
* msync: skip if syscall is missingMike Frysinger2010-07-261-0/+4
* nommu: fix building of fork.c when stubs are disabledMike Frysinger2010-07-261-1/+2
* include/param.h: Dont use ARG_MAX from kernel headersKhem Raj2010-07-091-1/+9
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-061-1/+2
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* remove extra comma in lock macroAustin Foxley2010-07-031-1/+1
* libc: define cfi_personality and cfi_lsdaBernhard Reutner-Fischer2010-06-171-0/+11
* silence some warnings about missing prototypesBernhard Reutner-Fischer2010-06-114-3/+5
* inotify: add inotify_init1 system call supportVladimir Zapolskiy2010-06-012-0/+17
* bits/socket.h: add SOCK_CLOEXEC and SOCK_NONBLOCK supportVladimir Zapolskiy2010-06-011-1/+11
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-0/+3