summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2012-01-18stubs: mark stubs as usedBernhard Reutner-Fischer
2011-11-23libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-11-04Add stub for eventfd.Jean-Christian de Rivaz
2011-11-04libm: implement a generic sincos().William Pitcock
2011-11-02setegid: use setresgid conditionallyBernhard Reutner-Fischer
2011-11-02stubs: remove leftover undefsBernhard Reutner-Fischer
2011-11-02stubs: handle linux module functionsBernhard Reutner-Fischer
2011-11-02stubs: handle linux-specificBernhard Reutner-Fischer
2011-11-02stubs: fix inverted socket logicBernhard Reutner-Fischer
2011-11-02stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer
2011-10-31Add eventfd support.Jean-Christian de Rivaz
2011-06-10Fix __libc_epoll_pwait compile failure on x86Phil Blundell
2011-05-27libc: make common longjmp usable with NPTLFilippo Arcidiacono
2011-05-27sh: use the common implementation for longjmpFilippo Arcidiacono
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-13epoll: redo cancellation to match masterBernhard Reutner-Fischer
2011-05-13epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger
2011-05-12NPTL: needs madvise internallyBernhard Reutner-Fischer
2011-05-12socket: fix stubsBernhard Reutner-Fischer
2011-05-11epoll: unify epoll.hBernhard Reutner-Fischer
2011-05-11Implement epoll_create1 and epoll_pwait system calls.Thierry Reding
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11socketcalls: add stubsBernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-05-10getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer
2011-05-03buildsys: prettify ssp.c handlingBernhard Reutner-Fischer
2011-05-03madvise is LINUX_SPECIFICBernhard Reutner-Fischer
2011-04-29__rt_sigwaitinfo: depends on HAS_REALTIMEBernhard Reutner-Fischer
2011-04-13buildsys: fix GNU make v3.80 compatibility againKevin Cernekee
2011-03-19lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not definedPeter S. Mazinger
2011-03-10nanosleep.c: remove duplicated libc_hidden_protoPeter S. Mazinger
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-09bits/statvfs.h: update, adding ST_RELATIMEPeter S. Mazinger
2011-03-09types.h: remove __ipc_pid_tPeter S. Mazinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-05The C6X portAurelien Jacquiot
2011-03-03provide internal hidden version of __fcntl_nocancelPeter S. Mazinger
2011-03-03add _dl_errno support to errno.h, cleanupPeter S. Mazinger
2011-03-03simplify guard of uClibc internalsPeter S. Mazinger
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03remove error handling from some syscallsPeter S. Mazinger
2011-03-03fix stubsPeter S. Mazinger
2011-03-03Correct ssp codePeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03use common sigthread.hPeter S. Mazinger
2011-02-25nptl:arm: add a wrapper for .cfi_sections pseudo-opsCarmelo Amoroso
2011-02-24unify stub logicMike Frysinger