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

Annotation of sys/kern/README, Revision 1.1.1.1

1.1       nbrk        1: $OpenBSD: README,v 1.4 2001/03/22 06:12:33 angelos Exp $       -*- text -*-
                      2:
                      3:                     Notes on Adding a System Call
                      4:
                      5: You must always commit syscalls.master before rebuilding the files, then
                      6: commit them separately so that the correct RCS stuff shows up in the
                      7: generated files.
                      8:
                      9: Don't forget to increment the minor number of src/lib/libc/shlib_version
                     10: when adding a syscall.
                     11:
                     12:                      Note on Adding a Sysctl Entry
                     13:
                     14: Don't forget to add the entry to the sysctl(8) man page.
                     15: Don't forget to add the description to the sysctl(3) man page.

CVSweb