Age | Commit message (Expand) | Author |
2010-05-13 | Only enable acceleration code if specific device properties exist; this should | Miod Vallat |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-10 | Don't postincrement a casted pointer; split into multiple statements instead. | Mark Kettenis |
2010-05-10 | Continue with the horrible habit of using agp_machdep.c for agp related MD | Owain Ainsworth |
2010-05-10 | /* XXX - we don't use __COMPILER_INT64__ */ so remove it. | Mark Kettenis |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Fix comments as well. | Mark Kettenis |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat |
2010-05-09 | Program a larger PCI retry hold interval if there is a Lucent USB controller | Miod Vallat |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis |
2010-05-09 | Make single stepping a system call work. Instead of single stepping through | Mark Kettenis |
2010-05-09 | hander -> handler | Jasper Lievisse Adriaanse |
2010-05-09 | Handle .rodata.* sections emitted by gcc4 the same way as .rodata and .rodata1. | Mark Kettenis |
2010-05-09 | Make i386 use a pointer to the trap frame like everybody else instead of | Mark Kettenis |
2010-05-08 | disk_busy()/disk_unbusy() dance; from NetBSD. | Miod Vallat |
2010-05-08 | Huge work-in-progress commit to support Loongson 2E-based evaluation boards | Miod Vallat |
2010-05-08 | Page Attribute Tables (PAT) support for x86. | Owain Ainsworth |
2010-05-07 | fix packed use as pointed out by gcc4. | Jonathan Gray |
2010-05-06 | Change trap() and syscall() to accept a pointer rather than using call | Nicholas Marriott |
2010-05-06 | Ansify functions and use "clock" rather than the CPU name for clock | Joel Sing |
2010-05-06 | Count the number of CPUs in the system. | Joel Sing |
2010-05-05 | Since we never set the X bit for directly mappings, nothing can be moved into | Mark Kettenis |
2010-05-02 | Properly initialize the members of `struct mdproc' that deal with | Mark Kettenis |
2010-05-02 | The Cyrix "coma bug" workaround code has a really convoluted way to write 0 | Mark Kettenis |
2010-05-02 | Precompute the userland process apr cache bits into a global variable. | Miod Vallat |
2010-05-01 | incomming -> incoming | Michael Knudsen |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |
2010-04-29 | Add the CR_PAT MSR to the list of defined msrs. | Owain Ainsworth |
2010-04-29 | Currently pdc_scanbus() scans in reverse, which results in physical CPU0 | Joel Sing |
2010-04-29 | Use per CPU hardware interrupt mask. | Joel Sing |
2010-04-29 | Store hardware timer information per CPU. | Joel Sing |
2010-04-28 | We no longer need -Di386. | Mark Kettenis |
2010-04-28 | Only invoke setcurcpu() #ifdef MULTIPROCESSOR | Miod Vallat |
2010-04-28 | Do not modify hardware interrupt mask when establishing a soft interrupt | Joel Sing |
2010-04-28 | Storeing current cpu_info address into LLAddr register, for curcpu(). | Takuya ASADA |
2010-04-28 | no need to depend on a file twice | Theo de Raadt |
2010-04-28 | clean up more more subtle and stupid differences between the various | Theo de Raadt |
2010-04-27 | Fix inline assembler to make it acceptable to gcc4. Based on a diff from | Mark Kettenis |
2010-04-27 | Avoid null-pointer dereference by giving proc0 a place to store its | Mark Kettenis |
2010-04-27 | Don't use cast expressions as lvalues; gcc4 complains about them. And gcc3 | Mark Kettenis |
2010-04-27 | Killing a few more diffs for theo, arm makes #LINKFLAGS, beagle cleanup, | Dale Rahn |
2010-04-27 | Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line), | Theo de Raadt |
2010-04-27 | Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3 | Jonathan Gray |
2010-04-27 | Use the form ${_archdir}/${_arch} to reach a few more places, unifying the | Theo de Raadt |
2010-04-27 | arm32 define isn't used on any arm platforms, and machine/io.h doesn't exist, | Dale Rahn |
2010-04-27 | A lot of the sections in this were out of whack with the order they | Theo de Raadt |