tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
sa
/
at
trash-bin2
7 files
Makefile
extern.h
Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs. This way we keep the size of the strings in the private struct in sync with what the kernel gives us. OK deraadt@
4 years ago
main.c
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
4 years ago
pathnames.h
convert to using $OpenBSD markers
7 years ago
pdb.c
Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu.
9 years ago
sa.8
sa was in v5
6 years ago
usrdb.c
Flip 'u_quad_t' fields & variables to uint64_t, and %qu to %llu.
9 years ago