/freebsd/sys/compat/linux/ |
H A D | linux_uid16.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | linux_stats.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | linux_socket.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | linux_file.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | linux_misc.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/kern/ |
H A D | vfs_mountroot.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | uipc_syscalls.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | kern_descrip.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | vfs_syscalls.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/sys/ |
H A D | syscallsubr.h | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | param.h | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | diff 6e646651d358c6de266562e0dc5c621b7ea4cd8d Thu Nov 13 19:01:51 CET 2014 Konstantin Belousov <kib@FreeBSD.org> Remove the no-at variants of the kern_xx() syscall helpers. E.g., we have both kern_open() and kern_openat(); change the callers to use kern_openat().
This removes one (sometimes two) levels of indirection and consolidates arguments checks.
Reviewed by: mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week
|