Age | Commit message (Expand) | Author |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini |
2006-08-07 | rcons removal fallout, spotted by kettenis@ | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-27 | + opl* at cmpci? | Brad Smith |
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod Vallat |
2006-07-12 | include uvm_extern.h for atop() | Martin Reindl |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback |
2006-07-09 | Remove DLT_* logic from Alpha as well, being careful to keep the | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |
2006-07-01 | Eliminate redundant get_le() in favour of letoh32(). Add letoh32() | Kenneth R Westerback |
2006-06-22 | mpi works here too. | David Gwynne |
2006-06-20 | fix memory reporting on alphas with 2GB or more; ok miod | Theo de Raadt |
2006-06-19 | Reset pcb_onfault around uvm_fault() calls. | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-07 | One last occurence of an inline sigexit() in sendsig. | Miod Vallat |
2006-06-01 | add xge(4). | Brad Smith |
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe |
2006-05-28 | sync, enable and move twe(4) out from untested on alpha | Martin Reindl |
2006-05-25 | gas will error out with a number of "Error: unassigned file number 1" | Brad Smith |
2006-05-21 | Check for stale flags in the DMA map. | Brad Smith |
2006-05-21 | - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_direct | Brad Smith |
2006-05-21 | Fix a couple of comments. | Brad Smith |
2006-05-21 | Pay attention to BUS_DMA_READ; don't need to allocate a spill | Brad Smith |
2006-05-21 | Implement dmamap_load_uio for SGMAPs. | Brad Smith |
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith |
2006-05-06 | fix the untested comment. | Brad Smith |
2006-05-06 | - Add vge(4), lge(4), hme(4), mtd(4), luphy(4) and ciphy(4) | Brad Smith |
2006-05-06 | add ciss(4) to the untested section, 530[24]'s exist with Alpha specific | Brad Smith |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-13 | Use PAGE_SIZE rather than NBPG. | Brad Smith |
2006-04-13 | Don't use NBPG. | Brad Smith |
2006-04-09 | #ifdef lint wraps for va_start | Theo de Raadt |
2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that | Brad Smith |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2006-03-27 | add a few more crypto cards. | Brad Smith |
2006-03-27 | rev 1.30 | Brad Smith |
2006-03-26 | Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and | Brad Smith |
2006-03-20 | factorize SGMAP-mapped DMA map creation and destroy code | Martin Reindl |
2006-03-19 | Do not compile misaligned access recovery code if option SMALL_KERNEL; | Miod Vallat |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-18 | In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter. | Miod Vallat |
2006-03-18 | Switch to a rpcc-based delay() implementation. From NetBSD. | Miod Vallat |
2006-03-17 | Fix single-stepping via ptrace(2); ok art@ kettenis@ | Miod Vallat |
2006-03-16 | Get rid of specific softc structure for pci host bridges, as it is never | Miod Vallat |
2006-03-16 | Get rid of redundant check in tcasicmatch() - we will only request "tcasic" | Miod Vallat |
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt |