Module Name:src
Committed By: sjg
Date: Wed Oct 30 18:35:06 UTC 2019
Modified Files:
src/sys/dev/filemon: filemon.c
Log Message:
filemon_ioctl: check fd for write permission
Reviewed by: christos
Reported by: ivansprundel
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: sjg
Date: Wed Oct 30 18:35:06 UTC 2019
Modified Files:
src/sys/dev/filemon: filemon.c
Log Message:
filemon_ioctl: check fd for write permission
Reviewed by: christos
Reported by: ivansprundel
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: martin
Date: Fri Oct 25 16:22:48 UTC 2019
Modified Files:
src/sys/dev/filemon: filemon_wrapper.c
Log Message:
>From the compilers point of view sys_exit returns a value.
Adjust the filemon wrapper accordingly (newer gcc is unhappy with the
fun
Module Name:src
Committed By: martin
Date: Fri Oct 25 16:22:48 UTC 2019
Modified Files:
src/sys/dev/filemon: filemon_wrapper.c
Log Message:
>From the compilers point of view sys_exit returns a value.
Adjust the filemon wrapper accordingly (newer gcc is unhappy with the
fun