Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-07 | Add Billionton CFLT2 Compact Flash. ok pval@ drahn@. | Matthieu Herrb | |
2005-02-07 | regen | Brad Smith | |
2005-02-07 | another PCI-E bridge. | Brad Smith | |
2005-02-07 | KNF; ok henning@ | David Krause | |
2005-02-07 | make updatedepends slightly safer: note which packages may have bogus | Marc Espie | |
dependencies, so that if you do one big pkg_add -r *, then you can check which packages may have issues thanks to forced updates. | |||
2005-02-07 | em(4) doesn't use the mii layer, call if_link_state_change() directly. | Ryan Thomas McBride | |
- link state changes for em now show up on the routing socket - carp failover now occurs right away when the link goes down, rather than waiting for several ip_output() errors to occur. ok brad@ mpf@ | |||
2005-02-07 | Use new if_link_state_change() instead of sending route message and notifying | Ryan Thomas McBride | |
carp directly. ok brad@ mpf@ | |||
2005-02-07 | Add new function if_link_state_change() to take care of sending messages | Ryan Thomas McBride | |
on the routing socket and notifying carp() of link changes. ok brad@ mpf@ | |||
2005-02-07 | Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusive | Todd C. Miller | |
Truncate specified level to be within this range and avoid wrapping. Idea from espie@, OK henning@ | |||
2005-02-07 | Fix error message: set-state, not setstate. | Ryan Thomas McBride | |
2005-02-07 | Fix protos, and a KNF nit. From Andrey Matveev <andrushock@korovino.net> | Ryan Thomas McBride | |
2005-02-07 | ospfd.conf, noticed by bernd | Henning Brauer | |
2005-02-07 | Unrevert the changes introduced in 1.96 and accidentally removed in 1.97 | Ryan Thomas McBride | |
with an id10t error by yours truly. | |||
2005-02-07 | tidy up ERRORS and STANDARDS; | Jason McIntyre | |
2005-02-07 | Due to a braindead zlib, the test for seekability of a gzstream using | Otto Moerbeek | |
gzseek(f, 0L, SEEK_CUR) does not work as expected. Instead test the underlying stream and remember that. This repairs echo foo | gzip | zgrep foo. Problem spotted by Han Boetes in PR 4089; ok millert@ | |||
2005-02-07 | In list mode (which implies test mode), do not forget to initialize | Otto Moerbeek | |
uncompressed_name. Spotted by markus@; ok hshoexer@ millert@ | |||
2005-02-07 | typo in comment; from Brian Poole | Otto Moerbeek | |
2005-02-07 | sync | David Krause | |
2005-02-07 | /var/cron/{allow,deny} was renamed to /var/cron/cron.{allow,deny} many moons ago | David Krause | |
add a few missing files and sort | |||
2005-02-07 | spelling fix: perpiheral -> peripheral | David Krause | |
2005-02-07 | sync | David Krause | |
2005-02-07 | indentation whitespace nits (saves a few bytes even) | David Krause | |
2005-02-07 | indentation whitespace nits | David Krause | |
2005-02-07 | +/etc/ospfd.conf | David Krause | |
2005-02-07 | spelling fix | David Krause | |
2005-02-07 | spelling fixes | David Krause | |
2005-02-07 | Prevent carp from attaching to other carp interfaces, which the | Ryan Thomas McBride | |
ifp->if_flags & IFF_MULTICAST checks no longer protect against. ok pascoe@ mpf@ | |||
2005-02-07 | There is no SIOCDIFADDR call into interfaces on address deletion, so | Christopher Pascoe | |
use our carp_addr_updated callback to detect deletion and reconfigure appropriately. ok mcbride@ | |||
2005-02-07 | zap sp64elf.h, get the only config part really used (PREFERRED_DEBUGGING_TYPE) | Marc Espie | |
into openbsd64.h. Keep the other stuff in #if 0 for now. okay miod@, brad@, pval@... | |||
2005-02-07 | take size of metainfo into account when checking if the file system is | Marc Espie | |
large enough before installing a package. | |||
2005-02-06 | Wait 10ms for the completion of the EEPROM recall process, allowing a | Pedro Martelletto | |
couple of specific adapters (such as mine) to be correctly initiated. Discussed with and okay jsg@. | |||
2005-02-06 | Tweak sample file. | Esben Norby | |
ok henning@ | |||
2005-02-06 | - get rid of unused code | Martin Reindl | |
- KNF - typos - sync some parts with NetBSD input and review by miod@ | |||
2005-02-06 | "no link .got link" => "no link .... got link". i.e. always display | Kenneth R Westerback | |
complete ellipsis ('...') and a following space. ok beck@ | |||
2005-02-06 | Fix setting of $USER when env_reset is enabled. | Todd C. Miller | |
2005-02-06 | MANPS/MANZ not supported; | Jason McIntyre | |
from diana eichert (pr #4087); ok henning@; | |||
2005-02-06 | tweak; | Jason McIntyre | |
2005-02-06 | disallow trampolines by default. okay miod@, jmc@ | Marc Espie | |
2005-02-06 | Remove some uneeded code to reduce delta to NetBSD. | Jonathan Gray | |
2005-02-06 | sort SEE ALSO; | Jason McIntyre | |
2005-02-06 | missing words | Ryan Thomas McBride | |
2005-02-06 | Fix a merge error that was causing a panic after associating. | Jonathan Gray | |
Thanks to mcbride@ for pointing me in the right direction. | |||
2005-02-05 | List more phys that attach to these devices. | Jonathan Gray | |
ok brad@ | |||
2005-02-05 | Make note about GCT RF frontend not being supported due to a lack of | Jonathan Gray | |
documentation. | |||
2005-02-05 | Update to Sudo 1.6.8p7 | Todd C. Miller | |
2005-02-05 | better | Brad Smith | |
2005-02-05 | use mii_phy_match() | Brad Smith | |
2005-02-05 | sync (ospf stuff added) | Henning Brauer | |
2005-02-05 | connect ospfd and ospfctl | Henning Brauer | |
2005-02-05 | ospfd.conf | Henning Brauer | |