Age | Commit message (Expand) | Author |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-05-21 | First step towards supporting sun4us machines with Fujitsu's SPARC64-V CPU. | Mark Kettenis |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-05-14 | Add cmpci(4) and uncomment the eap(4) MIDI attachment. | Brad Smith |
2008-05-02 | Implement rw_cas correctly, unlike previous revision where I was obviously | Miod Vallat |
2008-04-28 | Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we | Mark Kettenis |
2008-04-28 | Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. | Mark Kettenis |
2008-04-22 | Works better, but still needs debug on to work.. | Theo de Raadt |
2008-04-21 | Work in progress at supporting the Mentor Graphics i2c core found in | Theo de Raadt |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-20 | Remove the random() function from locore.s (which used sparcv7 instructions, | Mark Kettenis |
2008-04-20 | Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels. | Mark Kettenis |
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-04-17 | Really try to schedule clock ticks at fixed intervals. Make sure hardclock() | Mark Kettenis |
2008-04-16 | Support the pcf8584 variant found on the u25/45. | Mark Kettenis |
2008-04-16 | Turns out getpropstring() returns an empty string if a property is missing | Mark Kettenis |
2008-04-16 | Make sure tickcmpr_set() always writes a time in the future. | Mark Kettenis |
2008-04-15 | Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would | Mark Kettenis |
2008-04-15 | Add support for the Texas Instruments bq4802 real-time clock found on the | Mark Kettenis |
2008-04-14 | Introduce macros to switch to normal and alternate globals and switch to | Mark Kettenis |
2008-04-13 | Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. | Mark Kettenis |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-12 | Introduce macros to get and set the MMU context ID in asm code and switch to | Mark Kettenis |
2008-04-10 | Make sun4v_broadcast_ipi() do its job by making a single hypervisor call | Mark Kettenis |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-08 | For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't | Mark Kettenis |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-04-07 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-03 | Use atomic operations to invalidate TSB entries. | Mark Kettenis |
2008-04-03 | Make ebus(4) work on sun4v. | Mark Kettenis |
2008-04-03 | Some cosmetic changes. | Mark Kettenis |
2008-04-02 | Add nsgphy(4). | Mark Kettenis |
2008-04-02 | For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes the | Mark Kettenis |
2008-03-31 | Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdown | Mark Kettenis |
2008-03-30 | Remove for #if 0'ed out code I left behind with the previous commit. | Mark Kettenis |
2008-03-30 | More sun4v support. GENERIC and RAMDISK kernels will now boot on both | Mark Kettenis |
2008-03-29 | Don't double count clock and prof interrupts. | Mark Kettenis |
2008-03-26 | Disable some code that reads some sun4u-specific registers for diagnostic | Mark Kettenis |
2008-03-24 | Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. | Mark Kettenis |
2008-03-24 | Use correct cpuid on sun4v. | Mark Kettenis |
2008-03-23 | Add code to initialize CPUs on sun4v. | Mark Kettenis |
2008-03-23 | Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename the | Mark Kettenis |
2008-03-23 | typo; deraadt | Miod Vallat |
2008-03-23 | Not-functional-enough driver for the Sun Expert3D cards, put in tree as an | Miod Vallat |
2008-03-23 | Use new defines from pcidevs to match Expert3D. | Miod Vallat |
2008-03-23 | Fix ovbcopy() operation when copying shorts backwards, similar to sparc | Miod Vallat |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback |
2008-03-22 | Reintroduce the cputyp variable, and use it to distinguish between sun4u and | Mark Kettenis |
2008-03-22 | Simplify cpu_switchto() such that it doesn't need to know the number of | Mark Kettenis |