summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-08-21in case of failure use the same logic for unmapping as it was used for ↵Michael Shalayeff
mapping; found and testing by Jack Culpepper <jack@cloudconnector.com>; deraadt@ ok
2004-08-21correct bounds checks. found at/by Coverity.Ted Unangst
ok deraadt@
2004-08-21too much punctuation;Jason McIntyre
2004-08-20correct name for usd, and sync somewhat w/ intro.8;Jason McIntyre
2004-08-20- point people to smm docs (as per intro(1))Jason McIntyre
- use .Xr XXX 8 instead of .Ql XXX
2004-08-20indent a display;Jason McIntyre
2004-08-20- improve SYNOPSIS (mark down punctuation)Jason McIntyre
- put `-i' description in correct place - -m takes an argument - use `$' for command line examples - document strfile(8), and note it is not installed by default - improve FILES and SEE ALSO - a few other tweaks
2004-08-20check for the tid arg; from netbsdMichael Shalayeff
2004-08-20take out the -beta nowTheo de Raadt
2004-08-20Don't need to check lbuf != NULL when free()ing it. In addition,Todd C. Miller
since the EOF w/o EOL can only happen for the last line, move the free() outside the loop so we only do it once. OK otto@
2004-08-20This is VERY MUCH work in progress. However it is a first cut of notesPer Fogelstrom
for the SGI install, hopefully being partly helpful to get started.
2004-08-20document "neighbor 1.2.3.4 clear"Henning Brauer
2004-08-20add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up againHenning Brauer
claudio ok
2004-08-20add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it,Henning Brauer
claudio ok
2004-08-20merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code,Henning Brauer
claudio ok
2004-08-20Grrr. copy paste error. Dump MED and not local-pref. OK henning@Claudio Jeker
2004-08-20Enable com@puc now that it works. OK deraadt@ miod@ henning@.Todd C. Miller
lpt@puc is still disabled until it gets tested.
2004-08-20foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywordsClaudio Jeker
are not fluffy. OK henning@
2004-08-20missing apostrophe; from ray (PR #3899);Jason McIntyre
2004-08-20Unbreak processing of options when given a command line with multipleOtto Moerbeek
-o options. All of them are relevant, not only the last one. ok miod@ claudio@ marius@
2004-08-20syncTheo de Raadt
2004-08-20a belkin ID on a sk cardTheo de Raadt
2004-08-20grok STT_SECTION and beautify STT_OBJECTMichael Shalayeff
2004-08-20syncTheo de Raadt
2004-08-20bpf0 on ramdisk; from hughTheo de Raadt
2004-08-19Enable puc and com@puc; fixes PR 3823Miod Vallat
ok deraadt@
2004-08-19Do as much in com_puc_attach2() as done in com_attach_subr(), until theyMiod Vallat
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@
2004-08-19STT_FUNC can be an absolute tooMichael Shalayeff
2004-08-19- sort options and sync usage()Jason McIntyre
- a few other tweaks ok mickey@
2004-08-19#ifdef TI_VERBOSE around "no free jumbo buffers" printf.Ryan Thomas McBride
2004-08-19Fix (well, rewrite) the start() logic - not only would it eat characters,Miod Vallat
but it could cause the output to stop completely. While there, fix cnputc() prototype and clean up cngetc().
2004-08-19Don't complain about lack of available jumbo buffers when processing incomingRyan Thomas McBride
packets unless we're debugging.
2004-08-19Don't complain about lack of jumbo storage when processing incoming packetsRyan Thomas McBride
unless we're debugging.
2004-08-19document use of "isakmpd -Ka" with bgpd.Hans-Joerg Hoexer
ok (and help) henning@ jmc@ jaredy@
2004-08-19better diagnosticsHenning Brauer
2004-08-19logic error: when there's changes affecting nexthop reachability,Henning Brauer
always notify the RDE and not only if the nexthop was previously unreachable, i.e. its validity changed. found the hard way by Arvid Grtting <arvidg@netfonds.no>, claudio ok
2004-08-19If a DMA operation takes longer time than usual, do not flood the consoleMiod Vallat
too much with warning messages.
2004-08-19Remove debug printf that crept in.Miod Vallat
2004-08-19text errors found by Alexey E. Suslikov;Jason McIntyre
2004-08-19some grammatical tweaks;Jason McIntyre
2004-08-19there be usb dragonsMichael Shalayeff
2004-08-19Regen.Miod Vallat
2004-08-19``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago byMiod Vallat
jmc@.
2004-08-19updated packages list lastlyPeter Valchev
2004-08-19bruce leeMichael Shalayeff
2004-08-19fly on defaults for MDDISKDEVS and MDCDDEVSMichael Shalayeff
2004-08-19document -QZ options; pt out by david hillMichael Shalayeff
2004-08-19more about more recent stuff; from Dmitry BogdanMichael Shalayeff
2004-08-19commented out ahd (compiles but does not work)Michael Shalayeff
2004-08-18some consistency fixes;Jason McIntyre