OSDN Git Service

uclinux-h8/uClibc.git
2008-12-08 Bernhard Reutner... - fix loop for checking ifaddr on both IPv4 and IPv6
2008-12-06 Denis Vlasenkoresolver: make new name resolutions reread /etc/resolv...
2008-12-04 Khem RajRemove __NTH from the declation.
2008-12-04 Carmelo AmorosoCLean librt/*.oS too (NPTL will add some).
2008-12-04 Carmelo AmorosoGo deeper while cleaning string directory to remove
2008-12-04 Carmelo AmorosoAdded do_awk commanf for invoking awk parser. It will...
2008-12-03 Bernhard Reutner... - use proper macros
2008-12-03 Bernhard Reutner... - use proper macro (no obj-code changes)
2008-12-03 Bernhard Reutner... - Use runtime pagesize (Jeremy Kerr)
2008-12-03 Carmelo AmorosoA missing change when we recently released a lot of fix
2008-12-03 Carmelo AmorosoTwo other absolutely safe change that will be used...
2008-12-02 Carmelo AmorosoFix wcswidth function when LOCALE support is disabled
2008-12-01 Denis Vlasenkohostid: improve extremely unreadable parts
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkoremove checks for "impossible" errors,
2008-12-01 Denis Vlasenkofix sigset_t size for mips (it's the only arch with...
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-12-01 Denis Vlasenkol64a: shrink by 13 bytes, and -1 reloc
2008-12-01 Denis Vlasenkoconstify more data
2008-12-01 Denis Vlasenkorpc: constify data, localize unnecessarily static data
2008-12-01 Denis Vlasenkorandom: use smaller data fields where appropriate
2008-12-01 Denis Vlasenkogethostbyname can use gethostbyname2, saving one nearly...
2008-12-01 Denis Vlasenkorpc: should check against max for int32, not int
2008-12-01 Denis Vlasenkorpc: ifdef out xdrrec_{get,put}long if int32 == long,
2008-11-29 Denis Vlasenkoadd libc_hidden_proto(__cmsg_nxthdr) for mips
2008-11-29 Denis Vlasenkofix improperly hidden fputc_unlocked
2008-11-29 Denis Vlasenkofix improperly hidden fwprintf.
2008-11-29 Denis Vlasenkoshring sugnal-relared stuff a bit. BTW why constant...
2008-11-29 Denis Vlasenkoreduce sigset_t size for 128 bytes to 64 bits:
2008-11-27 Carmelo AmorosoMake __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ visible in...
2008-11-27 Bernhard Reutner... - make isascii visible again
2008-11-26 Carmelo AmorosoThis patch fixes locale-mbwc test failures when __UCLIB...
2008-11-26 Bernhard Reutner... - remove fstatfs() and statfs() related headers upon...
2008-11-26 Bernhard Reutner... - revert 24148:24151
2008-11-26 Denis Vlasenkolibc/string: need additional work to remove libc_hidden...
2008-11-25 Bernhard Reutner... - hide locks
2008-11-25 Bernhard Reutner... - remove some bloat that was added in r23660 and subseq...
2008-11-25 Bernhard Reutner... - hide some time related relocs
2008-11-25 Carmelo AmorosoMake wcsxfrm visible also when LOCALE support is disabled.
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-25 Bernhard Reutner... - cosmetic tidy up of clean target
2008-11-25 Bernhard Reutner... - make sure isspace() is exported.
2008-11-25 Bernhard Reutner... - Fix thumb2 PIE (Joseph S. Myers)
2008-11-23 Bernhard Reutner... - fix args (untested)
2008-11-22 Denis Vlasenkosignal ops: avoid calls through PLT for __sigXXX ops
2008-11-22 Denis Vlasenkolibc-symbols: improve comments and make macros a bit...
2008-11-22 Denis Vlasenkofix some unneeded PLT references
2008-11-22 Denis Vlasenkofix "make utils" build failure in ldconfig
2008-11-21 Denis Vlasenkofix "make install" with relative PREFIX
2008-11-21 Denis Vlasenkofix ioperm build problems caused by libc_hidden_proto...
2008-11-21 Denis Vlasenkofix apparent typo (unnoticed for long time, probably
2008-11-21 Denis Vlasenkodeal with TODOs left over from libc_hidden_proto removal
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-19 Peter KjellerstedtMake sure __hot and __cold are always defined.
2008-11-18 Carmelo AmorosoChanged Copyright and License statement according to...
2008-11-18 Carmelo AmorosoChanged Copyright and License statement according to...
2008-11-18 Bernhard Reutner... - add __hot and __cold annotations
2008-11-18 Carmelo AmorosoFix typo: missing )
2008-11-18 Carmelo AmorosoMove _dl_iterate_phdr into libc.so.0 and libc.a (as...
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, a few more functions
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-17 Bernhard Reutner... - add hack to check if generating sysnum.h worked out
2008-11-17 Denis Vlasenkoresolver: use timeout of 5 (glibc uses that).
2008-11-17 Denis Vlasenkoresolver: separate gethostent and gethostent_r into...
2008-11-17 Denis Vlasenkoresolver: move large code blocks to arrange related...
2008-11-17 Denis Vlasenkoresolver: fix some previous TODOs, add new ones.
2008-11-16 Bernhard Reutner... - cleanup {,f}stat{,v}fs{,64} relocs
2008-11-16 Denis Vlasenkoresolver: improved support for overriding DNS server...
2008-11-16 Denis Vlasenkoresolver: make getaddrinfo actually respect _res.nsaddr...
2008-11-15 Denis Vlasenkoresolver: more locking fixes.
2008-11-15 Bernhard Reutner... - if ssp is enabled then make sure that __stack_chk_fai...
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-15 Bernhard Reutner... - revert wrong r24049
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-14 Rob LandleyCurrent kernels support more than 8 bit major/minor...
2008-11-14 Denis Vlasenkofixing resolver part 3: fix completely bogus locking
2008-11-14 Denis Vlasenkofixing resolver part 2: make _res structure members
2008-11-14 Denis Vlasenkofixing resolver, part 1
2008-11-13 Bernhard Reutner... - do not fail if mktemp is not available.
2008-11-13 Bernhard Reutner... - silence shadow warning
2008-11-12 Bernhard Reutner... - adjust trunk version info
2008-11-11 Bernhard Reutner... - update recommendation for pregenerated locales.
2008-11-09 Bernhard Reutner... - for !UNIX98PTY_ONLY we have to fallback to old-style...
2008-11-09 Bernhard Reutner... - Add temporary hack to wipe dep files even on clean...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-11-07 Bernhard Reutner... - tidy up indentation
2008-11-07 Bernhard Reutner... - document more environment variables
2008-11-03 Hans-Christian... Add extern reference to __libc_sigaction in sigaction...
2008-11-03 Hans-Christian... Sync clone() function declaration for AVR32 with sched...
2008-11-03 Hans-Christian... Prefix variables defined in INIT_GOT define for AVR32...
2008-11-03 Hans-Christian... Make sure functions in dl-sysdep.h for AVR32 are always...
2008-11-03 Hans-Christian... Add hint for read ahead function in fcntl.h for AVR32...
2008-11-03 Hans-Christian... Add include to silence compiler warning when compiling...
2008-11-03 Hans-Christian... Remove commented out CFLAGS assigment which is also...
2008-11-03 Hans-Christian... Fix whitespace damage in file.
2008-11-03 Bernhard Reutner... - jmp on coldfire accepts only address registers
2008-11-02 Bernhard Reutner... - Fix __user_locking with stdio buffers (Carmelo AMOROSO)
2008-11-02 Denis Vlasenkoresolver: reinstate searching if search domains acciden...
next