summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* - Fix thumb2 PIE (Joseph S. Myers)Bernhard Reutner-Fischer2008-11-251-0/+4
* signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko2008-11-221-0/+3
* fix some unneeded PLT referencesDenis Vlasenko2008-11-221-1/+2
* fix ioperm build problems caused by libc_hidden_proto removalDenis Vlasenko2008-11-219-0/+13
* deal with TODOs left over from libc_hidden_proto removalDenis Vlasenko2008-11-211-1/+1
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-20116-158/+159
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2077-95/+95
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-181-3/+3
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-2/+2
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-183-3/+3
* - cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer2008-11-162-6/+2
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-1525-52/+50
* - revert wrong r24049Bernhard Reutner-Fischer2008-11-1525-49/+51
* - Remove linux-specific prototypes if asked to.Bernhard Reutner-Fischer2008-11-1525-51/+49
* Current kernels support more than 8 bit major/minor. Pass dev_t through toRob Landley2008-11-141-5/+1
* - less verbose make cleanBernhard Reutner-Fischer2008-11-072-6/+6
* Add extern reference to __libc_sigaction in sigaction.c for AVR32 archHans-Christian Egtvedt2008-11-031-0/+2
* Sync clone() function declaration for AVR32 with sched.h declarationHans-Christian Egtvedt2008-11-031-1/+1
* Add hint for read ahead function in fcntl.h for AVR32 archHans-Christian Egtvedt2008-11-031-0/+3
* Add include to silence compiler warning when compiling clone.c for AVR32Hans-Christian Egtvedt2008-11-031-0/+1
* File removed as it was not only redundant but also horribly out of date.Ricard Wanderlof2008-10-301-333/+0
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-2890-103/+104
* - fix compilation if LFS is off and STUBs are requestedBernhard Reutner-Fischer2008-10-281-1/+1
* - fix mips syscall (Atsushi Nemoto)Bernhard Reutner-Fischer2008-10-241-2/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-2415-21/+21
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-22146-174/+174
* - delete_module() takes two arguments on linux-2.6Bernhard Reutner-Fischer2008-10-221-3/+3
* - fix sigaction on older kernels (Michael Deutschmann)Bernhard Reutner-Fischer2008-10-191-3/+3
* - fix copy'n paste errorBernhard Reutner-Fischer2008-10-101-3/+6
* - fix return valueBernhard Reutner-Fischer2008-10-101-1/+1
* - add signalfd()Bernhard Reutner-Fischer2008-10-102-2/+40
* - fix typo in previous commitBernhard Reutner-Fischer2008-10-061-1/+1
* - add libc_hidden_def(clock_getres) as spotted by Ned LuddBernhard Reutner-Fischer2008-10-061-1/+1
* - Fallback waitid impl (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-061-5/+40
* - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer2008-10-062-0/+12
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-0318-83/+21
* - use c89-style commentsBernhard Reutner-Fischer2008-10-0322-175/+175
* - add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBSBernhard Reutner-Fischer2008-09-301-1/+1
* - add a copy of user_regsBernhard Reutner-Fischer2008-09-291-0/+90
* - honour UCLIBC_HAS_SYSLOGBernhard Reutner-Fischer2008-09-291-5/+8
* - now passes all LTP testsBernhard Reutner-Fischer2008-09-293-65/+23
* - fix ISO C keywordsBernhard Reutner-Fischer2008-09-292-23/+23
* use __UCLIBC_HAS_STUBS__Mike Frysinger2008-09-262-2/+2
* - move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer2008-09-262-0/+102
* Correct _init()/_fini() for CRISv32 as suggested by Stefan de Konink.Peter Kjellerstedt2008-09-261-0/+8
* - also clean .oSBernhard Reutner-Fischer2008-09-251-1/+1
* - fix !LFS case for i386Bernhard Reutner-Fischer2008-09-252-7/+12
* - arm eabi needs __UCLIBC_TRUNCATE64_HAS_4_ARGS__Bernhard Reutner-Fischer2008-09-251-0/+4
* sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using theCarmelo Amoroso2008-09-251-7/+8
* delete/init module functions are not 2.4 specificMike Frysinger2008-09-251-2/+1