Age | Commit message (Expand) | Author |
2006-05-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-05-27 | Nuke defopt remains. Tested on cats and zaurus. | Miod Vallat |
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne |
2006-05-27 | Teach powernow about setperf prioritys, add a setperf_prio to amd64. | Gordon Willem Klok |
2006-05-27 | casting mallloc | Gordon Willem Klok |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback |
2006-05-26 | <machine/rtc.h> is really only footbridge-specific, so, after pruning it from | Miod Vallat |
2006-05-26 | Remove unused defines. | Miod Vallat |
2006-05-26 | Add RCS id. | Miod Vallat |
2006-05-26 | No md math.h in OpenBSD | Miod Vallat |
2006-05-26 | No need to have a struct uvm_object in each pmap when all you want is a | Miod Vallat |
2006-05-26 | Get rid of katelib.h, it was almost unused and is marked as deprecated anyway. | Miod Vallat |
2006-05-25 | Remove unused struct cfdriver field from genericconf struct, as on cats. | Miod Vallat |
2006-05-25 | When looping over va ranges, do not compute the same sdt pointer more than | Miod Vallat |
2006-05-25 | gas will error out with a number of "Error: unassigned file number 1" | Brad Smith |
2006-05-24 | Cleanup and simplify the EST detection: | Dimitry Andric |
2006-05-22 | move VM_NFREELIST out of ifdef kernel for now | Theo de Raadt |
2006-05-21 | Fix AV_IEN() computation for cpu #2 and #3. | Miod Vallat |
2006-05-21 | kvtopte() is not used anymore. | Miod Vallat |
2006-05-21 | some diskless pointers; ok deraadt | Jason McIntyre |
2006-05-21 | Move common definitions shared by the various 88100-based designs to their | Miod Vallat |
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-20 | Let the bootloader pass esym to the kernel, and let the kernel make good use | Miod Vallat |
2006-05-20 | Detect BOOTARG_BOOTMAC coming from PXE; search for interface and attempt | Theo de Raadt |
2006-05-20 | handle BOOTARG_BOOTMAC from boot block; tested by reyk | Theo de Raadt |
2006-05-20 | Lower load address 128KB, to cope with the PROM data area on 8MB machines. | Miod Vallat |
2006-05-20 | push a BOOTARG_BOOTMAC (what PXE says is the MAC address of the interface | Theo de Raadt |
2006-05-20 | add bios_bootmac_t and BOOTARG_BOOTMAC | Theo de Raadt |
2006-05-20 | No need to define two page freelists since we'll only populate one; tested | Miod Vallat |
2006-05-20 | Crank VM_MAX_ADDRESS to 4GB minus one page now that pmap will accept it. | Miod Vallat |
2006-05-20 | Make sure pmap copes with address wraparounds when operating on ranges. | Miod Vallat |
2006-05-20 | NFSCLIENT can obviously fit on here | Theo de Raadt |
2006-05-20 | Directly pass a pmap to flush_atc_entry() instead of individual fields of it. | Miod Vallat |
2006-05-20 | Do not wait until Lstart2 to reset the HP MMU command register on models | Miod Vallat |
2006-05-20 | Put explicit barriers in in-line spl functions. | Miod Vallat |
2006-05-20 | Some more EST improvements: | Dimitry Andric |
2006-05-20 | Hints and commented out lines about future work. | Miod Vallat |
2006-05-20 | This file was not supposed to be imported initially, but it might as well | Miod Vallat |
2006-05-20 | Introduce a ``struct board'' platform abstraction, to be able to support | Miod Vallat |
2006-05-20 | Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs, | Miod Vallat |
2006-05-20 | Save the PROM VBR on startup, rather than assuming the PROM (and thus its | Miod Vallat |
2006-05-20 | delete old #ifdef INSTALL chunk | Theo de Raadt |
2006-05-20 | do not even match on unsupported hw (instead of return from attach); from 710 | Michael Shalayeff |
2006-05-19 | Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''. | Miod Vallat |
2006-05-19 | INTSTACK_SIZE is not used anymore. | Miod Vallat |
2006-05-19 | clean out some NetBSD cruft from the pmap code. | Brad Smith |