Age | Commit message (Expand) | Author |
2012-12-22 | Attach all known U3 AGP bridges | Martin Pieuchot |
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-09 | Recognize 7448 and 970MP processors. | Brad Smith |
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-06 | Implement bus_space_mmap(9). | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
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-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-15 | Print UniNorth/U3 revision number, taken from opemfirmare, to know which | Martin Pieuchot |
2012-10-14 | The msdos1mb file has not been used since we got newfs_msdos. | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-08 | push irqloop warnings into #ifdef DEBUG | Theo de Raadt |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-08 | Include files.agp to be able to check against NAGP in the drm agp glue. | Martin Pieuchot |
2012-09-02 | Allow bootblocks to build in PIE; joint effort with pascal | Theo de Raadt |
2012-09-02 | Bump the buffer size from 32 to 128 bytes, because some responses may | Martin Pieuchot |
2012-08-30 | Determine the memory and mmio regions based on previously initialzed BAR | Martin Pieuchot |
2012-08-30 | Add the possibility to map DMA memory non-cached, based on the i386/amd64 | Martin Pieuchot |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-24 | ansi | Jonathan Gray |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-21 | For interrupts that get established before we attach the interrupt controller, | Mark Kettenis |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-21 | Only allow the memory and mmio regions to be mmap()'ed at their real | Martin Pieuchot |
2012-06-20 | move to 5.2-beta | Theo de Raadt |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-03-26 | Add APM_IOC_HIBERNATE | Theo de Raadt |
2012-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
2012-01-29 | Ansify and remove useless variable. | Martin Pieuchot |
2012-01-29 | Start cleaning vgafb(4) to be make it more like vga(4). Remove unused | Martin Pieuchot |
2012-01-11 | crank to 5.1-beta | Theo de Raadt |
2012-01-06 | Attach ath(4) to cardbus and add it to bsd.rd | Martin Pieuchot |
2011-11-19 | Remove unused function forgotten during the switch to the interactive | Martin Pieuchot |
2011-11-19 | Rewrite the parsing of arguments given to the ofwboot and restore the | Martin Pieuchot |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-10 | Remove unused %s from a printf(), properly cast const void* to const | Kenneth R Westerback |
2011-11-08 | Garbage collect now unused MKDEP definitions. ok deraadt@ | Matthieu Herrb |
2011-10-28 | Enable interrupts while processing off level interrupts. simplify code | Dale Rahn |
2011-10-28 | Ignore devices with irq 0 on mpcpci bus, the only devices seen this | Dale Rahn |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-24 | Revert last change, reported increased stablility with the change was | Dale Rahn |
2011-10-22 | Do not run off level interrupts with external interrupts disabled as | Dale Rahn |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-29 | Fix local types in vgafb_pci_probe(), to match what pci_*_find() expect, | Miod Vallat |