index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
watchdogd
/
watchdogd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
We no longer use struct eproc for kinfo_proc in sysctl.h so there
millert
2012-12-18
1
-1
/
+2
*
Lower stack size before mlockall(). With login.conf defaults for i386,
sthen
2009-06-24
1
-1
/
+10
*
Error out with usage line if additional arguments are given after the
pyr
2008-05-12
1
-1
/
+6
*
tweaks.
mbalmer
2007-01-02
1
-2
/
+2
*
Do not name both a variable and a goto target 'restore'; it's legal, but
mbalmer
2006-12-23
1
-4
/
+4
*
Let watchdogd use the new watchdog(4) semantics. When the new option -n
mbalmer
2006-12-21
1
-8
/
+12
*
Add a '-q' option to suppress warning messages.
mbalmer
2006-08-04
1
-5
/
+8
*
Code cleanup/shortening. No binary changes.
mbalmer
2006-06-26
1
-11
/
+7
*
Use the @openbsd.org email address for the copyright and add an AUTHORS
mbalmer
2006-01-17
1
-2
/
+2
*
give it a bit highr priority and exit w/ failure if systcl ever fails; marc@ henning@ ok some time ago...
mickey
2005-09-24
1
-2
/
+3
*
link static and mlockall() once daemonised to prevent sudden pageins and wdog misfire; discussed a lot at wtf; mbalmer@ art@ ok
mickey
2005-08-09
1
-1
/
+3
*
Use unsigned integers for period and nperiod.
mbalmer
2005-08-08
1
-3
/
+3
*
function prototypes, spacing, KNF, and other readability fixes
henning
2005-08-08
1
-22
/
+16
*
Initial import of watchdogd, a daemon to retrigger the watchdog timer
mbalmer
2005-08-08
1
-0
/
+157