Commit Graph

  • c8a7c0dc19 changed static build behavior restrict getpwuid usage only in static builds with glibc Jan Günter 2021-10-16 13:02:06 +02:00
  • 19ff463695 added yml definitions to .editorconfig Jan Günter 2021-10-16 13:00:23 +02:00
  • 3e936bfa8e v1.0.16 Bug fixes v1.0.16 aristocratos 2021-10-16 11:14:11 +02:00
  • 070691d5d0 Merge pull request #88 from jlopezcur/fix_vim-keys-typo aristocratos 2021-10-16 10:36:59 +02:00
  • 084e231f1e fix: when vim keys [k]ill should be [K]ill Javier López Úbeda 2021-10-16 03:29:39 +02:00
  • e5ccf7db2c Update bug_report.md aristocratos 2021-10-16 02:23:44 +02:00
  • e20258ea9f Added: Try to restart secondary thread in case of stall and addiotional error checks for ifstream in Proc::collect() aristocratos 2021-10-15 08:32:37 +02:00
  • 832699ffe6 Changed: Removed unnecessary async threads in Runner thread aristocratos 2021-10-14 21:44:39 +02:00
  • 79a030ca82 Changed: Reverted thread mutex lock to atomic bool with wait and timeout aristocratos 2021-10-14 09:22:14 +02:00
  • 4f078c3beb more temperature (M1 + intel) Jos Dehaes 2021-10-13 23:38:27 +02:00
  • 289880aaa6 Merge branch 'OSX' of github.com:aristocratos/btop into OSX aristocratos 2021-10-16 19:37:09 +02:00
  • 88a2528ca3 Merge changes from main aristocratos 2021-10-16 19:34:10 +02:00
  • 3ffb21203a release a bit more - still has negative temps for 2 cores on my system Jos Dehaes 2021-10-16 19:20:45 +02:00
  • 70b4871062 Fixed leaks in Mem and attempt at fixing leaks in sensors.cpp aristocratos 2021-10-16 01:59:44 +02:00
  • fbae907720 temperature sensors via IOKit Jos Dehaes 2021-10-15 23:41:37 +02:00
  • cef0f0a68d Process command line arguments aristocratos 2021-10-15 18:39:17 +02:00
  • 921cfa01ff Re-enable setuid and set default SU_GROUP to wheel for OSX aristocratos 2021-10-13 23:20:15 +02:00
  • a416c888c7 temperature Jos Dehaes 2021-10-13 21:16:41 +02:00
  • 804fe60ca9 Fixed: Swapped from atomic bool spinlocks to mutexes to fix rare deadlock aristocratos 2021-10-13 20:54:36 +02:00
  • e7afe00ce7 Cpu usage working again aristocratos 2021-10-13 12:54:43 +02:00
  • 4193ef8921 Fixed cpu lazy sorting aristocratos 2021-10-13 10:36:51 +02:00
  • 93fcb6ff04 Update README.md aristocratos 2021-10-12 22:22:45 +02:00
  • 683354cd2e Merge pull request #80 from ShrirajHegde/OSX aristocratos 2021-10-12 22:19:30 +02:00
  • 8a399c499a pointer to smart pointer, first pass aristocratos 2021-10-12 21:50:46 +02:00
  • a1bda5f30c Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of thread sleep aristocratos 2021-10-12 20:09:35 +02:00
  • 772605003a Fixed detailed memory not updating aristocratos 2021-10-12 18:54:38 +02:00
  • 903ab4cc8a v1.0.15 Vim keys v1.0.15 aristocratos 2021-10-12 17:39:21 +02:00
  • 2df9b58ff1 Added: Toggle in options for enabling directional vim keys "h,j,k,l" aristocratos 2021-10-12 17:34:52 +02:00
  • 07145f9351 Fixed: Removed unneeded lock in Runner::run() aristocratos 2021-10-12 16:56:47 +02:00
  • 4b4bac7edd Changed: Limit atomic_wait() to 1000ms to fix rare stall aristocratos 2021-10-12 16:49:10 +02:00
  • 28cb677533 more memory free-up - still leaks like crazy Jos Dehaes 2021-10-11 22:19:25 +02:00
  • 304457863f more RAII cleanup Jos Dehaes 2021-10-11 21:48:07 +02:00
  • 82e2e3c55c Removed non present cpu fields and fixed calculation for selectable cpu field graphs aristocratos 2021-10-11 12:40:25 +02:00
  • 68603f2b37 RAII Wrappers for Cpu::get_battery() aristocratos 2021-10-11 10:57:04 +02:00
  • d5cb24fbeb RAII Jos Dehaes 2021-10-10 20:23:11 +02:00
  • 8fad5a61be get more disk IO stats Jos Dehaes 2021-10-09 21:44:16 +02:00
  • 7fa903cf16 fix build Jos Dehaes 2021-10-09 21:43:48 +02:00
  • 98036db660 remove unnecessary uptime param Jos Dehaes 2021-10-09 21:18:25 +02:00
  • aae7ae35ca remove debug logging Jos Dehaes 2021-10-09 21:07:23 +02:00
  • 5187420b04 fix process elapsed time Jos Dehaes 2021-10-09 21:06:43 +02:00
  • 89582c0ea6 don't double free Jos Dehaes 2021-10-09 21:06:29 +02:00
  • 6d724d6155 Change Upload filename Shriraj Hegde 2021-10-09 21:46:33 +05:30
  • 4f94ecc8ad Fix upload path Shriraj Hegde 2021-10-09 21:40:11 +05:30
  • e1d6d0a1f2 Skip installing gcc via Homebrew Change job name Shriraj Hegde 2021-10-09 21:36:13 +05:30
  • 02cdd9d759 Fix uploading Remove distclean Shriraj Hegde 2021-10-09 21:30:40 +05:30
  • 39eb6c396f Disable static compilation Shriraj Hegde 2021-10-09 21:26:57 +05:30
  • 099592bccd Ignore empty pid 0 to fix tree mode aristocratos 2021-10-09 17:52:10 +02:00
  • a28e17556e Add workflow for MacOS Shriraj Hegde 2021-10-09 21:17:11 +05:30
  • aee9179c0a Disable failed tty mode detection for OSX aristocratos 2021-10-09 17:36:46 +02:00
  • 4b7b98058d Fixed disk io and added io activity based on read/write aristocratos 2021-10-09 11:28:32 +02:00
  • bfa0629e7d fill in 0 for ioticks Jos Dehaes 2021-10-08 22:28:10 +02:00
  • a016ff8a03 disk io from IOreg. Does not show any io though Jos Dehaes 2021-10-08 22:16:01 +02:00
  • f98606c6db per process IO stats Jos Dehaes 2021-10-08 09:32:06 +02:00
  • 27c58dfc76 Changelog v1.0.15 aristocratos 2021-10-08 09:18:31 +02:00
  • c8b50ed488 don't show autofs, it's useless Jos Dehaes 2021-10-08 00:11:08 +02:00
  • c4df64d440 Fixed compile time display for gmake and command timings aristocratos 2021-10-07 18:41:49 +02:00
  • b3e6f495f7 Fixed clk_tck -> clkTck aristocratos 2021-10-07 18:26:15 +02:00
  • e53799188f Fixed better detection for OSX aristocratos 2021-10-07 18:25:14 +02:00
  • b864edf984 Fixed cumulative cpu usage aristocratos 2021-10-07 18:24:37 +02:00
  • 6a3c5d9b97 Proc::collect() better cpu percent accurazy aristocratos 2021-10-07 13:20:30 +02:00
  • 84d0596294 Merge branch 'OSX' of github.com:aristocratos/btop into OSX aristocratos 2021-10-07 12:56:55 +02:00
  • 3564f8e4c2 Proc::collect() fixed cputimes and cpu percentage calc aristocratos 2021-10-07 12:56:27 +02:00
  • 98e1e87405 Merge branch 'main' into OSX Jos Dehaes 2021-10-07 11:32:41 +02:00
  • 60c5636cd7 fix warning Jos Dehaes 2021-10-06 22:45:54 +02:00
  • 489e446152 details + process states Jos Dehaes 2021-10-06 22:38:40 +02:00
  • 7e5a808c73 avoid details crash Jos Dehaes 2021-10-06 22:38:19 +02:00
  • 9c9da4606b fix quit on macos Jos Dehaes 2021-10-06 21:03:21 +02:00
  • d96fdd7eb2 Fixed: Extra "root" partition when running in snap aristocratos 2021-10-06 18:06:05 +02:00
  • 6a129e26f4 - ADDFLAGS="-D SNAPPED" kz6fittycent 2021-10-06 10:51:04 -05:00
  • 132f4e6da1 Ignore tags and other branches aristocratos 2021-10-06 17:25:22 +02:00
  • dee69b5468 News aristocratos 2021-10-06 17:16:49 +02:00
  • 2d013e857f v1.0.14 Bug fixes and start of OSX development v1.0.14 aristocratos 2021-10-06 17:11:10 +02:00
  • ec7415384d fix mistake in makefile Jos Dehaes 2021-10-06 00:41:37 +02:00
  • 5ac8fa4c8a don't show /dev Jos Dehaes 2021-10-06 18:56:13 +02:00
  • d901bbebd9 Ignore tags and other branches aristocratos 2021-10-06 17:27:51 +02:00
  • c7f1e71e29 comment Jos Dehaes 2021-10-06 16:00:41 +02:00
  • b9d58e3faf impossible to get CPU freq on M1 apparently Jos Dehaes 2021-10-06 15:55:58 +02:00
  • 66072711c2 detect full Jos Dehaes 2021-10-06 15:33:43 +02:00
  • 6bb0e930a2 CPU freq in GHz Jos Dehaes 2021-10-06 00:38:46 +02:00
  • a5f10f1a0f check array length Jos Dehaes 2021-10-06 15:13:18 +02:00
  • 155c848b97 switch to other way to get CPU freq (still does not work) Jos Dehaes 2021-10-06 15:05:20 +02:00
  • cf51ba2ebe remove some warnings Jos Dehaes 2021-10-06 14:45:44 +02:00
  • 775dff5f72 fix link Jos Dehaes 2021-10-06 14:16:45 +02:00
  • 8c67967775 reduce diff more Jos Dehaes 2021-10-06 14:16:38 +02:00
  • 70b47d2ca8 reduce diff with main branch Jos Dehaes 2021-10-06 14:10:23 +02:00
  • ca9cb48054 Merge remote-tracking branch 'origin/main' into OSX Jos Dehaes 2021-10-06 13:49:20 +02:00
  • c66b46f850 battery state via CoreFoundation Jos Dehaes 2021-10-06 13:41:57 +02:00
  • d0c6c0a362 all disks + load averages Jos Dehaes 2021-10-06 10:51:36 +02:00
  • ca67526dc1 show all disks Jos Dehaes 2021-10-06 10:33:55 +02:00
  • 56119f99a9 procs sorting/filtering Jos Dehaes 2021-10-06 00:17:41 +02:00
  • 8d86011d72 battery states Jos Dehaes 2021-10-05 23:42:17 +02:00
  • a9b64d62e4 battery hack works on M1 Jos Dehaes 2021-10-05 23:24:59 +02:00
  • ce51031142 ugly hack to get battery Jos Dehaes 2021-10-05 23:18:22 +02:00
  • d5e6725c6c CPU stuff Jos Dehaes 2021-10-05 22:42:42 +02:00
  • 5c02bd8c83 network Jos Dehaes 2021-10-05 21:25:42 +02:00
  • d5da9d4983 correct cached size Jos Dehaes 2021-10-05 15:43:05 +02:00
  • 5f11aba504 vm stats from syscall + swap Jos Dehaes 2021-10-05 12:03:48 +02:00
  • 776fc96852 seems to work indeed Jos Dehaes 2021-10-05 10:48:07 +02:00
  • 7b40e2835a allow override optimization flag Jos Dehaes 2021-10-05 10:46:14 +02:00
  • 005ea24e4c update Makefile Jos Dehaes 2021-10-05 10:09:24 +02:00