LinuxTV

dietlibc/test/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [DVB] / dietlibc / test


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/ [show]      
[DIR] dirent/      
[DIR] inet/      
[DIR] stdio/      
[DIR] stdlib/      
[DIR] string/      
[DIR] time/      
[TXT] crypt.c 1.5 5 years use salt for sha256 and sha512 passwords in test program add ALWAYS_PIC for x32
[TXT] pthread_rwlock.c 1.1 7 years add really crappy pthread_rwclock implementation for openssl 1.1
[TXT] mmap_test.c 1.3 7 years add x86_64 memccpy, mempcpy import Debian bugfixes (Christian Seiler)
[TXT] select.c 1.3 8 years upstream Debian patches
[TXT] explicit_bzero.c 1.2 8 years add explicit_bzero, timingsafe_bcmp and timingsafe_memcmp (OpenBSD APIs useful...
[TXT] regex.c 1.18 9 years test having more than one match
[TXT] Makefile 1.7 9 years add memcpy test
[TXT] cuserid.c 1.1 9 years fix cuserid
[TXT] memcmp.c 1.3 9 years explicit non-executable stack marking for some x64 functions add x64 asm memcmp,...
[TXT] memcpy.c 1.5 9 years explicit non-executable stack marking for some x64 functions add x64 asm memcmp,...
[TXT] strverscmp.c 1.1 9 years add strverscmp
[TXT] asprintf.c 1.3 10 years Massive ARM changes from Enrico Scholz
[TXT] atexit.c 1.3 10 years Massive ARM changes from Enrico Scholz
[TXT] cycles.c 1.6 10 years Massive ARM changes from Enrico Scholz
[TXT] thread.c 1.1 10 years add some threading tests
[TXT] stat.c 1.2 11 years turns out x32 is already 64-bit when it comes to stat, so no need for hackery
[TXT] readdir.c 1.4 11 years make stat and readdir work for x32
[TXT] bsearch.c 1.5 12 years shut up debug output
[TXT] CAS.c 1.1 12 years various build fixes, add sys/atomic.h and the __CAS function
[TXT] memchr.c 1.5 12 years memchr on i386 was going one byte too far
[TXT] .cvsignore 1.1 13 years more ignorance
[TXT] alarm.c 1.1 13 years socket modernization part 2
[TXT] runtests.sh 1.5 13 years socket modernization part 2
[TXT] fadvise.c 1.1 13 years get rid of lots of socket cruft
[TXT] utime.c 1.1 13 years get rid of lots of socket cruft
[TXT] wcsrtombs.c 1.1 14 years add wcstombs and wcsrtombs
[TXT] mbrlen.c 1.2 15 years more argument constness for dns routines add some new syscall numbers fix multib...
[TXT] popen.c 1.1 16 years slightly shrink popen (Kris Katterjohn)
[TXT] printf.c 1.6 16 years several fixes from Enrico Scholz (printf, string routines on big endian) add...
[TXT] strchr.c 1.1 16 years implement some commonly used string functions in assembler for AMD64
[TXT] strcmp.c 1.5 16 years implement some commonly used string functions in assembler for AMD64
[TXT] strcpy.c 1.1 16 years for some bizarre reason, strdup misbehaved.
[TXT] wmem.c 1.3 16 years add wcsstr
[TXT] wctype.c 1.1 16 years add btowc, wctype, iswctype
[TXT] wctomb.c 1.1 16 years add wctomb test
[TXT] mbtowc.c 1.1 16 years add mbsinit, mbrlen, mbtowc, wctomb, mbrtowc, wcrtomb
[TXT] printf2.c 1.1 17 years some work on printf
[TXT] getaddrinfo.c 1.3 17 years fix getaddrinfo (return more than just the first IP) (Gernot Tenchio)
[TXT] ftell.c 1.1 17 years fix ftell (Jens Laas)
[TXT] qsort.c 1.1 17 years small qsort test program
[TXT] getopt.c 1.2 17 years getopt_long and getopt_long_only now refuse ambiguous abbreviations
[TXT] checkssp.c 1.1 18 years update SSP (ProPolice) support (with help from Eduardo Tongson) enabled star...
[TXT] strnlen.c 1.1 18 years add strnlen (for udev)
[TXT] gethostent.c 1.1 18 years forgot gethostent
[TXT] strptime.c 1.3 18 years whoops, strptime was completely broken, and noone noticed :-) fix DNS resolv...
[TXT] syscall.c 1.5 19 years fix warnings in socketcall functions
[TXT] gettimeofday.c 1.1 19 years implement gettimeofday vsyscall for x86_64 replace unfinished plug&play DNS ...
[TXT] md5_testharness.c 1.6 19 years several patches from Gwenole
[TXT] strtol.c 1.4 19 years several patches from Gwenole
[TXT] mktime.c 1.3 20 years add reverse timezone mapping in mktime
[TXT] realpath.c 1.1 20 years new realpath from Thomas Ogrisegg
[TXT] test-newfnmatch.c 1.1 20 years fnmatch enhancements by Michael J. Pomraning
[TXT] dirname.c 1.1 20 years new dirname with test suite entry (Yuro Kozlov)
[TXT] argv.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] byteswap.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] ffs.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] fstab 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] ftw.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] gethostbyname.c 1.4 20 years port test suite from glibc (Florian Westphal)
[TXT] gethostbyname_r.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] getmntent.c 1.4 20 years port test suite from glibc (Florian Westphal)
[TXT] getpwnam.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] getservbyname.c 1.5 20 years port test suite from glibc (Florian Westphal)
[TXT] getservbyport.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] getusershell.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] glob.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] hello.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] iconv.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] ltostr.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] printftest.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] protoent.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] sendfile.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] servent.c 1.4 20 years port test suite from glibc (Florian Westphal)
[TXT] siglist.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] speed.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] spent.c 1.3 20 years port test suite from glibc (Florian Westphal)
[TXT] strcasecmp.c 1.4 20 years port test suite from glibc (Florian Westphal)
[TXT] sysenter.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] ungetc.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] waitpid.c 1.2 20 years port test suite from glibc (Florian Westphal)
[TXT] sprintf.c 1.7 20 years sprintf fix; unfortunately, test/sprintf.c is still broken
[TXT] printftest.exp 1.1 20 years printf tests and more printf fixes (Gernot Tenchio)
[TXT] fputc.c 1.1 20 years the overflow checking in strtou?ll? was broken in some cases. Unfortunatel...
[TXT] confstr.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] prototypes.c 1.3 21 years rename __pure__ to __pure (Laurent Bercot)
[TXT] gethostbyaddr.c 1.3 21 years fix resolver (Gwenole)
[TXT] malloc-debugger.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] memusage.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] putenv.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] pwent.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] read1.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] sscanf.c 1.4 21 years remove many warnings from test suite (Gwenole)
[TXT] stdio.c 1.3 21 years remove many warnings from test suite (Gwenole)
[TXT] strncat.c 1.3 21 years remove many warnings from test suite (Gwenole)
[TXT] strncpy.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] strrchr.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] strstr.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] testandset.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] calloc.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] flush.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] fnmatch.c 1.3 21 years remove many warnings from test suite (Gwenole)
[TXT] fwrite.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] getenv.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] getgrnam.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] grent.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] hasmntopt.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] if_nameindex.c 1.2 21 years remove many warnings from test suite (Gwenole)
[TXT] adjtime.c 1.2 21 years x86_64 fixes
[TXT] memrchr.c 1.1 22 years remote const attribute from getpid()
[TXT] rand48.c 1.1 22 years rand48 and fnmatch fixes
[TXT] pipe.c 1.1 22 years forgot to add a few files from Thomas' ia64 port
[TXT] memccpy.c 1.1 22 years make strncpy optionally zero-fill and not just zero-terminate. The standard says...
[TXT] getdelim.c 1.1 22 years add getline and getdelim to libcompat
[TXT] getpass.c 1.1 22 years add more tests, prototype if_nameindex and if_freenameindex
[TXT] empty.c 1.1 22 years replace entlib with a more generic parselib. Convert entlib using code to parse...
[TXT] test-getlongopt.c 1.1 22 years small test program for getopt_long
[TXT] stdarg.c 1.1 22 years try to make assert work with ancient gcc versions.

General options
,

LinuxTV legacy CVS <linuxtv.org/cvs>