-.\" $OpenBSD: lastcomm.1,v 1.26 2023/12/11 00:40:31 deraadt Exp $
+.\" $OpenBSD: lastcomm.1,v 1.27 2024/01/19 14:25:03 deraadt Exp $
.\" $NetBSD: lastcomm.1,v 1.5 1995/10/22 01:43:41 ghudson Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\"
.\" @(#)lastcomm.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: December 11 2023 $
+.Dd $Mdocdate: January 19 2024 $
.Dt LASTCOMM 1
.Os
.Sh NAME
The command terminated with the generation of a
.Pa core
file.
-.It Li E
-The command terminated because it tried to
-.Xr execve 2
-in violation of
-.Xr pinsyscall 2
-policy.
.It Li F
The command ran after
a fork, but without a following
-/* $OpenBSD: lastcomm.c,v 1.34 2023/12/11 00:40:31 deraadt Exp $ */
+/* $OpenBSD: lastcomm.c,v 1.35 2024/01/19 14:25:03 deraadt Exp $ */
/* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */
/*
BIT(APLEDGE, 'P');
BIT(ATRAP, 'T');
BIT(AUNVEIL, 'U');
- BIT(AEXECVE, 'E');
BIT(APINSYS, 'S');
*p = '\0';
return (flags);