summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update commonPeter S. Mazinger
2012-06-15add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensaPeter S. Mazinger
2012-06-15change __HAVE_FPU__ to __UCLIBC_HAS_FPU__Peter S. Mazinger
2012-06-15cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15make use of jmpbuf-offsets.h and jmpbuf-unwind.hPeter S. Mazinger
2012-06-15jmpbuf-unwind.h: add NTPL related sectionPeter 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-15libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x)Peter S. Mazinger
2012-06-15getopt[-susv3].c: use libintl's _(x)Peter S. Mazinger
2012-06-15regex_old.c: remove unneeded guardPeter S. Mazinger
2012-06-15obstack.c: use libintl.hPeter S. Mazinger
2012-06-15arm: consistency check OABI v. EABIPeter S. Mazinger
2012-06-15alpha/__syscall_rt_sigaction.S: make the function hidden on non-NPTLPeter S. Mazinger
2012-06-15remove unneeded hidden sigwaitinfoPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger
2012-06-15parser_config.[ch]: remove duplicated hidden functionsPeter S. Mazinger
2012-06-15signal.h: move prototypes for __syscall_[rt_]sigaction to common placePeter S. Mazinger
2012-06-15libintl.h: add _(x) and N_(x) and use it everywherePeter S. Mazinger
2012-06-15libc-internal.h: use a consistent prototype for __stack_chk_failPeter S. Mazinger
2012-06-15signal.h: provide prototype for __libc_sigaction and remove all othersPeter S. Mazinger
2012-06-15use one common prototype for _create_xidPeter S. Mazinger
2012-06-15rpc_private.h: change guardPeter 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-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-06-15inet_addr.c, inet_makeaddr.c: used the correct section from addr.cPeter S. Mazinger
2012-06-15no need for hidden inet_ntoa_rPeter S. Mazinger
2012-06-15remove unneeded hiddens for rtime, basename, strtof* and wcstof*Peter S. Mazinger
2012-06-15wordexp.c, sysconf.c: include ctype.h for isspacePeter S. Mazinger
2012-06-14libc: sh: fixed typo in ucontext headerFilippo Arcidiacono
2012-06-13buildsys: clean up libubacktrace linker script handlingKevin Cernekee
2012-06-13Update C6X supportMark Salter
2012-06-10eventfd: Implement eventfd2 and fix eventfdKhem Raj
2012-06-06MIPS: Use $a0 instead of $v0 for __syscall_error() argumentKevin Cernekee
2012-06-06MIPS: Convert __syscall_error() callers to use $a0 for argumentKevin Cernekee
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-05-21stdio: implement assignment-allocation "m" characterMike Frysinger
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-05-05drop support for old systems lacking vforkMark Salter
2012-05-03rpmatch: provide out-of-line implementationBernhard Reutner-Fischer
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-26arm: use PATH_MEM in ioperm()Bernhard Reutner-Fischer
2012-04-26mmap64: Use correct type for offset parameterMike Frysinger
2012-04-25atomic.h: handle new mips R10K errataBernhard Reutner-Fischer