summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-16fix error message parsing, okay deraadt@Marc Espie
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
r1.54 of i386/disksubr.c). The check incorrectly handled extended partitions. Possibly a symptom of a deeper problem with extended partition offsets that will be addressed post-4.0. Problem reported/fix tested by A. Velichinsky, cause diagnosed by otto@. ok pedro@ mickey@ miod@ deraadt@
2006-09-16sync (uath)Damien Bergamini
2006-09-16more uath(4) usb ids.Damien Bergamini
from jsg@
2006-09-16missing full stop;Jason McIntyre
2006-09-16indentDamien Bergamini
2006-09-16fix a buggy printf.Damien Bergamini
in case something wrong happens in the Tx path, don't free a mbuf that is left in if_snd. ok deraadt@
2006-09-16syncTheo de Raadt
2006-09-16sync (uath)Damien Bergamini
2006-09-16syncTheo de Raadt
2006-09-16Xr uathTheo de Raadt
2006-09-16Initial import of uath(4), a driver for Atheros USB2.0 AR5005UG/AR5005UXDamien Bergamini
chipsets. Based on a black-box analysis of the Windows binary driver. Requires a firmware that is not freely redistributable (see man uath). The driver handles both pre- and post-firmware devices. Still a bit experimental but Tx/Rx works great in BSS mode (on i386). No 802.11a, IBSS, or HostAP modes yet but there's more to come. Great thanks to jsg@ for digging the USB IDs out of the Windows driver. Committed over a D-Link DWL-G132.
2006-09-16enable pgt, even if still a wee bit buggyTheo de Raadt
2006-09-16Get subvendor from the PROM instead of the PCI configuration space, since theMark Kettenis
latter gets reset if you netboot from an interface. ok miod@, brad@, deraadt@
2006-09-16Don't panic if firmware files are not in place. Ja ja ja ja claudio@.Marcus Glocker
ok deraadt@
2006-09-16Only interpret link state routing messages for the monitored carp interface.Marco Pfatschbacher
memcpy the if_msghdr to avoid alignment problems. OK hshoexer@, miod@, deraadt@
2006-09-16sync printing w/ sysctl and also add missing sensor types to the conf ↵Michael Shalayeff
parser; deraadt@ ok
2006-09-16Do not use bus_space_write_multi and happily write to NULL and die, whenMiod Vallat
bus_space_set_region was intended. ok deraadt@
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
ok deraadt@
2006-09-16rework the handling of the errors coming off the hardware at the bottom ofDavid Gwynne
mpi_scsi_cmd_done. this makes it more appropriate for our midlayer. ok beck@ deraadt@
2006-09-16Asking for HWERR interrupts and not acknowledging them leadsJonathan Gray
to interrupt storms on several machines, so don't ask. Diff from kettenis@ who can't commit at the moment. ok deraadt@
2006-09-16Support for Intel 6321ESB SATA. Tested on one of cloder's newJonathan Gray
Xeon systems. ok cloder@ deraadt@
2006-09-16Match VIA VT8237A SATA which while untested should act likeJonathan Gray
the older VIA SATA devices for our purposes going by FreeBSD. ok deraadt@
2006-09-16regenJonathan Gray
2006-09-16VIA VT8237A SATAJonathan Gray
ok deraadt@
2006-09-15Reserve some commands slot for bioctl/sensorsd so ciss doesn't crashKenneth R Westerback
under load when bioctl/sensorsd are active. Better fix post-4.0. Problem found, fix tested by Johan Mson Lindman. ok dlg@ marco@ mickey@ deraadt@
2006-09-15Kettenis's polished version of diff to preserve the mac address on thecus,Dale Rahn
if the hardware mac is a specific number (hardware doesn't provide unique mac addresses except in redboot fconfig data). yes deraadt@
2006-09-15Reset the sysfail led on thecus, so that it doesn't blinkDale Rahn
(machines with older firmware). yes deraadt@
2006-09-15sysctl(3) can return ESRCH; noted by Kristaps Johnson; ok miod@ jmc@Otto Moerbeek
2006-09-15better desciption of ESRCH; prompted by jmc@; ok miod@ jmc@Otto Moerbeek
2006-09-15reorganise the sections to make more sense;Jason McIntyre
ok hshoexer ho
2006-09-15Add another two rum products.Jonathan Gray
ok jmc@
2006-09-15clarification;Jason McIntyre
2006-09-15add in filtering rules to allow keying daemons to talk;Jason McIntyre
help/ok markus
2006-09-15Remove "Delete-SAs" config option. This was needed for interactionHans-Joerg Hoexer
with sasyncd(8). Now sasyncd(8) controls isakmpd(8) regarding SA deletion so this option is obsolete. ok mpf jmc
2006-09-15Morotola -> Motorola ;)Jason McIntyre
from john danks
2006-09-14move the device list into the main body;Jason McIntyre
2006-09-14move the device list into the main body;Jason McIntyre
2006-09-14a more useable example; fix comments; ok jmc@Hans-Joerg Hoexer
2006-09-14simplify an example. ok jmc@Hans-Joerg Hoexer
2006-09-14list macobio devices in the body of the page, rather than SEE ALSO;Jason McIntyre
some .Nd sync; ok miod
2006-09-13use "proto ipencap" for the gateway filter rules;Jason McIntyre
pointed out by msf; explained by markus
2006-09-13missing word; from matthew clarkeJason McIntyre
2006-09-12sync the wireless devices;Jason McIntyre
2006-09-12sync the stp entry;Jason McIntyre
2006-09-12note that enc traffic is unecrypted; from mpfJason McIntyre
2006-09-12for apps which use interface groups, point to the section ofJason McIntyre
ifconfig(8) where they are explained; ok mcbride mpf henning
2006-09-12no need to Xr isakmpd.conf.5;Jason McIntyre
2006-09-12add a section on packet filtering ipsec traffic;Jason McIntyre
input henning markus mcbride ok mcbride hshoexer
2006-09-11improvememnts for `local', `peer', and `psk'; ok hshoexerJason McIntyre