Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-21 | in 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-21 | correct bounds checks. found at/by Coverity. | Ted Unangst | |
ok deraadt@ | |||
2004-08-21 | too much punctuation; | Jason McIntyre | |
2004-08-20 | correct 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-20 | indent 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-20 | check for the tid arg; from netbsd | Michael Shalayeff | |
2004-08-20 | take out the -beta now | Theo de Raadt | |
2004-08-20 | Don'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-20 | This is VERY MUCH work in progress. However it is a first cut of notes | Per Fogelstrom | |
for the SGI install, hopefully being partly helpful to get started. | |||
2004-08-20 | document "neighbor 1.2.3.4 clear" | Henning Brauer | |
2004-08-20 | add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again | Henning Brauer | |
claudio ok | |||
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer | |
claudio ok | |||
2004-08-20 | merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code, | Henning Brauer | |
claudio ok | |||
2004-08-20 | Grrr. copy paste error. Dump MED and not local-pref. OK henning@ | Claudio Jeker | |
2004-08-20 | Enable com@puc now that it works. OK deraadt@ miod@ henning@. | Todd C. Miller | |
lpt@puc is still disabled until it gets tested. | |||
2004-08-20 | foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords | Claudio Jeker | |
are not fluffy. OK henning@ | |||
2004-08-20 | missing apostrophe; from ray (PR #3899); | Jason McIntyre | |
2004-08-20 | Unbreak processing of options when given a command line with multiple | Otto Moerbeek | |
-o options. All of them are relevant, not only the last one. ok miod@ claudio@ marius@ | |||
2004-08-20 | sync | Theo de Raadt | |
2004-08-20 | a belkin ID on a sk card | Theo de Raadt | |
2004-08-20 | grok STT_SECTION and beautify STT_OBJECT | Michael Shalayeff | |
2004-08-20 | sync | Theo de Raadt | |
2004-08-20 | bpf0 on ramdisk; from hugh | Theo de Raadt | |
2004-08-19 | Enable puc and com@puc; fixes PR 3823 | Miod Vallat | |
ok deraadt@ | |||
2004-08-19 | Do as much in com_puc_attach2() as done in com_attach_subr(), until they | Miod Vallat | |
really get cleaned up and factorized; fixes puc operation on amd64 and sparc64. tested pval@ millert@ naddy@; ok deraadt@ millert@ | |||
2004-08-19 | STT_FUNC can be an absolute too | Michael 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-19 | Fix (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-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride | |
packets unless we're debugging. | |||
2004-08-19 | Don't complain about lack of jumbo storage when processing incoming packets | Ryan Thomas McBride | |
unless we're debugging. | |||
2004-08-19 | document use of "isakmpd -Ka" with bgpd. | Hans-Joerg Hoexer | |
ok (and help) henning@ jmc@ jaredy@ | |||
2004-08-19 | better diagnostics | Henning Brauer | |
2004-08-19 | logic 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-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat | |
too much with warning messages. | |||
2004-08-19 | Remove debug printf that crept in. | Miod Vallat | |
2004-08-19 | text errors found by Alexey E. Suslikov; | Jason McIntyre | |
2004-08-19 | some grammatical tweaks; | Jason McIntyre | |
2004-08-19 | there be usb dragons | Michael Shalayeff | |
2004-08-19 | Regen. | Miod Vallat | |
2004-08-19 | ``SCSI unknown devices'' -> ``Unknown SCSI devices'', requested long ago by | Miod Vallat | |
jmc@. | |||
2004-08-19 | updated packages list lastly | Peter Valchev | |
2004-08-19 | bruce lee | Michael Shalayeff | |
2004-08-19 | fly on defaults for MDDISKDEVS and MDCDDEVS | Michael Shalayeff | |
2004-08-19 | document -QZ options; pt out by david hill | Michael Shalayeff | |
2004-08-19 | more about more recent stuff; from Dmitry Bogdan | Michael Shalayeff | |
2004-08-19 | commented out ahd (compiles but does not work) | Michael Shalayeff | |
2004-08-18 | some consistency fixes; | Jason McIntyre | |