summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
AgeCommit message (Expand)Author
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-19fixes to get nptl compiling for x86_64Austin Foxley
2009-12-16x86_64: no waitpid syscall exists, so use wait4Austin Foxley
2009-10-17whitespace fixesAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-08utime() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08Fix building arm EABIBernhard Reutner-Fischer
2009-09-21add timerfd syscall and headerStephan Raue
2009-07-26enable sbrk() for everyoneMike Frysinger
2008-12-22- mark capset() as linux specificBernhard Reutner-Fischer
2008-12-22- capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-10- add signalfd()Bernhard Reutner-Fischer
2008-09-25delete/init module functions are not 2.4 specificMike Frysinger
2008-09-16- add sync_file_range()Bernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-30- cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer
2008-05-30- Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer
2008-05-21- my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-01-27Do not build *64 and llseek, correct some failure when LFS is disabledPeter S. Mazinger
2006-01-09Hope I have it correct now w/ native gcc4 sspPeter S. Mazinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-02Allow partly IMA compile of this directoryPeter S. Mazinger
2005-11-01Correct gcc-4.1 ssp buildPeter S. Mazinger
2005-10-28Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger