Module Name: src
Committed By: andvar
Date: Sun Mar 23 10:11:34 UTC 2025
Modified Files:
src/sys/arch/acorn32/doc: history
Log Message:
s/argumant/argument/.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/acorn32/doc/history
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/acorn32/doc/history
diff -u src/sys/arch/acorn32/doc/history:1.11 src/sys/arch/acorn32/doc/history:1.12
--- src/sys/arch/acorn32/doc/history:1.11 Fri Sep 20 05:31:21 2024
+++ src/sys/arch/acorn32/doc/history Sun Mar 23 10:11:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: history,v 1.11 2024/09/20 05:31:21 andvar Exp $
+# $NetBSD: history,v 1.12 2025/03/23 10:11:34 andvar Exp $
---------------------------------------------------------------------------
This document is more included as a historical reference and nostalgia :)
rather than a still worked on list.
@@ -50,7 +50,7 @@ rather than a still worked on list.
- section permission faults now cause bus errors
- the syscall handler now correctly uses bcopy to copy the register
passed parameters
- - the copyin() function now validates the uaddrs argumant
+ - the copyin() function now validates the uaddrs argument
- the kstack is filled with a know pattern on a fork()
- the postmortem code will check the size of the kstack fill pattern
- the assembly bcopyinout() now returns EFAULT on error