summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-1/+1
| | | | | Calls marked with xSnprintf shouldn't fail. Abort program cleanly if any of them does.
* Protect against strange values of SIGRTMIN and SIGRTMAX,Hisham2016-09-161-14/+5
| | | | and change alignment of numbers.
* Real-time signals support (for kill command)Explorer092016-09-141-1/+24
| | | | | | | | | | SignalsPanel_new now fetches SIGRTMIN and SIGRTMAX and generates real- time signals entries at runtime. All signals between SIGRTMIN and SIGRTMAX are written in "SIGRTMIN+n" notation, per discussion in pull request #551. Signed-off-by: Kang-Che Sung <explorer09 @ gmail.com>
* Fix build in FreeBSD, and make sure SIGTERM is always the default.Hisham Muhammad2015-10-061-2/+10
|
* Move list of signals to platform-specific code.Hisham Muhammad2015-10-061-39/+3
| | | | | Implementations for Linux (tested) and FreeBSD (still untested, thanks to @etosan for providing the table). Darwin and OpenBSD(ping @mmcco) builds should be broken now, pending their own tables.
* Simplify constructors.Hisham Muhammad2015-03-231-5/+1
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-1/+5
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-27/+6
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-2/+10
|
* reduce codeHisham Muhammad2011-11-051-47/+43
|
* Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad2011-11-051-33/+46
| | | | | | Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304.
* warning fixesHisham Muhammad2010-02-251-3/+3
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-32/+32
| | | | | Reduces resulting code size.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-2/+2
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+77

© 2014-2024 Faster IT GmbH | imprint | privacy policy