summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* - we may need getdomainname internallyBernhard Reutner-Fischer2009-02-131-0/+2
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-23/+0
* - workaround oddity with position of function attributesBernhard Reutner-Fischer2009-02-131-1/+1
* fix ppoll. we forgot to pass 5th parameter to the syscallDenis Vlasenko2009-01-281-14/+17
* - make sure __user is defined when including kernel's sigcontext.hBernhard Reutner-Fischer2009-01-221-0/+3
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-211-0/+4
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-55/+48
* __global_locale must be visible to users, move it outside of #ifdef _LIBCDenis Vlasenko2009-01-181-1/+2
* - whitespace cleanup; no obj-code changesBernhard Reutner-Fischer2008-12-293-7/+7
* - expand SUSv3_LEGACYBernhard Reutner-Fischer2008-12-291-1/+2
* Help unifdef to remove private parts of headersDenis Vlasenko2008-12-272-5/+12
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-273-96/+90
* - mark capset() as linux specificBernhard Reutner-Fischer2008-12-222-2/+2
* - capget() is linux specific; Sync helptext with current exclude list.Bernhard Reutner-Fischer2008-12-221-1/+1
* - 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