summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15old_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger
2012-06-15_fpmaxtostr.c: move common to _fpmaxtostr.hPeter S. Mazinger
2012-06-15lckpwdf.c: add back lost returnPeter S. Mazinger
2012-06-15getttyent.c: include stdio_ext.h only when neededPeter S. Mazinger
2012-06-15time.c: fix a guard to avoid a warning about unused labelPeter S. Mazinger
2012-06-15dirname.c: include only what is neededPeter S. Mazinger
2012-06-15basename.c: define it correctly, use the proper header for each versionPeter S. Mazinger
2012-06-15malloc.h: hide internal functions (mainly debug related)Peter S. Mazinger
2012-06-15malloc-simple: make _aligned_blocks static and __libc_free_aligned hiddenPeter S. Mazinger
2012-06-15malloc: use uClibc_mutex.h provided macros consequentlyPeter S. Mazinger
2012-06-15memalign.c: does not use MAX, do not include param.hPeter S. Mazinger
2012-06-15_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/Peter S. Mazinger
2012-06-15_stdio.h: move _load_inttype.h and _store_inttype.h prototypes herePeter S. Mazinger
2012-06-15socketcalls.c: prefer using recvfrom in recv and sendto in sendPeter S. Mazinger
2012-06-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-06-15remove duplicate prototypes for _stdio_term().Peter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15pthreadP.h: avoid shadow warningsPeter S. Mazinger
2012-06-15uClibc_pthread.h: do not install on targetPeter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15uClibc_mutex.h: fix bug in conditional macrosPeter S. Mazinger
2012-06-15uClibc_stdio.h: guard internals with _LIBCPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove consistency checkPeter S. Mazinger
2012-06-15uClibc_stdio.h: remove parts solved in features.hPeter S. Mazinger
2012-06-15stdio.h: move __STDIO_{GETC,PUTC}_MACRO dependent part to uClibc_stdio.hPeter S. Mazinger
2012-06-15uClibc_stdio.h: move internal to _stdio.h and make them hiddenPeter S. Mazinger
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