summaryrefslogtreecommitdiff
path: root/sys/kern/README
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-03 14:28:17 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-03 14:28:17 +0000
commit6e393188d295f5c152835346240ec73d887d5898 (patch)
treef94c3479292a0fccea8c143a16cc621c9ee14442 /sys/kern/README
parent950e9b61f99f54b1c02fdbac438549d90908835e (diff)
some notes on adding a system call; feel free to expand this document
Diffstat (limited to 'sys/kern/README')
-rw-r--r--sys/kern/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/kern/README b/sys/kern/README
new file mode 100644
index 00000000000..0273e05b2d2
--- /dev/null
+++ b/sys/kern/README
@@ -0,0 +1,10 @@
+$OpenBSD: README,v 1.1 1997/06/03 14:28:16 kstailey 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 one adds a syscall.