summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-02-07Add Billionton CFLT2 Compact Flash. ok pval@ drahn@.Matthieu Herrb
2005-02-07regenBrad Smith
2005-02-07another PCI-E bridge.Brad Smith
2005-02-07KNF; ok henning@David Krause
2005-02-07make updatedepends slightly safer: note which packages may have bogusMarc 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-07em(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-07Use new if_link_state_change() instead of sending route message and notifyingRyan Thomas McBride
carp directly. ok brad@ mpf@
2005-02-07Add new function if_link_state_change() to take care of sending messagesRyan Thomas McBride
on the routing socket and notifying carp() of link changes. ok brad@ mpf@
2005-02-07Levels should be between AUDIO_MIN_GAIN and AUDIO_MAX_GAIN inclusiveTodd C. Miller
Truncate specified level to be within this range and avoid wrapping. Idea from espie@, OK henning@
2005-02-07Fix error message: set-state, not setstate.Ryan Thomas McBride
2005-02-07Fix protos, and a KNF nit. From Andrey Matveev <andrushock@korovino.net>Ryan Thomas McBride
2005-02-07ospfd.conf, noticed by berndHenning Brauer
2005-02-07Unrevert the changes introduced in 1.96 and accidentally removed in 1.97Ryan Thomas McBride
with an id10t error by yours truly.
2005-02-07tidy up ERRORS and STANDARDS;Jason McIntyre
2005-02-07Due to a braindead zlib, the test for seekability of a gzstream usingOtto 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-07In list mode (which implies test mode), do not forget to initializeOtto Moerbeek
uncompressed_name. Spotted by markus@; ok hshoexer@ millert@
2005-02-07typo in comment; from Brian PooleOtto Moerbeek
2005-02-07syncDavid Krause
2005-02-07/var/cron/{allow,deny} was renamed to /var/cron/cron.{allow,deny} many moons agoDavid Krause
add a few missing files and sort
2005-02-07spelling fix: perpiheral -> peripheralDavid Krause
2005-02-07syncDavid Krause
2005-02-07indentation whitespace nits (saves a few bytes even)David Krause
2005-02-07indentation whitespace nitsDavid Krause
2005-02-07+/etc/ospfd.confDavid Krause
2005-02-07spelling fixDavid Krause
2005-02-07spelling fixesDavid Krause
2005-02-07Prevent carp from attaching to other carp interfaces, which theRyan Thomas McBride
ifp->if_flags & IFF_MULTICAST checks no longer protect against. ok pascoe@ mpf@
2005-02-07There is no SIOCDIFADDR call into interfaces on address deletion, soChristopher Pascoe
use our carp_addr_updated callback to detect deletion and reconfigure appropriately. ok mcbride@
2005-02-07zap 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-07take size of metainfo into account when checking if the file system isMarc Espie
large enough before installing a package.
2005-02-06Wait 10ms for the completion of the EEPROM recall process, allowing aPedro Martelletto
couple of specific adapters (such as mine) to be correctly initiated. Discussed with and okay jsg@.
2005-02-06Tweak sample file.Esben Norby
ok henning@
2005-02-06- get rid of unused codeMartin 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 displayKenneth R Westerback
complete ellipsis ('...') and a following space. ok beck@
2005-02-06Fix setting of $USER when env_reset is enabled.Todd C. Miller
2005-02-06MANPS/MANZ not supported;Jason McIntyre
from diana eichert (pr #4087); ok henning@;
2005-02-06tweak;Jason McIntyre
2005-02-06disallow trampolines by default. okay miod@, jmc@Marc Espie
2005-02-06Remove some uneeded code to reduce delta to NetBSD.Jonathan Gray
2005-02-06sort SEE ALSO;Jason McIntyre
2005-02-06missing wordsRyan Thomas McBride
2005-02-06Fix a merge error that was causing a panic after associating.Jonathan Gray
Thanks to mcbride@ for pointing me in the right direction.
2005-02-05List more phys that attach to these devices.Jonathan Gray
ok brad@
2005-02-05Make note about GCT RF frontend not being supported due to a lack ofJonathan Gray
documentation.
2005-02-05Update to Sudo 1.6.8p7Todd C. Miller
2005-02-05betterBrad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-02-05sync (ospf stuff added)Henning Brauer
2005-02-05connect ospfd and ospfctlHenning Brauer
2005-02-05ospfd.confHenning Brauer