summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-08-10typoMarc Espie
2005-08-10Propogate server's leap indicator flags to clients; ok henning@Darren Tucker
2005-08-10add lmtemp(4) and viasio(4).Alexandre Anriot
ok grange@
2005-08-10record unsafe operations in a journal, so that we can give a muchMarc Espie
more specific message than `package XXX contains unsafe operations'.
2005-08-10bug fix: if default is not available, do not push it for installation.Marc Espie
2005-08-10- comapared -> comparedJason McIntyre
- correct word order - grammar
2005-08-10Pass the correct peer to rde_apply_set(). rde_apply_set() needs to knowClaudio Jeker
the peer where the prefix came from so that prepend-neighbor works. Extend rde_filter() and make sure that the correct peer is passed. Until now most cases resulted in a NULL peer causing a nasty crash that was found by David Ulevitch. OK henning@
2005-08-10Call open(2) with O_NONBLOCK and O_NOFOLLOW to make sure mtree can'tTodd C. Miller
be halted by a FIFO or special device. Use fgetln() instead of fgets() to handle arbitrarily long lines. If a line starts with a comment char, don't check for line continuation char. Adapted from a diff by Solar Designer. OK deraadt@ henning@
2005-08-09same hereMarco Pfatschbacher
3.8 not 3.5
2005-08-09ifstated isn't released before 3.8Marco Pfatschbacher
ok jmc@
2005-08-09if we are replacing a package, the messages for @extra stuff should beMarc Espie
slightly different. Noticed by rohee@
2005-08-09Introduce new route decision tunable "rde med compare (always|strict)".Claudio Jeker
If set to always the med will also be compared between different AS. The default is strict which is the way the RFC specifies it. OK henning@
2005-08-09add watchdogdTheo de Raadt
2005-08-09xr sysctl(8)Michael Shalayeff
2005-08-09link static and mlockall() once daemonised to prevent sudden pageins and ↵Michael Shalayeff
wdog misfire; discussed a lot at wtf; mbalmer@ art@ ok
2005-08-09use a standard options list, and various other minor tweaks;Jason McIntyre
help + ok mbalmer@
2005-08-08with -s, do not wait if we don't have any peers at all.Henning Brauer
From: Thomas Jarosch <thomas.jarosch@intra2net.com>
2005-08-08Use unsigned integers for period and nperiod.Marc Balmer
ok henning@
2005-08-08function prototypes, spacing, KNF, and other readability fixesHenning Brauer
2005-08-08Try to do an SPF recalculation only if the LS DB changed.Claudio Jeker
This is still not perfect as on ABRs it is only necessary to recalculate the area that got changed and not all others too. More to come but it is a good start. OK norby@
2005-08-08Initial import of watchdogd, a daemon to retrigger the watchdog timerMarc Balmer
from userland (not yet linked to the build process). ok henning@
2005-08-08Correctly order LSA/route entries. Also prefer network vertices over routerClaudio Jeker
ones in the candidate list. Be more careful about LS_INFINITY as it is possible that the cost overflows in the calculation (checking for == is in some cases wrong). Simplify the code a bit. Tested and OK norby@
2005-08-08tab before newline.Claudio Jeker
2005-08-07split off the code that handles dependencies proper, so that we can (later)Marc Espie
reuse it in pkg_info or lib-depends-check.
2005-08-07wrapper around Ustar that replaces long names/links with LongName#/LongLink#.Marc Espie
The archive will unpack correctly with tar, except that those names won't be preserved. The wrapper checks names against the packing-list to restore the correct names on the fly. Put into a separate file, as it is an extension of Ustar proper, and we're going to do more archive checking in the future. Lots of tests by Bernd Ahlers. Comments by Tom Cosgrove.
2005-08-06add ifstated.conf(5) to SEE ALSO;Jason McIntyre
2005-08-06new manpage for ifstated.conf written with mpf@Nikolay Sturm
comments and help from jmc@, commitski henning@
2005-08-05expose the algorithm used for splitting names, so that ArcCheck will beMarc Espie
able to use it.
2005-08-05activate sanity check: only files have !0 size.Marc Espie
2005-08-05fix splitting bugMarc Espie
2005-08-05Make sure $totsize != 0, even if the package does not contain any actualMarc Espie
files, so that the progress meter will work.
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
ok grange@, dlg@, henning@
2005-08-03dlg did not test what he affects; enum clashTheo de Raadt
2005-08-03use action_block in init instead of custom code, permits single lineNikolay Sturm
commands w/o braces in init ok henning, mpf
2005-08-02.Dd cleanup; ok jmc@David Krause
2005-08-01from tamas tevesz:Jason McIntyre
==> two more historic modules have gone away
2005-07-31remove sesd and its companion tools getencstat, setencstat and setobjstatDavid Gwynne
ok deraadt@ im sure marco would be ok too if he was awake
2005-07-31do not descend into sesdDavid Gwynne
2005-07-30enable -WboundedReyk Floeter
ok anil
2005-07-30flush print buffer on empty newlinesReyk Floeter
2005-07-29fro tamas tevesz:Jason McIntyre
==> de-multiviewification complete.
2005-07-29from tamas tevesz:Jason McIntyre
==> de-multiviewification complete. (rename *.html.html -> *.html)
2005-07-29Debugging session at WTH. Fix many bugs in the IPv6 support -- some copy pasteClaudio Jeker
and some more obscure ones. With this is it possible to run IPv6 sessions between two bgpd. OK if it does not break IPv4 hummpa barman Henning
2005-07-29Fix erroneous use of '=' instead of '+' that caused infinite loopsKenneth R Westerback
when skipping packets. Use BPF_WORDALIGN() to properly skip packets. From Brooks Davis at FreeBSD. ok deraadt@ henning@
2005-07-29- sort SEE ALSOJason McIntyre
- full date for .Dd - uppercase .Dt title - don't end .Nd w/ a full stop fixes passed back to arla people...
2005-07-29Add another piece to the IPv6 puzzle. This time code to generate MP updates.Claudio Jeker
Does not affect IPv4 minimaly tested for IPv6 because we still don't have an IPv6 capable neighbor. henning@ ya
2005-07-29from tamas tevesz:Jason McIntyre
==> some more alien platforms and obsolete info. the mod/core.html change is because 1) the target link doesn't exist, 2) it probably was meant to refer to misc/known_bugs.html in the first place, which just got removed. thanks henning for guidance.
2005-07-28document the v4/v6 safi control buttonsHenning Brauer
(and of course it is marc balmer who's spreading the kaesefondue here, not marcm) claudio ok
2005-07-28print the v4/v6 safi announce stuff, from wthHenning Brauer
2005-07-28keywords have to be sorted, and I can't sort properlyHenning Brauer