Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135863180
D24949.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
D24949.diff
View Options
Index: head/sys/compat/freebsd32/syscalls.master
===================================================================
--- head/sys/compat/freebsd32/syscalls.master
+++ head/sys/compat/freebsd32/syscalls.master
@@ -1164,5 +1164,8 @@
char *buf, size_t size, int flags); }
575 AUE_CLOSERANGE NOPROTO { int close_range(u_int lowfd, u_int highfd, \
int flags); }
+; 576 is initialised by the krpc code, if present.
+576 AUE_NULL NOSTD|NOPROTO { int rpctls_syscall(int op, \
+ const char *path); }
; vim: syntax=off
Index: head/sys/kern/syscalls.master
===================================================================
--- head/sys/kern/syscalls.master
+++ head/sys/kern/syscalls.master
@@ -3234,6 +3234,13 @@
int flags
);
}
+; 576 is initialised by the krpc code, if present.
+576 AUE_NULL NOSTD {
+ int rpctls_syscall(
+ int op,
+ _In_z_ const char *path
+ );
+ }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 14, 3:43 PM (16 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25290600
Default Alt Text
D24949.diff (1 KB)
Attached To
Mode
D24949: add syscall for the nfs-over-tls daemons to use
Attached
Detach File
Event Timeline
Log In to Comment