summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-19reject (potentially malicious) packets from outside,Jun-ichiro itojun Hagino
with interface-local multicast addr in ip6_dst. by jinmei@kame
2006-12-19no more acpid.8;Jason McIntyre
2006-12-19simplify some low-level methods substantially (shrinking code); ok marco jordanTheo de Raadt
2006-12-18Remove lies about link0 flag.Mark Kettenis
2006-12-18Remove lies about link0 flag.Mark Kettenis
2006-12-18fix device names and typos in commentsMartin Reindl
2006-12-18Sync with heimdal; clearer and might generet fewer conflicts on next import.Bjorn Sandell
looks ok, beck@ ray@
2006-12-18Remove misleading NOTREACHED comments. Sending a signal does notCan Erkin Acar
stop execution. Noticed by deraadt@
2006-12-18some initial improvements for the hostated pages;Jason McIntyre
2006-12-18avoid p = realloc(p idiom, ok claudio, spotted deraadtHenning Brauer
2006-12-18remove statement for send parameter: "except that the client canKevin Steves
specify a dhcp-lease-time option other than the default requested lease time, which is two hours". we don't by default send a dhcp-lease-time option in request/discover. ok jmc@, henning@ 'if you are sure'
2006-12-18syncTheo de Raadt
2006-12-18we will not use , but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18we will not use acpid, but later modify apmd to handle it; ok marcoTheo de Raadt
2006-12-18align, no binary changeKevin Steves
2006-12-18sti@pci there too, why not.Miod Vallat
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-12-18Read word-mode rom regions with bus_space_read_raw_region instead ofMiod Vallat
bus_space_region, for they might lie on a bus with a different endianness than the cpu. ok mickey@
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
instead of using the rom mapping for region #0 and the device mapping for region #1. This will allow sti devices on which regions may be relative to different origins to attach (to be used very soon). ok mickey@
2006-12-18Provide bus_space_{read,write}_raw_region_{2,4}.Miod Vallat
2006-12-18Allow bus_space mappings to span more than one 8MB segment; ok mickey@Miod Vallat
2006-12-18our panic() can take stdarg argumentsTheo de Raadt
2006-12-18Activate the mbg(4) Meinberg Funkuhren driver.Marc Balmer
ok deraadt
2006-12-18this is clearer and consistent with other areas; ok henning@Kevin Steves
2006-12-18minor cleaning; ok marcoTheo de Raadt
2006-12-18Activate mbg(4).Marc Balmer
ok deraadt
2006-12-18delete extra gooTheo de Raadt
2006-12-18- struct scsibus_attach_args;Marco Pfatschbacher
+ struct scsibus_attach_args saa; OK miod@.
2006-12-18it appears some sensors flip duen to bugs or erroneous readings.Michael Shalayeff
provide dampenning for negative events and simultaneously increase polling frequency accordingly to provide same rate of reporting. mbalmer@ beck@ deraadt@ ok
2006-12-18regenMichael Shalayeff
2006-12-18add c3700 and c8000Michael Shalayeff
2006-12-18regenMichael Shalayeff
2006-12-18the 8900 is called shortfinMichael Shalayeff
2006-12-18Add Meinberg Funkuhren to misc. devices.Marc Balmer
2006-12-18Activate mbg(4).Marc Balmer
ok deraadt
2006-12-18Format dmesg line according to our rules and make sure the firmware idMarc Balmer
string is '\0' terminated, plus some KNF. from deraadt
2006-12-18move proto to the right placeTheo de Raadt
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
previously been done to dhclient and dhcpd
2006-12-18force wd at pciide down to PIO mode 4 (yuck) until some DMA issues areMartin Reindl
sorted out. makes the px-ehs much more happier. ok jsg@
2006-12-18syncTheo de Raadt
2006-12-18call ike_setup_ids from a more appropriate location.Mathieu Sauve-Frankel
ok hshoexer@
2006-12-17More leftovers from rcons.Miod Vallat
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-17When processing a compose sequence of a dead accent and the spacebar, putMiod Vallat
the ``mundane'' accent: apostrophe instead of acute, and comma instead of cedilla. This matches what existing keyboard layouts with dead keys do. From Maurice Janssen via otto@
2006-12-17Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCClaudio Jeker
bite the dust and make the code easier to read. Help and OK mglocker@
2006-12-17Fix typo in chip name.Marcus Glocker
From brad.
2006-12-17Sync with pckbc.c r1.12:Miod Vallat
silence a debug message; from kili@outback.escape.de
2006-12-17sync with pckbd.c r1.8:Miod Vallat
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615
2006-12-17Always write errno on pw_lock failure so it can be relied on.Ray Lai
Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@.
2006-12-17syncTheo de Raadt