summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-15popen.c: get rid of a shadow warningPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15librt: provide missing prototypes for mq_timedreceive,mq_timedsendPeter S. Mazinger
2012-06-15librt: get rid of visible __mq_timed(send,receive)Peter S. Mazinger
2012-06-15Config.in.arch: remove UCLIBC_FORMAT_ELF config optionPeter S. Mazinger
2012-06-15uClibc_stdio.h: change the guard used to include stdio-lock.hPeter S. Mazinger
2012-06-15utime.c,utimes.c: include headers only when neededPeter S. Mazinger
2012-06-15__uClibc_main.c: make __uClibc_init hiddenPeter S. Mazinger
2012-06-15clock_{g,s}ettime.c,{create,delete}_module.c: cleanupPeter S. Mazinger
2012-06-15wrapsyscall.c: include proper header for epollPeter S. Mazinger
2012-06-15add epoll_pwait()Peter S. Mazinger
2012-06-15sysconf.c: the clock_getres function is good for NPTL as wellPeter S. Mazinger
2012-06-15clock_getres.c: include unistd.h unless syscall is definedPeter S. Mazinger
2012-06-15Config.in: NPTL does not compile with disabled UCLIBC_HAS_REALTIMEPeter S. Mazinger
2012-06-15chdir.c: simplify codePeter S. Mazinger
2012-06-15memmove.c,strchrnul.c: use real name in libc_hidden_defPeter S. Mazinger
2012-06-15bcopy.c,bzero.c: include string.h instead of _string.hPeter S. Mazinger
2012-06-15_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger
2012-06-15_vfprintf.c: get rid of __STDIO_PRINTF_FLOATPeter S. Mazinger
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-15Rules.mak: include KERNEL_HEADERS last, even there it is wrongPeter S. Mazinger
2012-06-15Rules.mak: change the way -include is usedPeter 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-15unwind-{resume,forcedunwind}.c: add missing prototypesPeter S. Mazinger
2012-06-15fix a bunch of build warningsPeter S. Mazinger
2012-06-15pthreadP.h: avoid shadow warningsPeter S. Mazinger
2012-06-15disable __pthread_kill_other_threads, obsoletedPeter 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-15signal.h: sync with glibc, mainly proper guardsPeter 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