Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc More simple projects.
details: https://anonhg.NetBSD.org/src/rev/baa69f7441a1
branches: trunk
changeset: 584495:baa69f7441a1
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 21 03:13:44 2005 +0000
description:
More simple projects.
diffstat:
doc/TODO.nits | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 18fd209b8132 -r baa69f7441a1 doc/TODO.nits
--- a/doc/TODO.nits Tue Sep 20 20:33:53 2005 +0000
+++ b/doc/TODO.nits Wed Sep 21 03:13:44 2005 +0000
@@ -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.
+
Home |
Main Index |
Thread Index |
Old Index