| Commit message (Expand) | Author | Age | Files | Lines |
* | teach the side-effect free drivers about the partition they are dealing |  deraadt | 2013-11-06 | 1 | -16/+13 |
* | Errant assignment that snuck in long ago. Pointed out by deraadt@ |  mlarkin | 2013-11-06 | 1 | -3/+1 |
* | Change an #if 0 surrounding a debug printf into a DPRINTF instead. |  mlarkin | 2013-11-05 | 1 | -4/+2 |
* | new function uvm_hibswap() finds a the largest free zone in swap, which |  deraadt | 2013-11-05 | 1 | -15/+21 |
* | Replace direct references to p_size, p_offset and d_secperunit with |  krw | 2013-11-05 | 1 | -6/+6 |
* | Informational message on unpack start |  mlarkin | 2013-10-20 | 1 | -1/+3 |
* | Provide more debugging aids when failing to read the packed image from disk |  mlarkin | 2013-10-20 | 1 | -2/+3 |
* | DPRINTFs for various failure cases, disabled by default (uncomment |  mlarkin | 2013-10-20 | 1 | -4/+16 |
* | Flush the cache after bouncing the inflate page to the piglet. |  mlarkin | 2013-10-20 | 1 | -1/+5 |
* | Use a second inflate page for stream finalize, since it is possible |  mlarkin | 2013-10-20 | 1 | -5/+7 |
* | Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of said |  mlarkin | 2013-10-03 | 1 | -33/+56 |
* | Print out the compressed image size during unhibernate, for diagnostic |  mlarkin | 2013-09-29 | 1 | -3/+5 |
* | Work around stack smash protector getting confused because we switched |  mlarkin | 2013-06-01 | 1 | -18/+22 |
* | Change return codes in various hibernate functions to be able to later |  mlarkin | 2013-06-01 | 1 | -12/+21 |
* | We need to halt the APs on MP hibernate resume or else they will be |  mlarkin | 2013-05-31 | 1 | -1/+5 |
* | Make interrupt handling in hibernate resume MI by providing MD-specific |  mlarkin | 2013-05-30 | 1 | -3/+3 |
* | Comment a KASSERT whose purpose wasn't immediately apparent |  mlarkin | 2013-05-30 | 1 | -1/+3 |
* | Add a magic number to the head of the signature block. Check for magic |  mlarkin | 2013-04-09 | 1 | -9/+51 |
* | sys/param.h gets you sys/types.h automatically |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Reword some wrong comments and some improperly formatted comments and add |  mlarkin | 2013-03-07 | 1 | -27/+65 |
* | Fix a bad comparison when calculating the size of the hibernate signature |  mlarkin | 2013-03-06 | 1 | -2/+2 |
* | Style, no functional changes. |  pirofti | 2013-01-17 | 1 | -23/+43 |
* | Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes |  deraadt | 2013-01-17 | 1 | -1/+6 |
* | increase the number of pages used to hold the chunk ordering map and change |  mlarkin | 2013-01-17 | 1 | -9/+8 |
* | fix an error in the amd64 asm unhibernate code and a slight adjustment to |  mlarkin | 2013-01-17 | 1 | -38/+63 |
* | say that we are unhibernating.. |  deraadt | 2012-07-19 | 1 | -1/+3 |
* | Back out my workaround from r1.43 now that jsing has committed a better fix. |  stsp | 2012-07-16 | 1 | -5/+3 |
* | Make sure we have a swap partition before trying to read or write |  jsing | 2012-07-16 | 1 | -1/+6 |
* | Don't panic in hibernate resume if no swap partition exists on the root disk. |  stsp | 2012-07-15 | 1 | -3/+5 |
* | Temporarily don't do RLE page encoding in hibernate to fix some unpacking |  mlarkin | 2012-07-12 | 1 | -101/+12 |
* | Enable the swap checker for hibernate |  mlarkin | 2012-07-11 | 1 | -2/+13 |
* | DVACT_SUSPEND must be done at cold with interrupts disabled. Failure |  deraadt | 2012-07-09 | 1 | -9/+15 |
* | Quiesce and suspend devices in the resuming kernel for hibernate. |  mlarkin | 2012-07-08 | 1 | -1/+7 |
* | Make hibernate_free() safe to be called even if hibernate areas |  deraadt | 2012-07-08 | 1 | -7/+20 |
* | Reorganize some hibernate functions for easier readability. |  mlarkin | 2012-07-08 | 1 | -90/+114 |
* | use regular i/o functions in the hibernate resume path. ahci(4) hibernate |  jmatthew | 2012-06-21 | 1 | -34/+36 |
* | Fix some hibernate issues on machines with > 3.5GB phys mem |  mlarkin | 2012-06-20 | 1 | -46/+79 |
* | hibernate: fix lock/unlock mismatch |  ariane | 2012-04-12 | 1 | -2/+2 |
* | Fix an integer math error when using the result of uvm_page_rle, and |  mlarkin | 2012-03-26 | 1 | -13/+12 |
* | ready this for big-endian support later on |  deraadt | 2011-11-29 | 1 | -23/+22 |
* | Only free the piglet on hibernate fail if we are suspending. |  mlarkin | 2011-11-29 | 1 | -2/+4 |
* | clamp uvm_page_rle() to 255 pages at a time |  deraadt | 2011-11-23 | 1 | -4/+5 |
* | Ensure we are unpacking the right source address after skipping a range of |  mlarkin | 2011-11-22 | 1 | -23/+37 |
* | no need to zero all the free pages since we will be skipping them with |  mlarkin | 2011-11-18 | 1 | -4/+1 |
* | - fix a few trailing whitespaces and a spello |  jasper | 2011-11-18 | 1 | -10/+10 |
* | fix a corner case in rle processing where the rle byte was the last byte |  mlarkin | 2011-11-18 | 1 | -1/+27 |
* | physmem run length encoding (rle) for hibernate - don't compress or write |  mlarkin | 2011-11-17 | 1 | -9/+84 |
* | Reduce use of globals in hibernate code. |  mlarkin | 2011-11-16 | 1 | -76/+43 |
* | on failure, hibernate io functions return an errno. not 1. |  deraadt | 2011-11-15 | 1 | -4/+4 |
* | Use a fixed io_page for all hibernate I/O, which is needed for |  mlarkin | 2011-11-14 | 1 | -46/+35 |