CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/09/09 14:02:27
Modified files:
etc : daily
sys/sys : acct.h
sys/uvm : uvm_map.c
share/man/man5 : acct.5
usr.bin/lastcomm: lastcomm.1 lastcomm.c
Log message:
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@