Age | Commit message (Expand) | Author |
2006-08-24 | Add support for HMACs to the via c3/c7 crypto driver. For now, we | Hans-Joerg Hoexer |
2006-08-24 | Move d_secpercyl test to after setting default size. Missed in earlier | Kenneth R Westerback |
2006-08-22 | More register defines. | Miod Vallat |
2006-08-22 | Wrap dmesg | Miod Vallat |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-08-22 | Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except for | Miod Vallat |
2006-08-22 | provide some smp locking around protection fault trap from user too; original... | Michael Shalayeff |
2006-08-22 | Same change as on i386: use a case-insensitive comparison when checking | Tom Cosgrove |
2006-08-22 | Use a case-insensitive comparison when checking for bogus SMBIOS | Tom Cosgrove |
2006-08-22 | acx(4) seems to work fine on amd64 here also, so enable it. | Jonathan Gray |
2006-08-20 | move sf(4) out from untested section | Martin Reindl |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-20 | When using p4tcc supply a cpu_cpuspeed function to provide an estimated | Gordon Willem Klok |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright |
2006-08-18 | Don't renumber the PCI bus if we don't need to. Fixes some machines (Dell | Mark Kettenis |
2006-08-18 | Add a new Core Xeon CPU and an older Pentium Pro model to the bus | Dimitry Andric |
2006-08-18 | Make sure the PCI mode detection code is called if it hasn't been run yet. | Mark Kettenis |
2006-08-18 | Oops. If you don't use a label, remove it. | Kenneth R Westerback |
2006-08-17 | fix tyop. | Michael Knudsen |
2006-08-17 | enable msk(4) in a few more places. | Brad Smith |
2006-08-17 | tsk tsk, krw did not test compile this | Theo de Raadt |
2006-08-17 | No need for divsi and friends, yet | Miod Vallat |
2006-08-17 | prefer higher phys memory for page tables | Michael Shalayeff |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
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 |