Age | Commit message (Expand) | Author |
2011-04-01 | Fix comment: amd64's list of callee-saved registers isn't the same as i386 | Philip Guenthe |
2011-03-31 | Recognize Loongson 3A processors, but don't accept to run on them yet, the | Miod Vallat |
2011-03-30 | Use #ifdef TRAPDEBUG and fix indentation. | Joel Sing |
2011-03-30 | Fix diagnostic by correctly initialising oldcpl. | Joel Sing |
2011-03-28 | Include mlphy(4) to the kernels that include tl(4). | Claudio Jeker |
2011-03-27 | Save r4-r18. Even though the firmware specification says these registers are | Mark Kettenis |
2011-03-27 | Make sure the message buffer area is not zeroed unconditionaly, instead let | Miod Vallat |
2011-03-24 | Process interrupts in priority order. Joint work with jsing@. | Mark Kettenis |
2011-03-24 | remove whitespace | Robert Nagy |
2011-03-23 | Including <sparc64/intreg.h> here is ugly, but intr.h only comes from | Theo de Raadt |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-22 | no need for a xxxpower function; ok drahn | Theo de Raadt |
2011-03-22 | renegade spaces; no binary change | Marco Peereboom |
2011-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
2011-03-19 | Make amd64/i386 installboot error out if /boot would cross the | Kenneth R Westerback |
2011-03-18 | Add some delay between a successful keyboard reset sequence and a keyboard | Miod Vallat |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-18 | Old-style MTRRs were never used on amd64, so remove the remaining traces | Philip Guenthe |
2011-03-17 | - recognize OMAP3630/DM3730, as found in the beagleboard xM | Jasper Lievisse Adriaanse |
2011-03-17 | Make the various findopenbsd() functions non-recursive, eliminating | Kenneth R Westerback |
2011-03-16 | Recognize LM6002 as prefix for earlier Fuloong designs, and also recognize | Miod Vallat |
2011-03-15 | unbreak tree for nested endian.h includes | Theo de Raadt |
2011-03-15 | Bunch of white space and style adjustments to make amd64 version | Kenneth R Westerback |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-14 | use DPLL5 as a 120MHz reference clock to be used by the usb subsystem which | Jasper Lievisse Adriaanse |
2011-03-14 | Support pieces for usb (not working just yet). | Dale Rahn |
2011-03-14 | - replace a magic number with an address define, as checked against | Jasper Lievisse Adriaanse |
2011-03-14 | Fix spelling in comment | Philip Guenthe |
2011-03-13 | Disable write gathering on devio settings we inherit from ARCS. | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-12 | Be more paranoid when attempting to parse an IA record, and make sure we | Miod Vallat |
2011-03-12 | Implement swap64 with the bswapq instruction. (Commit stolen from mikeb@) | Philip Guenthe |
2011-03-12 | incorrect parameters to warn() | Theo de Raadt |
2011-03-12 | Add missing __statement modifiers in various endian.h files and correct | Philip Guenthe |
2011-03-12 | Provide distinct segments for the %fs and %gs selectors to use by | Philip Guenthe |
2011-03-11 | Zap stack garbage before passing buffer to biosd_io(), which may | Kenneth R Westerback |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-03-08 | vrng should go onto the ramdisk. | Theo de Raadt |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2011-03-07 | noone will ever use NTFS on alpha | Theo de Raadt |
2011-03-06 | The global_int information acpi collects is not used by amd64. | Theo de Raadt |
2011-03-05 | since the bus_space_barrier function does the same membar operation for | Theo de Raadt |
2011-03-03 | Prevent division-by-zero when scaling down to the screen resolution. Make | Mark Kettenis |
2011-03-03 | Crank MAXDSIZ up to 2G on macppc and socppc. | Antoine Jacoutot |
2011-03-03 | - remove unused devices for which we have no drivers (yet?) | Jasper Lievisse Adriaanse |
2011-03-02 | Change va_arg and va_end definitions from object-like macros to | Matthew Dempsky |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-02-21 | Remove redundant statement to keep this in line with radeonfb(4). | Mark Kettenis |
2011-02-21 | Re-initialize acceleration engine after leaving X. | Mark Kettenis |