summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common
AgeCommit message (Expand)Author
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15dl-osinfo.h: include needed headersPeter S. Mazinger
2012-06-15__xpg_strerror_r.c, {ge,se}trlimit.c: use strong_alias_untypedPeter S. Mazinger
2012-06-15dirent.h: use __ssize_t instead of ssize_tPeter S. Mazinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15math: avoid jump relocation in libmPeter S. Mazinger
2012-06-15mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_protoPeter S. Mazinger
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15posix_opt.h: update to POSIX 2008Peter S. Mazinger
2012-06-15posix_opt.h: update to glibc's NPTL versionPeter S. Mazinger
2012-06-15local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update commonPeter S. Mazinger
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