Age | Commit message (Expand) | Author |
2013-01-01 | <machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic. | Miod Vallat |
2013-01-01 | Add a "memory" clobber to the flush_pipeline() assembly construct, to make sure | Miod Vallat |
2012-12-31 | Switch mvme68k boot blocks to use the MI libsa loadfile routines to load | Miod Vallat |
2012-12-31 | Allow native ELF binaries (none yet) to run. | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |
2012-12-31 | Eliminate orig_errno, which could be uninitialized in one case, by doing | Philip Guenther |
2012-12-30 | Prevent a branch-with-delay-slot instruction to be the delay slot of a previous | Miod Vallat |
2012-12-26 | Nuke commons. | Miod Vallat |
2012-12-25 | Add GENERIC.MP | Miod Vallat |
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot |
2012-12-22 | We already zero out the trapframe, so there is no reason to set individual | Mark Kettenis |
2012-12-17 | Add a list of alpha systems and their SRM footprint in the linker script | Miod Vallat |
2012-12-17 | Unbreak bootblocks on Alpha by fixing the primary load address. A | Martynas Venckus |
2012-12-13 | iMac G3 grahic cards have a ``misc'' pci subclass that's why they weren't | Martin Pieuchot |
2012-12-10 | Correct macobio functions to only read and write one byte of data instead | Martin Pieuchot |
2012-12-10 | Implement support for Extended Sequence Numbers for the aesni driver | Mike Belopuhov |
2012-12-10 | Add cdce(4). | Brad Smith |
2012-12-09 | clarify that changes to this module were not done by intel | Mike Belopuhov |
2012-12-09 | get rid of awkward label names and use simple forward/backward | Mike Belopuhov |
2012-12-09 | whitespace cleanup that's been due a long time | Mike Belopuhov |
2012-12-09 | Recognize 7448 and 970MP processors. | Brad Smith |
2012-12-08 | Make ldomd(8) to control the availability of virtual disks to guest domains. | Mark Kettenis |
2012-12-08 | Fix a comment now that PowerPC 970 are recognized, make it clear that | Martin Pieuchot |
2012-12-08 | Recognize PowerPC 970 CPUs present in early PowerMac G5 from 2003 (7,2 and | Martin Pieuchot |
2012-12-08 | Descriptor rings can be larger than a single page, so add the offset instead | Mark Kettenis |
2012-12-08 | Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE. | Martin Pieuchot |
2012-12-07 | Use a timeout to do a delayed handshake if the receive queue of the LDC | Mark Kettenis |
2012-12-06 | Implement bus_space_mmap(9). | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | Remove the gcc 2 m88k varargs logic. You gave me a lot of trouble and no pony, | Miod Vallat |
2012-12-04 | Attach the 2nd core of SPARC64-VI and SPARC64-VII CPUs. | Mark Kettenis |
2012-12-04 | Implement bus_space_mmap(9). | Mark Kettenis |
2006-04-18 | Oops, correct import this time. | Miod Vallat |
2012-12-04 | Enable agp(4) | Martin Pieuchot |
2012-12-04 | Add support for Uninorth AGP bridges found in most if not all the macppc | Martin Pieuchot |
2012-12-04 | Make bus_dmamem_mmap(9) understand the BUS_DMA_NOCACHE flag, required for | Martin Pieuchot |
2012-12-04 | Only pull in sys/cdefs.h if needed | Theo de Raadt |
2012-12-03 | Close disk images if the client disconnects. This makes it possible to | Mark Kettenis |
2012-12-03 | avoid depending on gcc cast as lvalue extension which | Jonathan Gray |
2012-12-02 | Implement hardware flow control and enable it by default (by setting CRTSCTS). | Mark Kettenis |
2012-12-02 | Add "support" for VD_OP_GET_WCE and VD_OP_SET_WCE. These operations don't | Mark Kettenis |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-12-01 | Crank boot blocks version because of the compiler change. | Miod Vallat |
2012-12-01 | Switch m88k ports to gcc 3. | Miod Vallat |
2012-12-01 | Silently ignore VD_OP_GET_DEVID as Solaris uses it even though we don't | Mark Kettenis |
2012-11-29 | Enable rtsx(4) in GENERIC on i386 and amd64. | Stefan Sperling |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-11-27 | Add acpi_{acquire,release}_glk locking functions. | Paul Irofti |
2012-11-25 | Avoid using multiline litterals in __asm__ statement, gcc3 complains about | Miod Vallat |