NetBSD/usr.sbin/perfused
manu d5cd8e94ec Survive if filesystem installs a signal handler
We tested for signal(3) to return 0 for success, which is incorrect:
signal(3) returns the previous handler. Success should be tested as
!= SIG_ERR, otherwise we fail when a signal handler was previously
installed by perfused(8) parrent process, which happens to be the
FUSE filesystem.
2014-12-12 09:58:39 +00:00
..
Makefile Disable default build of debugging info. 2012-09-06 16:39:07 +00:00
debug.c - remove dup included files 2012-01-30 22:49:03 +00:00
msg.c Remove a warning that happens when the filesystem cleanly exits. Just 2014-08-16 16:32:04 +00:00
perfused.8 New sentence, new line. Remove trailing whitespace. 2012-01-29 11:32:23 +00:00
perfused.c Survive if filesystem installs a signal handler 2014-12-12 09:58:39 +00:00
perfused.h Mark perfused_panic as dead. Canonical form of infinite loops is 2012-02-04 18:36:30 +00:00