Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-07 | Only try to recursively print rules if they are actually anchors. | Ryan Thomas McBride | |
2006-11-07 | Add test for -a with nested anchors. | Ryan Thomas McBride | |
2006-11-07 | make delayed turn commands not become immediate when there is a | Theo de Raadt | |
request to go to the same altitude as already at. pr 3448 | |||
2006-11-07 | mention supported media types. | Brad Smith | |
2006-11-07 | regen | Jonathan Gray | |
2006-11-07 | Add VIA K8M890 ids from a submitted dmesg. | Jonathan Gray | |
2006-11-07 | remove the sentence mentioning the supported PHY in the body of the man page | Brad Smith | |
as the PHY are already mentioned at the top and referenced at the bottom of the page. | |||
2006-11-07 | replace the sentence mentioning nsphy(4) with the autoconf entry at | Brad Smith | |
the top. | |||
2006-11-07 | remove a sentence mentioning a particular 3Com adapter and where to | Brad Smith | |
look for support. ok deraadt@ | |||
2006-11-07 | add acphy(4). | Brad Smith | |
From deraadt@ | |||
2006-11-07 | - The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem | Brad 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-07 | Add regress tests for inline anchors. | Ryan Thomas McBride | |
2006-11-07 | Unbreak authpf by handling non-inline anchors separately from the { } anchors | Ryan 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-06 | Also reset the TX ring if the card gets stopped. | Marcus Glocker | |
2006-11-06 | Oops, bootblocks need this. | Miod Vallat | |
2006-11-06 | duh -- on first boot, do not build the host.random file twice; ok djm | Theo de Raadt | |
2006-11-06 | signed char fixes need to avoid infinite loops; pr5284 from | Theo de Raadt | |
smallm@panix.com a very well written pr, very detailed... well worth reading | |||
2006-11-06 | Let CISCoholic memset() do not behave as bzero for a length over 64KB. | Miod Vallat | |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl | |
2006-11-06 | Minimal lip service for savecore to be happy. | Miod Vallat | |
2006-11-06 | Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, and | Miod 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-06 | noone needs to know about the D0 state change; ok miod | Theo de Raadt | |
2006-11-06 | root on wd0a for now. | Miod Vallat | |
2006-11-06 | Don't ask for root device if boot device is not known but root configuration | Miod Vallat | |
has been specified in the kernel configuration file. | |||
2006-11-06 | Replace -### with -s### pre-getopt() and use strtonum() | Todd C. Miller | |
instead of strtol() when parsing the speed string. Closes PR 5222. | |||
2006-11-06 | No bootinfo stuff. We'll use something different to pass device information | Miod Vallat | |
from the boot blocks to the kernel. | |||
2006-11-06 | Root device machinery. Boot device is still not known yet. | Miod Vallat | |
2006-11-06 | Enable TX of management frames. Fix/add firmware commands, add more debug | Marcus Glocker | |
informations, minor cleanup. | |||
2006-11-06 | missing word; | Jason McIntyre | |
2006-11-06 | Move back to softfloat for now. | Dale Rahn | |
2006-11-06 | Move (back) to softfloat on sh for now. | Dale Rahn | |
2006-11-06 | Copy MI softfloat bits from arm to here, so that they can be shared. | Dale Rahn | |
2006-11-06 | fix pasto; only announce restart capability when announcing the restart | Henning Brauer | |
capability is enabled, not when annoucing the refresh capability is enabled... Alex Hunsaker <badalex@gmail.com> ran into that issue | |||
2006-11-06 | force a new sensor task to be run as soon as possible. previously it used | David 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-06 | Don'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-06 | fix quoting for non-(c)sh login shells. | Markus Friedl | |
2006-11-06 | figured 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-06 | add a note that there a tons of BUGS in VMware and the underlying host | Reyk 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-06 | set 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-06 | add two newer Intel quad port adapters. | Brad Smith | |
2006-11-06 | add the NVIDIA MCP chipsets. | Brad Smith | |
2006-11-06 | add the MCP67 chipset. | Brad Smith | |
2006-11-06 | add the NVIDIA MCP67 SMBus controller. | Brad Smith | |
2006-11-06 | regen | Brad Smith | |
2006-11-06 | add the NVIDIA MCP67 SMBus controller PCI id. | Brad Smith | |
From Peer Chen @ NVIDIA | |||
2006-11-06 | Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support | Brad 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-06 | add gem and gentbi; why not | Theo de Raadt | |
2006-11-06 | fix proxying on big-endian 64-bit machines, u_long is not the size of | Theo de Raadt | |
an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org | |||
2006-11-05 | add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() to | Brad Smith | |
set the proper UDMA capability for MCP61 and MCP65 chipsets. ok jsg@ |