Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Fri Sep 25 01:10:59 UTC 2026
Modified Files:
src/sys/kern: uipc_syscalls.c
src/sys/sys: socketvar.h
Log Message:
kern: Nix SS_ISABORTING.
This was a vestige of an earlier revision of the .fo_restart
mechanism; it is never set by anything in the kernel, it has been
supplanted by SS_RESTARTSYS, and it serves no further purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/kern/uipc_syscalls.c
cvs rdiff -u -r1.171 -r1.172 src/sys/sys/socketvar.h
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