summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2008-05-31Fix a dependency to mention libc.so, not libc.so.0, as we only have a rule toBernd Schmidt
2008-05-31- generate deps via gccBernhard Reutner-Fischer
2008-05-31fix fallout from string.h libc_hidden_proto removalDenis Vlasenko
2008-05-30- cannot really guarantee proper order, so play safe and compile the problematicBernhard Reutner-Fischer
2008-05-30- Fix gcc glitch with mremap and IMA.Bernhard Reutner-Fischer
2008-05-30- try to pickup UINTMAX_MAXBernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-30- shrink a little bit.Bernhard Reutner-Fischer
2008-05-29- fix dependencies for multi-sourceBernhard Reutner-Fischer
2008-05-29Fix typo in macro for tls access modelCarmelo Amoroso
2008-05-28avr32: splice(), vmsplice() and tee() supportHaavard Skinnemoen
2008-05-27Fix build failure due to missing 'smallint' definitionCarmelo Amoroso
2008-05-25Slight size reduction by use of smallints/consts:Denis Vlasenko
2008-05-25__uClibc_main.c: save ~70 bytes by not checking that /dev/nullDenis Vlasenko
2008-05-23- avoid warning about cast from pointer to integer of different sizeBernhard Reutner-Fischer
2008-05-23arm memcpy: fix the case when src=dstDenis Vlasenko
2008-05-23- for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer
2008-05-22- rename to match the set*() function's filenameBernhard Reutner-Fischer
2008-05-22- rename to match the setdomainname filenameBernhard Reutner-Fischer
2008-05-22convert two more static ints used as flags to smallintsDenis Vlasenko
2008-05-21- my manpage sais that init_module, create_module, query_module, delete_moduleBernhard Reutner-Fischer
2008-05-21- fix warning about old-style function definitionBernhard Reutner-Fischer
2008-05-21- fix warning about static not being at the beginning of a declBernhard Reutner-Fischer
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-20getopt: do not needlessly use static structure.Denis Vlasenko
2008-05-20Introduce and use small[u]int type. Changes in size:Denis Vlasenko
2008-05-20- note that __drand48_iterate should be voidBernhard Reutner-Fischer
2008-05-20- remove old-style definitions. No object-code changes.Bernhard Reutner-Fischer
2008-05-20- silence warningBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2008-05-08realpath: do not set bogus errno when readlink fails.Denis Vlasenko
2008-05-03- add missing #endifBernhard Reutner-Fischer
2008-05-03- implement splice,vmsplice,tee for all archesBernhard Reutner-Fischer
2008-05-03Wire up vmsplice, splice and tee for arm.Khem Raj
2008-05-02- add vmsplice, splice, tee (Timo Teräs)Bernhard Reutner-Fischer
2008-04-28__uc_malloc: remove stray semicolonsDenis Vlasenko
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-24Fix indentation of comment in AVR32 memmove assembler optimization file.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 in libc sysdeps AVR32 specific Linux files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc sysdeps sys header files.Hans-Christian Egtvedt
2008-04-24Fix whitespace damage in AVR32 libc bits header files.Hans-Christian Egtvedt
2008-04-23Cleanup INTERNAL_SYSCALL macros for ARM.Khem Raj
2008-04-22Added support for error_print_progname as proposedCarmelo Amoroso
2008-04-20Fix mmap64 undefined on arm oabi with pure thumb1 patchset. Thanks Tobias Pos...Khem Raj
2008-04-16Fix whitespace damage in AVR32 string assembler optimized functions.Hans-Christian Egtvedt