CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/01/07 13:52:44
Modified files: sys/kern : makesyscalls.sh Log message: Error out if one syscall ever takes more than 6 arguments. This is not necessarily wrong per se, but would need special consideration, as not all platforms are currently able to process more than six syscall arguments (and upcoming diffs will rely upon reasonably-sized argument lists), so better break now and reconsider later if need be. ok deraadt@