summaryrefslogtreecommitdiffstats
path: root/SignalsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Pre-select the last sent signal in SignalsPanelChristian Göttsche2021-12-051-3/+2
| | | | | | | Instead of pre-selecting SIGTERM every time, select the signal last send in the same htop session. Closes: #862
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Panel_new: reorder argumentsChristian Göttsche2021-01-041-1/+1
| | | | Reorder owner and type so they match the order of Panel_init
* Update even more snprintfsChristian Göttsche2020-11-281-1/+1
| | | | Use size of actual buffers instead of magic numbers
* Make all required includes explicitBenny Baumann2020-10-181-5/+4
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
|
* Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann2020-10-161-6/+6
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Axe automated header generation.Zev Weiss2020-09-031-8/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Fix overflow for signals >= 100.Hisham Muhammad2018-03-251-2/+2
| | | | | | Thanks to @gzip4 for tracking this down. Closes #764.
* 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