summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-301-0/+6
* handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer2009-08-051-0/+5
* ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer2009-08-011-1/+3
* force arches to provide sys/user.hMike Frysinger2009-07-261-1/+1
* enable nanosecond stat support for everyoneMike Frysinger2009-07-262-18/+8
* enable sbrk() for everyoneMike Frysinger2009-07-261-4/+0
* add missing UTIME_* defines for *at funcsMike Frysinger2009-07-261-1/+6
* create real common vfork() functionMike Frysinger2009-07-231-7/+13
* add hidden aliases for openat funcsMike Frysinger2009-07-222-0/+14
* byteswap: unify common definitionsMike Frysinger2009-07-212-87/+109
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-211-2/+2
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
* INLINE_SYSCALL_NCS: scope out local vars to avoid conflictsMike Frysinger2009-07-201-6/+6
* fdatasync: handle latest alpha syscallsMike Frysinger2009-07-201-1/+1
* first pass at implementing *at funcsMike Frysinger2009-07-2017-0/+321
* 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