TODO.nits revision 1.7
1#	$NetBSD: TODO.nits,v 1.7 2005/09/25 17:53:33 rpaulo Exp $
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.
6#
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.
11#
12# The entry format is:
13#
14#   YYYY-MM-DD (userid) Explanation
15#
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.
20#
21# Add new nits at the bottom of the file. Remove old nits as you fix
22# them.
23
242005-09-10 (christos) Convert src/lib/libc/rpc to use kqueues, the way
25    FreeBSD does.
262005-09-13 (christos) src/lib/libpthread depends on __LIBC12_SOURCE__
27    and compat headers. This is unnecessary.
282005-09-20 (christos) add CTL_KERN.KERN_IPC.KIPC_MAXSOCKBUF so that we
29    can find out the max space we can use for SO_SNDBUF and SO_RCVBUF
30    like FreeBSD has.
312005-09-20 (christos) add NFSMNT_AC{REG,DIR}{MIN,MAX} and other fields
32    necessary for nfsv4 to nfs_args (so that we bump the args version
33    only once). Make NFSMNT_NOAC read/write data without cacheing too.
342005-09-24 (christos) remove __HAVE_SIGINFO; everyone has it.
352005-09-24 (rpaulo) showmount(8) should understand IPv6.
36