NetBSD/doc/TODO.nits

26 lines
866 B
Plaintext
Raw Normal View History

2005-09-11 01:14:18 +04:00
# $NetBSD: TODO.nits,v 1.2 2005/09/10 21:14:18 wiz 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
2005-09-11 01:14:18 +04:00
FreeBSD does.