summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-12-28tweak;Jason McIntyre
2006-12-28forgot a dereference in the previous conversion; ok deraadt@Christian Weisgerber
2006-12-26make -k and -K mutually exclusive, and ignore multiple invocations of them.Alexander von Gernler
put pcks key initialization into a separate routine instead of bloating the getopt() loop. ok pedro@ deraadt@ tedu@
2006-12-26Fix truncation check by directly comparing both values and don'tMoritz Jodeit
compare the unsigned value of the subtraction against <= 0. ok krw@ ray@
2006-12-26print icmpv6 inside security header (ah/esp).Jun-ichiro itojun Hagino
2006-12-26Add missing $OpenBSD$Jonathan Gray
2006-12-26make option processing happen first.Mathieu Sauve-Frankel
ok deraadt@
2006-12-25the global timeout for checks is specified in millisecondsReyk Floeter
2006-12-25fix the conversion from milliseconds to struct timeval, which usesReyk Floeter
seconds (tv_sec) and microseconds (tv_usec), but the code assumed seconds and milliseconds...
2006-12-25knfReyk Floeter
2006-12-25partial rewrite of the check_* routines to use libevent everywhereReyk Floeter
instead of nested select() calls and to handle the non-blocking sockets properly. From Pierre-Yves Ritschard (pyr at spootnik dot org) (with a little help by me)
2006-12-25good day to remove a some pooTheo de Raadt
2006-12-25spacingTheo de Raadt
2006-12-24typoMichele Marchetto
2006-12-24first pass cleanup of sasyncd, based on some discussion with deraadt@Mathieu Sauve-Frankel
inline conf_init into main() and remove it from conf.y. add usage(). small amount of whitespace nits in sasync.h ok deraadt@ mcbride@
2006-12-23Spelling.Kenneth R Westerback
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded'
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-23Do not name both a variable and a goto target 'restore'; it's legal, butMarc Balmer
confusing. at least it confused thib...
2006-12-21appease the groff beast;Jason McIntyre
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
the default route as well. OK norby@, michele@
2006-12-21order variables by size/type.Claudio Jeker
2006-12-21Let watchdogd use the new watchdog(4) semantics. When the new option -nMarc Balmer
(no restore) is specified, the watchdog will not be restored to it's original values when watchdogd terminates. that means, when watchdogd is run with -n and you 'halt' the system, the watchdog hardware will reset it. which is wanted when the machine is remote and the system shuts down unplanned. "looks ok" markus
2006-12-21Check for overflow of others_len. This can not happen at the moment becauseClaudio Jeker
less than 255 attributes can be allocated at max. OK claudio@
2006-12-20let ntpd use sensors immediately after system boot by special casingHenning Brauer
last_sensor_scan == 0. monotime might be very close to 0 after boot. source unknown, maybe from naddy, rediscovered & ok mblamer
2006-12-20Fix potential buffer overread in function, even though the currentRay Lai
code cannot overflow. Add error checking to protect future code changes and to provide a better example for plagiarizers. OK millert@.
2006-12-19no need for -DJun-ichiro itojun Hagino
2006-12-19no need for -DINET6Jun-ichiro itojun Hagino
2006-12-19eliminate #ifdef OLDRAWSOCKETJun-ichiro itojun Hagino
-DHAVE_POLL is no longer needed
2006-12-19sort these commands too;Jason McIntyre
2006-12-19sort the various commands; discussed w/ pyrJason McIntyre
2006-12-19no more acpid.8;Jason McIntyre
2006-12-18some initial improvements for the hostated pages;Jason McIntyre
2006-12-18avoid p = realloc(p idiom, ok claudio, spotted deraadtHenning Brauer
2006-12-18we will not use , but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18we will not use acpid, but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18align, no binary changeKevin Steves
2006-12-18it appears some sensors flip duen to bugs or erroneous readings.Michael Shalayeff
provide dampenning for negative events and simultaneously increase polling frequency accordingly to provide same rate of reporting. mbalmer@ beck@ deraadt@ ok
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
previously been done to dhclient and dhcpd
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
doesn't do anything and is not documented); ok henning@
2006-12-16- allow to use host/service/table names instead of Ids in hostatectl.Reyk Floeter
- minor change of the "hostatectl show" command output - increase the max service and tag names (max pf tag name size is 64 now!) thanks to pyr who found a bug in my initial diff
2006-12-16typoMartin Reindl
2006-12-16unused variableTheo de Raadt
2006-12-16spacing, plus dubious \% in format stringTheo de Raadt
2006-12-16spacingTheo de Raadt
2006-12-16Fix up s390 assembler in arla's lwp threading. Results from beck@ request toMarc Aurele La France
look into it, even though there's no OpenBSD/s390.
2006-12-16spacingReyk Floeter
2006-12-16more spacingReyk Floeter
2006-12-16Fix two comments. ok reyk@Bernd Ahlers
2006-12-16knf (second level indents are four spaces)Reyk Floeter
2006-12-16knf, spacingReyk Floeter