LinuxTV

dietlibc/libugly/

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


File Rev. Age Last log entry
[BACK] Parent Directory      
[DIR] Attic/ [show]      
[TXT] __utmp_block_signals.c 1.1 16 years fix utmp, add utmpx support (R.L. Horn)
[TXT] __utmp_io.c 1.1 16 years fix utmp, add utmpx support (R.L. Horn)
[TXT] addmntent.c 1.2 20 years remove a warning
[TXT] asctime.c 1.2 10 years Massive ARM changes from Enrico Scholz
[TXT] asctime_r.c 1.3 10 years Massive ARM changes from Enrico Scholz
[TXT] asprintf.c 1.6 7 years remove most gcc 7 warnings
[TXT] ctime.c 1.3 21 years now ctime yields the correct string...
[TXT] ctime_r.c 1.1 17 years add ctime_r
[TXT] difftime.c 1.5 22 years remove more warnings
[TXT] dirfd.c 1.1 22 years several changes to make vs_ftpd compile.
[TXT] endmntent.c 1.2 20 years endmntent should return 1
[TXT] facilitynames.c 1.1 23 years oops, forgot to "cvs add" the new functions ;-}
[TXT] freeaddrinfo.c 1.1 23 years paaaarty! getaddrinfo is there! ;)
[TXT] ftime.c 1.1 23 years CRUFT, or better UGLY cruft to compile openssl ...
[TXT] gai_strerror.c 1.3 22 years more DNS error signalling
[TXT] getaddrinfo.c 1.21 9 years support AI_V4MAPPED and AI_ALL
[TXT] gethostent.c 1.13 9 years remove some more dead stores
[TXT] gethostent_nor.c 1.1 18 years forgot gethostent
[TXT] getmntent.c 1.4 22 years allow more \t in getmntent
[TXT] getnameinfo.c 1.9 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] getprotobyname.c 1.1 22 years rewrite getproto* to parselib (and add ..._r versions)
[TXT] getprotobyname_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getprotobynumber.c 1.1 22 years rewrite getproto* to parselib (and add ..._r versions)
[TXT] getprotobynumber_r.c 1.2 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getprotoent.c 1.10 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getprotoent_r.c 1.3 22 years x86_64 port by Michal Ludvig!
[TXT] getservbyname.c 1.1 22 years rewrite getserv*, provide ..._r versions.
[TXT] getservbyname_r.c 1.4 21 years make getservby* work with proto==NULL (Jens Låås)
[TXT] getservbyport.c 1.1 22 years rewrite getserv*, provide ..._r versions.
[TXT] getservbyport_r.c 1.3 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getservent.c 1.9 22 years save a few bytes here and there (and set result pointers to 0 if not found)
[TXT] getservent_r.c 1.8 9 years add support for AI_NUMERICSERV fix parsing bug in getservent_r
[TXT] gmtime.c 1.1 23 years implemented gmtime, gmtime_r to get rid of uClibc code.
[TXT] gmtime_r.c 1.6 22 years a wrong comparison in gmtime_r caused the time functions to convert Jan 1 to Dec...
[TXT] grantpt.c 1.1 22 years add x86 getenv, grantpt, ptsname and unlockpt from Thomas Ogrisegg add prototype...
[TXT] hasmntopt.c 1.2 22 years hasmntopt did not work with foo=bar style options
[TXT] iconv.c 1.14 7 years remove most gcc 7 warnings
[TXT] iconv_close.c 1.6 22 years lots of warnings removed
[TXT] iconv_open.c 1.7 20 years add UTF-16 (so we can encode SMB file names to Windoze)
[TXT] isleap.c 1.2 22 years lots of warnings removed
[TXT] iswctype.c 1.1 16 years add btowc, wctype, iswctype
[TXT] localtime.c 1.1 23 years added localtime_r and localtime. Got rid of the old localtime from uClibc.
[TXT] localtime_r.c 1.7 20 years add reverse timezone mapping in mktime
[TXT] logging.c 1.18 9 years remove some more dead stores
[TXT] mktime.c 1.11 19 years Lots of fixes and patches from Markus Oberhumer. libstdc++ compatibility ...
[TXT] netent.c 1.5 22 years set close-on-exec for the other get*ent routines remove several gcc warnings add...
[TXT] openpty.c 1.5 18 years update syscalls lots of fixes from Markus FX Oberhumer: * better signal ...
[TXT] pclose.c 1.2 18 years fix embarassing bug in pclose (Juergen Sawinski, René Rebe)
[TXT] popen.c 1.7 16 years slightly shrink popen (Kris Katterjohn)
[TXT] prioritynames.c 1.1 23 years oops, forgot to "cvs add" the new functions ;-}
[TXT] protoent_buf.c 1.1 22 years rewrite getproto* to parselib (and add ..._r versions)
[TXT] ptsname.c 1.2 22 years lots of warnings removed
[TXT] putpwent.c 1.3 22 years import a few more Uwe Ohse bug reports
[TXT] servent_buf.c 1.1 22 years rewrite getserv*, provide ..._r versions.
[TXT] setenv.c 1.5 18 years fix putenv (René Rebe, Thomas Ogrisegg)
[TXT] setmntent.c 1.1 23 years add getmntent, setmntent, endmntent, query_module.
[TXT] strftime.c 1.15 10 years Massive ARM changes from Enrico Scholz
[TXT] strndup.c 1.5 17 years make strndup also secure if WANT_MALLOC_ZERO is defined
[TXT] strptime.c 1.8 10 years Massive ARM changes from Enrico Scholz
[TXT] strsignal.c 1.10 13 years add WANT_GNU_STARTUP_BLOAT in dietfeatures.h to support program_invocation...
[TXT] system.c 1.15 22 years remove more warnings
[TXT] time_table_spd.c 1.5 18 years Access out of bounds... ARG!
[TXT] timegm.c 1.4 10 years handle tm_mon<0 case
[TXT] timezone.c 1.2 22 years work around more brain damage in hwclock and kbd.
[TXT] tzfile.c 1.22 9 years remove some more dead stores
[TXT] unlockpt.c 1.2 18 years fix unlockpt (Gernot Tenchio)
[TXT] unsetenv.c 1.2 20 years - adding 'getgrouplist' - fixing type of 'unsetenv' - adding missing realtime sy...
[TXT] utent.c 1.10 16 years fix utmp, add utmpx support (R.L. Horn)
[TXT] utxent.c 1.1 16 years fix utmp, add utmpx support (R.L. Horn)
[TXT] vasprintf.c 1.4 7 years remove more gcc 7 warnings
[TXT] wctype.c 1.1 16 years add btowc, wctype, iswctype
[TXT] wmemcmp.c 1.1 16 years add wmemcmp, wmemcpy and wmemset
[TXT] wmemcpy.c 1.1 16 years add wmemcmp, wmemcpy and wmemset
[TXT] wmemmove.c 1.1 14 years some misc build fixes and forgotten files
[TXT] wmemset.c 1.1 16 years add wmemcmp, wmemcpy and wmemset
[TXT] wtent.c 1.5 21 years utmp x86_64 biarch support (Gwenole Beauchesne)

General options
,

LinuxTV legacy CVS <linuxtv.org/cvs>