Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136159879
D5597.id14288.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D5597.id14288.diff
View Options
Index: head/sys/kern/makesyscalls.sh
===================================================================
--- head/sys/kern/makesyscalls.sh
+++ head/sys/kern/makesyscalls.sh
@@ -131,7 +131,7 @@
printf "/*\n * System call numbers.\n *\n" > syshdr
printf " * DO NOT EDIT-- this file is automatically generated.\n" > syshdr
printf " * $%s$\n", "FreeBSD" > syshdr
- printf "# FreeBSD system call names.\n" > sysmk
+ printf "# FreeBSD system call object files.\n" > sysmk
printf "# DO NOT EDIT-- this file is automatically generated.\n" > sysmk
printf "# $%s$\n", "FreeBSD" > sysmk
@@ -559,9 +559,9 @@
printf("/* %d = %s %s */\n", syscall, descr, funcalias) > sysent
printf("\t\"%s.%s\",\t\t/* %d = %s %s */\n",
wrap, funcalias, syscall, descr, funcalias) > sysnames
- if (flag("COMPAT")) {
- printf("\t\t\t\t/* %d is old %s */\n",
- syscall, funcalias) > syshdr
+ if (flag("COMPAT") || flag("COMPAT4") || flag("COMPAT6")) {
+ printf("\t\t\t\t/* %d is %s %s */\n",
+ syscall, descr, funcalias) > syshdr
} else if (!flag("NODEF")) {
printf("#define\t%s%s%s\t%d\n", syscallprefix,
prefix, funcalias, syscall) > syshdr
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 17, 7:30 AM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25409009
Default Alt Text
D5597.id14288.diff (1 KB)
Attached To
Mode
D5597: Do not include system call wrappers in libc for old FreeBSD system calls.
Attached
Detach File
Event Timeline
Log In to Comment