Age | Commit message (Expand) | Author |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-28 | Fix comparison between signed and unsigned integer. Makes the random | Mark Kettenis |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries |
2007-05-26 | tht works | David Gwynne |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries |
2007-05-26 | Add re(4). From brad at comstyle dot com. | Mark Kettenis |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev |
2007-05-21 | Switch pcfiic to rwlock. | Jonathan Gray |
2007-05-20 | Replace ASSERT with KDASSERT and get rid of its definition; while there, | Miod Vallat |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove unused variable. | Mark Kettenis |
2007-05-15 | We will never call OpenFirmware from 32-bit code. | Mark Kettenis |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-14 | Move want_resched into struct cpu_info. | Mark Kettenis |
2007-05-14 | Nuke code to support the Solaris bootloader and old 32-bit bootloaders. | Mark Kettenis |
2007-05-13 | Put names we get from the prom between double quotes when we print them. | Mark Kettenis |
2007-05-11 | Don't clear %tick register. Should not be necessary and undesirable since | Mark Kettenis |
2007-05-06 | Whack "No counter-timer" message. These days, most UltraSPARC cpu's don't | Mark Kettenis |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-05-03 | sensible version strings; ok miod | Theo de Raadt |
2007-05-02 | Move sparc64 to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-02 | Fix typo. ok miod@. | Tom Cosgrove |
2007-05-01 | Don't rely on the PROM to have configured the interrupts. Make Simics boot | Mark Kettenis |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-05-01 | RAMDISK kernels do not need DIAGNOSTIC | Theo de Raadt |
2007-04-30 | check for exit string earlier | Theo de Raadt |
2007-04-30 | use boot(RB_USERREQ | RB_HALT) to get back to the prom instead of | Theo de Raadt |
2007-04-27 | Even floppies should use DISKLABELDEV() on the dev_t parameter to | Kenneth R Westerback |
2007-04-24 | Tell init(8) to power down machine instead of just halting it. | Mark Kettenis |
2007-04-24 | do not printf+panic, when a longer panic message is easier; kettenis ok | Theo de Raadt |
2007-04-24 | Make power(4) map registers in io space if mem space fails. | Mark Kettenis |
2007-04-22 | - Use pmap_get_page and pmap_free_page to manage memory allocations | Artur Grabowski |
2007-04-22 | ahci works on sparc64. wish the teeny teeny tiny jmicron sample i have | Theo de Raadt |
2007-04-21 | Do a simple switch to VM_PAGE_MD. Just the path of least resistance for now, | Artur Grabowski |
2007-04-13 | While splitting flags and pqflags might have been a good idea in theory | Artur Grabowski |
2007-04-12 | Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCK | Thordur I. Bjornsson |
2007-04-11 | sili(4) works, why not enable it? | David Gwynne |
2007-04-10 | Add bbc(4) and pmc(4). | Mark Kettenis |
2007-04-10 | Driver for the BootBus Controller; sets some magic bits that makes pmc(4) | Mark Kettenis |
2007-04-10 | New driver for watchdog time on NatSemi PC87317 SuperIO chip. | Mark Kettenis |
2007-04-10 | Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |