Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   riastradh
Date:           Sat Aug  8 12:38:32 UTC 2026

Modified Files:
        src/sys/kern: sys_process_lwpstatus.c

Log Message:
proc_regio: Clarify control flow and sprinkle comments.

Use `if (error) goto out' instead of `if (error == 0) error = ...' to
make the error case non-linear and indented, and the success case a
straight line of logic.

No functional change intended.

PR port-amd64/60556: panic in process_read_fpregs_xmm


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/kern/sys_process_lwpstatus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index