More simple projects.

This commit is contained in:
christos 2005-09-21 03:13:44 +00:00
parent 8519a64973
commit debf7b4781

View File

@ -1,4 +1,4 @@
# $NetBSD: TODO.nits,v 1.3 2005/09/13 17:09:59 christos Exp $
# $NetBSD: TODO.nits,v 1.4 2005/09/21 03:13:44 christos Exp $
#
# This file documents small nits in our code (often marked in comments
# with /* XXX */) and similar "small fixes needed" so that they will not
@ -25,3 +25,10 @@
FreeBSD does.
2005-09-13 (christos) src/lib/libpthread depends on __LIBC12_SOURCE__
and compat headers. This is unnecessary.
2005-09-20 (christos) add CTL_KERN.KERN_IPC.KIPC_MAXSOCKBUF so that we
can find out the max space we can use for SO_SNDBUF and SO_RCVBUF
like FreeBSD has.
2005-09-20 (christos) add NFSMNT_AC{REG,DIR}{MIN,MAX} and other fields
necessary for nfsv4 to nfs_args (so that we bump the args version
only once). Make NFSMNT_NOAC read/write data without cacheing too.