summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* mknod: convert to INLINE_SYSCALL() to sync with glibcMike Frysinger2009-07-201-12/+6
* ppoll: switch to INLINE_SYSCALL() to match glibcMike Frysinger2009-07-201-11/+2
* syscall(): create a common version based on INLINE_SYSCALL_NCS()Mike Frysinger2009-07-091-0/+12
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-092-3/+17
* drop missing {INLINE,INTERNAL}_SYSCALL fallback logicMike Frysinger2009-07-088-102/+0
* syscall: unify common syscall definesMike Frysinger2009-07-082-1/+83
* uClibc_arch_features: sync defines between portsMike Frysinger2009-07-031-0/+6
* waitid: linux ABI takes 5 args, not 4Mike Frysinger2009-05-271-4/+16
* enable mprotect() regardless of MMU as some systems have MPUs which allows me...Mike Frysinger2009-03-161-1/+1
* Update copyright header.Khem Raj2009-03-161-1/+1
* add GNU extension for select timeouts where the sub-second field is actually ...Mike Frysinger2009-03-131-1/+20
* Define creat in an independent fileKhem Raj2009-03-052-5/+15
* mknod: widen the parameters to match kernelDenis Vlasenko2009-03-032-11/+16
* Add EPOLLRDHUP constantDenis Vlasenko2009-03-021-0/+2
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-277-57/+13
* Reinstate __libc_foo's needed for linuxthreads.old.Denis Vlasenko2009-02-2515-24/+83
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-85/+87
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-0/+7
* - repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer2009-02-131-3/+7
* - 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