summaryrefslogtreecommitdiff
path: root/sys/dev/filemon
AgeCommit message (Expand)Author
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-06-17Bump version due to openatsjg
2015-06-15staircase flattening police.christos
2015-06-15Latest clang uses openat, filemon thus needs to handle it.sjg
2015-05-30Improve wording.joerg
2015-05-21Avoid dereferencing NULL tp crashing the kernel (brad harder)christos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-27remove a bunch of repetitive code by introducing filemon_printf.christos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-11-19filemon_pid_check:sjg
2012-06-20Install filemon.hsjg
2011-10-15Add the plumbing so one could compile filemon(4) into a kernel.sjg
2011-09-24For files opened O_RDWR, output an R record as well as Wsjg
2011-07-04Set FILEMON_VERSION to 3sjg
2011-05-13filemon_open: remove unnecessary check (which has a leak in error path).rmind
2011-03-13EJUSTRETURN is expected return from sys_execve()sjg
2010-09-09First cut of simple syscall wrapper, which make(1) can usesjg