summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2006-12-17Xr mbgTheo de Raadt
2006-12-17remove ASSERT_STATE() macro which is a NOOP, no binary change; ok henning@Kevin Steves
2006-12-17remove one-lease-per-client parameter which was never implemented (itKevin Steves
doesn't do anything and is not documented); ok henning@
2006-12-17fix commentKevin Steves
2006-12-17mbg(4), a driver for Meinberg Funkuhren time signal station receiversMarc Balmer
"Made in Switzerland" Currently, the DCF77 PCI32 receiver card is supported I have to mention the outstanding support from Meinberg, not only did they give me the hardware, docs, and reference source code, but they even call me back to explain the details of their hardware to me. If only the wireless manufacturors were that cooperative... ok claudio, ok mglocker, "commit it when ready" deraadt
2006-12-17fix index of ERP information element in beacons.Damien Bergamini
still ugly, but correct.
2006-12-17add a little spacing here, to please mglockerMarc Balmer
2006-12-17regen.Marc Balmer
2006-12-17Add Meinberg Funkuhren GmbHMarc Balmer
2006-12-17Sync udcf entry with udcf(4).Marc Balmer
2006-12-17Shorten .Nd.Marc Balmer
2006-12-17Add/modify some comments. From Brad.Kenneth R Westerback
2006-12-16Some fixes from brad, ok jmc.Alexander Yurchenko
2006-12-16Quothe the argument to the .Nd command, else the last word gets suppressed.Marc Balmer
2006-12-16Enable RAM buffer for the second port too; makes dual port cards work soMark Kettenis
reenable attachment of the second port on cards that have it.
2006-12-16Button boxes have their Y axis inverted, compared to mice, so compensateMiod Vallat
before feeding wscons.
2006-12-16Make hil(4) shared interrupts aware, by exiting early if the stat registerMiod Vallat
does not indicate data being available; for some reason on hppa hil_intr() gets invoked when serial ports interrupt.
2006-12-16Process status descriptors for port B. Fix two typos while I'm there.Mark Kettenis
2006-12-16- allow to use host/service/table names instead of Ids in hostatectl.Reyk Floeter
- minor change of the "hostatectl show" command output - increase the max service and tag names (max pf tag name size is 64 now!) thanks to pyr who found a bug in my initial diff
2006-12-16typoMartin Reindl
2006-12-16unused variableTheo de Raadt
2006-12-16spacing, plus dubious \% in format stringTheo de Raadt
2006-12-16spacingTheo de Raadt
2006-12-16Fix up s390 assembler in arla's lwp threading. Results from beck@ request toMarc Aurele La France
look into it, even though there's no OpenBSD/s390.
2006-12-16tweak slightly: not having the variable is okay, not finding the packageMarc Espie
is still an error.
2006-12-16Get rid of PREFIXREGION ifdef, since we always enable it anyway.Kjell Wooding
no binary change.
2006-12-16Better sti_mapchar() implementation, matches Latin char indexes to HP RomanMiod Vallat
font indicies whenever possible.
2006-12-16make the section on BPF standalone and clarify it applies to clientKevin Steves
and server; ok henning@ help and ok jmc@
2006-12-16o add missing calibration bits for ZD1211B in zyd_set_chan()Damien Bergamini
o add workaround for TX rate==0 bug here too.
2006-12-16trim 802.11 FCS from received frames.Damien Bergamini
noticed by jsg@
2006-12-16spacingReyk Floeter