Age | Commit message (Expand) | Author |
2014-02-01 | Remove some of the excessive cache and TLB flushing going on during | Mike Larkin |
2014-01-21 | bzero -> memset | Ted Unangst |
2014-01-14 | Typo in a printf, should be 'bytes' not 'blocks' | Mike Larkin |
2013-11-21 | remove the #define b_cylinder b_resid from bufs. i hated the | David Gwynne |
2013-11-09 | Remove hibernate_get_next_rle function (unused, and we need to redo it | Mike Larkin |
2013-11-09 | unbias the chunks and chunktable writing and reading. as a result, it | Theo de Raadt |
2013-11-06 | simplify a crazy expression | Theo de Raadt |
2013-11-06 | In hibernate_write_chunks(), keep track of relative block numbers instead | Theo de Raadt |
2013-11-06 | spacing | Theo de Raadt |
2013-11-06 | return the known error, instead of EIO | Theo de Raadt |
2013-11-06 | shorten dev_t in hib_info | Theo de Raadt |
2013-11-06 | shorten variable name for the hibernate info struct, throughout. Much | Theo de Raadt |
2013-11-06 | use DEV_BSIZE instead of "secsize" | Theo de Raadt |
2013-11-06 | teach the side-effect free drivers about the partition they are dealing | Theo de Raadt |
2013-11-06 | Errant assignment that snuck in long ago. Pointed out by deraadt@ | Mike Larkin |
2013-11-05 | Change an #if 0 surrounding a debug printf into a DPRINTF instead. | Mike Larkin |
2013-11-05 | new function uvm_hibswap() finds a the largest free zone in swap, which | Theo de Raadt |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-10-20 | Informational message on unpack start | Mike Larkin |
2013-10-20 | Provide more debugging aids when failing to read the packed image from disk | Mike Larkin |
2013-10-20 | DPRINTFs for various failure cases, disabled by default (uncomment | Mike Larkin |
2013-10-20 | Flush the cache after bouncing the inflate page to the piglet. | Mike Larkin |
2013-10-20 | Use a second inflate page for stream finalize, since it is possible | Mike Larkin |
2013-10-03 | Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of said | Mike Larkin |
2013-09-29 | Print out the compressed image size during unhibernate, for diagnostic | Mike Larkin |
2013-06-01 | Work around stack smash protector getting confused because we switched | Mike Larkin |
2013-06-01 | Change return codes in various hibernate functions to be able to later | Mike Larkin |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-03-28 | sys/param.h gets you sys/types.h automatically | Theo de Raadt |
2013-03-07 | Reword some wrong comments and some improperly formatted comments and add | Mike Larkin |
2013-03-06 | Fix a bad comparison when calculating the size of the hibernate signature | Mike Larkin |
2013-01-17 | Style, no functional changes. | Paul Irofti |
2013-01-17 | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes | Theo de Raadt |
2013-01-17 | increase the number of pages used to hold the chunk ordering map and change | Mike Larkin |
2013-01-17 | fix an error in the amd64 asm unhibernate code and a slight adjustment to | Mike Larkin |
2012-07-19 | say that we are unhibernating.. | Theo de Raadt |
2012-07-16 | Back out my workaround from r1.43 now that jsing has committed a better fix. | Stefan Sperling |
2012-07-16 | Make sure we have a swap partition before trying to read or write | Joel Sing |
2012-07-15 | Don't panic in hibernate resume if no swap partition exists on the root disk. | Stefan Sperling |
2012-07-12 | Temporarily don't do RLE page encoding in hibernate to fix some unpacking | Mike Larkin |
2012-07-11 | Enable the swap checker for hibernate | Mike Larkin |
2012-07-09 | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure | Theo de Raadt |
2012-07-08 | Quiesce and suspend devices in the resuming kernel for hibernate. | Mike Larkin |
2012-07-08 | Make hibernate_free() safe to be called even if hibernate areas | Theo de Raadt |
2012-07-08 | Reorganize some hibernate functions for easier readability. | Mike Larkin |
2012-06-21 | use regular i/o functions in the hibernate resume path. ahci(4) hibernate | Jonathan Matthew |
2012-06-20 | Fix some hibernate issues on machines with > 3.5GB phys mem | Mike Larkin |