Age | Commit message (Expand) | Author |
2007-04-21 | oops | Theo de Raadt |
2007-04-21 | Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or | Gordon Willem Klok |
2007-04-21 | do not ignore linker failures; ok miod | Theo de Raadt |
2007-04-21 | No more vtophys() on arm. | Miod Vallat |
2007-04-21 | developers keep killing ramdisk drivers | Theo de Raadt |
2007-04-21 | Fix the rcs tags. | Gordon Willem Klok |
2007-04-21 | Add blinkenlights(4) a driver to control the 16 leds found on the front | Gordon Willem Klok |
2007-04-21 | Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now, | Artur Grabowski |
2007-04-20 | Remove leftover trapwrite() prototype from... 80386 support. | Miod Vallat |
2007-04-20 | Segment tables are integral multiples of the page size in LP64 mode, so | Miod Vallat |
2007-04-19 | When doing pmap_collect, skip wired mappings when removing. | Artur Grabowski |
2007-04-19 | Do the late freeing of ptps in pae pmap as well. | Artur Grabowski |
2007-04-19 | sili(4) works fine here. | David Gwynne |
2007-04-18 | Use atomic operations to change the pending software interrupt mask. | Miod Vallat |
2007-04-18 | tidy - number unused cdev_/bdev_ slots | Todd T. Fries |
2007-04-18 | Contrary to the comment in cia_dma_get_tag(), there are machines with cia | Martin Reindl |
2007-04-18 | if possible, fill in hw.serialno; | Martin Reindl |
2007-04-16 | Crank MAXPHYS to the regular 64KB. | Miod Vallat |
2007-04-16 | macppcs can boot off usb disks, so treat "/usb" controllers in the ofw tree | David Gwynne |
2007-04-14 | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI | Miod Vallat |
2007-04-14 | Correctly handle pv_flags for pages used to store ptes, so that they | Miod Vallat |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-13 | Timecounters for macppc. As clean and simple as sparc64. Uses the %tb | Mark Kettenis |
2007-04-13 | Relax the cache flags logic in pmap_kenter_pa, to make sure that mappings | Miod Vallat |
2007-04-13 | Update install media generation to the new semantics of the -c flag. | Todd C. Miller |
2007-04-13 | When freeing PTP pages, we need to wait until TLB shootdown has been | Artur Grabowski |
2007-04-13 | Move the proc0 stack below the proc0 page tables so that in case we | Artur Grabowski |
2007-04-13 | map peeing -> mapping | Miod Vallat |
2007-04-13 | get alpha SMP into a state where it at least compiles: | Martin Reindl |
2007-04-12 | Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK | Thordur I. Bjornsson |
2007-04-12 | Faster signal delivery on i386/MP. | Artur Grabowski |
2007-04-12 | untypo | Artur Grabowski |
2007-04-12 | Discard .comment sections in the final a.out file. | Miod Vallat |
2007-04-12 | __HAVE_CPUINFO for alpha, with bits from netbsd | Martin Reindl |
2007-04-12 | Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted by | Miod Vallat |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2007-04-11 | sili(4) works, why not enable it? | David Gwynne |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | Remove long dead definitions. No functional change. | Miod Vallat |
2007-04-10 | Long forgotten stub. | Miod Vallat |
2007-04-10 | Add bbc(4) and pmc(4). | Mark Kettenis |
2007-04-10 | Driver for the BootBus Controller; sets some magic bits that makes pmc(4) | Mark Kettenis |
2007-04-10 | New driver for watchdog time on NatSemi PC87317 SuperIO chip. | Mark Kettenis |
2007-04-10 | More typos from my list. | Miod Vallat |
2007-04-10 | Remove ARM32_BUFTYPE_RAW, it's never used. | Miod Vallat |
2007-04-10 | ``prob ably'' can be written in one word. | Miod Vallat |
2007-04-10 | Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | privledges -> privileges | Miod Vallat |
2007-04-10 | Do not compile unused dump_tlb() unless option DEBUG. | Miod Vallat |