LinuxTV

dietlibc/libcruft/

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 / libcruft


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/ [show]      
[TXT] nolibdl.c 1.3 4 years remove a few gcc 10 warnings
[TXT] res_mkquery.c 1.10 5 years introduce rand_i() (libc can't change rand's seed by calling it internally)
[TXT] tmpnam.c 1.4 5 years introduce rand_i() (libc can't change rand's seed by calling it internally)
[TXT] dnscruft.c 1.27 6 years fix a few gcc 8.1 warnings
[TXT] tempnam.c 1.7 6 years fix a few gcc 8.1 warnings
[TXT] getpagesize.c 1.7 6 years getpagesize should return int, not size_t (why!?)
[TXT] dn_skipname.c 1.3 8 years fix gcc 6 warnings
[TXT] dn_expand.c 1.7 8 years move strnlen from libcompat into libc (it's POSIX now) fix dn_expand argumen...
[TXT] hstrerror.c 1.6 9 years SECURITY: fix integer overflow in scandir/scandir64 if your selector leave...
[TXT] scandir.c 1.7 9 years SECURITY: fix integer overflow in scandir/scandir64 if your selector leave...
[TXT] scandir64.c 1.3 9 years SECURITY: fix integer overflow in scandir/scandir64 if your selector leave...
[TXT] bindtextdomain.c 1.4 10 years remove compiler warnings
[TXT] dcgettext.c 1.2 10 years remove compiler warnings
[TXT] dgettext.c 1.2 10 years remove compiler warnings
[TXT] nl_langinfo.c 1.2 11 years be more strict in which dns packets we accept make sure to return "UTF-8" when a...
[TXT] get_current_dir_name.c 1.1 12 years add get_current_dir_name (horrible GNU crap)
[TXT] gethostbyname2_r.c 1.14 12 years change gettimeofday vsyscall to use the vdso add WANT_HOSTS_GIVEUP_EARLY in ...
[TXT] sysconf.c 1.8 13 years use sched_getaffinity to answer sysconf(_SC_NPROCESSORS_ONLN)
[TXT] sysconf_cpus.c 1.8 13 years make sure __sc_nr_cpus does not dump core if /proc/cpuinfo is larger than ...
[TXT] res_query.c 1.32 13 years add llmnr dns lookup
[TXT] dnscruft2.c 1.32 14 years make dns work for cases where more than 8 IP addresses are returned
[TXT] setlocale.c 1.6 15 years fix segfault when locale is NULL
[TXT] getopt_long.c 1.11 17 years fix long getopt handling again :-)
[TXT] getopt_long_only.c 1.8 17 years fix long getopt handling again :-)
[TXT] dnscruft3.c 1.2 18 years make resolv.conf more glibcish so openssh 4.3p1 compiles
[TXT] dngettext.c 1.1 18 years add ngettext, dngettext (for glib)
[TXT] ngettext.c 1.1 18 years add ngettext, dngettext (for glib)
[TXT] dl_iterate_phdr.c 1.3 19 years Lots of fixes and patches from Markus Oberhumer. provide time() using gett...
[TXT] dl_support.c 1.1 19 years Lots of fixes and patches from Markus Oberhumer. provide time() using gett...
[TXT] gethostbyname_r.c 1.16 19 years more alignment
[TXT] __fprepare_parse.c 1.2 19 years remove new gcc4 signedness warnings
[TXT] __prepare_parse.c 1.8 19 years remove new gcc4 signedness warnings
[TXT] bcopy.c 1.5 19 years Lots of fixes and patches from Markus Oberhumer. libstdc++ compatibility ...
[TXT] bzero.c 1.3 19 years Lots of fixes and patches from Markus Oberhumer. libstdc++ compatibility ...
[TXT] getusershell.c 1.3 19 years Lots of fixes and patches from Markus Oberhumer. libstdc++ compatibility ...
[TXT] res_search.c 1.4 19 years make dyn didn't work for !WANT_FULL_RESOLV_CONF (Sampo Kellomaki) add some w...
[TXT] initgroups.c 1.6 19 years - added fix for getgrouplist (Nikola Vladov) - fix the fd leak on error path (De...
[TXT] gethostbyaddr_r.c 1.8 20 years change DNS routines to look for ip6.arpa instead of ip6.int
[TXT] res_close.c 1.1 20 years add res_close remove broken ia64 waitpid.S, there is a working __waitpid.c (Gerr...
[TXT] inet_ntop.c 1.7 20 years import ip6_fmt bug fix from libowfat
[TXT] textdomain.c 1.2 20 years more stdio fixes (Manuel Novoa III) remove a warning in textdomain
[TXT] gettext.c 1.1 20 years add stupid pseudo locale crap to make glib happy
[TXT] strerror_r.c 1.2 20 years remove bashing comment in strerror_r. Uwe Ohse points out that this function ma...
[TXT] confstr.c 1.1 20 years - checkin of the new libpthread - add confstr
[TXT] fgetpwent.c 1.1 21 years add fgetpwent (Alvaro Gomes Sobral Barcellos)
[TXT] fgetpwent_r.c 1.1 21 years add fgetpwent (Alvaro Gomes Sobral Barcellos)
[TXT] alphasort64.c 1.1 21 years adding scandir64 and alphasort64 for largefile support (LFS)
[TXT] killpg.c 1.1 21 years killpg is now a function and not a macro (broke bash 2.05b)
[TXT] inet_pton.c 1.11 21 years make the DNS resolver IPv6 transport capable
[TXT] inet_ntoa.c 1.5 22 years I firmly believe that Sun librpc is ugly beyond repair. I failed to fix it witho...
[TXT] alphasort.c 1.2 22 years lots of warnings removed
[TXT] clock.c 1.8 22 years lots of warnings removed
[TXT] dnscruft4.c 1.2 22 years lots of warnings removed
[TXT] getgrent_r.c 1.4 22 years lots of warnings removed
[TXT] gethostbyaddr.c 1.5 22 years lots of warnings removed
[TXT] gethostbyname2.c 1.6 22 years lots of warnings removed
[TXT] getlogin.c 1.3 22 years lots of warnings removed
[TXT] getpwent_r.c 1.4 22 years lots of warnings removed
[TXT] getspent_r.c 1.4 22 years lots of warnings removed
[TXT] herrno_location.c 1.3 22 years lots of warnings removed
[TXT] herror.c 1.3 22 years lots of warnings removed
[TXT] setegid.c 1.2 22 years lots of warnings removed
[TXT] seteuid.c 1.2 22 years lots of warnings removed
[TXT] inet_aton.c 1.3 22 years import a few more Uwe Ohse bug reports
[TXT] __end_parse.c 1.2 22 years EINTR handling in openpty
[TXT] getpass.c 1.4 22 years several bug fixes from Uwe Ohse.
[TXT] localeconv.c 1.1 22 years made the locale simulation look more real ;) Avoid GNU gettext. At all cost. If...
[TXT] getgrent.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getgrgid.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getgrgid_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getgrnam.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getgrnam_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getpwent.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getpwnam.c 1.6 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getpwnam_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getpwuid.c 1.4 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getpwuid_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getspent.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getspnam.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getspnam_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] grbuf.c 1.1 22 years add _r variants for getsp* and getgr*.
[TXT] spbuf.c 1.1 22 years add _r variants for getsp* and getgr*.
[TXT] pwbuf.c 1.1 22 years add getpw{nam,uid}_r, rewrite getpw{nam,uid}
[TXT] __parse_nws.c 1.2 22 years rewrite getserv*, provide ..._r versions.
[TXT] __parse_ws.c 1.2 22 years rewrite getserv*, provide ..._r versions.
[TXT] __parse.c 1.1 22 years replace entlib with a more generic parselib. Convert entlib using code to parse...
[TXT] __parse_1.c 1.1 22 years replace entlib with a more generic parselib. Convert entlib using code to parse...
[TXT] scan_ulong.c 1.1 22 years replace entlib with a more generic parselib. Convert entlib using code to parse...
[TXT] gethostbyname.c 1.6 22 years oops, dns timeout wrong by factor of 1000
[TXT] getopt_data.c 1.2 22 years more getopt fixes (the man page sucks even more than my code)
[TXT] mkdtemp.c 1.8 22 years removed "some" warnings ...
[TXT] mkstemp.c 1.12 22 years removed "some" warnings ...
[TXT] mktemp.c 1.4 22 years removed "some" warnings ...
[TXT] gethostbyaddr2_r.c 1.2 22 years minor tweaks, prototype tmpnam and define SEEK_SET in stdio.h
[TXT] res_init.c 1.3 22 years add res_mkquery. The diet libc can now compile and link mtr.
[TXT] inet_ntoa_r.c 1.1 23 years added IPv6 DNS and IP to/from ASCII conversion support.
[TXT] getdtablesize.c 1.1 23 years imported an amazing amount of utterly broken Sun code. I spent several hours try...
[TXT] h_errno.c 1.1 23 years added herrno glue, random/srandom (same as rand and srand for now), inet_addr an...
[TXT] inet_addr.c 1.1 23 years added herrno glue, random/srandom (same as rand and srand for now), inet_addr an...

General options
,

LinuxTV legacy CVS <linuxtv.org/cvs>