Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2005-02-05 | sample ospfd.conf, to be fleshed out | Henning Brauer | |
2005-02-05 | use mii_phy_match() | Brad Smith | |
2005-02-05 | note that symlinks in test file are followed, except -h and -L | Jason 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 trying | Marc Espie | |
to build a gcc3 sparc. (reviewed and accepted upstream) | |||
2005-02-05 | introduce explicit MAKE_FLAGS variable, which has no surprising behavior | Marc Espie | |
dependent on make, and fixes the regress problem reported by David Krause. | |||
2005-02-05 | no RTL8201L PHY's here.. | Brad Smith | |
2005-02-05 | update | Brad Smith | |
2005-02-05 | use mii_phy_match() | Brad Smith | |
2005-02-05 | regen | Jonathan Gray | |
2005-02-05 | Some Intel and ATI ids found in a dmesg from fries@. | Jonathan Gray | |
Shrink some of the Intel strings while here. | |||
2005-02-05 | Support for Seeq 80225 PHY a cut down version of the 80223 which can be | Jonathan Gray | |
found attaching to some vr devices. From NetBSD. ok brad@ | |||
2005-02-05 | regen | Jonathan Gray | |
2005-02-04 | Seeq 80225 from NetBSD. ok brad@ | Jonathan Gray | |
2005-02-04 | - attach 3com 3c905C PHY with bmtphy | Brad Smith | |
- use mii_phy_reset() instead of bmtphy_reset() - use mii_phy_match() - sync bmtphyreg.h to NetBSD Tested on a few bce(4), gem(4), xl(4) | |||
2005-02-04 | update `dst port', `ip proto', `ether proto', and SEE ALSO; | Jason McIntyre | |
ok mcbride@ | |||
2005-02-04 | add Xavier Santolaria to AUTHORS section | Jean-Francois Brousseau | |
2005-02-04 | cleanup and additional error checking on connection setup | Jean-Francois Brousseau | |
2005-02-04 | more `cvs add' doc bits; ok jfb@ jmc@ Joris Vink; | Xavier Santolaria | |
2005-02-04 | remove duplicate trace message which gets output in cvs_sendfile() | Jean-Francois Brousseau | |
2005-02-04 | sync | Henning Brauer | |
2005-02-04 | unfuck amd64 | Peter Valchev | |
2005-02-04 | clearer wording; | Jason McIntyre | |
based on a diff from freebsd -r1.22; | |||
2005-02-04 | sync | Peter Valchev | |
2005-02-04 | Use log_warn() insteade of log_warnx() after sendto() and if_set_mcast() | Claudio Jeker | |
errors as errno was set by the call. | |||
2005-02-04 | Add sanity checks for AS-external LSA. Refine some other checks to be as | Claudio Jeker | |
strict as possible. OK norby@ |