summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2006-11-04new devices and some sortingDavid Gwynne
2006-11-04make compile w/ debugMichael Shalayeff
2006-11-04remove misplaced -l stuff; henning needs more caffeine...Jason McIntyre
2006-11-04oops - forgot to kill trailing spaces;Jason McIntyre
2006-11-04tweaks;Jason McIntyre
2006-11-04make stack trace look as other flavoured stack traces look likeMichael Shalayeff
2006-11-03vr_rxeof(): stick receive error messages under VR_DEBUG.Brad Smith
vr_init(): add debug printfs for some error conditions.
2006-11-03vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost"Brad Smith
printf which will never be reached.
2006-11-03build the right kernel...Dale Rahn
2006-11-03Dont double fork, and since the assembles the same, use -1, instead of 0xffDale Rahn
to subtract one.
2006-11-03cleanup some devicesMichael Shalayeff
2006-11-03add scifMichael Shalayeff
2006-11-03need an entry for scifMichael Shalayeff
2006-11-03Revert acpiscan commit. This should have replaced acpidump instead ofMarco Peereboom
being a new tool. My bad. prompted by deraadt.
2006-11-03donot for tcpdump, use libpcap directly.Henning Brauer
joint work with Berk D. Demir, ok beck deraadt
2006-11-03delete marco bullshitTheo de Raadt
2006-11-03add new code to handle the AL7230B radios.Damien Bergamini
code written by Florian Stoehr. not tested due to lack of hardware. if you happen to have an adapter with this radio please report success/ failure.
2006-11-03Add Jordan's acpiscan acpi table dump tool. The current tool, acpidump,Marco Peereboom
does not dump all relevant tables and will eventually be deprecated by this. It needs some more cleanup but we need to start getting acpi dumps from the field using this instead of acpidump. Code written by jordan, cleanup by me. ok jordan@
2006-11-03Add two new functions:Damien Bergamini
- ieee80211_get_rts - ieee80211_get_cts_to_self that can be use by drivers for chipsets that don't offer hardware assisted RTS/CTS protection (like ral/ural/rum). "no objections here" jsg@
2006-11-03Return address is way too useful to not print here.Dale Rahn
2006-11-03For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.Dale Rahn
I suspect this is really a bug in the P1_STACK code path.
2006-11-03SCRIPTDIR and SCRIPTS_ENV are obsolete now.Marc Espie
2006-11-03ouT makefile rules are smarter now, kill a redundant CLEANFILESOtto Moerbeek
2006-11-03storing return value of strtol() in int variable was not safe,Alexander von Gernler
also strtol() result was not checked for under/overflow thus, rewrite getopt switch/cases with strtonum() and sensible bounds help from mickey@ millert@, ok millert@, no objections otto@
2006-11-03if the nexthop is not reachable through outgoing interface set it toMichele Marchetto
INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@
2006-11-03correctify example;Jason McIntyre
from a mail posted to misc@ from uwe dippel; ok otto
2006-11-03improve EXAMPLES somewhat; from dlg and myselfJason McIntyre
2006-11-03no need to capitalise "virtual";Jason McIntyre