summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_reconbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/raidframe/rf_reconbuffer.c')
0 files changed, 0 insertions, 0 deletions
rs, release the reference wepgoyette 2015-11-21The correct default return value from a module's xxx_modcmd() routinepgoyette 2015-11-20Ensure that the PID specified in the FILEMON_SET_PID ioctl() callpgoyette 2015-11-20Remove extra ')' (bad cut&paste)pgoyette 2015-11-20Don't allow setting the PID-to-trace if the target has a non-nativepgoyette 2015-11-20Install wrapper functions only in native emulation.pgoyette 2015-11-20Don't initialize twice.pgoyette 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