IABSD.fr/ports/sysutils/xstatbar

Branch :


Log

Author Commit Date CI Message
a111b38a 2016-02-09 12:00:16 Fix memory leak in xstatbar, from Gregor Best (thank you!), ok ajacoutot@ "The problem is that XCopyArea generates either a GraphicsExpose or a NoExpose event after it's done. Since xstatbar doesn't have the traditional X event loop, the events just accumulate in the queue."
d15b18fb 2015-07-03 08:42:19 Buffer cache memory display was added to xstatbar in a local patch, which is stored in an extra element of an array, however the array allocation size was not increased to match. Fix. Found by valgrind while investigating a leak.
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
357a4629 2014-07-08 10:15:38 add sys/vmmeter.h / sys/sysctl.h where they will be needed
c674a4ba 2013-07-09 12:15:01 "xstatbar: sysinfo update: VFS_BCACHESTAT failed: Cannot allocate memory" -> bump REVISION to force an update
3f58c0da 2013-05-13 18:44:20 Drop maintainership.
eae66e4a 2013-03-11 11:35:43 PERMIT_* / REGRESS->TEST sweep
471ebb2a 2011-11-17 14:25:37 No need for USE_GROFF.
64041b21 2011-11-17 14:23:36 also draw the cache in the graph
932e995d 2011-11-17 14:16:51 add buffercache support and show the cached amount of memory in magenta ok ajacoutot@