summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
Commit message (Expand)AuthorAgeFilesLines
* lstat/stat/fstat: Use 64bit version of syscall if availablemasterKhem Raj2012-02-053-13/+42
* Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj2012-02-051-2/+2
* tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer2012-01-291-1/+3
* *: silence some warningsBernhard Reutner-Fischer2012-01-261-8/+14
* stubs: mark stubs as usedBernhard Reutner-Fischer2012-01-181-0/+1
* libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso2011-11-231-8/+0
* libc: flesh out linux scheduler functionsHenning Heinold2011-11-077-17/+198
* ldso: support RTLD_NOLOADTimo Teräs2011-11-071-2/+2
* Add stub for eventfd.Jean-Christian de Rivaz2011-11-041-0/+4
* libm: implement a generic sincos().William Pitcock2011-11-041-1/+1
* setegid: use setresgid conditionallyBernhard Reutner-Fischer2011-11-021-0/+6
* stubs: remove leftover undefsBernhard Reutner-Fischer2011-11-021-61/+0
* stubs: handle linux module functionsBernhard Reutner-Fischer2011-11-022-4/+5
* stubs: handle linux-specificBernhard Reutner-Fischer2011-11-022-19/+184
* stubs: fix inverted socket logicBernhard Reutner-Fischer2011-11-021-19/+19
* stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer2011-11-021-0/+34
* Add eventfd support.Jean-Christian de Rivaz2011-10-313-1/+68
* Fix __libc_epoll_pwait compile failure on x86Phil Blundell2011-06-101-2/+3
* libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-271-1/+1
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-131-0/+220
* epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-4/+21
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-111-2/+24
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-112-4/+52
* add pipe2()Bernhard Reutner-Fischer2011-05-114-1/+39
* socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-112-0/+16
* getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-1/+2
* buildsys: prettify ssp.c handlingBernhard Reutner-Fischer2011-05-031-4/+1
* madvise is LINUX_SPECIFICBernhard Reutner-Fischer2011-05-031-1/+1
* __rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer2011-04-291-1/+1
* buildsys: fix GNU make v3.80 compatibility againKevin Cernekee2011-04-131-2/+6
* lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger2011-03-192-1/+9
* nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger2011-03-101-1/+0
* remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-091-1/+1
* bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger2011-03-091-2/+4
* types.h: remove __ipc_pid_tPeter S. Mazinger2011-03-091-5/+0
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-092-2/+6
* The C6X portAurelien Jacquiot2011-03-051-0/+1
* provide internal hidden version of __fcntl_nocancelPeter S. Mazinger2011-03-031-0/+1
* add _dl_errno support to errno.h, cleanupPeter S. Mazinger2011-03-031-43/+0
* simplify guard of uClibc internalsPeter S. Mazinger2011-03-031-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-0/+2
* remove error handling from some syscallsPeter S. Mazinger2011-03-039-51/+33
* fix stubsPeter S. Mazinger2011-03-031-5/+1
* Correct ssp codePeter S. Mazinger2011-03-031-1/+2
* add missing prototypesPeter S. Mazinger2011-03-031-0/+4