Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-23 | adapt to new two-level sensor sysctl framework; by Constantine A. Murenin | Theo de Raadt | |
2006-12-23 | Do not name both a variable and a goto target 'restore'; it's legal, but | Marc Balmer | |
confusing. at least it confused thib... | |||
2006-12-21 | appease the groff beast; | Jason McIntyre | |
2006-12-21 | Unbreak redistribute default and make it possible to specify a metric for | Claudio Jeker | |
the default route as well. OK norby@, michele@ | |||
2006-12-21 | order variables by size/type. | Claudio Jeker | |
2006-12-21 | Let watchdogd use the new watchdog(4) semantics. When the new option -n | Marc 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-21 | Check for overflow of others_len. This can not happen at the moment because | Claudio Jeker | |
less than 255 attributes can be allocated at max. OK claudio@ | |||
2006-12-20 | let ntpd use sensors immediately after system boot by special casing | Henning Brauer | |
last_sensor_scan == 0. monotime might be very close to 0 after boot. source unknown, maybe from naddy, rediscovered & ok mblamer | |||
2006-12-20 | Fix potential buffer overread in function, even though the current | Ray Lai | |
code cannot overflow. Add error checking to protect future code changes and to provide a better example for plagiarizers. OK millert@. | |||
2006-12-19 | no need for -D | Jun-ichiro itojun Hagino | |
2006-12-19 | no need for -DINET6 | Jun-ichiro itojun Hagino | |
2006-12-19 | eliminate #ifdef OLDRAWSOCKET | Jun-ichiro itojun Hagino | |
-DHAVE_POLL is no longer needed | |||
2006-12-19 | sort these commands too; | Jason McIntyre | |
2006-12-19 | sort the various commands; discussed w/ pyr | Jason McIntyre | |
2006-12-19 | no more acpid.8; | Jason McIntyre | |
2006-12-18 | some initial improvements for the hostated pages; | Jason McIntyre | |
2006-12-18 | avoid p = realloc(p idiom, ok claudio, spotted deraadt | Henning Brauer | |
2006-12-18 | we will not use , but later modify apmd to handle it; ok marco | Theo de Raadt | |
2006-12-18 | we will not use acpid, but later modify apmd to handle it; ok marco | Theo de Raadt | |
2006-12-18 | align, no binary change | Kevin Steves | |
2006-12-18 | it 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-18 | warn() -> warning() to not overload with libc function; this has | Kevin Steves | |
previously been done to dhclient and dhcpd | |||
2006-12-17 | remove one-lease-per-client parameter which was never implemented (it | Kevin 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-16 | typo | Martin Reindl | |
2006-12-16 | unused variable | Theo de Raadt | |
2006-12-16 | spacing, plus dubious \% in format string | Theo de Raadt | |
2006-12-16 | spacing | Theo de Raadt | |
2006-12-16 | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | Marc Aurele La France | |
look into it, even though there's no OpenBSD/s390. | |||
2006-12-16 | spacing | Reyk Floeter | |
2006-12-16 | more spacing | Reyk Floeter | |
2006-12-16 | Fix two comments. ok reyk@ | Bernd Ahlers | |
2006-12-16 | knf (second level indents are four spaces) | Reyk Floeter | |
2006-12-16 | knf, spacing | Reyk Floeter | |
2006-12-16 | knf, spacing | Reyk Floeter | |
please note that some editors will replace tabs with multiple spaces if you cut & paste code from other sections. please try to keep the tabs ;). | |||
2006-12-16 | ltlib marker for libtool convenience library. | Marc Espie | |
Long-term, we want to be able to build stuff without installing dependencies `for real', and pkgconfig and libtool files keep getting in the way, so pkg_* will have to take control, sooner or later... | |||
2006-12-16 | knf, add copyright and license for in_cksum() from ping.c | Reyk Floeter | |
2006-12-16 | new sentence, new line | Reyk Floeter | |
2006-12-16 | new sentence, new line | Reyk Floeter | |
2006-12-16 | Import hostated, the host status daemon. This daemon will monitor | Reyk Floeter | |
remote hosts and dynamically alter pf(4) tables and redirection rules for active server load balancing. The daemon has been written by Pierre-Yves Ritschard (pyr at spootnik.org) and was formerly known as "slbd". The daemon is fully functional but it still needs some work and cleanup so we don't link it to the build yet. Some TODOs are a partial rewrite of the check_* routines (use libevent whenever we can), improvement of the manpages, and general knf and cleanup. ok deraadt@ claudio@ | |||
2006-12-15 | small KNF | Kevin Steves | |
2006-12-15 | typo in comment | Kevin Steves | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | cleanup RFC2292/3542 #ifdef. | Jun-ichiro itojun Hagino | |
2006-12-15 | reduce RFC2292/3542 #ifdefs. | Jun-ichiro itojun Hagino | |
2006-12-13 | Doh! I forgot the change from kroute to rroute in the deletion case. | Claudio Jeker | |
Found by Armin Wolfermann | |||
2006-12-13 | Correct funtion name in fatal message. | Claudio Jeker | |
2006-12-13 | IPv6 passive OS fingerprinting. | Jun-ichiro itojun Hagino | |
reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. | |||
2006-12-12 | Xr bgplg and bgplgsh; | Jason McIntyre | |