Page MenuHomeFreeBSD

Add local variable to store sysent pointer
ClosedPublic

Authored by trasz on Oct 27 2020, 4:31 PM.
Tags
None
Referenced Files
F132755341: D26977.id.diff
Sun, Oct 19, 4:28 PM
F132755339: D26977.id78854.diff
Sun, Oct 19, 4:28 PM
F132755336: D26977.id78822.diff
Sun, Oct 19, 4:28 PM
F132755329: D26977.id78825.diff
Sun, Oct 19, 4:28 PM
Unknown Object (File)
Sun, Oct 19, 2:11 AM
Unknown Object (File)
Sep 19 2025, 4:58 PM
Unknown Object (File)
Sep 6 2025, 5:54 PM
Unknown Object (File)
Aug 30 2025, 6:50 AM
Subscribers

Details

Summary

Add local variable to store the sysent pointer. Just a cleanup, no functional changes.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34422
Build 31526: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Oct 27 2020, 4:31 PM
kib added inline comments.
sys/kern/subr_syscall.c
124

Fix style since you are changing the line:
(se->sy_flags & SYF_CAPENABLED) == 0.

This revision is now accepted and ready to land.Oct 27 2020, 4:45 PM
This revision now requires review to proceed.Oct 27 2020, 4:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2020, 2:44 PM
This revision was automatically updated to reflect the committed changes.