Age | Commit message (Expand) | Author |
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 |
2013-11-12 | We always make symlinks to 'machine' and 'm88k' to compile. | Kenji Aoyama |
2013-11-12 | Fix the bootloader random hang-up while counting down on LUNA-88K2. | Kenji Aoyama |
2013-11-12 | Use DL_GETDSIZE() to get disk size. | Kenneth R Westerback |
2013-11-12 | Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set | Kenneth R Westerback |
2013-11-10 | Make sure we pass a NULL cleanup argument to __start() by initializing | Philip Guenther |
2013-11-10 | Add fcu(4) to avoid playing a fan symphony when installing/upgrading some | Martin Pieuchot |
2013-11-09 | Cope with the current layout of kernel binaries (three program headers now | Miod Vallat |
2013-11-08 | fix spelling. | Federico G. Schwindt |
2013-11-08 | fix bootstrap_bs_map to map more than one section. | aalm |
2013-11-06 | Don't cargo-cult copy the invocation of size(1) on compiled bootblocks, | Miod Vallat |
2013-11-06 | forgot armv7/armv7 files... | Sylvestre Gallon |
2013-11-06 | After factorizing armv7_machdep code here is an effort to factorize all | Sylvestre Gallon |
2013-11-06 | Document 'machine boot' in boot(8) on i386 and amd64. | Bryan Steele |
2013-11-06 | Add support for Power Resources for Dx states and the necessary hook | Martin Pieuchot |
2013-11-05 | octrng: Add name checks during match. | Paul Irofti |
2013-11-05 | octrng: Fix control flags. | Paul Irofti |
2013-11-05 | octrng: Disable debug by default. | Paul Irofti |
2013-11-05 | Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to | Kenneth R Westerback |
2013-11-05 | DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter | Kenneth R Westerback |
2013-11-05 | Add a stub for the new MD hook needed to handle ACPI Power Resources. | Martin Pieuchot |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-11-04 | Rename beagle_machdep.c to omap_machdep.c | Sylvestre Gallon |
2013-11-04 | A few too many tabs snuck in there. | Brian Callahan |
2013-11-04 | Add RCS ID. | Brian Callahan |
2013-11-04 | more iop.h left; Mark Patruck | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-11-04 | Convert wskbd_set_mixervolume() to use a task internally instead of | Martin Pieuchot |