summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
...
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-292-6/+6
* reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko2008-11-291-5/+11
* Make __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in case the archCarmelo Amoroso2008-11-271-0/+3
* - revert 24148:24151Bernhard Reutner-Fischer2008-11-261-3/+3
* - hide locksBernhard Reutner-Fischer2008-11-251-3/+3
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-252-7/+2
* - cosmetic tidy up of clean targetBernhard Reutner-Fischer2008-11-251-2/+2
* - 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