summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix a few build errors for the no threads caseAustin Foxley2010-04-281-0/+1
* enable building __fcntl_nocancel, as it used unconditionally nowAustin Foxley2010-04-251-2/+0
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-221-12/+5
* nptl: remove unneeded libc-lock.h includeTimo Teräs2010-04-201-1/+0
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-162-8/+21
* nptl: fix libc sigtimedwaitTimo Teräs2010-04-151-2/+3
* poll.c: fix incorrect mergeAustin Foxley2010-04-021-3/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-025-6/+15
|\
| * 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
* | add dwarf defines used in cfi statementsAustin Foxley2010-02-191-0/+19
* | update kernel-features.h with futex featuresAustin Foxley2010-02-191-0/+17
* | fixes to get nptl compiling for x86_64Austin Foxley2010-02-191-1/+1
* | Get new nptl building on SH4Khem Raj2010-02-171-0/+1
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-0/+2
* | Assorted fixed to get nptl compiling on ARMKhem Raj2010-02-172-15/+51
* | nptl: sysdep headers re-factoringCarmelo Amoroso2010-02-091-0/+139
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-055-13/+31
|\|
| * 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
* | kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer2010-02-051-0/+5
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-251-1/+3
|\|
| * silence warning about implicit decl of sysctlBernhard Reutner-Fischer2010-01-221-1/+3
| * futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
* | futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1