[BACK]Return to README CVS log [TXT][DIR] Up to [local] / sys / kern

File: [local] / sys / kern / README (download)

Revision 1.1, Tue Mar 4 16:14:51 2008 UTC (16 years, 1 month ago) by nbrk
Branch point for: MAIN

Initial revision

$OpenBSD: README,v 1.4 2001/03/22 06:12:33 angelos Exp $	-*- text -*-

		     Notes on Adding a System Call

You must always commit syscalls.master before rebuilding the files, then
commit them separately so that the correct RCS stuff shows up in the
generated files.

Don't forget to increment the minor number of src/lib/libc/shlib_version
when adding a syscall.

		      Note on Adding a Sysctl Entry

Don't forget to add the entry to the sysctl(8) man page.
Don't forget to add the description to the sysctl(3) man page.