summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15mmap.c: provide a common mmap.c that is good for most of archsPeter S. Mazinger
2012-06-15_hsearch_r.c: use stdlib.h instead of malloc.h for callocPeter S. Mazinger
2012-06-15fnmatch: replace __memset and __memcmpPeter S. Mazinger
2012-06-15pm_getport.c: s/__close/close/Peter S. Mazinger
2012-06-15resolv.c: include param.h and use MIN instead of minPeter S. Mazinger
2012-06-15sa_len.c: do not include ipx.h, the IPX code is disabledPeter S. Mazinger
2012-06-15getaddrinfo.c: replace #if SALEN with #if 0Peter S. Mazinger
2012-06-15change __asm to __asm__ and __volatile to __volatile__Peter S. Mazinger
2012-06-15pwd_grp_internal.c: do not include pthread.hPeter S. Mazinger
2012-06-15allocrtsig.c,pthread.c: disable __libc_allocate_rtsig, unusedPeter S. Mazinger
2012-06-15setjmp.h: move __sigjmp_save prototype for consistencyPeter S. Mazinger
2012-06-15allocsigrt.c: provide proper crrent_rtmin for LT newPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15*_strerror_r.c: keep all occurences in sync with string.hPeter S. Mazinger
2012-06-15err.c: add attribute_noreturn to static functionsPeter 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-15clnt_generic.c: whitespace only, no code changePeter S. Mazinger
2012-06-15pm_getmaps.c: change __close to close (even though unused)Peter S. Mazinger
2012-06-15ruserpass.c: needs stdio_ext.h only if threads are enabledPeter S. Mazinger
2012-06-15rcmd.c: no need for stdio_ext.hPeter S. Mazinger
2012-06-15xdr_intXX_t.c,xdr.h: add xdr_quad_t and xdr_u_quad_tPeter S. Mazinger
2012-06-15svc_auth.c: use same prototypes as in svc_authux.cPeter S. Mazinger
2012-06-15pmap_rmt.c: do not undefine _POSIX_SOURCE, it is anyway too latePeter S. Mazinger
2012-06-15rpc: remove unused USE_IN_LIBIO guarded codePeter S. Mazinger
2012-06-15arc4random.c: replace a commentPeter S. Mazinger
2012-06-15stdlib.h, arc4random.c: fix arc4random return type to u_int32_tPeter S. Mazinger
2012-06-15arc4random.c: use smallint for rs_initializedPeter S. Mazinger
2012-06-15arc4random.c: move arc4_getbyte upPeter S. Mazinger
2012-06-15resolv.c: remove duplicated attribute_hiddenPeter S. Mazinger
2012-06-15ntohl.c: simplify and shrink ntohl and friendsPeter S. Mazinger
2012-06-15geopt.c, LT new/pthread.c: s/__mempcpy/mempcpy/Peter S. Mazinger
2012-06-15nios[2]/crt1.S: remove unused _stdio_init,_stdio_term and __h_errno_locationPeter 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-15stdlib.c: get rid of the compiler workarounds by using strong_alias_untypedPeter S. Mazinger
2012-06-15tsd.c: fix commentPeter S. Mazinger
2012-06-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2012-06-15versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64Peter 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-15dirstream.h: remove unused constantsPeter S. Mazinger
2012-06-15stdio.h: update partially, mainly for POSIX 2008Peter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15remove libc_hidden_proto(ioperm) from all headers except armPeter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2012-06-15utent.c, wtent.c: move functions from utxent.cPeter S. Mazinger