summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
2005-07-28from tamas tevesz:Jason McIntyre
further removal of irrelevant bits...
2005-07-28from tamas tevesz:Jason McIntyre
==> duplicate of the files of the same name in manual/vhosts/, save formatting and one extra remark in manual/vhosts/vhosts-in-depth.html. no references to either.
2005-07-28from tamas tevesz:Jason McIntyre
==> some obsolete info regarding apache 1.2
2005-07-28from tamas tevesz:Jason McIntyre
further removal of irrelevant stuff;
2005-07-28no need for libutil.Marco Pfatschbacher
OK markus@
2005-07-28Fix two situations where ifstated was leaking zombies.Marco Pfatschbacher
Tested by sturm@ OK henning@
2005-07-28allow the to be announced SAFIs to be specified per peer, that is part of theHenning Brauer
multiprotocol shitz claudi needs this to proceed with v6 stuff in the RIB, print stuff and manpage later from whatthehack, claudio ok, marcm schnell schnell schnell
2005-07-27corresponding Makefile changes for removed files...Jason McIntyre
thanks henning for pointing this out; thanks tamas for prompt diff;
2005-07-27from tamas tevesz:Jason McIntyre
==> remove of a number of alien platforms ==> remove broken links in sitemap.html ==> remove unreferenced install_1_1.html
2005-07-27from tamas tevesz:Jason McIntyre
==> remove some unneeded history, and a little bit of rewording; ==> remove cygwin stuff
2005-07-27from tamas tevesz:Jason McIntyre
==> starting to cut the crap from modssl docs too
2005-07-27from tamas tevesz:Jason McIntyre
remove unused footers+headers: only one was used, which we inline for now;
2005-07-27from tamas tevesz:Jason McIntyre
remove useless script;
2005-07-27from tamas tevesz:Jason McIntyre
more altlangs removal, missed from previous sweep;
2005-07-26Fix buffer overflows in dhcpd and dhclient. Closes PR#4306.Kenneth R Westerback
ok henning@
2005-07-26from tamas tevesz:Jason McIntyre
==> removal of language alternatives from manual/ and manual/mod/. ok henning@
2005-07-26remove details of PATH_INFO handling for historic versions of apache,Jason McIntyre
and the one and only reference to it; from tamas tevesz; ok henning@
2005-07-26first of a series of commits from tamas tevesz to clean up these docs:Jason McIntyre
thanks tamas! remove multiviews for bind.html;
2005-07-26switch .libs stubs package over to new COMMENT format.Marc Espie
Fix packing-list to be complete (it was missing the DESC special file)
2005-07-26- setup -> set upJason McIntyre
- new sentence, new line
2005-07-26make sure the option is boldBrad Smith
2005-07-26Add Cisco Skinny Station Protocol translation support to libaliasBrad Smith
and supporting applications (ppp). From marcus FreeBSD
2005-07-25document ipv6cpretry and ipv6cpretriesBrad Smith
2005-07-25common code for all device handling.Marc Espie
2005-07-24we must start the ConnectRetry timer before calling session_connect inHenning Brauer
all cases, since session_connect can in turn cause events that cause state changes in the FSM that reset the ConnectRetryTimer. debugged with Leen Besselink <leen@consolejunkie.net> who was seeing errnously running ConnectRetryTimers in a case with localhost connections
2005-07-24postpone decision whether to replace already installed packages in -r mode,Marc Espie
so that we get to execute is_needed and actually comparing full signatures.
2005-07-24deal with a special case, where we are replacing files with changed md5:Marc Espie
in which case, we need to rename the files for the partial package, so the renaming phase won't fuck up.
2005-07-22Skip invalid interfaces during 'listen on *'; ok henning@Darren Tucker
2005-07-21remove trailing newlines from err(3) calls; millert@ and matthieu@ ok.Federico G. Schwindt
2005-07-20support for fifo and character/block devices.Marc Espie
2005-07-19handle short reads/writes. this fixes theMoritz Jodeit
transfer of big SA/SPD snapshots. ok ho@