121 Commits (e450b586368750e771746ef3e2f5a070962dfd28)

Author SHA1 Message Date
Hisham Muhammad 90518bfc84 Return of snprintf is not the number of written bytes 7 years ago
Alan Barr f49f545813 Fix printf() unsigned placeholders 7 years ago
Hisham Muhammad 0dbedf95a8 Collapse current subtree pressing Backspace 8 years ago
Kang-Che Sung (宋岡哲) c01f40eb3e Fix build failure ('major' undefined) in glibc 2.28. (#746) 8 years ago
Hisham Muhammad 8c653212c0 Replace size_t with int/void* union 8 years ago
Vladimir Panteleev 87be623eac Add support for Linux TASK_IDLE 8 years ago
Hisham Muhammad e3f65c8ec2 Make 'c' key work with threads as well. 9 years ago
Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 9 years ago
Hisham Muhammad 543d65c6ab Security review: make privilege dropping-restoring optional. 9 years ago
Hisham Muhammad e940aecfb9 Add "no perm" status when other fields fail due to lack of permission. 9 years ago
Tomasz Kramkowski 2b5c1b4b13 Replace all uses of sprintf with snprintf 9 years ago
Hisham 8af4d9f453 Interpret TTY_NR column on Linux, 10 years ago
Ivan Kozik 07086fcf77 Fix column misalignment for priority -101 threads 10 years ago
Hisham 7d5ef246f1 Let's keep it simple then! 10 years ago
Hisham 52f814481c While we're at it, get rid of another sprintf. 10 years ago
Hisham 7ededce9b5 Silence cast warning. 10 years ago
Hisham fa0c637c55 Silence warnings about seteuid return value. 10 years ago
Hisham fa1b5d1e2e Fix a small undefined behavior detected by libubsan. 10 years ago
Hisham 797bcd0961 Catch invalid IO values due to no permissions. 10 years ago
Hisham f1f805f29f Support -1 as tpgid 10 years ago
Hisham 1cfcc42a8f Reuse comm object if possible, avoid useless repetitions of free+strdup. 10 years ago
Michael Klein ab3a7c2fa8 drop privileges before changing process priority or sending signals 10 years ago
Michael Klein d18e9a4895 add some security checks when running SUID root 10 years ago
Hisham Muhammad 9428010121 Make column width calculation dynamic. 11 years ago
David Hunt 5e602f18d5 Rename String to StringUtils. 11 years ago
Tobias Geerinckx-Rice 293eec4265 New setting: "Show program path" 11 years ago
sherpya a8e1c1c63f added missing defines for android 11 years ago
Hisham Muhammad 4c24a9b462 Fixes to subclassing Process. 11 years ago
Hisham Muhammad b1b3f57976 Tempus fugit. 11 years ago
Hisham Muhammad 1e0c530a46 Tempus fugit. 11 years ago
Hisham Muhammad 272e2d9b34 Major advances in FreeBSD port. 11 years ago
Hisham Muhammad be1700cf94 Isolate portable and Linux-specific process fields. 11 years ago
Hisham Muhammad e3fe3962cb Move more Linux-specific code into Linux subdir. 11 years ago
Hisham Muhammad 0a184b769f Merge fixes 11 years ago
Hisham Muhammad 9780c312f4 Fix allocation of processes. Closes #166. 11 years ago
Hisham Muhammad 6f868b00c0 Fix allocation of processes. Closes #166. 11 years ago
Hisham Muhammad 3383d8e556 Sorry about the mega-patch. 11 years ago
Hisham Muhammad b4f6b11092 Move "get max pid" code into platform specific area. 11 years ago
Hisham Muhammad aaaaf063a1 Builds on Linux again! 11 years ago
Hisham Muhammad eb229d9aef Changes for supporting separate platform subdirectories. 11 years ago
Valmiky Arquissandas b2e94d626d Fixed a wrong attribution. 12 years ago
Valmiky Arquissandas 64e0d9452d Added new color for 'D' state. 12 years ago
Hisham Muhammad f54a37b4a9 Update values for fields whose columns may appear later. Fixes #80. 12 years ago
Hisham Muhammad c3e66b2d81 Make VPID use PID-width format. Closes #79. 12 years ago
Hisham Muhammad 78d09f955a Compare with long, for 64-bit systems 12 years ago
Hisham Muhammad ea191b53bd Fix time-based sorting 12 years ago
Hisham Muhammad e0209da88f Support pagefaults stats. Closes #45. 12 years ago
Hisham Muhammad 2f30cd1070 Boost field buffer size - crashes when trying to draw very deep UTF-8 trees 12 years ago
Hisham Muhammad a939cdf827 Better consistency in coloring. Closes #66. 12 years ago
Hisham Muhammad f86851766b Both IO_PRIO and IO_RATE had the same column heading. Closes #61. 12 years ago