[BACK]Return to TODO.nits CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / doc

Annotation of src/doc/TODO.nits, Revision 1.10

1.10    ! skrll       1: #      $NetBSD: TODO.nits,v 1.9 2005/10/13 23:41:03 rpaulo Exp $
1.1       perry       2: #
                      3: # This file documents small nits in our code (often marked in comments
                      4: # with /* XXX */) and similar "small fixes needed" so that they will not
                      5: # be forgotten.
1.5       simonb      6: #
1.1       perry       7: # Generally speaking, this file represents a queue of small,
                      8: # straightforward things to fix. If something is a serious project, it
                      9: # should probably go in to TODO. If it is unlikely something will ever
                     10: # be fixed, do not put it in this file, just document it in a comment.
1.5       simonb     11: #
1.1       perry      12: # The entry format is:
1.5       simonb     13: #
1.1       perry      14: #   YYYY-MM-DD (userid) Explanation
1.5       simonb     15: #
1.1       perry      16: # The date is the date the nit was first added.
                     17: #
                     18: # Try to keep the format consistent -- we may want to machine parse it
                     19: # someday.
1.5       simonb     20: #
1.1       perry      21: # Add new nits at the bottom of the file. Remove old nits as you fix
                     22: # them.
                     23:
1.3       christos   24: 2005-09-13 (christos) src/lib/libpthread depends on __LIBC12_SOURCE__
                     25:     and compat headers. This is unnecessary.
1.4       christos   26: 2005-09-20 (christos) add CTL_KERN.KERN_IPC.KIPC_MAXSOCKBUF so that we
                     27:     can find out the max space we can use for SO_SNDBUF and SO_RCVBUF
                     28:     like FreeBSD has.
                     29: 2005-09-20 (christos) add NFSMNT_AC{REG,DIR}{MIN,MAX} and other fields
                     30:     necessary for nfsv4 to nfs_args (so that we bump the args version
                     31:     only once). Make NFSMNT_NOAC read/write data without cacheing too.

CVSweb <webmaster@jp.NetBSD.org>