OSDN Git Service

uclinux-h8/uClibc.git
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...
2008-11-01 Denis Vlasenko__dns_lookup: document and optimize a bit
2008-11-01 Denis Vlasenkoresolver: partially fix bug 660 -
2008-11-01 Denis Vlasenkoresolver: fix part of bug 1468:
2008-11-01 Denis Vlasenkoresolver: trivial code trasformations for readability.
2008-11-01 Denis Vlasenkotrivial code shrink by making some strings static
2008-10-31 Bernhard Reutner... - whitespace fixes
2008-10-31 Bernhard Reutner... - improve readability, no objcode changes.
2008-10-31 Hans-Christian... Resync pt-machine.h for AVR32 linuxthreads and linuxthr...
2008-10-31 Hans-Christian... Replace inline with __inline__ in AVR32 pt-machine...
2008-10-30 Bernhard Reutner... - helper config symbol has to depend on thread support
2008-10-30 Ricard WanderlofFile removed as it was not only redundant but also...
2008-10-29 Bernhard Reutner... - minor shrinkage (-50b)
2008-10-29 Bernhard Reutner... - fix use after free (Kevin Day)
2008-10-29 Bernhard Reutner... - fix another fallout from r23660
2008-10-28 Bernhard Reutner... - mark trunk as BUGFIX-ONLY after 0.9.30-rc3
2008-10-28 Bernhard Reutner... - bump version to 0.9.30-rc3
2008-10-28 Denis Vlasenkogetaddrinfo.c: improve readability
2008-10-28 Denis Vlasenkogetaddrinfo.c: reformat. no code changes
2008-10-28 Bernhard Reutner... - trim superfluous ';'. No objcode changes
2008-10-28 Bernhard Reutner... - fix compilation if LFS is off and STUBs are requested
2008-10-28 Ricard WanderlofRemove all references to __no_netlink_support as after...
2008-10-28 Rob LandleyFinally fix the MALLOC=y and MALLOC_SIMPLE=y breakage...
2008-10-28 Denis Vlasenkomake getaddrinfo to NOT query DNS for IPv6 address...
2008-10-27 Rob LandleyExplain what malloc simple is good for, and what it...
2008-10-27 Bernhard Reutner... - pull in prototype for memalign()
2008-10-27 Bernhard Reutner... - add helpful help string
2008-10-27 Bernhard Reutner... - Print helptexts of choices. If a choice (but not...
2008-10-27 Bernhard Reutner... - fix typo in r23808
2008-10-27 Denis Vlasenkolibc/inet/getaddrinfo.c: const'ify some data;
2008-10-25 Khem RajUse C implementation of strncmp.
2008-10-24 Bernhard Reutner... - fix mips syscall (Atsushi Nemoto)
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-22 Bernhard Reutner... - remove superfluous ';'. No objcode changes.
2008-10-22 Bernhard Reutner... - delete_module() takes two arguments on linux-2.6
2008-10-20 Bernhard Reutner... - need to grab features before looking at eventually...
2008-10-19 Bernhard Reutner... - do not include netlink headers if netlink is turned...
2008-10-19 Bernhard Reutner... - fix sigaction on older kernels (Michael Deutschmann)
2008-10-18 Bernhard Reutner... - do not list non-existing files in the threads prerequ...
2008-10-18 Bernhard Reutner... - sync fix for scandir errno handling to scandir64...
2008-10-17 Bernhard Reutner... - fix toggling thread implementation.
2008-10-17 Bernhard Reutner... - des uses ntohl
2008-10-17 Bernhard Reutner... - guard socket calls with UCLIBC_HAS_SOCKET
2008-10-17 Bernhard Reutner... - document environment variables for make(1)
2008-10-16 Bernhard Reutner... This should fix malloc with debug and without threads...
2008-10-15 Bernhard Reutner... - mark trunk as -rc2-svn
2008-10-15 Bernhard Reutner... - bump version to 0.9.30-rc2
2008-10-14 Bernhard Reutner... - fix locale dependencies and make default locale gener...
2008-10-11 Khem RajFix bug 4994 hangs on read(). I have tested the patch...
2008-10-10 Bernhard Reutner... - fix copy'n paste error
2008-10-10 Bernhard Reutner... - fix return value
2008-10-10 Bernhard Reutner... - add signalfd()
2008-10-10 Bernhard Reutner... - .. and don't install the config dir, too
2008-10-10 Bernhard Reutner... - remove bashism; don't install config/* to the target
2008-10-10 Bernhard Reutner... - pull kconfig from linux-2.6.27
2008-10-10 Bernhard Reutner... - make sure to match the start of the MAKE_VERSION
2008-10-10 Bernhard Reutner... - remove suspicious_dependency
2008-10-10 Bernhard Reutner... - add and use EXTRA_DIRS to wipe the test/locale/C...
2008-10-10 Bernhard Reutner... - Include stdio.h for the perror prototype, use constan...
2008-10-09 Bernhard Reutner... - prevent spurious rebuilds
2008-10-09 Bernhard Reutner... - cut down on attempted pattern rule matches
2008-10-09 Bernhard Reutner... - reinstate hostutils target
2008-10-09 Bernhard Reutner... - tidy up utils_install
2008-10-09 Bernhard Reutner... - beautify hcompile.u
2008-10-09 Bernhard Reutner... - standardize fopen error message a bit
2008-10-09 Bernhard Reutner... - fix errno setting (we're outside of libc here)
2008-10-09 Bernhard Reutner... - mention a FIXME for some make guru :)
2008-10-09 Bernhard Reutner... - fix test. Tests are normal userspace and are _not_...
2008-10-08 Bernhard Reutner... - sync comment to rule as pointed out by psm.
2008-10-08 Bernhard Reutner... - fix bad r23573 from egtvedt
2008-10-08 Bernhard Reutner... - fix building locale (pre- and generated, even parallel)
2008-10-08 Bernhard Reutner... - revert bad hunk from (my) r22403
2008-10-08 Bernhard Reutner... - Fix strtol*() with xlocale (on e.g. x86_64) (closes...
2008-10-08 Bernhard Reutner... - add/use variables to make build-tools configurable
2008-10-06 Carmelo AmorosoFix scandir function to reset the errno when the
2008-10-06 Bernhard Reutner... - fix typo in previous commit
2008-10-06 Bernhard Reutner... - add libc_hidden_def(clock_getres) as spotted by Ned...
2008-10-06 Bernhard Reutner... - implement log2()
2008-10-06 Bernhard Reutner... - mention the architectures that currently support...
2008-10-06 Bernhard Reutner... - wrap overlong lines
2008-10-06 Bernhard Reutner... - move helptexts to their config symbols so that they...
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - Fallback waitid impl (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - silence warning
2008-10-06 Bernhard Reutner... - disentangle REALTIME from ADVANCED_REALTIME (Peter...
2008-10-06 Bernhard Reutner... - tweak inclusion of asm/socket.h for linux-2.4 (Peter...
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-10-02 Hans-Christian... Fix bad commit 23574 for io redirecting when running...
2008-10-02 Hans-Christian... Use more generic redirecting of output in the test...
2008-10-02 Hans-Christian... Ensure that headers are generated before libs
2008-10-01 Carmelo AmorosoFix compilation problem whit the following config options:
2008-09-30 Bernhard Reutner... - fix whitespace
2008-09-30 Bernhard Reutner... - avoid warning about undefined preprocessor token
next