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 -r1
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 src/usr.bin/make/filemon/filemon_ktrac
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 src/usr.bin/make/filemon
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 src/usr.bin/mak
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 device
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
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 src/usr.bi