CVSROOT:        /cvs
Module name:    src
Changes by:     dera...@cvs.openbsd.org 2022/02/22 10:22:29

Modified files:
        sys/sys        : acct.h 
        sys/kern       : kern_acct.c 
        share/man/man5 : acct.5 
        usr.sbin/sa    : extern.h main.c 

Log message:
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

Reply via email to