summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-11-07Only try to recursively print rules if they are actually anchors.Ryan Thomas McBride
2006-11-07Add test for -a with nested anchors.Ryan Thomas McBride
2006-11-07make delayed turn commands not become immediate when there is aTheo de Raadt
request to go to the same altitude as already at. pr 3448
2006-11-07mention supported media types.Brad Smith
2006-11-07regenJonathan Gray
2006-11-07Add VIA K8M890 ids from a submitted dmesg.Jonathan Gray
2006-11-07remove the sentence mentioning the supported PHY in the body of the man pageBrad Smith
as the PHY are already mentioned at the top and referenced at the bottom of the page.
2006-11-07replace the sentence mentioning nsphy(4) with the autoconf entry atBrad Smith
the top.
2006-11-07remove a sentence mentioning a particular 3Com adapter and where toBrad Smith
look for support. ok deraadt@
2006-11-07add acphy(4).Brad Smith
From deraadt@
2006-11-07- The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seemBrad Smith
to have "remote DMA complete bit" is ISR. So, don't wait for ISR.RDC bit after writing a packet. From bsh@NetBSD - Figure out whether the shared memory region is word-accessible in the same place we figure out its size, and store this in the softc, rather than using a series of comparisons later. From mycroft@NetBSD - support for the NE2000 type AX88790. From Yong-Jhen Hong <yongjhen at alqualonde dot org> via NetBSD Tested by deraadt@ and Adriaan <misc dot adriaan at gmail dot com> ok deraadt@
2006-11-07Add regress tests for inline anchors.Ryan Thomas McBride
2006-11-07Unbreak authpf by handling non-inline anchors separately from the { } anchorsRyan Thomas McBride
as pf_find_or_create_ruleset() will mangle relative anchor names and wildcards. Also fixes some nits with nesting and printing inline anchors. ok deraadt@
2006-11-06Also reset the TX ring if the card gets stopped.Marcus Glocker
2006-11-06Oops, bootblocks need this.Miod Vallat
2006-11-06duh -- on first boot, do not build the host.random file twice; ok djmTheo de Raadt
2006-11-06signed char fixes need to avoid infinite loops; pr5284 fromTheo de Raadt
smallm@panix.com a very well written pr, very detailed... well worth reading
2006-11-06Let CISCoholic memset() do not behave as bzero for a length over 64KB.Miod Vallat
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-11-06Minimal lip service for savecore to be happy.Miod Vallat
2006-11-06Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, andMiod Vallat
enable it in GENERIC and RAMDISK. Completely untested due to lack of hardware (both my VS3100 are dual-SCSI), but it hopefully can't hurt.
2006-11-06noone needs to know about the D0 state change; ok miodTheo de Raadt
2006-11-06root on wd0a for now.Miod Vallat
2006-11-06Don't ask for root device if boot device is not known but root configurationMiod Vallat
has been specified in the kernel configuration file.
2006-11-06Replace -### with -s### pre-getopt() and use strtonum()Todd C. Miller
instead of strtol() when parsing the speed string. Closes PR 5222.
2006-11-06No bootinfo stuff. We'll use something different to pass device informationMiod Vallat
from the boot blocks to the kernel.
2006-11-06Root device machinery. Boot device is still not known yet.Miod Vallat
2006-11-06Enable TX of management frames. Fix/add firmware commands, add more debugMarcus Glocker
informations, minor cleanup.
2006-11-06missing word;Jason McIntyre
2006-11-06Move back to softfloat for now.Dale Rahn
2006-11-06Move (back) to softfloat on sh for now.Dale Rahn
2006-11-06Copy MI softfloat bits from arm to here, so that they can be shared.Dale Rahn
2006-11-06fix pasto; only announce restart capability when announcing the restartHenning Brauer
capability is enabled, not when annoucing the refresh capability is enabled... Alex Hunsaker <badalex@gmail.com> ran into that issue
2006-11-06force a new sensor task to be run as soon as possible. previously it usedDavid Gwynne
to have to wait its timeout before the first run, which led to some weird values or states being visible after boot, but before the first update. for jolan@
2006-11-06- handle global -n flag in conjunction with remove -f.Xavier Santolaria
- better error message.
2006-11-06Don't advertise USB wi adapters as supported hostap devices,Jonathan Gray
the code would need to be largely overhauled if the hardware actually supports it. Fixes a panic when trying to set hostap on a usb wi, PR 5154.
2006-11-06fix quoting for non-(c)sh login shells.Markus Friedl
2006-11-06figured out by tdeval@:Reyk Floeter
>During factorization in 1.57, the switch block was moved too early. >Hence it's updating an uninitialized ah structure.
2006-11-06add a note that there a tons of BUGS in VMware and the underlying hostReyk Floeter
operating systems and that you should consider that the security of the OpenBSD guest can be circumvented by attacking the host environment. ok deraadt@ dlg@ fkr@
2006-11-06set the rx filters after setting the shared data address.Reyk Floeter
this fixes a crash of old vmware versions (like workstation 4.5.2) when bringing the interface up. it didn't crash the openbsd kernel running as a guest system, it did crash the complete vmware host application. that's why i dislike VMs, they're so buggy and insecure... ok dlg@ fkr@
2006-11-06add two newer Intel quad port adapters.Brad Smith
2006-11-06add the NVIDIA MCP chipsets.Brad Smith
2006-11-06add the MCP67 chipset.Brad Smith
2006-11-06add the NVIDIA MCP67 SMBus controller.Brad Smith
2006-11-06regenBrad Smith
2006-11-06add the NVIDIA MCP67 SMBus controller PCI id.Brad Smith
From Peer Chen @ NVIDIA
2006-11-06Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds supportBrad Smith
for a few newer Intel PCIe boards, some code removal and cleaning and a few bug fixes. From: Jack Vogel@Intel Tested by mk@ wilfried@ brad@ dlg@, Marc Winiger, Gabriel Kihlman, Jason Dixon, Johan Mson Lindman, and a few other end users. Tested with 82543, 82544, 82540, 82545, 82541, 82547, 82546 and 82573.
2006-11-06add gem and gentbi; why notTheo de Raadt
2006-11-06fix proxying on big-endian 64-bit machines, u_long is not the size ofTheo de Raadt
an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org
2006-11-05add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() toBrad Smith
set the proper UDMA capability for MCP61 and MCP65 chipsets. ok jsg@