OpenBSD CVS

CVS log for src/share/man/man5/acct.5


[BACK] Up to [local] / src / share / man / man5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 25 00:07:14 2024 UTC (3 months, 1 week ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.26: +23 -9 lines
Diff to previous 1.26 (colored)

New accounting flag ABTCFI to indicate signal SIGILL + code ILL_BTCFI
has occurred in the process.
ok various people

Revision 1.26 / (download) - annotate - [select for diffs], Tue Feb 22 17:22:29 2022 UTC (2 years, 3 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.25: +7 -6 lines
Diff to previous 1.25 (colored)

Since other exported commandnames were increased to 24 and graduated into
proper strings, adapt struct acct's ac_comm similarily.  While here increase
ac_mem to 32-bits, increase ac_flag from 8 to 32 bits for future extensions,
add ac_pid for forensics, and reorder the structure to avoid compiler pads.
More work remains in the sa(8) command to use ac_pid better.
This is a flag day for the acct file format, new/old files/tools are incompatible.
ok bluhm millert

Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 13 16:37:37 2021 UTC (2 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24 (colored)

acct(4) ac_tty shouldn't need NODEV from sys/param.h (which is kernel API),
-1 is sufficient to indicate the process had no controlling tty, removing
one more sys/param.h include in our userland
ok millert

Revision 1.24 / (download) - annotate - [select for diffs], Thu Feb 4 02:03:53 2021 UTC (3 years, 4 months ago) by rob
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.23: +1 -5 lines
Diff to previous 1.23 (colored)

Remove last remnants of ASU ac_flag from accounting.

OK deraadt@, bluhm@

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 30 16:48:31 2021 UTC (3 years, 4 months ago) by rob
Branch: MAIN
Changes since 1.22: +5 -2 lines
Diff to previous 1.22 (colored)

Add AMAP flag description.

OK deraadt@

Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 30 16:43:22 2021 UTC (3 years, 4 months ago) by rob
Branch: MAIN
Changes since 1.21: +2 -5 lines
Diff to previous 1.21 (colored)

Remove ACOMPAT.

OK deraadt@

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jul 26 13:27:24 2020 UTC (3 years, 10 months ago) by rob
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.20: +5 -4 lines
Diff to previous 1.20 (colored)

Reference unveil(2) in system accounting and daily.8.
Reminder that unveil does not kill from brynet and gsoares.
Wording tweaks from jmc; feedback from deraadt.

ok jmc@, millert@, solene@, "fine with me" deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Mon Sep 9 20:02:26 2019 UTC (4 years, 8 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

Inform about system call memory write protection and stack mapping
violations in system accounting.  This will help to find missbehaving
programs and possible attacks.  The flags bit field is full, so
recycle the PDP-11 compatibility on VAX.  lastcomm(1) prints the
AMAP flag as 'M'.  daily(8) prints a list of affected processes.
OK deraadt@

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 30 05:41:21 2019 UTC (4 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18 (colored)

remove uneeded macro in previous;

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 29 21:44:26 2019 UTC (4 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.17: +39 -8 lines
Diff to previous 1.17 (colored)

Expand description of ac_flag values into a tagged list.
OK mestre@ jmc@ deraadt@

Revision 1.17 / (download) - annotate - [select for diffs], Mon Jul 29 17:26:00 2019 UTC (4 years, 10 months ago) by mestre
Branch: MAIN
Changes since 1.16: +3 -2 lines
Diff to previous 1.16 (colored)

Add AUNVEIL bit to the acct(5) manpage since it's already being used by both
kernel and userland.

OK deraadt@ jmc@

Revision 1.16 / (download) - annotate - [select for diffs], Thu Jun 8 17:14:02 2017 UTC (7 years ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.15: +4 -2 lines
Diff to previous 1.15 (colored)

ASLR, W^X, and guard pages trigger processor traps that result in
SIGILL, SIGBUS, SIGSEGV signals.  Make such memory violations visible
in lastcomm(1).  This also works if a programm tries to hide them
with a signal handler.  Manual kill -SEGV does not generate false
positives.
OK deraadt@

Revision 1.15 / (download) - annotate - [select for diffs], Thu Sep 10 17:55:21 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

use .In rather than .Fd #include

Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 15 14:41:02 2014 UTC (9 years, 6 months ago) by bentley
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

Reduce instances of `` '' in manuals.

troff displays these as typographic quotes, but nroff implementations
almost always print them literally, which rarely has the intended effect
with modern fonts, even in stock xterm.

These uses of `` '' can be replaced either with more semantic alternatives
or with Dq, which prints typographic quotes in a UTF-8 locale (but will
automatically fall back to `` '' in an ASCII locale).

improvements and ok schwarze@

Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 1 22:07:08 2010 UTC (13 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

typo fix lifted from the last tmux commit ("one of more");

Revision 1.12 / (download) - annotate - [select for diffs], Thu May 31 19:19:58 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

convert to new .Dd format;

Revision 1.11 / (download) - annotate - [select for diffs], Sun Nov 20 10:00:02 2005 UTC (18 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +20 -19 lines
Diff to previous 1.10 (colored)

sync this w/ the header file;
ok otto@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 6 13:28:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jun 2 23:30:14 2003 UTC (21 years ago) by millert
Branch: MAIN
Changes since 1.8: +2 -6 lines
Diff to previous 1.8 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 26 00:37:04 2000 UTC (23 years, 7 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Some share/man fleshing.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Apr 15 11:45:52 2000 UTC (24 years, 1 month ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Mar 19 19:25:26 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Various cleanups.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 26 04:25:58 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

share/man/man5/ man page repairs

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 7 16:44:36 1998 UTC (25 years, 9 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 29 13:06:24 1998 UTC (25 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

various cleanups; hoek

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 14 05:41:51 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

update from netbsd

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:44:37 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:44:37 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.