Age | Commit message (Expand) | Author |
2014-07-21 | boot(9): Reduce annoying style diffs | Masao Uebayashi |
2014-07-20 | look up correct dev_t. This matters for the case where a device is | Theo de Raadt |
2014-07-20 | Support hibernating to softraid crypto volumes. | Mike Larkin |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
2014-07-16 | Save and restore NVS ranges when hibernating, as per The Spec. | Mike Larkin |
2014-07-16 | Add mpbios(4). This fixes hw.ncpufound in bsd.rd on the Soekris net6501 | Christian Weisgerber |
2014-07-16 | Reenable hibernate RLE support and flush+zero all memory after unpack. | Mike Larkin |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-15 | delete commented out sl | Theo de Raadt |
2014-07-14 | Enable ext2fs support on RAMDISK_CD. Requested a few months ago in | Vadim Zhukov |
2014-07-13 | boot(9): Cosmetic changes to improve diff'ability. | Masao Uebayashi |
2014-07-13 | Comment out option GPT until the matching userland bits are in place. | Miod Vallat |
2014-07-13 | Cosmetic changes to reduce diffs. | Masao Uebayashi |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | Initial support to read GPT partition tables in the kernel, if option GPT. | Miod Vallat |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | use nitems() instead of handrolling something identical | Jasper Lievisse Adriaanse |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert more free fallout | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | boot(9): Undo curproc-overriding hacks | Masao Uebayashi |
2014-07-11 | remove bthub remnants | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2014-07-11 | Chuck Cranor rescinded clauses in his license | Jonathan Gray |
2014-07-11 | Don't hold the kernel lock while halting a processor. Assert if we detect | Mike Larkin |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | boot(): Remove comments about RB_TIMEBAD to reduce diffs | Masao Uebayashi |
2014-07-10 | fix some errors in lockdebug code. not enabled by default. | Mike Larkin |
2014-07-10 | boot(): Unify declarations | Masao Uebayashi |
2014-07-10 | Clear CPUF_PARK flag to avoid re-parking on resume. | Mike Larkin |
2014-07-09 | CPUF_PARK check was placed improperly in the previous commit. | Mike Larkin |
2014-07-09 | Don't use the suspending kernel's VA mapping for the piglet. It's far | Mike Larkin |
2014-07-09 | Fixes a resume time page table issue on amd64 if the piglet was located | Mike Larkin |
2014-07-09 | Cleanup the chunk placement routine by removing the conflict resolver. | Mike Larkin |
2014-07-09 | Fixes a hibernate issue wherein we locked the kernel lock while hatching | Mike Larkin |
2014-07-09 | Fix boot -d. refreshcreds() should be called when trapping from userspace, | Philip Guenther |
2014-07-03 | Add identcpu detection for 1-GByte pages | Matthew Dempsky |
2014-06-29 | Don't ridiculously assume that sysctl.h will (through a set of extremely | Theo de Raadt |
2014-06-15 | Fix a few format string bugs with -DDEBUG | Stefan Fritsch |
2014-06-11 | Don't map phys pages < 64KB in the resume page table. We stopped doing this | Mike Larkin |
2014-06-09 | Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot | Joel Sing |
2014-06-08 | check both rsdp checksums in the case of rsdp revision >= 2. | Daniel Dickman |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |