Age | Commit message (Expand) | Author |
2010-12-05 | PCIe based sparc64 machines have always supported access to the extended PCIe | Mark Kettenis |
2010-12-04 | correct constant name | Takuya ASADA |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Remove pci configuration space acces hook infrastructure, which got copied | Miod Vallat |
2010-12-04 | Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide | Miod Vallat |
2010-12-04 | Make sgi port compile again. | Joel Sing |
2010-12-04 | The pm_cpus member of the pmap is now a 64bit integer: update the assembly | Philip Guenthe |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-29 | double the default message buffer size. again. | David Gwynne |
2010-11-29 | bump the number of supported cpus from 32 up to 64. lets me attach and use | David Gwynne |
2010-11-28 | Rename the pmap_growkernel() current limit variable from virtual_end to | Miod Vallat |
2010-11-28 | Get rid of machdep.root_device sysctl and related variables. | Miod Vallat |
2010-11-28 | Do not declare a struct cfdriver and initialize it, and then write `extern | Miod Vallat |
2010-11-28 | boot descriptor support added | Takuya ASADA |
2010-11-28 | Remove unused CONF_HAVE_xxx defines, arm conf.c really only cares about | Miod Vallat |
2010-11-28 | Remove inapplicable or no longer used cdevsw[] entries and macros. | Miod Vallat |
2010-11-28 | Use angle brackets instead of quotes, to bring the common arm file. | Miod Vallat |
2010-11-28 | This file redefines the IRQdisable and IRQenable macros, but never uses them, | Miod Vallat |
2010-11-28 | Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernel | Miod Vallat |
2010-11-28 | Update comment to no longer mention a page is 4KB, since this may not be the | Miod Vallat |
2010-11-28 | Enable __HAVE_PMAP_DIRECT on mips64, unless the kernel is configured to | Miod Vallat |
2010-11-28 | Allow mips64-based ports to override the default mips64 VM_PHYSSEG_STRAT | Miod Vallat |
2010-11-28 | Remove unused gscbus bus_dma_tag_t. | Miod Vallat |
2010-11-28 | Don't bother .import'ing a dead global. | Miod Vallat |
2010-11-27 | Rework the way saved registers are displayed in arm backtraces, to yield a | Miod Vallat |
2010-11-27 | Get rid of the global pmap list and related debug code. While there, merge | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Misaligned load/store recovery code in the kernel, enabled by T_FIXALIGN | Miod Vallat |
2010-11-27 | Remove unused vgafb_cnprobe(). | Miod Vallat |
2010-11-27 | Missed one rbus_new_body() call in previous change. | Miod Vallat |
2010-11-27 | Make sure kcopy() returns EFAULT instead of -1 upon failure on vax, and | Miod Vallat |
2010-11-27 | Make sure we don't attach more CPUs than we can handle. Prevents an | Mark Kettenis |
2010-11-26 | In gfxp_copyrect(), make sure that the - possibly negative - coordinate field... | Miod Vallat |
2010-11-26 | Oops, removed a few lines too many in previous change. | Miod Vallat |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-26 | Nuke the unused variable cpus_attached. It is unused and 32 bits | Kenneth R Westerback |
2010-11-24 | Floating-point emulation code for systems lacking proper FPU (i.e. Octeon), | Miod Vallat |
2010-11-24 | Make sure ptrace_sstep(,0) actually clears breakpoints, by replacing the | Miod Vallat |
2010-11-24 | Implement a real pmap_proc_iflush() instead of relying on trap.c to perform | Miod Vallat |
2010-11-23 | passing stack pointer to secondary processors | Takuya ASADA |
2010-11-23 | Correct interrupt handling | Takuya ASADA |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat |
2010-11-22 | Use cons_decl() to get console routine prototypes, instead of rolling our own. | Miod Vallat |
2010-11-22 | Remove bus_space_probe prototype, this function is not implemented. | Miod Vallat |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat |