summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2008-05-18another ndp(8) tweak: its description still talks about "flags"Igor Sobrado
rather than "flag", so kill the .Ar macro to have it read correctly. change suggested by jmc@. ok jmc@
2008-05-18some minor fixes;Jason McIntyre
2008-05-17documentation tweaks.Igor Sobrado
ok (some time ago) jmc@
2008-05-17If the -T or -t flag is given, the key must be an email address so checkTodd C. Miller
that it contains an @ sign. Prompted by jmc@, OK beck@.
2008-05-16- sort usage()Jason McIntyre
- use .Bk/.Ek to avoid ugly SYNOPSIS split
2008-05-16tweak ftp call, remove extraneous -o option.Marc Espie
okay sthen@
2008-05-16add a -d repository option in order not to have to specify all pkgnames.Marc Espie
as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-)
2008-05-16Clear source nodes on table changes in sticky mode. This has thePierre-Yves Ritschard
disadvantage of removing valid src nodes, but the advantage of not sending out traffic to hosts that are not up anymore. From a diff by <mkoc@prime.pl>, ok reyk@
2008-05-16Allow ntpd to step the time at startup, now matter how large or small theChris Kuethe
offset. The 180s limit doesn't help very much these days. ok otto@ mbalmer@
2008-05-15Add OpenBSD markers.Marc Balmer
no binary change.
2008-05-14fix comment.Marc Balmer
2008-05-14- fix new directory creation by using the correct variable;Antoine Jacoutot
spotted by merdely@ while trying to populate /var/www from scratch ok merdely@
2008-05-14Next chunk of KNF/readability.Marc Balmer
no binary changes.
2008-05-14ntpd missed the argument check sweep.Pierre-Yves Ritschard
2008-05-14More KNF/readability changes.Marc Balmer
no binary changes.
2008-05-14Next chunk of KNF/readability changes.Marc Balmer
no binary change.
2008-05-14- add a non-interactive mode to sysmerge ('-b')Antoine Jacoutot
- yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@
2008-05-13Build on socppc too.Miod Vallat
2008-05-13Rename to README.IPv6, to be clear this is not version 6 of the README file.Marc Balmer
Suggested by henning.
2008-05-13knf. no binary changes.Marc Balmer
2008-05-13A first chunk of readability/knf changes. Since there is nothing moreMarc Balmer
to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes.
2008-05-13Unmangle previous commit. spotted by markus@ (wow !)Pierre-Yves Ritschard
2008-05-12Fix cut and pasto; Steven RobertsTodd C. Miller
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@
2008-05-11fix sync.c to not puke if sync_lease called without sync_init.Bob Beck
from henric.
2008-05-11allow IMSG_CONTROL_SHOW_TIMER on restricted socketsHenning Brauer
2008-05-10from ray@Okan Demirmen
- move the ignoring of the top few (3) comments into a function of its own. - ignore these comments for crontab listings. based on a patch from Slava Semushin ok ray@ millert@
2008-05-09tweak previous; ok mbalmerJason McIntyre
2008-05-09Henning forgot ospf6d. Add priority to ospf6d as well.Claudio Jeker
2008-05-09prio RTP_RIP for inserted routesHenning Brauer
2008-05-09insert/delete routes w/ prio RTP_OSPFHenning Brauer
2008-05-09insert/delete routes with priority RTP_BGPHenning Brauer
this is mostly cosmetical for the moment, there are bigger changes required to make full use of the route priorities, but this is the first step to do. discussed with claudio
2008-05-09Don't just ntohl() the hours, but everything of the stateMarco Pfatschbacher
creation time. OK mcbride@, henning@.
2008-05-09some Xr for tcpbench(1) and tcpdrop(8);Jason McIntyre
2008-05-09Add support for IPv6 while keeping the default at IPv4 to not breakMarc Balmer
existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd
2008-05-08documentation tweaks.Igor Sobrado
2008-05-08Insert pad blocks after sub-messages to keep the structures aligned toTheo de Raadt
16 byte boundaries for maximum portability (somewhat similar to CMSG's) ok beck
2008-05-08backout shit committed on accidentHenning Brauer
2008-05-08timer_due is not needed any moreHenning Brauer
2008-05-08KNFHenning Brauer
2008-05-08take advanatge of the timewheelin timer_nextduein - we just need to lookHenning Brauer
at the first one
2008-05-08we can stopin timer_set if new timeout equals the oldone.Henning Brauer
matters for stuff like the HoldTimer that gets reset often
2008-05-08take advantage of the timewheel: instead of checking each an everyHenning Brauer
timer, just get the first off the queue and check wether it is due
2008-05-08in timer_set, when figuring out the right position for the timer,Henning Brauer
wemust stop walking the list once werun into a stopped timer, or eventually all stopped timers will queue up at the very front (instead of at the tail)
2008-05-08this should really only be in one file.Bob Beck
2008-05-08change timer internals so that we use a timewheel (tailq, sorted by expiryHenning Brauer
so that the timer that will expire first is always the first element, and so on). will make the checking a bit faster and moreelegant and more conveniant. ok claudio
2008-05-08don't break dhcpd when not using synch mechanisms..Bob Beck
2008-05-08make sure we always send back something on IMSG_CTL_SHOW_NEIGHBORHenning Brauer
namely, the "no such neighbor" case was missing. problem spotted by martin,ok claudio
2008-05-08move the session keys used by dns in a protocol-specific private ptr.Reyk Floeter
2008-05-08missed to set the default for tables to round-robin, so it wasReyk Floeter
loadbalance after the grammar change. make it round-robin again.