CVS commit: src/usr.bin/make/filemon

2021-02-01 Thread Roland Illig
Module Name:src Committed By: rillig Date: Mon Feb 1 21:34:42 UTC 2021 Modified Files: src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make: document the syscalls that are not monitored by filemon_ktrace To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/usr.bin/make/filemon

2020-11-28 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Nov 28 16:31:34 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon_ktrace.c Log Message: make(1): remove unused label To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.bin/make/filemon

2020-10-18 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Oct 18 11:49:47 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon.h Log Message: make(1): use consistent include guard for headers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make/filemon

2020-07-10 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jul 10 15:53:30 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon_dev.c Log Message: Use O_CLOEXEC and save a syscall. Reviewed by: riastradh To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.bin/make/filemon

2020-07-09 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jul 10 00:42:53 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon_dev.c Log Message: filemon_dev:filemon_open need FD_CLOEXEC We need to mark the fd for filemon FD_CLOEXEC so that when we call filemon_close() the

CVS commit: src/usr.bin/make/filemon

2020-01-22 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Wed Jan 22 22:10:36 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon.h Log Message: Rename guard to avoid that already used by Linux filemon.h Reviewed by: riastradh To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/usr.bin/make/filemon

2020-01-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jan 19 20:22:57 UTC 2020 Modified Files: src/usr.bin/make/filemon: filemon_ktrace.c Log Message: Missed a spot -- define _KERNTYPES to get register_t. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2