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
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-11
Use sizeof(u_short) in the first check since there are RT messages that
Claudio Jeker
2015-02-11
initialize a variable in case "goto done" makes us compare it
Martin Pelikan
2015-02-11
Remove dead code (IMSG_HOST_DNS has been moved from the parent to
Reyk Floeter
2015-02-11
YPPROC_XFR will trigger a crash, even if using it doesn't make sense.
Martin Pelikan
2015-02-11
use reallocarray; ok doug
Theo de Raadt
2015-02-11
Merge in a commit from upstream..
Brad Smith
2015-02-10
Be less chatty on constraint errors.
Reyk Floeter
2012-03-26
Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).
Stuart Henderson
2015-02-10
Keep track of the last time we scanned the leases to find expired
Kenneth R Westerback
2015-02-10
pounce on a reallocarray opportunity before tedu
Theo de Raadt
2015-02-10
Merge in a commit from upstream..
Brad Smith
2015-02-10
Merge in a commit from upstream..
Brad Smith
2015-02-10
tweak previous;
Jason McIntyre
2015-02-10
Oops, I accidently reverted the two previous commits in syslog.conf.5.
Alexander Bluhm
2015-02-10
Make error check consistent in all recvfrom(2) callbacks.
Alexander Bluhm
2015-02-10
Fix typo in previous commit.
Alexander Bluhm
2012-03-26
Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).
Stuart Henderson
2015-02-10
Document that RFC 5905 (ie. NTP protocol) has a limit which will be
Theo de Raadt
2015-02-10
spacing
Reyk Floeter
2015-02-10
After successfully getting a constraint from an HTTPS server, there is
Reyk Floeter
2015-02-10
Don't show the subseconds when displaying the constraint offset.
Reyk Floeter
2015-02-10
Fix -d output of smaller than 64 bit values on big-endian systems.
Miod Vallat
2015-02-10
Remove a lie that "snmpd does not fully work yet". It works like a charm.
Reyk Floeter
2015-02-10
Specifying the port is non-optional for (non-TLS) syslog over TCP, ok bluhm@
Stuart Henderson
2015-02-10
redo the tolower/string conversion, but retain itsabbr which is strangely
Ted Unangst
2015-02-10
More SOCK_NONBLOCK adjustments similar to the other daemons.
Claudio Jeker
2015-02-10
Forgot the EAGAIN or EINTR check on read.
Claudio Jeker
2015-02-10
Sync kroute code with bgpd/ospfd code regarding EAGAIN and short reads
Claudio Jeker
2015-02-10
Sync kroute code with what we do in ospfd/bgpd (EAGAIN handling).
Claudio Jeker
2015-02-10
Encode directory listings.
Florian Obser
2015-02-10
Move the constraints in a new section and add a preamble to explain
Reyk Floeter
2015-02-10
Add support for "constraints": when configured, ntpd(8) will query the
Reyk Floeter
2015-02-10
be more verbose when logging privsep errors.
Brent Cook
2015-02-10
use correct formatters for s/size_t data types.
Brent Cook
2015-02-10
revert rev 1.12 (tolower conversion). didn't get it quite right.
Ted Unangst
2015-02-10
move scheck.c into zic.c
Ted Unangst
2015-02-10
Same session_socket_blockmode() changes as done to ospfd. Also do the same
Claudio Jeker
2015-02-10
Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the route
Claudio Jeker
2015-02-10
Make also the special sockets SOCK_NONBLOCK. For the routing socket add
Claudio Jeker
2015-02-10
seems ansi c is here to stay. update definitions, but drop useless const.
Ted Unangst
2015-02-10
lowerit -> tolower
Ted Unangst
2015-02-10
Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want to
Claudio Jeker
2015-02-09
convert a dozen fprintf/exit pairs to use err().
Ted Unangst
2015-02-09
exit() cleanup. don't have to call it in a loop.
Ted Unangst
2015-02-09
clean up flags++ instances around getopt()
Theo de Raadt
2015-02-09
remove support for floating or unsigned time_t. leave the incorrect comment
Ted Unangst
2015-02-09
correct copyright, upon approval from paul vixie via todd miller. the
Theo de Raadt
2015-02-09
uncast
Ted Unangst
2015-02-09
more decasting
Ted Unangst
[next]