File manager - Edit - /home/c14075/dragmet-ural.ru/www/TODO.tar
Back
usr/share/doc/dirmngr/TODO 0000644 00000007326 15140164457 0011375 0 ustar 00 -*- outline -*- * src/base64 ** Make parsing more robust Currently we don't cope with overlong lines in the best way. ** Check that we really release the ksba reader/writer objects. * sm/call-agent.c ** Some code should go into import.c ** When we allow concurrent service request in gpgsm, we might want to have an agent context for each service request (i.e. Assuan context). * sm/certchain.c ** Try to keep certificate references somewhere This will help with some of our caching code. We also need to test that caching; in particular "regtp_ca_chainlen". * sm/decrypt.c ** replace leading zero in integer hack by a cleaner solution * sm/gpgsm.c ** Implement --default-key ** support the anyPolicy semantic ** Should we prefer nonRepudiation certs over plain signing certs? Also: Do we need a way to allow the selection of a qualSig cert over a plain one? The background is that the Telesec cards have 3 certs capable of signing all with the same subject name. * sm/keydb.c ** Check file permissions ** Check that all error code mapping is done. ** Remove the inter-module dependencies between gpgsm and keybox ** Add an source_of_key field * agent/ ** If we detect that a private key has been deleted Bump the key event counter. * agent/command.c ** Make sure that secure memory is used where appropriate * agent/pkdecrypt.c, agent/pksign.c ** Support DSA * Move pkcs-1 encoding into libgcrypt. * Use a MAC to protect sensitive files. The problem here is that we need yet another key and it is unlikely that users are willing to remember that key too. It is possible to do this with a smartcard, though. * sm/export.c ** Return an error code or a status info per user ID. * common/tlv.c The parse_sexp function should not go into this file. Check whether we can change all S-expression handling code to make use of this function. * scd ** Application context vs. reader slot We have 2 concurrent method of tracking whether a reader is in use: Using the session_list in command.c and the lock_table in app.c. It would be better to do this just at one place. First we need to see how we can support cards with multiple applications. ** Resolve fixme in do_sign of app-dinsig. ** Disconnect Card timeout is currently used as a boolean. Add disconnect support for the ccid driver. * Regression tests ** Add a regression test to check the extkeyusage. * Windows port (W32) ** Regex support is disabled We need to adjust the test to find the regex we have anyway in gpg4win. Is that regex compatible to the OpenPGP requirement? * sm/ ** check that we issue NO_SECKEY xxx if a -u key was not found We don't. The messages returned are also wrong (recipient vs. signer). * g10/ ** issue a NO_SECKEY xxxx if a -u key was not found. * Extend selinux support to other modules See also http://etbe.coker.com.au/2008/06/06/se-linux-support-gpg/ * UTF-8 specific TODOs None. * Manual ** Document all gpgsm options. * Pinpad Reader We do not yet support P15 applications. The trivial thing using ASCII characters will be easy to implement but the other cases need some more work. * Bugs * Howtos ** Migrate OpenPGP keys to another system * Gpg-Agent Locale Although we pass LC_MESSAGE from gpgsm et al. to Pinentry, this has only an effect on the stock GTK strings (e.g. "OK") and not on any strings gpg-agent generates and passes to Pinentry. This defeats our design goal to allow changing the locale without changing gpg-agent's default locale (e.g. by the command updatestartuptty). * RFC 4387: Operational Protocols: Certificate Store Access via HTTP Do we support this? usr/share/doc/libzvbi0/TODO 0000644 00000000755 15140474155 0011452 0 ustar 00 $Id: TODO,v 1.21 2013/07/02 02:30:56 mschimek Exp $ Version 0.3 * Add --strict option to test utilities. * Improve i/o API. * Sometimes the bit slicers seems to interpret noise on a blank line as a valid CC signal. Try to reproduce this. Try a minimum amplitude check. * Arabic character set is related to ASMO 449? * test/date: Consider adjtime(). ------------------------------------------------------------------------------- Ideas? Drop us a note at http://zapping.sourceforge.net. usr/share/doc/libxslt1.1/TODO 0000644 00000007104 15140606335 0011622 0 ustar 00 ******** * * * TODO * * * ******** Lifetime of result Value Tree, make sure we keep pointers. Exslt handling of node set values is especially nasty in this respect, lots of potential mem leaks... Pattern tester: -> try to optimize for ID scan and tests. Pattern scanner: -> add error checks on all returns Sorting: -> add lang and case-order -> add foreign sorting functions (interfaces ?). ******** * * * DONE * * * ******** Design: - should transforms for a given stylesheet be thread clean, -> the precompilation now occur only at stylesheet processing time (except the binding for named templates and extension functions which need to be computed once at run-time). Multiple threads should be able to reuse the same stylesheet now. Embedding Stylesheets: - example in 2.7 would force to validate, we do it by default now ID and Key support: -> Done Extra functions: -> document() should not be a problem since Result Tree Fragments are implemented => Done Templates: -> check the built-in template rule for attributes -> make sure @xxx matches are applied Contextual error reporting: -> provide a couple of functions providing context analysis, not urgent Validity: -> should we add validation by default ? Make this an option -> redirrect validity errors => done added a special parsing mode Import: -> parse them -> provide functions to circulate in the import tree of stylesheets -> make sure we use the cascade wherever it's needed Extra functions: -> make a separate module. => done functions.[ch] Support Attribute value templates: -> starts to be urgent. Design it in flexible ways but try to optimize to handle most of it at the stylesheet parse time ... => Done for the most part need to check all attributes in XSLT constructs using them and use the dedicated readin function. -> optimization by checking their existence at stylesheet parse time. => done when building the preproc function Sorting: -> add support for imbricated sorts => done but not well tested. Separate util module: -> macros, config, verbosity ? => xsltutils.[ch] Support for disable-output-escaping="yes": -> looks problematic, libxml has no support for anything like this, and unless adding a new node type :-( or tweaking text node and output routines this is gonna be messy ... must be handled at libxml level. => Done with a trick, text node name is different, requires > 2.2.11 Pattern scanner: -> compute priority -> handle unions -> support for mode => done Pattern tester: -> also put fast lookup for "text()", "comment()", "node()" based patterns lists. => done Support Attribute value templates: -> namespace support for attribute value templates is not done, need a small API redesign Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML - add HTML to package - manpage and doc for xsltproc Error handling: -> check the version stuff, design a separate module for error interfacing and default handling, parsing vs. runtime, fatal / compat / warning, and lack of optionnal features. -> reports context ID and Key support: -> done but namespace support in keys is not defined -> make sure keys are recomputed on new document input Profiler: -> added looks good enough -> autocorrection of initial calibration loop usr/share/doc/gzip/TODO 0000644 00000006613 15140736356 0010705 0 ustar 00 TODO file for gzip. Some of the planned features include: - Remove some of the old porting cruft, since we no longer support it. - Separate out the shell scripts like gzexe into a new little package; these scripts are less used and less reliable and should be optional. - Internationalize by using gettext and setlocale. - Structure the sources so that the compression and decompression code form a library usable by any program, and write both gzip and zip on top of this library. This would ideally be a reentrant (thread safe) library, but this would degrade performance. In the meantime, you can look at the sample program zread.c. The library should have one mode in which compressed data is sent as soon as input is available, instead of waiting for complete blocks. This can be useful for sending compressed data to/from interactive programs. - Make it convenient to define alternative user interfaces (in particular for windowing environments). - Support in-memory compression for arbitrarily large amounts of data (zip currently supports in-memory compression only for a single buffer.) - Map files in memory when possible, this is generally much faster than read/write. (zip currently maps entire files at once, this should be done in chunks to reduce memory usage.) - Add a super-fast compression method, suitable for implementing file systems with transparent compression. The lzrw series of algorithms are available at http://www.ross.net/compression/. - Add a super-tight (but slow) compression method, suitable for long term archives. See, for example, US Patents 4,286,256 4,295,125 4,463,342 4,467,317 4,633,490 4,652,856 4,891,643 4,905,297 4,935,882 4,973,961 5,023,611 5,025,258, which have all expired. More recent patent-free techniques may also be available. Note: I will introduce new compression methods only if they are significantly better in either speed or compression ratio than the existing method(s). So the total number of different methods should reasonably not exceed 3. (The current 9 compression levels are just tuning parameters for a single method, deflation.) - Add optional error correction. One problem is that the current version of ecc cannot recover from inserted or missing bytes. It would be nice to recover from the most common error (transfer of a binary file in ascii mode). - Add a block size (-b) option to improve error recovery in case of failure of a complete sector. Each block could be extracted independently, but this reduces the compression ratio. For one possible approach to this, please see: https://ozlabs.org/~rusty/gzip.rsync.patch - Use a larger window size to deal with some large redundant files that 'compress' currently handles better than gzip. - Implement the -e (encrypt) option. Send comments to <bug-gzip@gnu.org>. ======================================================================== Copyright (C) 1999, 2001, 2006, 2009-2018 Free Software Foundation, Inc. Copyright (C) 1992, 1993 Jean-loup Gailly Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free Documentation License'' file as part of this distribution. usr/share/doc/lftp/TODO 0000644 00000003441 15140776462 0010677 0 ustar 00 The items with a question mark are questionable. I'm not sure whether they are really needed. If you think it is a good feature do it yourself :) or at least tell me what you think. Items marked with - are hard to implement currently; other work needs to be done. Items marked with + are partially implemented. * split misc.{cc,h} into thematic files. * OpenStack Swift * GlusterFS ?* document variables in on-line help * mirror --config <file.cf> * update process title * implement Queueing in FileAccess. fa->AddQueue(new FAQueueOp(args)). (Done()==true when queue is empty) This way ARRAY_* can be obsoleted. * there are many interesting protocols which can be used to transfer files/data: smb, fsp, imap, irc, pop3... -* put -n (only if newer) Maybe it would be better to add a command to compare times? mirror can be used: mirror -Rr -I file * http: ls -a to see all links, even off-site. * mirror: add more settings. * more intelligently squeeze file name in status line. * parallel get's in mget +* make a command get1 to get a single file with extra options. * tail command * make a class FileAccessLocation (class url?) * job suspend/resume. * motd. if it is not yet known, connect/login and get it. (use class Buffer). * use NDIR (from RFC1127) in FtpListInfo, when long list cannot be parsed. ?* optimize help text, introduce a phrase separator for separate translations. ?* help in external files * a setting to make commands quiet (cmd:quiet? or cmd:verbose with int value) * redirect error messages * stdout/stderr analogues, use class IOBuffer. * mirror option to check an alternative directory(ies) for existing files. (overlay filesystem replacement?) * mirror: multiple source and target dirs. * APPE support. * better debug message subsystem usr/share/doc/nano/TODO 0000644 00000000143 15141012541 0010637 0 ustar 00 For a list of open bugs and requested features see: https://savannah.gnu.org/bugs/?group=nano usr/share/doc/screen/TODO 0000644 00000000357 15141143574 0011205 0 ustar 00 - display size adaption (Activate) - process.c cleanup via comm splitting - writelocks? - partial? - type into several windows at once (for cluster admins) - configurable digraph table - command line options should overwrite config files. usr/share/doc/schedtool/TODO 0000644 00000000412 15141426716 0011704 0 ustar 00 -add raw number mode for sched policies DONE -add variable parsing of affinity (0x3 == "0,1" etc) DONE -add probing for available features DONE -be more dynamic (spacing in output, ...) PARTIAL -use (*f)() instead of if(mode_set(this, ...))) - core engine rewrite usr/share/doc/ucspi-unix/TODO 0000644 00000000054 15141533451 0012021 0 ustar 00 - Needs LIBS = -lsocket -lxnet -ldl -lnsl ? usr/share/doc/iftop/TODO 0000644 00000001013 15142065232 0011030 0 ustar 00 Things to do for iftop $Id: TODO,v 1.27 2011/10/03 18:17:35 pdw Exp $ * Revert old FreeBSD patch, install new one * Re-fix import order for Mac OS X * Add configurable offset for DLT_RAW * IP types other than v4? * Write config file * Show several and peaks? Colours? * Single keypress firewalling of troublesome connections, a la top(1)'s K to kill? * Configurable refresh rates. * Specify max link, then show %age capacity. * Count obscured connections. * Startup warnings cause pause. * Re-merge spec file usr/share/doc/libgif7/TODO 0000644 00000000606 15142545377 0011256 0 ustar 00 = GIFLIB TODO list = There is a list of GIF test suites here: https://stackoverflow.com/questions/4866093/test-suite-for-gif-containing-images-using-rarely-used-features These break the format in quite a number of interesting ways. GIFLIB doesn't do as well as it could; I haven't found one that causes a core dump, yet, but some malformations that could be worked around are not yet. usr/share/doc/man-db/TODO 0000644 00000001207 15143403414 0011051 0 ustar 00 In progress: * store .so link in the db. * reduce wasted/duplicated text stored within the databases. 10-20% database size reduction so far. * pipeline library: - make COMMAND_FUNCTION child reentrant, so it doesn't have to be a subprocess; will save lots of forks of zlib children in mandb In need of attention: * clear up the use of troff and/or groff * complete configuration file redesign to allow better dynamic determination of programs/paths/extensions etc. * multiple debug levels? Case-insensitive lookup transition: * Solaris layout is broken. * Need to make sure pointers trigger an exact-case lookup [done for whatis]. usr/share/doc/libxslt1-dev/TODO 0000644 00000007104 15143536631 0012243 0 ustar 00 ******** * * * TODO * * * ******** Lifetime of result Value Tree, make sure we keep pointers. Exslt handling of node set values is especially nasty in this respect, lots of potential mem leaks... Pattern tester: -> try to optimize for ID scan and tests. Pattern scanner: -> add error checks on all returns Sorting: -> add lang and case-order -> add foreign sorting functions (interfaces ?). ******** * * * DONE * * * ******** Design: - should transforms for a given stylesheet be thread clean, -> the precompilation now occur only at stylesheet processing time (except the binding for named templates and extension functions which need to be computed once at run-time). Multiple threads should be able to reuse the same stylesheet now. Embedding Stylesheets: - example in 2.7 would force to validate, we do it by default now ID and Key support: -> Done Extra functions: -> document() should not be a problem since Result Tree Fragments are implemented => Done Templates: -> check the built-in template rule for attributes -> make sure @xxx matches are applied Contextual error reporting: -> provide a couple of functions providing context analysis, not urgent Validity: -> should we add validation by default ? Make this an option -> redirrect validity errors => done added a special parsing mode Import: -> parse them -> provide functions to circulate in the import tree of stylesheets -> make sure we use the cascade wherever it's needed Extra functions: -> make a separate module. => done functions.[ch] Support Attribute value templates: -> starts to be urgent. Design it in flexible ways but try to optimize to handle most of it at the stylesheet parse time ... => Done for the most part need to check all attributes in XSLT constructs using them and use the dedicated readin function. -> optimization by checking their existence at stylesheet parse time. => done when building the preproc function Sorting: -> add support for imbricated sorts => done but not well tested. Separate util module: -> macros, config, verbosity ? => xsltutils.[ch] Support for disable-output-escaping="yes": -> looks problematic, libxml has no support for anything like this, and unless adding a new node type :-( or tweaking text node and output routines this is gonna be messy ... must be handled at libxml level. => Done with a trick, text node name is different, requires > 2.2.11 Pattern scanner: -> compute priority -> handle unions -> support for mode => done Pattern tester: -> also put fast lookup for "text()", "comment()", "node()" based patterns lists. => done Support Attribute value templates: -> namespace support for attribute value templates is not done, need a small API redesign Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML - add HTML to package - manpage and doc for xsltproc Error handling: -> check the version stuff, design a separate module for error interfacing and default handling, parsing vs. runtime, fatal / compat / warning, and lack of optionnal features. -> reports context ID and Key support: -> done but namespace support in keys is not defined -> make sure keys are recomputed on new document input Profiler: -> added looks good enough -> autocorrection of initial calibration loop usr/share/doc/konwert-filters/en/TODO 0000644 00000003466 15144656672 0013506 0 ustar 00 TO DO ----- + UTF-7 + Windows Symbol font ! make a better cp1258 which recognizes combined accents + make also a conversion _from_ TeX * translate konwert from perl into C to make it faster + doc/{en/history,pl/historia} describing why Konwert has been written + let programs talk in a national language (through gettext) + ISO-2022 + various far East encodings ! investigate which SGML entities are be not official and should not be used in htmlent's output * make some testing scripts to ensure that nothing important has got broken + allow specifying the list of directories scanned for filters in an environment variable or maybe also in a config file ?* it would be convenient if the documentation in various formats (currently txt and man) could be generated from a single source; maybe SGML? + TeX's babel encodings also for some languages other than Polish + trs rules that substitute a string and translate it again; or possibly translate some part of the substituted string + support \- character ranges in fixtrsutf8; use it in rosyjski ?+ some kind of regexps in trs; this would require redesigning the whole trs + make 512bold's palette configurable ?+ find if there are some conventions for escaping punctuation in viqri ?+ viqri input for filterm + something like `|' regexp in trs, which expands similarly to fixtrsutf8, duplicating a rule using several variants in the given place ?+ macros in trs ! preserve hard links, using md5 + allow passing escaped + - / in filters' arguments -- __("< Marcin Kowalczyk * qrczak@knm.org.pl http://qrczak.home.ml.org/ \__/ GCS/M d- s+:-- a21 C+++>+++$ UL++>++++$ P+++ L++>++++$ E->++ ^^ W++ N+++ o? K? w(---) O? M- V? PS-- PE++ Y? PGP->+ t QRCZAK 5? X- R tv-- b+>++ DI D- G+ e>++++ h! r--%>++ y- usr/share/doc/twoftpd/TODO 0000644 00000001262 15145003105 0011376 0 ustar 00 - Implement "FEAT" and "OPTS" commands. - When necessary, the front end will pass options to the backends using $OPTS_whatever. - Tests: - u+s g+s +t permissions on listings - LOGREQUESTS on/off - LOGRESPONSES on/off - \377 escapes on output - CWD into various mode directories - RETR from/STOR to various mode directories - Write a twoftpd log tailing program to output timeout stats and the like. - Add IPv6 support. - Build-in support for recursive retrieval producing a tar file internally. - Look into spying on the status of the servers: - exporting status through environment or modifying the command-line - get pids by looking for children of tcpserver usr/share/doc/libharfbuzz0b/TODO 0000644 00000000664 15145237232 0012472 0 ustar 00 API issues: =========== - API to accept a list of languages? - Remove hb_ot_shape_glyphs_closure()? API additions ============= - Language to/from script. - Add hb-cairo glue - Add sanitize API. - Add query / enumeration API for aalt-like features? - Add segmentation API - Add hb-fribidi glue? hb-view / hb-shape enhancements: =============================== - Add --width, --height, --auto-size, --ink-box, --align, etc? usr/share/doc/gnupg/TODO 0000644 00000007326 15145267121 0011050 0 ustar 00 -*- outline -*- * src/base64 ** Make parsing more robust Currently we don't cope with overlong lines in the best way. ** Check that we really release the ksba reader/writer objects. * sm/call-agent.c ** Some code should go into import.c ** When we allow concurrent service request in gpgsm, we might want to have an agent context for each service request (i.e. Assuan context). * sm/certchain.c ** Try to keep certificate references somewhere This will help with some of our caching code. We also need to test that caching; in particular "regtp_ca_chainlen". * sm/decrypt.c ** replace leading zero in integer hack by a cleaner solution * sm/gpgsm.c ** Implement --default-key ** support the anyPolicy semantic ** Should we prefer nonRepudiation certs over plain signing certs? Also: Do we need a way to allow the selection of a qualSig cert over a plain one? The background is that the Telesec cards have 3 certs capable of signing all with the same subject name. * sm/keydb.c ** Check file permissions ** Check that all error code mapping is done. ** Remove the inter-module dependencies between gpgsm and keybox ** Add an source_of_key field * agent/ ** If we detect that a private key has been deleted Bump the key event counter. * agent/command.c ** Make sure that secure memory is used where appropriate * agent/pkdecrypt.c, agent/pksign.c ** Support DSA * Move pkcs-1 encoding into libgcrypt. * Use a MAC to protect sensitive files. The problem here is that we need yet another key and it is unlikely that users are willing to remember that key too. It is possible to do this with a smartcard, though. * sm/export.c ** Return an error code or a status info per user ID. * common/tlv.c The parse_sexp function should not go into this file. Check whether we can change all S-expression handling code to make use of this function. * scd ** Application context vs. reader slot We have 2 concurrent method of tracking whether a reader is in use: Using the session_list in command.c and the lock_table in app.c. It would be better to do this just at one place. First we need to see how we can support cards with multiple applications. ** Resolve fixme in do_sign of app-dinsig. ** Disconnect Card timeout is currently used as a boolean. Add disconnect support for the ccid driver. * Regression tests ** Add a regression test to check the extkeyusage. * Windows port (W32) ** Regex support is disabled We need to adjust the test to find the regex we have anyway in gpg4win. Is that regex compatible to the OpenPGP requirement? * sm/ ** check that we issue NO_SECKEY xxx if a -u key was not found We don't. The messages returned are also wrong (recipient vs. signer). * g10/ ** issue a NO_SECKEY xxxx if a -u key was not found. * Extend selinux support to other modules See also http://etbe.coker.com.au/2008/06/06/se-linux-support-gpg/ * UTF-8 specific TODOs None. * Manual ** Document all gpgsm options. * Pinpad Reader We do not yet support P15 applications. The trivial thing using ASCII characters will be easy to implement but the other cases need some more work. * Bugs * Howtos ** Migrate OpenPGP keys to another system * Gpg-Agent Locale Although we pass LC_MESSAGE from gpgsm et al. to Pinentry, this has only an effect on the stock GTK strings (e.g. "OK") and not on any strings gpg-agent generates and passes to Pinentry. This defeats our design goal to allow changing the locale without changing gpg-agent's default locale (e.g. by the command updatestartuptty). * RFC 4387: Operational Protocols: Certificate Store Access via HTTP Do we support this? usr/share/doc/ucf/examples/ucf_helper_functions/TODO 0000644 00000000113 15146515714 0016517 0 ustar 00 - make testsuite run without root - do not use ucf database of host system usr/share/doc/convmv/TODO 0000644 00000000642 15146717527 0011245 0 ustar 00 Does this make sense? : - logfile option - convert names in uni_xlate (man 8 mount, vfat ...) - --exclude option - verbose mode printing actual scanned files - --null option for "find -print0 | xargs convmv --null" usage - map "most" strange chracters to ASCII equivalences - keep/restore old ctime - difficult to do! No Perl module, not even a ctime option in standard "touch" command :-| any other suggestions? usr/share/doc/catdoc/TODO 0000644 00000000766 15146755473 0011203 0 ustar 00 * support dual-byte (CJK) encodings as output * Find a way to extract rowspan information from XLS. * Make XLS2CSV to output sheet partially when memory exhausted * Plain-text output method for XLS2CSV and its support in wordview * textmode (ck) wordview * Improve RTF support * Extract text from Top Level OLE objects ??? * Write correct TeX commands for most often used mathematical symbols (20xx-25xx) into TeX spec chars file * Add handling of tables & footnotes * Fastsave support usr/share/doc/libmemcached11/TODO 0000644 00000000640 15146771057 0012470 0 ustar 00 - Write a shell application (?) - Fix version in command line tools - Write (more) test cases for all command line tools (!!!) - Write some sort of "default" options bit for tools - More examples using libraries - Doxygen? - implement more connection/hash algo - implement compression - Revisit get() code (look for performance enhancements) - Add support for managing servers for clusters. - Build embedded version usr/share/doc/libkmod2/TODO 0000644 00000004211 15150157036 0011420 0 ustar 00 Features: ========= * Add command for signing modules - There is a script to sign modules in kernel tree, but we should be able to sign modules by ourselves * Stop using NOFAIL() and fatal() * Protect index against OOM * Implement actions in kmod tool like 'insert', 'remove', 'info', etc * testsuite: - when fake delete_module() succeeds, remove its entry from /sys/module - improve coverage (use --enable-coverage to check the current state) * Stop using system() inside the library and use fork + exec instead * config: configs that do not need to be matched by fnmatch() could be using a vector instead of a list. This way we could search in it by calling bsearch(). * config: implement the config handling in shared/ and use it in both depmod and libkmod * review API, maybe unify all of these getters: - kmod_module_version_get_symbol() - kmod_module_version_get_crc() - kmod_module_symbol_get_symbol() - kmod_module_symbol_get_crc() - kmod_module_dependency_symbol_get_symbol() - kmod_module_dependency_symbol_get_crc() - kmod_module_versions_free_list() - kmod_module_symbols_free_list() - kmod_module_dependency_symbols_free_list() * libkmod API breaking changes: - dedicated error value for all kmod_*_get_crc() functions. Currently there is no way for callers to distinguish between a valid CRC=0 and the error code 0. * index: drop the "open(), seek(), read()" implementation and use another one with mmap(). When lookup() is called and the file is not mmaped, mmap it. Another possibility is to drop the mmap implementation relying on VFS to have the pages cached. This would simplify the interface exported by libkmod. Measure performance before deciding. * depmod: - join functions for text/binary outputs - use new O_TMPFILE for tmp file creation Things to be added/removed in kernel (check what is really needed): =================================================================== * list of currently loaded modules - readdir() in /sys/modules: dir without a 'initstate' file means the module is builtin. * kill /proc/modules ? - Unlikely, given other tools might depend on it usr/share/doc/libgts-0.7-5/TODO 0000644 00000001725 15153124245 0011653 0 ustar 00 This is a non-exhaustive list of things to do. - cleanup dual isosurface stuff by "Tim F" - paper doc - cleanup of GHashTable hack in cdt.c. - Specialized hash tables for surface->triangles? - Error status when reading GTS file. (done) - Homogeneous coordinates? - Boolean operations: check problems for some degenerate cases. - More generic interface for gts_surface_inter_new(). - Tutorial for the creation of new GtsObject classes. - Implicit dependencies for hierarchical surfaces. - More generic interface for isosurface computation (user-control of vertex generation). - GtsContainer class? (half-done) - Graph partitioning * optimisation BKL -> BKL(1,*) (Karypis & Kumar) * k-way partitioning * bug for memplus.graph, add20.graph - Doc: private fields of structures. - Include Volodymyr Babin's gts-iso-toy code. - Apply Norman Vine cygwin patch - Apply Patch for gts_triangles_angle - change gts_file_close() to gts_file_destroy() (patch Ray Jones). usr/share/doc/libpng16-16/TODO 0000644 00000002002 15161212227 0011553 0 ustar 00 TODO - list of things to do for libpng: * Fix all defects (duh!) * Better C++ wrapper / full C++ implementation (?) * Fix the problems with C++ and 'extern "C"'. * cHRM transformation. * Palette creation. * "grayscale->palette" transformation and "palette->grayscale" detection. * Improved dithering. * Multi-lingual error and warning message support. * Complete sRGB transformation. (Currently it simply uses gamma=0.45455.) * Man pages for function calls. * Better documentation. * Better filter selection (e.g., counting huffman bits/precompression; filter inertia; filter costs). * Histogram creation. * Text conversion between different code pages (e.g., Latin-1 -> Mac). * Avoid building gamma tables whenever possible. * Greater precision in changing to linear gamma for compositing against background, and in doing rgb-to-gray transformations. * Investigate pre-incremented loop counters and other loop constructions. * Interpolated method of handling interlacing. * More validations for libpng transformations.
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings