summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-13/+2
* A missing change when we recently released a lot of fixCarmelo Amoroso2008-12-031-2/+0
* Two other absolutely safe change that will be used by NPTL, aimedCarmelo Amoroso2008-12-032-1/+2
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-012-4/+3
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-1/+0
* remove checks for "impossible" errors,Denis Vlasenko2008-12-011-2/+1
* fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko2008-12-012-13/+29
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-012-44/+87
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+4
* reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko2008-11-291-5/+11
* - 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
* 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-211-0/+5
* 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-20101-140/+140
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-2031-42/+42
* - add __hot and __cold annotationsBernhard Reutner-Fischer2008-11-181-3/+3
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer2008-11-162-6/+2
* 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-071-4/+4
* - trim superfluous ';'. No objcode changesBernhard Reutner-Fischer2008-10-2871-79/+80
* - fix compilation if LFS is off and STUBs are requestedBernhard Reutner-Fischer2008-10-281-1/+1
* - tidy up inline:Bernhard Reutner-Fischer2008-10-249-13/+13
* - remove superfluous ';'. No objcode changes.Bernhard Reutner-Fischer2008-10-22133-157/+157
* - delete_module() takes two arguments on linux-2.6Bernhard Reutner-Fischer2008-10-221-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-061-0/+6
* - add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer2008-10-031-6/+0
* - use c89-style commentsBernhard Reutner-Fischer2008-10-032-2/+2
* - add missing const qualifier for !__NR_sched_setaffinity && HAVE_STUBSBernhard Reutner-Fischer2008-09-301-1/+1
* - honour UCLIBC_HAS_SYSLOGBernhard Reutner-Fischer2008-09-291-5/+8
* 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
* delete/init module functions are not 2.4 specificMike Frysinger2008-09-251-2/+1
* - only compile them if the respective syscalls are availableBernhard Reutner-Fischer2008-09-242-3/+23
* Add work-around for powerpc.Carmelo Amoroso2008-09-221-2/+2
* Fix posix_fadvise[64] functions to return the error number in caseCarmelo Amoroso2008-09-182-8/+42
* - add sync_file_range()Bernhard Reutner-Fischer2008-09-162-2/+35
* - remove relocations for clock_getresBernhard Reutner-Fischer2008-09-111-0/+1
* Hush compiler for extern inline warnings by using Carmelo Amoroso2008-09-091-3/+3
* Use getdents syscall if kernel provide supports for thisCarmelo Amoroso2008-09-091-6/+33