Version: 0.5, Package name: xstatbar-0.5 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description xstatbar is a simple system monitor that shows various stats in an X window that's immovable and not part of your tab-order. It was built to go with tiling window managers like scrotwm and xmonad where you can configure a small region of the screen as "off-limits" for windows. |
Filesize: 10.373 KB |
Version History (View Complete History) |
|
2021-03-08 03:55:34 by Stuart Henderson | Files touched by this commit (2) |
Log message: xstatbar: cope with systems that don't have swap, found by kn@ |
2020-10-12 04:41:35 by Charlene Wendling | Files touched by this commit (2) |
Log message: xstatbar: parse properly options on archs where char is unsigned by default (arm, powerpc) Style hint and OK tb@ |
2020-04-16 00:54:41 by Alexandre Ratchov | Files touched by this commit (4) |
Log message: Use the new sioctl_open(3) interface in place of /dev/mixer Now xstatbar shows the same control as "sndioctl output.level". ok sthen, rsadowski |
2019-07-12 14:50:18 by Stuart Henderson | Files touched by this commit (845) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-02-24 08:02:19 by Stuart Henderson | Files touched by this commit (3) |
Log message: xstatbar tweaks: - hide SMT-offline CPUs, like top(1) does - mirror distfile; upstream redirects http->https but hostname isn't in the cert |
2018-06-01 08:20:19 by Stuart Henderson | Files touched by this commit (2) |
Log message: unbreak xstatbar following changed values for CP_INTR, CP_IDLE, CPUSTATES - don't try to lookup a nonexistent string in an array to provide a text version of intr/idle - fix muddled-up cpu time types due to reordering - stack 'spin' time ont the cpu display (in cyan) |
2018-06-01 08:16:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: don't hardcode -O2 |
2018-06-01 08:16:30 by Stuart Henderson | Files touched by this commit (1) |
Log message: regen patch, noop |
2016-02-09 05:00:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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." |
2015-07-03 02:42:19 by Stuart Henderson | Files touched by this commit (2) |
Log message: 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. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-08-02 09:17:43 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Prevent xstatbar to hang on startup with some audio chip: if devinfo.type != AUDIO_MIXER_CLASS is true, xstatbar will never make progress and loop forever. Fix it by trying the next device. from Tobias Ulmer, thanks! ok jasper@ landry@ |
2011-01-18 12:04:22 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Update to xstatbar-0.5. This version adds a new '-t' and '-T' switches to specify the time format. |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2010-05-12 12:01:20 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: Smallish new release. |
2010-05-12 11:20:22 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to xstatbar-0.4 that has most of the port patches. |
2010-05-12 07:06:54 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix use of open(2). based on an "obnoxious remark" from kili@ ;-) ok edd@ dcoppa@ |
2010-03-21 05:37:17 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix cpu graph on single core. (pushed upstream) from Tobias Ulmer <tobiasu at tmux dot org>, thanks! Use the new APM_ARCHS. |