Age | Commit message (Expand) | Author |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2014-12-22 | bcopy -> memcpy; ok tedu | Theo de Raadt |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-04-08 | remove uneeded inlines here as was done in rev 1.24 of | Jonathan Gray |
2010-11-20 | typo | Miod Vallat |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-10 | Someone went nuts with spaces and tabs. No binary change. | Marco Peereboom |
2010-07-29 | Don't forget to register the i8254-based timecounter if we use the i8254 | Mark Kettenis |
2010-07-25 | in the clock drivers, seperate the soft-state and hard-state which was | Theo de Raadt |
2010-03-25 | Make the i386 and amd64 bus_dma functions for isa less stupid: | Owain Ainsworth |
2009-03-10 | remove the _BUS_DMA_PRIVATE define from amd64 and i386. | Owain Ainsworth |
2008-12-11 | Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 and | Owain Ainsworth |
2008-12-10 | both x86 platforms isa bus_dma implementations handle bus_dmamap_sync | Owain Ainsworth |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | not commited, i'm a retard | Ted Unangst |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-09-17 | MALLOC/FREE -> malloc/free and M_ZERO changes | Charles Longeau |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt |
2007-05-03 | Remove MCA ghosts, no changes in .o files. | Alexander Yurchenko |
2007-04-28 | Remove a duplicate copyright statement. | Jonathan Gray |
2007-01-15 | ansi/deregister | Jonathan Gray |
2006-11-25 | sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-... | Niklas Hallqvist |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek |
2006-06-08 | Move ISA logic of allocation functions to better place. | Tobias Weingartner |
2006-03-08 | Properly route ISA interrupts through ioapics. | Mark Kettenis |
2006-03-01 | from mickey, like on i386: | Theo de Raadt |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2005-12-13 | Remove the advertising clause in the UCB license which Berkeley | Jonathan Gray |
2005-12-11 | Remove some dead code spotted by lint. | Kenneth R Westerback |
2005-12-10 | Kill MCA related includes. | Kenneth R Westerback |
2005-09-27 | make options TIMEZONE and DST work; from form | Theo de Raadt |
2005-09-19 | floppy support; form@openbsd.ru | Theo de Raadt |
2004-06-28 | Use new event counter API for interrupt counting on amd64. Based in part | Theo de Raadt |
2004-06-25 | SMP support. Big parts from NetBSD, but with some really serious debugging | Artur Grabowski |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-03-22 | Initialize msb and lsb tables (from NetBSD). | Thomas Nordin |
2004-03-09 | simplify the delay stuff | Theo de Raadt |
2004-01-28 | an amd64 arch support. | Michael Shalayeff |