summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* - remove leftover from r13277Bernhard Reutner-Fischer2008-12-221-1/+0
* UCLIBC_CTYPE_HEADER define is removed, as it alwaysDenis Vlasenko2008-12-222-52/+48
* - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...Bernhard Reutner-Fischer2008-12-221-137/+57
* remove stray comment (the identical one is just a few lines down)Denis Vlasenko2008-12-221-2/+0
* Remove unused macrosDenis Vlasenko2008-12-221-15/+0
* more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko2008-12-211-1/+1
* - emulate unavailable syscall getpgrp on e.g. ia64 (Stefan Assmann)Bernhard Reutner-Fischer2008-12-161-1/+13
* remove some duplicates in bits/signum.h. No code changes.Denis Vlasenko2008-12-151-22/+0
* sigaction overhaul as described in docs/sigaction.txtDenis Vlasenko2008-12-153-82/+33
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-4/+4
* *: document __USE_EXTERN_INLINES better;Denis Vlasenko2008-12-131-0/+2
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-1/+1
* Move kernel-features.h header from the linuxthread directoryCarmelo Amoroso2008-12-112-0/+81
* create arch-generic brk() based on blackfin oneMike Frysinger2008-12-111-0/+32
* update ptrace.h to latest from glibcMike Frysinger2008-12-111-2/+41
* *: remove some __libc_XXX functions:Denis Vlasenko2008-12-1018-137/+60
* 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
* 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