Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | Add/modify some comments. From Brad. | Kenneth R Westerback | |
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 | Better sti_mapchar() implementation, matches Latin char indexes to HP Roman | Miod Vallat | |
font indicies whenever possible. | |||
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 | Adopt FreeBSD's code for non-DEV_BSIZE formatted MSDOSFS filesystems. | Kenneth R Westerback | |
Enables devices (e.g. newer iPods, various other mp3 players) that use 2048 byte sectors. Inspired by original diffs from weingart@ and Alexey Vatchenk. ok tom@ pedro@ deraadt@ weingart@ marco@ | |||
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt | |
2006-12-15 | use mii_media_active instead of mii_media_status to get the full | Reyk Floeter | |
duplex state. this will actually enable duplex reporting for drivers using the mii layer. figured out by Moritz Grimm with sk(4) | |||
2006-12-15 | Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of | Mark Kettenis | |
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work. | |||
2006-12-15 | Correct order of malloc(9) arguments. | Marc Balmer | |
Spotted by Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>; thanks. | |||
2006-12-15 | regen | Mark Kettenis | |
2006-12-15 | Add e few entries found on a HP DL585 G2. | Mark Kettenis | |
2006-12-15 | fix every architecture being treated as strictly aligned in sf_rxintr() by | Martin Reindl | |
only checking for __STRICT_ALIGNMENT; tested on i386 and alpha | |||
2006-12-15 | make enc(4) count; ok markus@ henning@ deraadt@ | Otto Moerbeek | |
2006-12-15 | make pflog(4) count; ok hennig@ deraadt@ | Otto Moerbeek | |
2006-12-15 | Nuke GEMDOSFS. Unused part of unused atari port. Simplifies | Kenneth R Westerback | |
MSDOSFS code. Eliminates -G option to mount_msdos. Nit detection by gwk@, tom@, jmc@. ok weingart@ tom@ thib@ dlg@ deraadt@ | |||
2006-12-14 | Add the esp driver to macppc, supports the NCR53c94 SCSI controller found | Gordon Willem Klok | |
on old world macs as the external SCSI controller. Still a work in progress, it probes the SCSI bus correctly but attempts to access device meet with limited sucess. | |||
2006-12-14 | in "BAD/loose state" messages, also print the packet's original sequence | Daniel Hartmeier | |
number, it can differ from the sequence number being tested (for packets without payload), and both matter in explaining why a packet mismatched. | |||
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis | |
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@ | |||
2006-12-14 | Swizzle interrupts for devices for which we don't have explicit inetrrupt | Mark Kettenis | |
routing information. | |||
2006-12-14 | Add defines for several SPARC-V9 implementations. | Mark Kettenis | |
2006-12-14 | Reset BBRB if we exit from a process that was single-stepping. Prevents a | Mark Kettenis | |
process that re-uses its ASID from getting random SIGTRAPs. ok miod@, mickey@ | |||
2006-12-14 | Remove dirsperblk, which is not used after it is calculated. | Tom Cosgrove | |
ok weingart@ pedro@ | |||
2006-12-14 | remove an ugly macro that made claudio sad. luckily it wasnt being used. | David Gwynne | |
2006-12-14 | fix a minor bug in the tx data queue setup by using the right queue | Reyk Floeter | |
type. this would cause us some more trouble with WME which isn't supported yet... thanks to Nick Kossifidis | |||
2006-12-14 | If an MS-DOS filesystem claims to have more clusters than can be | Tom Cosgrove | |
represented in the FAT, limit the number of clusters we work with to the FAT value. This stops corrupt filesystems causing us to run off the end of the FAT and panic()ing in fillinusemap(). Found by Jason Crawford (jasonrcrawford at gmail.com) with the MOKB fs fuzzer. Initial debugging by thib@. ok krw@ | |||
2006-12-14 | - enable nested interrupts on zaurus. most obvious side-effect of this is | Niall O'Higgins | |
likely that interrupts are properly counted in kern.cp_time sysctl. so top(1) et al will show a value for time spent in interrupts. tested by many, ok drahn@ | |||
2006-12-14 | Per the new policy with respect to short header files contaning only | Gordon Willem Klok | |
register offsets, loose the file meshreg.h. ok dlg@ | |||
2006-12-14 | Eliminate unncessary interfaces resets via the SIOCSIFADDR ioctl when | Gordon Willem Klok | |
adding additional IP address or re-running dhclient by only causing an interface init if the interface is not already running. As well as some cosmetics. from brad@. Loose the ether_cmp function of dubious optimizational value simply use bcmp. Revert the ordering hack, don't execute instruction eieio directly in mc_dmaintr, makes no difference in triggering the uvm_fault bug, the problem lies elsewhere. Fix some indentation related to the DBDMA macros. Tested on Power Macintosh 9600MP and 9500MP by myself. | |||
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat | |
doing nothing and the mi code does not use it anymore anyway. No functional change. | |||
2006-12-13 | Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a | Miod Vallat | |
waste of 128KB of kvm. | |||
2006-12-13 | Remove unused parts of vsbus_attach_args structure. | Miod Vallat | |
2006-12-13 | Obsolete and became wrong over the time, better remove. | Miod Vallat | |
2006-12-13 | wrap ipv6 portion with #ifdef INET6. from cmetz | Jun-ichiro itojun Hagino | |
2006-12-13 | insufficient testing, martin, please do not be a moron | Theo de Raadt | |
2006-12-13 | regen | Martin Reindl | |