summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2012-06-15add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related)Peter S. Mazinger
2012-06-15move *longjmp related prototypes to setjmp.hPeter S. Mazinger
2012-06-15remove unneeded hidden sigwaitinfoPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15signal.h: move prototypes for __syscall_[rt_]sigaction to common placePeter S. Mazinger
2012-06-15libc-internal.h: use a consistent prototype for __stack_chk_failPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15getopt.c, getopt.h: avoid the need for __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include libc-internal.hPeter S. Mazinger
2012-06-10eventfd: Implement eventfd2 and fix eventfdKhem Raj
2012-05-30pread/pwrite: drop fallback funcsMike Frysinger
2012-05-30pread/pwrite: handle renamed syscalls in common/ppc/xtensa codeMike Frysinger
2012-05-21mmap()->sys_mmap2: do unsigned shift of offsetJames Hogan
2012-04-28epoll.h: sync with glibcMike Frysinger
2012-04-26llseek: support __NR_llseek syscallMark Salter
2012-04-26getpgrp: fix fallback handlingMark Salter
2012-04-26mmap64: Use correct type for offset parameterMike Frysinger
2012-04-11mmap64: use INLINE_SYSCALL() helperMike Frysinger
2012-04-11mmap64: include stdint.h for uint64_tMike Frysinger
2012-04-10mmap64: always use unsigned 64bit offsetsMike Frysinger
2012-04-08signalfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08timerfd.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify.h: Use new "bits/" scheme for arch-specific flagsKevin Cernekee
2012-04-08inotify_rm_watch: Change second argument to intKevin Cernekee
2012-04-04stubs: Disregard LFSBernhard Reutner-Fischer
2012-04-02fchmodat: fix handling of flagsMike Frysinger
2012-03-26arm: disable ioperm/iopl stubsMike Frysinger
2012-03-26stubs: unified from futureBernhard Reutner-Fischer
2012-02-05lstat/stat/fstat: Use 64bit version of syscall if availableKhem Raj
2012-02-05Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
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