Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-05 | Wait two seconds after reset before probing devices, lets RX23 get detected | Miod Vallat | |
again. | |||
2006-11-05 | Handle loop reconfiguration in a kernel thread, instead of doing it from | Miod Vallat | |
interrupt context. | |||
2006-11-05 | warn 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-05 | Don't open a transaction for a ruleset unless it's a brace ruleset that | Ryan 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-05 | define the bit that sh4 uses for FPU disable. | Dale Rahn | |
2006-11-05 | fix 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-05 | ANSI | Brad Smith | |
2006-11-05 | regen | Brad Smith | |
2006-11-05 | add the NVIDIA MCP67 AHCI and HD Audio PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the NVIDIA MCP67 SATA PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | query the firmware for the number of volumes, and then iterate through them | David Gwynne | |
to get the right names for sensor creation. | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the NVIDIA MCP67 IDE PCI id. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add a few more TI and O2 Micro devices. | Brad Smith | |
2006-11-04 | from ru@freebsd: | Jason McIntyre | |
Fix a bug converting a variable from the numeric type to a string. ok otto deraadt | |||
2006-11-04 | regen | Michael Knudsen | |
2006-11-04 | Add Radeon X1300 Pro (with secondary). | Michael Knudsen | |
input and ok brad | |||
2006-11-04 | regen | Brad Smith | |
2006-11-04 | add the Broadcom BCM5825 chipset. | Brad Smith | |
2006-11-04 | kthread_create returns an int, not a pointer. compare the return value to | David Gwynne | |
0, not NULL. | |||
2006-11-04 | new devices and some sorting | David Gwynne | |
2006-11-04 | make compile w/ debug | Michael Shalayeff | |
2006-11-04 | remove misplaced -l stuff; henning needs more caffeine... | Jason McIntyre | |
2006-11-04 | oops - forgot to kill trailing spaces; | Jason McIntyre | |
2006-11-04 | tweaks; | Jason McIntyre | |
2006-11-04 | make stack trace look as other flavoured stack traces look like | Michael Shalayeff | |
2006-11-03 | vr_rxeof(): stick receive error messages under VR_DEBUG. | Brad Smith | |
vr_init(): add debug printfs for some error conditions. | |||
2006-11-03 | vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost" | Brad Smith | |
printf which will never be reached. | |||
2006-11-03 | build the right kernel... | Dale Rahn | |
2006-11-03 | Dont double fork, and since the assembles the same, use -1, instead of 0xff | Dale Rahn | |
to subtract one. | |||
2006-11-03 | cleanup some devices | Michael Shalayeff | |
2006-11-03 | add scif | Michael Shalayeff | |
2006-11-03 | need an entry for scif | Michael Shalayeff | |
2006-11-03 | Revert acpiscan commit. This should have replaced acpidump instead of | Marco Peereboom | |
being a new tool. My bad. prompted by deraadt. | |||
2006-11-03 | donot for tcpdump, use libpcap directly. | Henning Brauer | |
joint work with Berk D. Demir, ok beck deraadt | |||
2006-11-03 | delete marco bullshit | Theo de Raadt | |
2006-11-03 | add 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-03 | Add 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-03 | Add 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-03 | Return address is way too useful to not print here. | Dale Rahn | |
2006-11-03 | For 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-03 | SCRIPTDIR and SCRIPTS_ENV are obsolete now. | Marc Espie | |
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek | |
2006-11-03 | storing 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-03 | if the nexthop is not reachable through outgoing interface set it to | Michele Marchetto | |
INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@ | |||
2006-11-03 | correctify example; | Jason McIntyre | |
from a mail posted to misc@ from uwe dippel; ok otto | |||
2006-11-03 | improve EXAMPLES somewhat; from dlg and myself | Jason McIntyre | |
2006-11-03 | no need to capitalise "virtual"; | Jason McIntyre | |