summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add eventfd support.Jean-Christian de Rivaz2011-12-231-1/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-271-1/+1
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* add pipe2()Bernhard Reutner-Fischer2011-05-111-1/+2
* buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
* madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
* __rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-1/+1
* buildsys: fix GNU make v3.80 compatibility againKevin Cernekee2011-04-131-2/+6
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-091-1/+1
* The C6X portAurelien Jacquiot2011-03-051-0/+1
* 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
* nptl/mips64: Fix build when using mips64 and ABIs other than o32Khem Raj2011-01-291-0/+4
* Fix msync() redefinition for noMMU buildBernhard Reutner-Fischer2010-10-271-0/+5
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-201-1/+5
* libc: Fix cancellation handling in some C functionsSalvatore Cro2010-09-151-1/+1
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-061-1/+2
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-0/+3
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | fixes to get nptl compiling for x86_64Austin Foxley2010-02-191-1/+1
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-161-3/+5
* | whitespace fixesAustin Foxley2009-10-171-1/+1
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-171-0/+21
|/
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-081-0/+4
* Fix building arm EABIBernhard Reutner-Fischer2009-10-081-1/+1
* add timerfd syscall and headerStephan Raue2009-09-211-1/+1
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* - mark capset() as linux specificBernhard Reutner-Fischer2008-12-221-1/+1
* - capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer2008-12-221-1/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - add signalfd()Bernhard Reutner-Fischer2008-10-101-2/+2
* delete/init module functions are not 2.4 specificMike Frysinger2008-09-251-2/+1
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-161-2/+2
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-1/+48
* - cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer2008-05-301-8/+4
* - Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer2008-05-301-0/+7
* - my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer2008-05-211-0/+5
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-1/+2
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-29/+19
* Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger2006-01-271-0/+5
* Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger2006-01-091-5/+3
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-1/+0
* Allow partly IMA compile of this directoryPeter S. Mazinger2005-11-021-5/+16
* Correct gcc-4.1 ssp buildPeter S. Mazinger2005-11-011-2/+1
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-6/+0