| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
SVN r199804 which added protection to sshd, cron, syslogd, and inetd.
Notes:
svn path=/head/; revision=213181
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm there also add a 'static' keyword for a function to make it
consistent with prototype.
Reviewed by: phk
MFC after: 3 months
Notes:
svn path=/head/; revision=210300
|
|
|
|
| |
Notes:
svn path=/head/; revision=201390
|
|
|
|
|
|
|
|
|
|
| |
I was considering committing all these patches one by one, but as
discussed with brooks@, there is no need to do this. If we ever
need/want to merge these changes back, it is still possible to do this
per application.
Notes:
svn path=/head/; revision=201227
|
|
|
|
|
|
|
| |
within watchdogd(8) fails. This is also consistent with watchdog(8).
Notes:
svn path=/head/; revision=200778
|
|
|
|
|
|
|
|
| |
That'll require -KILL. This avoids resetting your system on one of the
watchdogs that you cannot disable.
Notes:
svn path=/head/; revision=165263
|
|
|
|
| |
Notes:
svn path=/head/; revision=162806
|
|
|
|
| |
Notes:
svn path=/head/; revision=161862
|
|
|
|
|
|
|
| |
Submitted by: Adrian Steinmann <ast@marabu.ch>
Notes:
svn path=/head/; revision=156334
|
|
|
|
|
|
|
|
| |
Complain about extra arguments so people don't get surprised
if they type "watchdog 0"
Notes:
svn path=/head/; revision=150747
|
|
|
|
|
|
|
|
|
|
| |
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.
Pointed out by: green
Notes:
svn path=/head/; revision=150214
|
|
|
|
| |
Notes:
svn path=/head/; revision=149434
|
|
|
|
|
|
|
|
|
|
| |
return value of the ioctl doesn't indicate that the command has failed
so don't let watchdog(8) return an error in this case.
MFC after: 3 days
Notes:
svn path=/head/; revision=143831
|
|
|
|
| |
Notes:
svn path=/head/; revision=140442
|
|
|
|
|
|
|
|
|
| |
if the swap subsystem failed.
Requested by: phk
Notes:
svn path=/head/; revision=132809
|
|
|
|
|
|
|
| |
out of swap.
Notes:
svn path=/head/; revision=132581
|
|
|
|
| |
Notes:
svn path=/head/; revision=131754
|
|
|
|
| |
Notes:
svn path=/head/; revision=130454
|
|
|
|
| |
Notes:
svn path=/head/; revision=130420
|
|
|
|
| |
Notes:
svn path=/head/; revision=128898
|
|
|
|
|
|
|
| |
<sys/sysctl.h>.
Notes:
svn path=/head/; revision=128705
|
|
|
|
|
|
|
|
| |
- Sort SEE ALSO by section number.
- Remove redundant ','.
Notes:
svn path=/head/; revision=128644
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove EOL whitespace.
- Expand contracted words.
- Correct usage of .Fl macro.
- Use complete argument to -width.
- Remove redundant ','.
Notes:
svn path=/head/; revision=128643
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
generic watchdoc(9) interface.
Make watchdogd(8) perform as watchdog(8) as well, and make it
possible to specify a check command to run, timeout and sleep
periods.
Update watchdog(4) to talk about the generic interface and add
new watchdog(8) page.
Notes:
svn path=/head/; revision=126383
|
|
|
|
|
|
|
| |
Use WARNS?= instead of WARNS=.
Notes:
svn path=/head/; revision=126178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Reordered #includes
- Only include <sys/types.h>, not it and <sys/cdefs.h>
o style.Makefile(5) fixes
- No SRCS= line when only one src file with same name as program
o Use warn()/errx() instead of fprintf()
- Integrated patch from Philippe Charnier <charnier@xp11.frmug.org>
Approved by: jeff (mentor)
Notes:
svn path=/head/; revision=117185
|
|
|
|
|
|
|
| |
Double pointy hat to me, or something.
Notes:
svn path=/head/; revision=116888
|
|
|
|
|
|
|
| |
Submitted by: smkelly
Notes:
svn path=/head/; revision=116880
|
|
This commit has two pieces. One half is the watchdog kernel code which lives
primarily in hardclock() in sys/kern/kern_clock.c. The other half is a userland
daemon which, when run, will keep the watchdog from firing while the userland
is intact and functioning.
Approved by: jeff (mentor)
Notes:
svn path=/head/; revision=116874
|