summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-06-15no need for hidden __sigpause, use an internal static functionPeter S. Mazinger
2012-06-15openat*: use a static function with the different type and strong_alias_untypedPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15add simplified __sigemptyset for internal usePeter S. Mazinger
2012-06-15types.h: both icc and tendra support long longPeter S. Mazinger
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger
2012-06-15syslog.c: no need for hidden vsyslog, use a static __vsyslog insteadPeter S. Mazinger
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15getpt.c: no need for hidden posix_openptPeter S. Mazinger
2012-06-15regex.h: sync with glibc, making it more POSIX-likePeter S. Mazinger
2012-06-15libdl.c: disable dlinfoPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15getpagesize.c, unistd.h: hide __pagesizePeter S. Mazinger
2012-06-15jmp-unwind.c: add hidden _longjmp_unwindPeter S. Mazinger
2012-06-15libc-symbols.h: fix weak functions handlingPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15signal.h: sync with glibc, mainly proper guardsPeter S. Mazinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15stdio.h: move uClibc specific parts to the common place for these changesPeter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger
2012-06-15libc-internal.h: provide dummy attribute_tls_model_ie and __thread for non TL...Peter S. Mazinger
2012-06-15*_strerror_r.c: keep all occurences in sync with string.hPeter S. Mazinger
2012-06-15err.c, err.h: no need for hidden functionsPeter S. Mazinger
2012-06-15rpc: constify some more dataPeter S. Mazinger
2012-06-15xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_tPeter S. Mazinger
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger
2012-06-15wait.h: resource.h is included already, rusage is definedPeter S. Mazinger
2012-06-15signal.h: disable sigreturn prototypePeter S. Mazinger
2012-06-15signal.h: disable ssignal and gsignalPeter S. Mazinger
2012-06-15link.h: guard TLS related internals of struct link_map with _LIBCPeter 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-15update partially string.h and strings.hPeter S. Mazinger
2012-06-15quota.h: update, but keep old functionalityPeter S. Mazinger
2012-06-15stdio.h: update partially, mainly for POSIX 2008Peter S. Mazinger
2012-06-15unistd.h: partial update, mostly related to POSIX 2008Peter S. Mazinger
2012-06-15netdb.h: partial update, adding some __USE_MISC/__USE_GNU guardsPeter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2012-06-15utent.c, wtent.c: move functions from utxent.cPeter S. Mazinger
2012-06-15use fputwc in putwchar()Peter S. Mazinger
2012-06-15fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlockedPeter S. Mazinger
2012-06-15cleanup fork()Peter S. Mazinger
2012-06-15posix_opt.h: update to glibc's NPTL versionPeter S. Mazinger
2012-06-15tgmath.h: disable builtinsPeter 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-15wchar.h: SuSv compliancePeter S. Mazinger
2012-06-15wchar.h: fix 2 typos in commentsPeter S. Mazinger
2012-06-15remove unneeded hidden sigwaitinfoPeter S. Mazinger
2012-06-15no need for hidden sigtimedwaitPeter S. Mazinger