Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-09 | no need to delete the binary upon failure | Mike Frysinger | |
2008-01-08 | test to make sure the buffers used by the gethost*_r functions handle ↵ | Mike Frysinger | |
misaligned scratch buffers | |||
2008-01-05 | Chris Zankel writes: | Mike Frysinger | |
The following patches add support for the Xtensa processor architecture to uClibc. They are based on a recent SVN checkout (12/05/2007). The first patch (attached to this post) adds Xtensa support to various shared configuration and make files. The following patches then include the Xtensa specific files and directories. I welcome any feedback and would appreciate it if you could include the patches into the mainline tree. I am certainly committed to maintain the port. Bob Wilson was kind enough to review the patches. Some notes about the architecture: Xtensa is a configurable and extensible processor architecture developed by Tensilica. For more information, please visit: www.linux-xtensa.org. | |||
2008-01-05 | patch from Mats Erik Andersson for better catching edge cases in optimized ↵ | Mike Frysinger | |
string functions | |||
2007-11-23 | Disable tst-ftime_l test if Extended Locale Support | Carmelo Amoroso | |
is not enabled, otherwise build will fail Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||
2007-11-07 | Added support for GNU hash style into dynamic linker | Carmelo Amoroso | |
2007-09-15 | not sure how this obvious one liner got lost from glibc, but merge it | Mike Frysinger | |
2007-09-15 | add one more testcase from Natanael Copa | Mike Frysinger | |
2007-09-15 | add more tests as suggested by Natanael Copa and as harvested from: | Mike Frysinger | |
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/92880 | |||
2007-09-15 | actually update errors variable when a test fails | Mike Frysinger | |
2007-05-15 | Fix arm mmap when using mmap2 syscall. Fixes bug #1303 | Khem Raj | |
2007-05-03 | give proper prototypes | Mike Frysinger | |
2007-05-02 | cancellation-points needs librt | Mike Frysinger | |
2007-05-02 | exercise all required POSIX pthread cancellation points | Mike Frysinger | |
2007-04-21 | This test needs XLOCALE to work. | "Steven J. Hill" | |
2007-04-17 | catch a small overflow in malloc-standard | Mike Frysinger | |
2007-04-17 | disable for now | Mike Frysinger | |
2007-04-11 | test case to make sure realloc() can shrink buffers properly | Mike Frysinger | |
2007-03-25 | Paul Brook writes: filter .svn dirs to greatly speed up the file grep test | Mike Frysinger | |
2007-03-12 | make sure undefine references in dlopen()-ed libs are handled graciously | Mike Frysinger | |
2007-03-12 | make sure dlsym() properly returns NULL with undefined symbols | Mike Frysinger | |
2007-03-08 | Now Test.mak includes toplevel Rules.mak so if DO_ASSERT is not set then ↵ | Khem Raj | |
-DNDEBUG is added to CFLAGS so we need to get the seeko() calls out of the assert otherwise they get cancelled when NDEBUG is defined. | |||
2007-03-05 | New test targets 'compile' and 'run' | Khem Raj | |
2007-02-21 | drop -Wl,-warn-common since it doesnt serve much purpose | Mike Frysinger | |
2007-02-20 | make sure cleanup handler is only called once | Mike Frysinger | |
2007-02-16 | make sure static variables are re-initialized everytime | Mike Frysinger | |
2007-02-16 | cleanup a little | Mike Frysinger | |
2007-02-08 | import a slightly modified realpath() test case from glibc | Mike Frysinger | |
2007-02-05 | new cheesy test by Denis Vlasenko to trigger fclose loop | Mike Frysinger | |
2007-01-29 | make sure reading 64bit types works | Mike Frysinger | |
2007-01-29 | make sure 64bit output is correct | Mike Frysinger | |
2007-01-29 | mark local function static | Mike Frysinger | |
2007-01-29 | fixup shadowed warnings | Mike Frysinger | |
2007-01-29 | mark some funcs as noreturn | Mike Frysinger | |
2007-01-29 | fixup prototype warnings | Mike Frysinger | |
2007-01-29 | make error output a little more helpful | Mike Frysinger | |
2007-01-29 | fixup warnings | Mike Frysinger | |
2007-01-29 | fix test to work even if CPPFLAGS contains -DNDEBUG | Mike Frysinger | |
2007-01-28 | dont rely on random stack state to trigger this issue; force the default ↵ | Mike Frysinger | |
stat structs to alternative bit masks | |||
2007-01-28 | new test taken from stat issue with new tar | Mike Frysinger | |
2006-12-20 | make sure UCLIBC_LDSO can be found via path | Mike Frysinger | |
2006-12-16 | actually scrub it, dont just comment it out | Mike Frysinger | |
2006-12-16 | start pulling in top level Rules.mak so we get access to import ↵ | Mike Frysinger | |
CFLAGS/LDFLAGS/CPPFLAGS | |||
2006-12-16 | scrub prototype so we dont conflict with the pthread header | Mike Frysinger | |
2006-12-16 | clean up | Mike Frysinger | |
2006-12-16 | small cleanups | Mike Frysinger | |
2006-12-03 | second SUSV3 legacy check should be for macros as pointed out by psm | Mike Frysinger | |
2006-12-02 | fix building when susv3 legacy stuff is disabled | Mike Frysinger | |
2006-11-27 | indent | Mike Frysinger | |
2006-11-18 | Add CHECK_ONLY option to allow for running the tests on the target instead ↵ | "Steven J. Hill" | |
of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree. |