summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorVitaliy Makkoveev <mvs@cvs.openbsd.org>2022-07-12 08:58:54 +0000
committerVitaliy Makkoveev <mvs@cvs.openbsd.org>2022-07-12 08:58:54 +0000
commitee4d8861d21f44576e882ac10ef186698e1ace7c (patch)
tree0eacccf20d5c3aa1265a6a212a397ea66cab3889 /.gitignore
parentcdfdaead097054da7a8aec382a7c747859120bca (diff)
Remove PIPEXCSESSION pipex(4) ioctl(2) command from kernel and man page.
Long time ago pipex(4) session can't be deleted until both pipex(4) input and output queues become empty. Dead sessions were linked to the stack and the `ip_forward' flag was used to prevent packets forwarding. npppd(8) marked such sessions by doing PIPEXCSESSION ioctl(2) call. But since we started to unlink close session from the stack, this logic became unnecessary. Also pipex(4) session could be closed just after close request. npppd(8) was the only userland program which did PIPEXCSESSION ioctl(2) call, and we removed it week ago. It's time to remove the remains. Now the `flags' member of 'pipex_session' structure became immutable. ok yasuoka@
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions