Age | Commit message (Expand) | Author |
2013-12-22 | Only attach cpu0 on single-processor kernels, to match the expected behaviour. | Miod Vallat |
2013-12-22 | Compute ncpusfound correctly. The logic was there but the count variable was | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-22 | Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching | Miod Vallat |
2013-12-22 | format string fix: %lx for register_t | Stefan Fritsch |
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky |
2013-12-19 | oh sorry, I forgot two #ifdef | Theo de Raadt |
2013-12-19 | Mtrr stops being a pseudo-device. We need to probe the cpu type and | Theo de Raadt |
2013-12-19 | Use shifts instead of integer multiplication by the page size in the | Miod Vallat |
2013-12-19 | sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does. | Miod Vallat |
2013-12-19 | recognize octeon 2 cpus; as found in the lanner mr326 | Jasper Lievisse Adriaanse |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis |
2013-12-11 | Better bus error diagnostics (this really only affects IP28). Also, do what | Miod Vallat |
2013-12-11 | do not include empty (and already removed) files; ok syl@ | Christian Weisgerber |
2013-12-11 | remove empty files; ok syl@ | Christian Weisgerber |
2013-12-09 | Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT | Mark Kettenis |
2013-12-08 | reflect reality, mark as NOOBJ | Marc Espie |
2013-12-08 | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the | Miod Vallat |
2013-12-08 | Enable rum(4) for armv7. Committing through it on pandaboard. | Martynas Venckus |
2013-12-07 | Remove the agp-specific bus_dma code. It is no longer used now that | Mark Kettenis |
2013-12-07 | Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 too | Brad Smith |
2013-12-06 | Make clflush() flush the cache line specified by the address we pass it | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-12-05 | Correct spin timeout detection in __mp_lock debug code. | Masao Uebayashi |
2013-12-04 | Looks like the eMMC does no like block read request lower than block | Sylvestre Gallon |
2013-12-01 | no longer needed | Miod Vallat |
2013-12-01 | switch mvme68k to the MI zs(4) driver. | Miod Vallat |
2013-11-30 | Spurious linefeed | Miod Vallat |
2013-11-30 | unbreak | Miod Vallat |
2013-11-28 | fix typo | Theo de Raadt |
2013-11-28 | Appease LLVM's integrated assembler. | Brad Smith |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-11-26 | make this compile after dlg's recent change | Martin Reindl |
2013-11-24 | Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap | Miod Vallat |
2013-11-24 | Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this. | Miod Vallat |
2013-11-24 | Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating | Miod Vallat |
2013-11-24 | I2C driver for am335x, ported from netbsd, not enabled yet. | Raphael Graf |
2013-11-23 | Run doshutdownhooks() and config_suspend() even when boot() is called while | Masao Uebayashi |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-20 | Update comments mentioning `resource maps' to mention `extents' instead. | Miod Vallat |
2013-11-20 | oops, typo | Theo de Raadt |
2013-11-20 | Add gpio(4) support for omap3/4 and am335x. | Raphael Graf |
2013-11-20 | give this a real chance to compile | Miod Vallat |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-19 | format string fixes picked up with -Wformat=2 | Philip Guenther |