Age | Commit message (Expand) | Author |
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 |
2011-02-19 | Only attach if the "device_type" propery is "programmer-button". On the iMac | Mark Kettenis |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat |
2011-01-28 | you use ; to end a statement, not a :. | David Gwynne |
2011-01-27 | Atom uses the same value for bus clock 200 MHz as Core, though | Jonathan Gray |
2011-01-23 | Ansify function. | Joel Sing |
2011-01-23 | Add support to installboot(8) for installing biosboot(8) and boot(8) on | Joel Sing |
2011-01-23 | Ansify functions. | Joel Sing |
2011-01-23 | Spinning up secondary CPUs on an MP kernel results in PDC output on the | Joel Sing |
2011-01-15 | enable RDC Ethernet (vte/rdcphy) | Kevin Lo |
2011-01-14 | creator needs firmload. ok miod@ | Matthieu Herrb |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |