Age | Commit message (Expand) | Author |
2007-02-18 | Display the interrupt priority in dmesg, for frame buffers which register | Miod Vallat |
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-18 | In writedisklabel(), read the disklabel sector before rewriting it, to | Miod Vallat |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2007-02-17 | If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract(). | Miod Vallat |
2007-02-17 | In pmap_collect(): | Miod Vallat |
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2007-02-17 | Fix spelling of Cool'n'Quiet, as done on i386 some time ago. Also | Tom Cosgrove |
2007-02-17 | To squeeze new stuff onto onto the very full boot floppies, occasionally | Theo de Raadt |
2007-02-16 | Enable malo(4) on macppc. OK mglocker@ deraadt@ | Claudio Jeker |
2007-02-15 | TX is working fine, turn off debug. | Dale Rahn |
2007-02-15 | break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ ok | Michael Shalayeff |
2007-02-15 | Add a mapping for logical to physical endpoints, otherwise data tries to | Dale Rahn |
2007-02-15 | Fix transmit packet termination. odd length and 64 byte multiple packets | Dale Rahn |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-13 | Add a delay for ep0 handling. Dunno why, but without debug prints it would | Dale Rahn |
2007-02-13 | Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1) | Miod Vallat |
2007-02-13 | USB client mode with cdce function driver is coming along, RX and TX kinda work. | Dale Rahn |
2007-02-13 | Zap unused local acpi_attached variable, since it has been superseded | Dimitry Andric |
2007-02-13 | Check for xTPR result of CPUID. | Jonathan Gray |
2007-02-13 | Check for some CPUID flags found on newer Intel processors. | Jonathan Gray |
2007-02-12 | Cope with the different format of the name property of the root device in | Gordon Willem Klok |
2007-02-12 | OpenBSD -> .Ox | Jason McIntyre |
2007-02-12 | sync the wording w/ the i386 page; | Jason McIntyre |
2007-02-12 | zap double word; | Jason McIntyre |
2007-02-12 | Add cuda_fileserver_mode() and pmu_fileserver_mode() that enable the wake | Gordon Willem Klok |
2007-02-12 | Fix the hw.vendor/product sysctls on sparc64, handle the cases where | Gordon Willem Klok |
2007-02-12 | Reduce debug. | Dale Rahn |
2007-02-12 | If SMAC is set in the correct register, it works much better, also set | Dale Rahn |
2007-02-12 | Enable the AES acceleration. Won't be picked up for IPsec, since we | Tom Cosgrove |
2007-02-12 | 4.1-beta | Henning Brauer |
2007-02-11 | typo in comment | Martin Reindl |
2007-02-11 | Remove now unused evcnt field from struct cpu_info. | Miod Vallat |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-11 | Rework the cache handling routines again. We now try to operate on the exact | Miod Vallat |
2007-02-11 | Rework the i/o mapping logic so that it allows the 1:1 region to not go up to | Miod Vallat |
2007-02-11 | Shuffle code around so that optimization of the m88110_trap() return gets | Miod Vallat |
2007-02-09 | Don't both reloading the CPL into %eax before pushing it onto the stack, | Tom Cosgrove |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama |
2007-02-09 | simplify the argument passing (use a pointer to bus_dma_segment_t instead | Jason Wright |
2007-02-09 | according to the errata, invalid pages shouldn't be used. Always make | Jason Wright |
2007-02-07 | Several improvements to the usb client code. Still not working. | Dale Rahn |
2007-02-07 | enable arc(4) for Areca RAID Controllers. they work great. | David Gwynne |
2007-02-07 | enable bio(4) | David Gwynne |
2007-02-07 | bus_space_{read,write}_raw_region_[24] take the length of the buffer theyre | David Gwynne |