pagemon:master

Last commit made on 2021-10-12
Get this branch:
git clone -b master https://git.launchpad.net/pagemon

Branch merges

Branch information

Name:
master
Repository:
lp:pagemon

Recent commits

07a86c0... by Colin Ian King

README.md: add bullet points to example videos

Signed-off-by: Colin Ian King <email address hidden>

97680aa... by Colin Ian King

Add README.md

Signed-off-by: Colin Ian King <email address hidden>

85f8bea... by Colin Ian King

Debian: update changelog

Signed-off-by: Colin Ian King <email address hidden>

0bdb47f... by Colin Ian King

Makefile: bump version

Signed-off-by: Colin Ian King <email address hidden>

583e13f... by Colin Ian King

Remove redundant reset of addr to 0

There is no need to reset addr to zero when setting map to NULL,
so remove this redundant assignment.

Signed-off-by: Colin Ian King <email address hidden>

724f2c1... by Colin Ian King

Avoid potential division by zero of window_pages

Don't divide by window_pages if it is zero, default the zoom to
1 in the corner case

Signed-off-by: Colin Ian King <email address hidden>

e4c6a02... by Colin Ian King

update copyright to 2021

Signed-off-by: Colin Ian King <email address hidden>

a8982b0... by Colin Ian King

Debian: update changelog

Signed-off-by: Colin Ian King <email address hidden>

1f20a13... by Colin Ian King

Makefile: bump version

Signed-off-by: Colin Ian King <email address hidden>

0b3c8ba... by Colin Ian King

handle weird comm field in /proc/$PID/stat

The comm field can contain extra spaces and ) so the %s parsing
of the field will fail. Add a helper function that can fetch the
Nth field from /proc/$PID/stat that handles any broken comm fields.

Signed-off-by: Colin Ian King <email address hidden>