summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15s_scalbn.c: since we have strong_alias_untyped now, use itPeter 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-15k_standard.c: guard scalb[f] related (unused) code with SUSV3_LEGACYPeter S. Mazinger
2012-06-15mathcalls.h: fix comment, MATHCALLI and MATHCALL_PRIV include libm_hidden_protoPeter S. Mazinger
2012-06-15libm: remove superfluos attribute_hidden, the one in prototype is enoughPeter S. Mazinger
2012-06-15libm: change j0 to _j0 and y1 to _y1 to avoid shadow warningPeter S. Mazinger
2012-06-15update partially string.h and strings.hPeter S. Mazinger
2012-06-15dirstream.h: remove unused constantsPeter 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-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15netdb.h: partial update, adding some __USE_MISC/__USE_GNU guardsPeter 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
2012-06-15utent.c: go back to use static __X() functions without size increasePeter 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-15semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always definedPeter S. Mazinger
2012-06-15semaphore.c: include limits.h before semaphore.hPeter S. Mazinger
2012-06-15huge_val.h: add for vaxPeter S. Mazinger
2012-06-15huge_vall.h: add for i386,ia64,m68k,sparcPeter S. Mazinger