Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-18 | regen | Michael Shalayeff | |
2006-12-18 | the 8900 is called shortfin | Michael Shalayeff | |
2006-12-18 | Add Meinberg Funkuhren to misc. devices. | Marc Balmer | |
2006-12-18 | Activate mbg(4). | Marc Balmer | |
ok deraadt | |||
2006-12-18 | Format dmesg line according to our rules and make sure the firmware id | Marc Balmer | |
string is '\0' terminated, plus some KNF. from deraadt | |||
2006-12-18 | move proto to the right place | Theo de Raadt | |
2006-12-18 | warn() -> warning() to not overload with libc function; this has | Kevin Steves | |
previously been done to dhclient and dhcpd | |||
2006-12-18 | force wd at pciide down to PIO mode 4 (yuck) until some DMA issues are | Martin Reindl | |
sorted out. makes the px-ehs much more happier. ok jsg@ | |||
2006-12-18 | sync | Theo de Raadt | |
2006-12-18 | call ike_setup_ids from a more appropriate location. | Mathieu Sauve-Frankel | |
ok hshoexer@ | |||
2006-12-17 | More leftovers from rcons. | Miod Vallat | |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat | |
2006-12-17 | When processing a compose sequence of a dead accent and the spacebar, put | Miod 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-17 | Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNC | Claudio Jeker | |
bite the dust and make the code easier to read. Help and OK mglocker@ | |||
2006-12-17 | Fix typo in chip name. | Marcus Glocker | |
From brad. | |||
2006-12-17 | Sync with pckbc.c r1.12: | Miod Vallat | |
silence a debug message; from kili@outback.escape.de | |||
2006-12-17 | sync with pckbd.c r1.8: | Miod Vallat | |
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615 | |||
2006-12-17 | Always 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-17 | sync | Theo de Raadt | |
2006-12-17 | Xr mbg | Theo de Raadt | |
2006-12-17 | remove ASSERT_STATE() macro which is a NOOP, no binary change; ok henning@ | Kevin Steves | |
2006-12-17 | remove one-lease-per-client parameter which was never implemented (it | Kevin Steves | |
doesn't do anything and is not documented); ok henning@ | |||
2006-12-17 | fix comment | Kevin Steves | |
2006-12-17 | mbg(4), a driver for Meinberg Funkuhren time signal station receivers | Marc 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-17 | fix index of ERP information element in beacons. | Damien Bergamini | |
still ugly, but correct. | |||
2006-12-17 | add a little spacing here, to please mglocker | Marc Balmer | |
2006-12-17 | regen. | Marc Balmer | |
2006-12-17 | Add Meinberg Funkuhren GmbH | Marc Balmer | |
2006-12-17 | Sync udcf entry with udcf(4). | Marc Balmer | |
2006-12-17 | Shorten .Nd. | Marc Balmer | |
2006-12-17 | Add/modify some comments. From Brad. | Kenneth R Westerback | |
2006-12-16 | Some fixes from brad, ok jmc. | Alexander Yurchenko | |
2006-12-16 | Quothe the argument to the .Nd command, else the last word gets suppressed. | Marc Balmer | |
2006-12-16 | Enable RAM buffer for the second port too; makes dual port cards work so | Mark Kettenis | |
reenable attachment of the second port on cards that have it. | |||
2006-12-16 | Button boxes have their Y axis inverted, compared to mice, so compensate | Miod Vallat | |
before feeding wscons. | |||
2006-12-16 | Make hil(4) shared interrupts aware, by exiting early if the stat register | Miod Vallat | |
does not indicate data being available; for some reason on hppa hil_intr() gets invoked when serial ports interrupt. | |||
2006-12-16 | Process 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-16 | typo | Martin Reindl | |
2006-12-16 | unused variable | Theo de Raadt | |
2006-12-16 | spacing, plus dubious \% in format string | Theo de Raadt | |
2006-12-16 | spacing | Theo de Raadt | |
2006-12-16 | Fix up s390 assembler in arla's lwp threading. Results from beck@ request to | Marc Aurele La France | |
look into it, even though there's no OpenBSD/s390. | |||
2006-12-16 | tweak slightly: not having the variable is okay, not finding the package | Marc Espie | |
is still an error. | |||
2006-12-16 | Get rid of PREFIXREGION ifdef, since we always enable it anyway. | Kjell Wooding | |
no binary change. | |||
2006-12-16 | Better sti_mapchar() implementation, matches Latin char indexes to HP Roman | Miod Vallat | |
font indicies whenever possible. | |||
2006-12-16 | make the section on BPF standalone and clarify it applies to client | Kevin Steves | |
and server; ok henning@ help and ok jmc@ | |||
2006-12-16 | o add missing calibration bits for ZD1211B in zyd_set_chan() | Damien Bergamini | |
o add workaround for TX rate==0 bug here too. | |||
2006-12-16 | trim 802.11 FCS from received frames. | Damien Bergamini | |
noticed by jsg@ | |||
2006-12-16 | spacing | Reyk Floeter | |