summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-02-05sample ospfd.conf, to be fleshed outHenning Brauer
2005-02-05use mii_phy_match()Brad Smith
2005-02-05note that symlinks in test file are followed, except -h and -LJason McIntyre
(just like test(1) does); from paul de weerd;
2005-02-05-dynamic-linker ld.so is NOT a normal object file. Fixes issues in tryingMarc Espie
to build a gcc3 sparc. (reviewed and accepted upstream)
2005-02-05introduce explicit MAKE_FLAGS variable, which has no surprising behaviorMarc Espie
dependent on make, and fixes the regress problem reported by David Krause.
2005-02-05no RTL8201L PHY's here..Brad Smith
2005-02-05updateBrad Smith
2005-02-05use mii_phy_match()Brad Smith
2005-02-05regenJonathan Gray
2005-02-05Some Intel and ATI ids found in a dmesg from fries@.Jonathan Gray
Shrink some of the Intel strings while here.
2005-02-05Support for Seeq 80225 PHY a cut down version of the 80223 which can beJonathan Gray
found attaching to some vr devices. From NetBSD. ok brad@