Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-07 | Clone documentation for -C and -A options from apmd(8); otherwise they look | Theo de Raadt | |
terribly naked in here | |||
2006-03-06 | failure to connect to apmd socket -- get status from the /dev/apm directly | Michael Shalayeff | |
2006-03-06 | zap object pid when done with it. | Marc Espie | |
2006-03-06 | actually zap the code | Marc Espie | |
2006-03-06 | typo | Marc Espie | |
2006-03-06 | take some infrequently used code completely out of the way. | Marc Espie | |
2006-03-05 | avoid running mkfontdir/fc-cache if they don't exist. | Marc Espie | |
2006-03-05 | Synch | Marc Espie | |
2006-03-05 | - kill whitespace at eol | Jason McIntyre | |
- kill double .Pp | |||
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-03-04 | cut down the Locator code into maintainable chunks. | Marc Espie | |
2006-03-04 | accurate description of script execution. | Marc Espie | |
2006-03-04 | Spell out normal modes of operation for pkg_add more. | Marc Espie | |
Explain about ambiguities, and expand a bit on interactive mode. | |||
2006-03-04 | reorganize code a little bit: Update.pm becomes Replace.pm (since it matches | Marc Espie | |
the -r option), and the find_update code moves to Update.pm, so that it doesn't get parsed if -u is not used. Also make the has_new_sig and uses_old_libs local methods of PackingList, as it is their natural API. Reorg a few more routines so that they can be found by pkg_add and by Update.pm. May need to split off more stuff to avoid parsing everything... | |||
2006-03-04 | zap more success messages. Keep pid of distant location pipe, just in case. | Marc Espie | |
2006-02-26 | check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ | Otto Moerbeek | |
2006-02-26 | spacing; from ray lai | Jason McIntyre | |
ok mickey | |||
2006-02-25 | Document the softreconfig (in|out) switch. With help from jmc@ | Claudio Jeker | |
2006-02-25 | fix for hostapd_printf() from Andrey Matveev: | Reyk Floeter | |
---snip--- We allocate some memory with va_start() for storage variable arguments in dynamic mode. va_end() takes care about clearing this memory. Therefore we should be sure, that to each va_start() there corresponds va_end() call. And on error path too. ---snap--- | |||
2006-02-24 | Keep track of the uptime of the entries in the RIB. | Esben Norby | |
It is now possible to see the uptime of the individual entries in the RIB. The uptime can be displayed with "ospfctl show rib" ok claudio@ | |||
2006-02-23 | Prevent ospfd from crashing when LSA Ext's are changed. | Esben Norby | |
ok claudio@ | |||
2006-02-23 | Rework the LSA cache and make it behave. Until now we only used the type, | Claudio Jeker | |
id and adv router as hash and that resulted and weird behaviour. Because the age was not used in the compare it was almost impossible to MAXAGE some LSAs in busy networks. The result was a slowly growing retransmission queue and an ospf engine spending way to much time traversing these sometimes huge queues. Now we just hash the full lsa_hdr and so age is included. Additionally correctly age LSAs in the retransmission queues. ok ok ok ok ok ok and a lot of help (plus a busy OSPF network) norby@ | |||
2006-02-23 | Use the new rtm_fmask feature to reset blackhole and reject routes on | Claudio Jeker | |
RTM_CHANGE. Until now it was not possible to get rid of these flags. Until now a fib decouple, fib couple combo was needed to get rid from blackholed routes. OK henning@ | |||
2006-02-23 | Let 'pkg_info -P' work with package distribution files and URLs to a | Bernd Ahlers | |
package. ok espie@ | |||
2006-02-22 | Fix typo. | Bernd Ahlers | |
2006-02-22 | allow ressource limits for child processes to be set. | Henning Brauer | |
from Chris Kuethe <chris.kuethe@gmail.com> running at UofA for months now, ok beck niallo, also tested mbalmer | |||
2006-02-21 | handle -1 return from host_dns(); ok henning@ | Kevin Steves | |
2006-02-21 | detect temporary connection errors, and retry with exponential timeout. | Marc Espie | |
2006-02-21 | ask question corresponding to -F updatedepends too (commonalize code). | Marc Espie | |
Use key 'update', 'updatedepend' to avoid answering the same question again and again. | |||
2006-02-21 | add optional 3rd choice [y/N/a] for always, so that this question type | Marc Espie | |
will always match. | |||
2006-02-21 | Better English in comments. | Claudio Jeker | |
2006-02-21 | Correctly count the number of LSAs in the retransmission list. OK norby@ | Claudio Jeker | |
2006-02-19 | Keep track of the duration of our relationships with neighbors. | Esben Norby | |
Displayed in "ospfctl show neighbor". ok claudio@ | |||
2006-02-19 | Do not kick the adj_timer for neighbors that are in state 2-Way. | Esben Norby | |
ok claudio@ | |||
2006-02-19 | Do not traverse the entire LS retransmission list to figure out how many | Esben Norby | |
are present on it. ok claudio@ | |||
2006-02-19 | Do not allocate a new chunk of memory every time we receive a packet. | Esben Norby | |
This should have been fixed ages ago since it really improves the performance of ospfd. ok claudio@ | |||
2006-02-19 | Free correct pointer on error path if malloc fails. From Alexey Dobriyan. | Todd C. Miller | |
2006-02-18 | - mention ftp facility keyword. | Niall O'Higgins | |
ok jmc@ | |||
2006-02-16 | add types for google earth shitz | Henning Brauer | |
From: Alex Holst <a@mongers.org> | |||
2006-02-16 | validate() can also take sample files into account. | Marc Espie | |
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-02-15 | Repair call to gethostname(). From adobriyan at gmail.com. Patch submitted | Aaron Campbell | |
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok | |||
2006-02-15 | Do not try to dirty an area when adding LSA ext. | Esben Norby | |
OK henning@ | |||
2006-02-15 | remove "the the" in comment; ok jmc@ | David Krause | |
2006-02-13 | spelling in error message; ok otto@ | Kevin Steves | |
2006-02-11 | Fix a few "discards qualifier" warnings. From A. Farber in PR 5114. | Otto Moerbeek | |
ok kettenis@ | |||
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker | |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker | |
and remove other unneeded functions that are only used in bgpd. | |||
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker | |
both directions. Manpage update follows. OK henning@ | |||
2006-02-10 | If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@ | Claudio Jeker | |