summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
...
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-1719-172/+570
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-171-0/+19
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-172-12/+84
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-174-15/+506
|/
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* Fix building arm EABIBernhard Reutner-Fischer2009-10-081-1/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-0/+8
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-2/+2
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-7/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-182-8/+5
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1890-151/+1
* fstatat: fix up behavior on 32/64 bit hostsMike Frysinger2009-09-064-2/+32
* xstatconv: drop useless hidden codeMike Frysinger2009-09-061-4/+2
* drop last _syscall6 checksMike Frysinger2009-08-312-2/+2
* 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