index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
Age
Commit message (
Expand
)
Author
2006-03-19
Partial revert of previous changes, nasty regexps not greedy the way they sho...
Marc Espie
2006-03-18
do not leak on re-insert; ok pvalchev
Theo de Raadt
2006-03-18
add missing function declaration
David Hill
2006-03-17
FILE * leak
Theo de Raadt
2006-03-17
Nuke unused variable.
David Hill
2006-03-17
un-special case old constructs: make them inherit from the same class,
Marc Espie
2006-03-17
Add BUGS section documenting included files should start with a
Otto Moerbeek
2006-03-16
KNF. No binary change.
Claudio Jeker
2006-03-16
Make ifstated handle config reloads after a parse error. Fixes PR5051
Ryan Thomas McBride
2006-03-16
Error out of ifstate.conf parsing instead of dumping core in operation
Ryan Thomas McBride
2006-03-16
Kill useless arguments to libevent *_set() functions.
Ryan Thomas McBride
2006-03-15
consistently use power *states* and performance *modes*
Nikolay Sturm
2006-03-15
In nexthop_compare() if the two passed pointers point to the same object
Claudio Jeker
2006-03-15
There is no need to check iface != NULL. These parser rules are only allowed
Claudio Jeker
2006-03-15
Looks like auth-type simple was busted since a long time. We bcmp() a
Claudio Jeker
2006-03-15
Sync usage with man page (sort arguments).
Claudio Jeker
2006-03-15
Document new -s path option to select an alternate path for the main control
Claudio Jeker
2006-03-15
Allow the control socket to be changed on the command line. Useful if you
Claudio Jeker
2006-03-15
Fix a memory leak when communities are set or deleted. This seems to fix
Claudio Jeker
2006-03-15
Add missing function declarations
David Hill
2006-03-14
#ifdef DEBUG not #if DEBUG
Theo de Raadt
2006-03-14
install these on amd64
Nikolay Sturm
2006-03-14
fix sentence to make sense.
Bob Beck
2006-03-14
fix incorrect sizeof(), spotted by ckuethe
Bob Beck
2006-03-14
Some more usage of const and correct fmt string for a size_t.
Moritz Jodeit
2006-03-14
Kill unneeded util.h include.
Claudio Jeker
2006-03-13
tiny bit of delinting; ok krw@
Otto Moerbeek
2006-03-13
delint; from David Hill
Otto Moerbeek
2006-03-13
Simplify error() and warning() a bit. From Alexey Dobriyan.
Moritz Jodeit
2006-03-13
Fix for PR 5052. Be more careful about the announced networks we accept.
Claudio Jeker
2006-03-13
cleanup from dhill
Theo de Raadt
2006-03-13
clean-up some name handling:
Marc Espie
2006-03-13
repair pkg_add -
Marc Espie
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-03-12
missing close(); dhill@mindcry.org
Theo de Raadt
2006-03-12
more getopt() EOF crud; adobriyan@gmail
Theo de Raadt
2006-03-10
print IAPP messages for the old IAPP port 2313.
Reyk Floeter
2006-03-10
add whitespace
Reyk Floeter
2006-03-10
some IAPP implementations still use the pre-standard port 2313 in broadcast
Reyk Floeter
2006-03-10
Avoid printing the whole file in the error message on missing trailing "
Otto Moerbeek
2006-03-09
Track interface uptime.
Esben Norby
2006-03-09
Add some NOTREACHED to please lint.
Claudio Jeker
2006-03-09
More spring cleaning with lint. Change a few types and add some comments to
Claudio Jeker
2006-03-09
It seems that 60 secs is a reasonable amount of time to reach state FULL.
Esben Norby
2006-03-09
Start using *_name function that are now shared between ospfd and ospfctl.
Claudio Jeker
2006-03-09
Move *_name functions to log.c and use these for both ospfd and ospfctl.
Claudio Jeker
2006-03-09
Correctly warn about unsupported interface types as it is done in other places.
Claudio Jeker
2006-03-09
KNF, remove some unneded type casts and add some ARGSUSED. This makes lint
Claudio Jeker
2006-03-09
Mark event callbacks with ARGSUSED to silence lint.
Claudio Jeker
2006-03-09
Switch send_packet from char * to void * and from int to size_t. The function
Claudio Jeker
[next]