Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Add TODO.nits file intended to document small
details: https://anonhg.NetBSD.org/src/rev/b716b1ba99f7
branches: trunk
changeset: 584171:b716b1ba99f7
user: perry <perry%NetBSD.org@localhost>
date: Sat Sep 10 18:30:30 2005 +0000
description:
Add TODO.nits file intended to document small
/*XXX this is straightforward to fix but I have no time right now */
tasks so we don't lose track of them.
Format and purpose are documented at the top of the file.
Discussed with Christos and others
diffstat:
doc/TODO.nits | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diffs (29 lines):
diff -r ff120af10a77 -r b716b1ba99f7 doc/TODO.nits
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/TODO.nits Sat Sep 10 18:30:30 2005 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: TODO.nits,v 1.1 2005/09/10 18:30:30 perry 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
+# be forgotten.
+#
+# Generally speaking, this file represents a queue of small,
+# straightforward things to fix. If something is a serious project, it
+# should probably go in to TODO. If it is unlikely something will ever
+# be fixed, do not put it in this file, just document it in a comment.
+#
+# The entry format is:
+#
+# YYYY-MM-DD (userid) Explanation
+#
+# The date is the date the nit was first added.
+#
+# Try to keep the format consistent -- we may want to machine parse it
+# someday.
+#
+# Add new nits at the bottom of the file. Remove old nits as you fix
+# them.
+
+2005-09-10 (christos) Convert src/lib/libc/rpc to use kqueues, the way
+ FreeBSDs does.
Home |
Main Index |
Thread Index |
Old Index