Age | Commit message (Expand) | Author |
2013-10-24 | s/ALLWINNER/SUNXI/g | Jasper Lievisse Adriaanse |
2013-10-24 | - strip unneeded comment and add defines for the SID (to be used shortly) | Jasper Lievisse Adriaanse |
2013-10-24 | in_var.h is not needed. | Martin Pieuchot |
2013-10-23 | whitespace | Jasper Lievisse Adriaanse |
2013-10-23 | Add a sc_hwinit callback when running on an ILACC, to make sure CSR4 does | Miod Vallat |
2013-10-23 | rename some defines as well | Jasper Lievisse Adriaanse |
2013-10-23 | rename 'allwinner' to 'sunxi' to actually match the SoC name instead of using | Jasper Lievisse Adriaanse |
2013-10-23 | adapt to new DL_BLKTOSEC(); ok krw | Theo de Raadt |
2013-10-23 | Fix sorting and ordering. | Raphael Graf |
2013-10-23 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-10-23 | Checkpoint of work-in-progress DMA support for oaic(4). Not working yet, | Miod Vallat |
2013-10-23 | Do not print the higher address of the muticast range in debug mode, | Martin Pieuchot |
2013-10-23 | Crank bootblock versions after last commit | Mike Larkin |
2013-10-23 | Allow uppercase "K/M/G" specification in "machine memory" boot command. | Mike Larkin |
2013-10-22 | Some current boards do not have write-through caching. For those, | Patrick Wildt |
2013-10-22 | Replace some backwards compat functions with the current ones; the old | Brian Callahan |
2013-10-22 | addl *-ALLWINNER and *-IMX | Jasper Lievisse Adriaanse |
2013-10-22 | add support for allwinner-based devices (A1x/A20), such as the cubieboard; | Jasper Lievisse Adriaanse |
2013-10-21 | Add SDHC card detect GPIO pins for the i.MX6 Wandboard. | Patrick Wildt |
2013-10-21 | Fix lies in comments, and apply some KNF and unused or duplicate prototype | Miod Vallat |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-21 | Remove unused defines inherited from mac68k. | Miod Vallat |
2013-10-21 | enable support for VMware ParaVirtual SCSI via vmwpvs(4). | David Gwynne |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-10-20 | Realmode park is causing more problems than it's solving. Remove until we | Mike Larkin |
2013-10-20 | Bump version numbers. Was supposed to be part of the keydisk boot commit. | Stefan Sperling |
2013-10-20 | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. | Stefan Sperling |
2013-10-20 | Simplify definition of the side-effect-free wd io routine. | Theo de Raadt |
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback |
2013-10-20 | SMEP (on Ivy Bridge and later CPUs) require page protections that include | Mike Larkin |
2013-10-20 | catch up with elf(5)/stab(5) removal; | Jason McIntyre |
2013-10-19 | Wandboard also is a supported board of this driver. Every i.MX6 based | Patrick Wildt |
2013-10-19 | Use daddr_t * instead of int * for the partoffp parameter to | Kenneth R Westerback |
2013-10-18 | Comment out cd* at scsibus? from installation media which lack CD9660 support. | Miod Vallat |
2013-10-18 | Make sure that, when a particular mapchar() can't find a proper glyph for the | Miod Vallat |
2013-10-18 | I forget to enable edma when I import it. | Sylvestre Gallon |
2013-10-18 | Move mmc base address registers workaround where it belongs. | Sylvestre Gallon |
2013-10-18 | Remove an incorrect assert used in the real mode parking code for | Mike Larkin |
2013-10-18 | Disable global page mappings before we start to unpack. This was likely | Mike Larkin |
2013-10-18 | Add a proper MANSUBDIR, to have manpages install in the proper directory. | Miod Vallat |
2013-10-18 | Add configuration for MI libsa loadfile, to be used soon. | Miod Vallat |
2013-10-18 | Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined in | Sylvestre Gallon |
2013-10-17 | ... and do not set up lance buffers at 3MB. Oh the irony. | Miod Vallat |
2013-10-17 | Merge old netboot le(4) code into new boot, to allow for a kernel to be loaded | Miod Vallat |
2013-10-17 | remove capability to do a.out | Theo de Raadt |
2013-10-17 | zap ecoff and a.out support like in MI loadfile | Theo de Raadt |
2013-10-17 | the explanation for locally-defined ecoff is even simpler now that | Theo de Raadt |
2013-10-17 | a better way to disable the speaker on AV400 family | Miod Vallat |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |