Module Name: src Committed By: christos Date: Thu Sep 24 14:30:52 UTC 2015
Modified Files: src/sys/kern: makesyscalls.sh Log Message: create an array of altsyscallnames, which are the syscall names that the libc api uses. For example syscallnames[293] = "__sigprocmask14", altsyscallnames[293] = "sigprocmask". This is so that things like dtrace can use the system call names everyone uses. The array is sparse; if the names were the same (or for compat names) they are not copied and the array has NULL for them. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/sys/kern/makesyscalls.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.