Age | Commit message (Expand) | Author |
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 |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2013-11-18 | Normalize code sequence around dumpsys(), doshutdownhooks(), and | Masao Uebayashi |
2013-11-18 | replace disksort with bufqs. basically a copy of the same change in sparc64 | David Gwynne |
2013-11-16 | Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using one | Kenji Aoyama |
2013-11-16 | Copied from amd64.. | Brad Smith |
2013-11-16 | Allow initial device mappings (from pmap_table) to be backed up by BATC. | Miod Vallat |
2013-11-16 | Allow ddb to be entered from the keyboard, if glass console and ddb.console=1, | Miod Vallat |
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano |
2013-11-15 | Start cleaning this driver. No functional change. | Federico G. Schwindt |
2013-11-15 | Make vax stand build cross-build friendly. | Masao Uebayashi |
2013-11-13 | Do not map frame buffer resources the kernel doesn't use; only keep the | Miod Vallat |
2013-11-13 | add missing headers here too, forgotten after testing the diff. | Jasper Lievisse Adriaanse |
2013-11-13 | Add missing includes. | Sylvestre Gallon |
2013-11-13 | fix typo in last commit | Theo de Raadt |
2013-11-13 | boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports. | Masao Uebayashi |
2013-11-13 | Use DL_GETPOFFSET() to get partition offset, except where we | Kenneth R Westerback |
2013-11-13 | Honor RB_TIMEBAD on vax too as other ports. | Masao Uebayashi |
2013-11-12 | Oops. Use %llu for DL_GETDSIZE() value. | Kenneth R Westerback |
2013-11-12 | Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb | Federico G. Schwindt |
2013-11-12 | Use daddr_t to hold calculated disk sector address. %d -> %lld to | Kenneth R Westerback |