2
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
gcry_mpi_scan() may decide that the actual size of the number passed to it to convert into an MPI is smaller that the 'size' argument passed to it along with the number, in which case we get a wrong key size during resume and the resume fails as a result. More... about 17 years ago
gcry_mpi_scan() may decide that the actual size of the number passed to it to convert into an MPI is smaller that the 'size' argument passed to it along with the number, in which case we get a wrong key size during resume and the resume fails as a result.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Currently, the compression ratio is only printed during suspend, which is not quite useful.  Make it also be printed during resume, along with the other performance numbers, so that it can be checked with the help of the "resume pause =" option.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Currently, the compression ratio is only printed during suspend, which is not quite useful.  Make it also be printed during resume, along with the other performance numbers, so that it can be checked with the help of the "resume pause =" option. More... about 17 years ago
Report freeze failure to the user. More... about 17 years ago
Report freeze failure to the user.
pavel
as Pavel Machek
More... about 17 years ago
Short read from snapshot_image is rather bad error condition. Also fix a comment. More... about 17 years ago
Short read from snapshot_image is rather bad error condition. Also fix a comment.
pavel
as Pavel Machek
More... about 17 years ago
Well, (0 % anything) == 0, so currently "early writeout" is always enabled. Fix that.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Well, (0 % anything) == 0, so currently "early writeout" is always enabled. Fix that. More... about 17 years ago
Simple variable rename, makes the code a bit less confusing, IMO.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Simple variable rename, makes the code a bit less confusing, IMO. More... about 17 years ago
Add the "debug verify image" option making it possible to verify the image right after it's been saved and not during the next resume. By using this option one can avoid loosing the system state in case the image is not saved correctly (useful for testing new code, for example).
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Add the "debug verify image" option making it possible to verify the image right after it's been saved and not during the next resume. By using this option one can avoid loosing the system state in case the image is not saved correctly (useful for testing new code, for example). More... about 17 years ago
Basic info about encryption. More... about 17 years ago
Basic info about encryption.
pavel
as Pavel Machek
More... about 17 years ago
Fix a bug in the new memory allocator that may trigger on an attempt to pass a wrong address to freemem() and cause it to enter an endless loop. More... about 17 years ago
Fix a bug in the new memory allocator that may trigger on an attempt to pass a wrong address to freemem() and cause it to enter an endless loop.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
There is a bug in the new image saving code causing it to fail if more than one extents page is used (more likely to happen in case of a compressed image). Fix it. More... about 17 years ago
There is a bug in the new image saving code causing it to fail if more than one extents page is used (more likely to happen in case of a compressed image). Fix it.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Add HP Compaq 6715s, HP Compaq 6910p, Toshiba Satellite U200
Stefan Seyfried
as seife
More... about 17 years ago
Add HP Compaq 6715s, HP Compaq 6910p, Toshiba Satellite U200 More... about 17 years ago
Add: ASUS M2A-VM, HP Compaq dc5800, MEDION WIM2000, SAMSUNG R50
Stefan Seyfried
as seife
More... about 17 years ago
Add: ASUS M2A-VM, HP Compaq dc5800, MEDION WIM2000, SAMSUNG R50 More... about 17 years ago
fix build failure if CONFIG_BOTH is defined
Stefan Seyfried
as seife
More... about 17 years ago
fix build failure if CONFIG_BOTH is defined More... about 17 years ago
Add memalloc.c and memalloc.c missing from the previous commit. More... about 17 years ago
Add memalloc.c and memalloc.c missing from the previous commit.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago
Introduce a simple memory allocator for managing the memory pool used for allocating buffers etc. More... about 17 years ago
Introduce a simple memory allocator for managing the memory pool used for allocating buffers etc.
Rafael J. Wysocki
as rjwysocki
More... about 17 years ago