1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
pagein (0.01.01-1) unstable; urgency=medium
* Makefile: bump version
* Remove kthreads stat, add in total mappings stat
* Add unreadable skipped pages stats
* Expand pid field to 6 digits
* Manual: change example to Xorg as a process to page in
* Remove defunct command options -d, -t, -w
* debian/copyright: use secure URI
* debian/control: remove empty line and set debhelper version to >=11
* debian/compat: update to 11
-- Colin King <colin.king@canonical.com> Sun, 17 Jun 2018 12:07:00 +0100
pagein (0.01.00-1) unstable; urgency=medium
* Makefile: bump version
* Remove whitespace in text
* Put altstack on main's stack, it is small enough
* Make ptrace halt window smaller
* Rework, just use ptrace memory peeking to force pages in
* Add in some more constifications
* Minor code style changes, make some small helper funcs inline too
* Update copyright year
-- Colin King <colin.king@canonical.com> Sun, 14 Jan 2018 16:21:12 +0000
pagein (0.00.06-1) unstable; urgency=medium
* Makefile: bump version
* Make function align_address static
* debian/control: update Standards-Version to 4.1.2
* Rename array path to tmppath to avoid name shadowing
-- Colin King <colin.king@canonical.com> Thu, 4 Jan 2018 23:59:23 +0000
pagein (0.00.05-1) unstable; urgency=medium
* Makefile: bump version again
* Debian/control: update standards to 4.0.0
* Remove exit after a goto, fixes structurally dead code warning
* Make variable sz static so longjmp cannot clobber it
* Make file mmapping private
* Add SEGV handler and fix length calculation
* Seek and read correct page, reference on the non-mmapp'd addresses
* Optimize pages touched count
* Simplify the zero length check
* Fix another segv issue, touch the mapped area
-- Colin King <colin.king@canonical.com> Wed, 21 Jun 2017 08:26:18 +0100
pagein (0.00.04-1) unstable; urgency=medium
* Makefile: bump version
* Fix segfault on i386 targets (Closes: #865341)
* snapcraft: add default app and grade keys
-- Colin King <colin.king@canonical.com> Tue, 20 Jun 2017 19:10:23 +0100
pagein (0.00.03-1) unstable; urgency=medium
* Initial Debian release (Closes: #856462)
* Makefile: bump version
* Add more explanation to why access failures can occur
* ptrace should be performed before the open of /proc/$pid/mem
* Debian/control: fix typo on pagein name
-- Colin King <colin.king@canonical.com> Sat, 4 Mar 2017 20:52:33 +0000
pagein (0.00.02-1) unstable; urgency=medium
* Makefile: bump version
* Minor reworking of page in mapping, clean up readability
* Fixup some build warnings on 32 bit arches
* Makefile: update dist rules to incorporate snapcraft files
* Add COPYING file
-- Colin King <colin.king@canonical.com> Wed, 1 Mar 2017 10:08:03 +0000
pagein (0.00.01-1) unstable; urgency=medium
* Initial release
-- Colin King <colin.king@canonical.com> Fri, 13 Jan 2017 14:33:00 +0000
|