OSDN Git Service

uclinux-h8/uClibc.git
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
2008-09-30 Bernhard Reutner... - add missing const qualifier for !__NR_sched_setaffini...
2008-09-30 Bernhard Reutner... - remove some duplicate includes
2008-09-30 Bernhard Reutner... - fix compilation of UCLIBC_HAS_PTY && !ASSUME_DEVPTS...
2008-09-30 Bernhard Reutner... - tweak helptext
2008-09-30 Bernhard Reutner... - remove shadows declaration of struct st (already...
2008-09-29 Bernhard Reutner... - add a copy of user_regs
2008-09-29 Bernhard Reutner... - do not pass bitwise-or to the assembler. Closes ...
2008-09-29 Carmelo Amorososh_ldso: Fix typo: missing semi-colon.
2008-09-29 Bernhard Reutner... - honour UCLIBC_HAS_SYSLOG
2008-09-29 Carmelo AmorosoFix comment.
2008-09-29 Carmelo Amorosoldso: allow undefined references to weak symbols
2008-09-29 Carmelo Amorosolibdl: use stderr consistently.
2008-09-29 Carmelo Amorosoldso: do not use hard-coded fd in _dl_dprintf. Use...
2008-09-29 Bernhard Reutner... - now passes all LTP tests
2008-09-29 Carmelo Amorosoi18n: Fix mbrtowc function to handle 0xc0 and 0xc1...
2008-09-29 Bernhard Reutner... - fix ISO C keywords
2008-09-27 Denis Vlasenkogetgrouplist(): ...add files which I forgot to add.
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-27 Rob LandleyDependencies tweak: make install should depend on all, or
2008-09-26 Mike Frysingeruse __UCLIBC_HAS_STUBS__
2008-09-26 Bernhard Reutner... - revert r23469. If gnu getopt is disabled, then there...
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-26 Bernhard Reutner... - remove all *_hidden_proto(...) on install_headers
2008-09-26 Peter KjellerstedtRebased the memcpy() and memset() implementations for...
2008-09-26 Peter KjellerstedtCorrect _init()/_fini() for CRISv32 as suggested by...
2008-09-26 Bernhard Reutner... - revert inappropriate part of r23478
2008-09-25 Bernhard Reutner... - add some more math functions (patch from gentoo/solar)
2008-09-25 Bernhard Reutner... - add __ieee754_log2()
2008-09-25 Bernhard Reutner... - fix typo
next