summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-12lsa_age() the vertex befor comparing the age with MAX_AGE.Claudio Jeker
Move a common check (cost == LS_INFINITY) out of the switch cases. OK norby@
2005-05-12Every time a LSA is returned from a lookup lsa_age() it.Claudio Jeker
Also move the lsa_age() prototype to rde.h so that we can access it from the SPF code. OK norby@
2005-05-12Don't fatal in case no root node was found for spf calculation.Claudio Jeker
The area may be empty because there is no active interface. OK norby@
2005-05-12Reflect reality.Esben Norby
2005-05-12Add "show database asbr/external/network/router/self-originate/summary"Esben Norby
to ospfctl. Show detailed information about the LSAs in the Link State Database. ok claudio@
2005-05-12fix segfault in cvs_resp_error()Joris Vink
2005-05-12ANSIfy, some KNF and zap a little bit of whitespace.Niall O'Higgins
No binary changes. ok mickey@
2005-05-12syncTheo de Raadt
2005-05-12airprime and sealevelTheo de Raadt
2005-05-12RegenMiod Vallat
2005-05-12Populate \t better in the output, for human readability; no change in theMiod Vallat
map themselves.
2005-05-12Add a bzero() after malloc() when allocating component info in ccdinit().Niall O'Higgins
This fixes a panic in ccd(4) mirroring where the second component could be wrongly treated as failed, which leads to uvm_fault in write operation. ok mickey@
2005-05-12make functions static; joris okXavier Santolaria
2005-05-12Fix multiple bugs in if_act_elect(). In some cases DR were set wronglyClaudio Jeker
because of a stupid typo that I fixed in rev. 1.6 but forgot to fix the bug I introduced before because of that typo. Also reset the DR/BDR fields of iface->self when going to round two. Without the reset it is e.g. not possible to drop from DR to BDR. Issue found and patch tested by Stephen Marley OK norby@
2005-05-12Document pt.apple layout.Miod Vallat
2005-05-12RegenMiod Vallat
2005-05-12Define a specific map for the Apple portuguese USB keyboards.Miod Vallat
Based on input from Manuel Pata and Rodolfo Gouveia on tech@.
2005-05-12Define a keyboard layout variant for Apple international USB keyboards, whichMiod Vallat
sometimes sligthly differ from the canonical layout.
2005-05-12.Xr script 7Jason McIntyre
2005-05-12add script(7): interpreter script execution;Jason McIntyre
from netbsd; some tidy up from jaredy@, otto@, and myself;
2005-05-12If activly connected to more than one area set B flag in the self-originatedClaudio Jeker
router LSA. To do that correctly we need to track the number of active neighbors for each area. If the routers ABR status changes all router LSA need to be updated via orig_rtr_lsa_all(). OK norby@
2005-05-12Xr securelevel 7Jason McIntyre
from tamas tevesz;
2005-05-12change pfctl reference to pf, since programs like authpf also attempt toJason McIntyre
alter rulesets, not just pfctl interface; from tamas tevesz;
2005-05-12add some missing section descriptions to make this page a littleJason McIntyre
easier to read; ok hshoexer@
2005-05-12credit .Bx 3 in HISTORY too;Jason McIntyre
agreed w/ otto@
2005-05-12remove unsupported LIBRARY section;Jason McIntyre
2005-05-12Minimal terminal line discipline support to stop the boot timeoutUwe Stuehler
after the first keystroke, as on other platforms.
2005-05-12borrow some from hppaMichael Shalayeff
2005-05-12syncTheo de Raadt
2005-05-11syncTheo de Raadt
2005-05-11missing CF_IGNORE flagJoris Vink
2005-05-11some punctuation/whitespace cleanup from stuart henderson (pr #4183);Jason McIntyre
2005-05-11tx -> epic;Jason McIntyre
2005-05-11document conf file reload w/ SIGHUP;Jason McIntyre
from michael knudsen; ok henning@
2005-05-11Update HISTORY fixing some facts, while it is not clear if theOtto Moerbeek
environment stuff originates from AT&T or BSD. ok ok deraadt@ millert@ ian@
2005-05-11Add some newlines to make the code easier to follow. No functional change.Claudio Jeker
2005-05-11allocation failure checks; ok otto, moritzJared Yanovich
2005-05-11Reset IO completion values to 0 to disable completion holdof. This improvesMarco Peereboom
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@
2005-05-11major abi changes:Marc Espie
* introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well...
2005-05-11use the ctype stuff in libc instead of re-rolling our own.Marc Espie
okay and comments from otto@ (static cast) and kettenis@. Major bump.
2005-05-11no need to include '\n' on a panic(), fix two typos,Pedro Martelletto
from Leonardo C. Filho <leonardo@fesppr.br>, thanks!
2005-05-11prettier; ok uweTheo de Raadt
2005-05-11Add get and set completions opcodes.Marco Peereboom
2005-05-11start for the `release' command, need more work; joris okXavier Santolaria
2005-05-11don't touch *hn in failure case. no real change due to the way we use itHenning Brauer
but more correct. from Michael Knudsen <e@molioner.dk>
2005-05-11extra checks for monitor modeReyk Floeter
2005-05-11Do not call mii_pollstat() immediately after mii_tick().Brad Smith
From FreeBSD
2005-05-11Do not call mii_pollstat() from within device tick routines; the statusBrad Smith
information is updated by mii_tick(). From FreeBSD
2005-05-11remove comment which is not valid anymoreBrad Smith