Age | Commit message (Expand) | Author |
2011-10-22 | Comment out wsmux to save kernel text, since USB support is missing from | Miod Vallat |
2011-10-22 | Do not run off level interrupts with external interrupts disabled as | Dale Rahn |
2011-10-21 | Pile of diffs to improve beagle/panda status. fetching u-boot parameters | Dale Rahn |
2011-10-21 | Add bounds checks for access to mp_busses. | Mark Kettenis |
2011-10-21 | Add bounds checks for access to mp_busses. Also make sure that we don't | Mark Kettenis |
2011-10-21 | Copy the DUID back and forth between the in-core label and the Motorola VID | Miod Vallat |
2011-10-21 | Fix 1.43 to not bzero the in-core disklabel but really the UniOS disklabel | Miod Vallat |
2011-10-19 | API change to initarm to pass arguments from the bootloader thru to MD | Dale Rahn |
2011-10-19 | Oh yeah, a cvs id is good | Philip Guenthe |
2011-10-17 | Change to use r8,r9,r10 instead of r0,r1,r2. This is necessary because | Dale Rahn |
2011-10-17 | Add which is incomplete, but needs love. | Dale Rahn |
2011-10-17 | Rules to build bsd.rd and bsd.umg, Should not be here, but until we get | Dale Rahn |
2011-10-15 | "TLS-lite": add kernel support for a per-thread userspace pointer, | Philip Guenthe |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-13 | I'm sick and tired of people doing misalgned reads and writes to PCI config | Mark Kettenis |
2011-10-12 | Remove all MD diagnostics in cpu_switchto(), and move them to MI code if | Miod Vallat |
2011-10-10 | Extend pci_probe_device_hook() on sgi xbridge(4) to return either the straight | Miod Vallat |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray |
2011-10-09 | Pad the ECOFF output file to a 512 bytes boundary; older AViiON firmware will | Miod Vallat |
2011-10-09 | Cope with the recent pmap changes to prevent them from accidentally unmap | Miod Vallat |
2011-10-09 | Let BUS_DMA_COHERENT allocations return cache-inhibited pages. | Miod Vallat |
2011-10-09 | Finally fix the kernel mode apr to remove the forced write-through cache | Miod Vallat |
2011-10-09 | Split the tlb invalidate routines into 88100 and 88110 specific routines, and... | Miod Vallat |
2011-10-09 | Correctly handle invalidate of partial cache lines, for the Nth time. | Miod Vallat |
2011-10-09 | Rework secondary processor initialization. cmmu initialization is now | Miod Vallat |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-10-06 | An #ifdef without a #else in the middle of an indexed array is bad. | Theo de Raadt |
2011-10-04 | In the coming future, we are more likely to need ehci(4) than sk(4) or | Theo de Raadt |
2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, | Miod Vallat |
2011-09-29 | Get size of struct disklabel for the sake of the assembly code with a | Miod Vallat |
2011-09-28 | Oops, do not do last minute edits before commit... Make the previous change | Miod Vallat |
2011-09-28 | disable the fifo on m series systems by telling the driver its a 16550 | David Gwynne |
2011-09-27 | Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t or | Miod Vallat |
2011-09-27 | Make struct label_t large enough for the kernel setjmp() purposes. Found after | Miod Vallat |
2011-09-27 | Use a pool to allocate pv_entry from, instead of allocating whole pages and | Miod Vallat |
2011-09-27 | Try to put more sanity in the machine check handling: | Miod Vallat |
2011-09-26 | Notify ifmedia layer of loss of link on SGEC interfaces (which only gets | Miod Vallat |
2011-09-22 | KNF of mlarkin's code, requested by him. Some improvements to the interface | Theo de Raadt |
2011-09-22 | Ansify functions definitions. | Joel Sing |
2011-09-22 | Declare waittime variable to unbreak build. | Joel Sing |
2011-09-22 | None of the mainbus child devices care about getting a bus_space_tag_t from | Miod Vallat |
2011-09-22 | nowadays uvm_init() calls pmap_init(), not vm_init(); so update the comments. | Jasper Lievisse Adriaanse |
2011-09-22 | this escaped when miod threw cats off a bridge | Jonathan Gray |
2011-09-22 | Start removing some tiny irrelevant differences between hppa64 and hppa | Theo de Raadt |
2011-09-22 | Catchup to hppa disksubr: determining label offset the new way | Theo de Raadt |
2011-09-22 | Do not trash the mask value when setting and clearing the system mask. | Joel Sing |
2011-09-22 | The MY_COUNT abstraction which depends on locore including these two | Theo de Raadt |
2011-09-22 | spacing cleanup after mlarkin visited the file | Theo de Raadt |
2011-09-22 | Disable option DEBUG for hppa64 - it is now too noisy to be useful. | Joel Sing |