summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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@
2006-11-05add the MCP67 chipset.Brad Smith
2006-11-05add the NVIDIA MCP67 LAN PCI ids.Brad Smith
2006-11-05regenBrad Smith
2006-11-05add the NVIDIA MCP67 LAN PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux
2006-11-05Use TF_SPC instead of hardcoding its value.Miod Vallat
2006-11-05Correctly release resources in intc_free_ih().Miod Vallat
2006-11-05Fix a couple of comments.Miod Vallat
2006-11-05Some basic fpu trap handling.Miod Vallat
2006-11-05kill leftover debug printfMartin Reindl
ok mickey
2006-11-05typo in kqueue delete.Brad Smith
From Niels Provos via the libevent SVN repo, by Bert JW. Regeer ok deraadt@
2006-11-05Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'.Dimitry Andric
Tested & confirmed by Greg Mortensen, thevision at pobox.com
2006-11-05Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as wellMiod Vallat
(it would only appear when booting after an UNJAM).
2006-11-05Wait two seconds after reset before probing devices, lets RX23 get detectedMiod Vallat
again.
2006-11-05Handle loop reconfiguration in a kernel thread, instead of doing it fromMiod Vallat
interrupt context.
2006-11-05warn for any weird stuff in packages.Marc Espie
Namely: - anything that doesn't belong to owner root/bin, group bin/wheel must be annotated in the packing-list. - any file setuid, setgid, writable by others must be annotated in the packing-list. These warnings must be fixed. They will become errors in the near futur.
2006-11-05Don't open a transaction for a ruleset unless it's a brace ruleset thatRyan Thomas McBride
contains rules. Fixes DIOCXCOMMIT: Device busy when multiple anchors with the same name are specified. reported by ckuethe@ and mkb@crypt.org.ru
2006-11-05define the bit that sh4 uses for FPU disable.Dale Rahn
2006-11-05fix a potential memory leak in event_once().Brad Smith
From Niels Provos via the libevent SVN repo, by Scott Lamb tested by niallo@ ok deraadt@
2006-11-05ANSIBrad Smith
2006-11-05regenBrad Smith
2006-11-05add the NVIDIA MCP67 AHCI and HD Audio PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux
2006-11-04regenBrad Smith
2006-11-04add the NVIDIA MCP67 SATA PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux
2006-11-04query the firmware for the number of volumes, and then iterate through themDavid Gwynne
to get the right names for sensor creation.
2006-11-04regenBrad Smith
2006-11-04add the NVIDIA MCP67 IDE PCI id.Brad Smith
From Peer Chen @ NVIDIA via Linux
2006-11-04regenBrad Smith
2006-11-04add a few more TI and O2 Micro devices.Brad Smith
2006-11-04from ru@freebsd:Jason McIntyre
Fix a bug converting a variable from the numeric type to a string. ok otto deraadt
2006-11-04regenMichael Knudsen
2006-11-04Add Radeon X1300 Pro (with secondary).Michael Knudsen
input and ok brad
2006-11-04regenBrad Smith
2006-11-04add the Broadcom BCM5825 chipset.Brad Smith
2006-11-04kthread_create returns an int, not a pointer. compare the return value toDavid Gwynne
0, not NULL.