Age | Commit message (Expand) | Author |
2006-08-17 | Setup the transparent translation with writeback cache instead of | Miod Vallat |
2006-08-17 | Large cleanup of the bootblocks, including ansi protos and de-register, | Miod Vallat |
2006-08-17 | (128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)). | Kenneth R Westerback |
2006-08-16 | Add msck(4) and msk(4). | Mark Kettenis |
2006-08-16 | Add mskc(4) and msk(4). | Mark Kettenis |
2006-08-15 | Allocate as many iommu page lists as necessary to match the size request | Miod Vallat |
2006-08-15 | Some VS4k/90 have the uVAX bit set in confdata, do not report them as uVAXens. | Miod Vallat |
2006-08-15 | A more reliable LCSPX probe, based on information from Blaz Antonic, tested | Miod Vallat |
2006-08-14 | say which type of header is unknown | Theo de Raadt |
2006-08-14 | enable bnx(4) on the CD RAMDISKs as well. | Brad Smith |
2006-08-14 | Enable bnx because we now can run traffic. | Marco Peereboom |
2006-08-14 | Fix 640x480 mode operation (needs a font change, and stride is larger than | Miod Vallat |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray |
2006-08-14 | Driver for Arkmicro Technologies ARK3116 USB UART based devices. | Jonathan Gray |
2006-08-14 | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to | Kenneth R Westerback |
2006-08-14 | enable arc since it works here | David Gwynne |
2006-08-13 | Remove remains of cut'n'paste from ffs code. | Miod Vallat |
2006-08-13 | Make sure we generate sfb.h and cfb.h, even though support is not there yet. | Miod Vallat |
2006-08-13 | Let the domain keyboard work on models 362 and 382 as well. | Miod Vallat |
2006-08-13 | Oops, let HIL keyboards work again in the boot blocks. | Miod Vallat |
2006-08-13 | Fix EV6 processor minor type: 0 is reserved and thus all entries were | Michael Knudsen |
2006-08-12 | Missing rcsid | Miod Vallat |
2006-08-12 | Fail TIOCSFLAGS if non-root, like all other serial drivers do. | Miod Vallat |
2006-08-12 | Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT) | Kenneth R Westerback |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-08-11 | An old dvorak typo was lurking here. | Miod Vallat |
2006-08-11 | For non-console vgafb, force rasops to initialize it as a monochrome resource, | Miod Vallat |
2006-08-11 | Let the windowmove() callbacks return whether they could perform the operation | Miod Vallat |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini |
2006-08-11 | no O2's with a R14000 CPU were made, so remove superfluous code. | Jasper Lievisse Adriaanse |
2006-08-10 | Try and determine the keyboard layout from its identification string; | Miod Vallat |
2006-08-10 | Hookup hw.vendor and hw.product sysctls on sparc64. | Gordon Willem Klok |
2006-08-09 | Use the blitter again for the cursor on non-mono frame buffers. | Miod Vallat |
2006-08-07 | rcons removal fallout, spotted by kettenis@ | Miod Vallat |
2006-08-06 | Replace magic numbers with adequate #defines, support vsync disabling in the | Miod Vallat |
2006-08-06 | Switch luna88k from rcons to rasops. Tested by aoyama@ | Miod Vallat |
2006-08-06 | enable arc so it can get some exposure to testing | David Gwynne |
2006-08-06 | add the Intel 6321ESB LPC | Brad Smith |
2006-08-06 | add the Intel 82801GHM LPC and 6321ESB LPC | Brad Smith |
2006-08-06 | add the Intel 82801DBM LPC. | Brad Smith |
2006-08-05 | Ugly hack to avoid sending the ``all keys up'' event to userland, replacing | Miod Vallat |
2006-08-05 | Colormap ioctls, at last. | Miod Vallat |
2006-08-05 | If a dz child driver has taken over a line, it will never be accessible | Miod Vallat |
2006-08-05 | Make sure smg will not pretend being a console on smg+gpx hardware with | Miod Vallat |
2006-08-05 | A potpourri of unrelated changes: | Miod Vallat |
2006-08-05 | Use faster {copy,erase}cols routines for smg, with ad hoc vax assembly, | Miod Vallat |
2006-08-05 | Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR those | Miod Vallat |
2006-08-05 | Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers, | Miod Vallat |
2006-08-04 | acx can already be enabled (as developer pressure hah) | Theo de Raadt |