summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* remove __libc_fcntl[64]Denis Vlasenko2008-12-102-26/+6
* remove __libc_getdomainname alias. google says only we have it.Denis Vlasenko2008-12-101-13/+2
* Remove __NTH from the declation.Khem Raj2008-12-041-2/+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-013-5/+4
* 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-019-112/+166
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-013-45/+90
* add libc_hidden_proto(__cmsg_nxthdr) for mipsDenis Vlasenko2008-11-291-0/+1
* 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