TODO.nits revision 1.2
11.2Swiz#	$NetBSD: TODO.nits,v 1.2 2005/09/10 21:14:18 wiz Exp $
21.1Sperry#
31.1Sperry# This file documents small nits in our code (often marked in comments
41.1Sperry# with /* XXX */) and similar "small fixes needed" so that they will not
51.1Sperry# be forgotten.
61.1Sperry# 
71.1Sperry# Generally speaking, this file represents a queue of small,
81.1Sperry# straightforward things to fix. If something is a serious project, it
91.1Sperry# should probably go in to TODO. If it is unlikely something will ever
101.1Sperry# be fixed, do not put it in this file, just document it in a comment.
111.1Sperry# 
121.1Sperry# The entry format is:
131.1Sperry# 
141.1Sperry#   YYYY-MM-DD (userid) Explanation
151.1Sperry# 
161.1Sperry# The date is the date the nit was first added.
171.1Sperry#
181.1Sperry# Try to keep the format consistent -- we may want to machine parse it
191.1Sperry# someday.
201.1Sperry# 
211.1Sperry# Add new nits at the bottom of the file. Remove old nits as you fix
221.1Sperry# them.
231.1Sperry
241.1Sperry2005-09-10 (christos) Convert src/lib/libc/rpc to use kqueues, the way
251.2Swiz    FreeBSD does.
26