summaryrefslogtreecommitdiffstats
path: root/unsupported/UnsupportedProcess.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Add ELAPSED process columnChristian Göttsche2021-05-231-1/+1
| | | | | | | | | Add process columns showing the elapsed time since the process was started. Similar to STARTTIME, but shows the time passed since the process start instead of the fixed start time of the process. Closes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782636
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+1
|
* Rework TTY columnChristian Göttsche2021-04-141-1/+1
| | | | | | | | | | * Rename internal identifier from TTY_NR to just TTY * Unify column header on platforms * Use devname(3) on BSD derivate to show the actual terminal, simplifies current FreeBSD implementation. * Use 'unsigned long int' as id type, to fit dev_t on Linux. Only on Solaris the terminal path is not yet resolved.
* Unsupported: add normalized CPU percentage columnDaniel Lange2021-03-031-0/+1
|
* Unsupported: pass compilationChristian Göttsche2021-01-291-9/+60
|
* Sort out the mess around column sorting that had accumulated over timeDaniel Lange2021-01-211-7/+7
|
* Merge Process_pidColumns into Process_fields and rework auto-fit for ↵Christian Göttsche2020-12-191-7/+7
| | | | PID-like columns
* Rework enum ProcessFieldChristian Göttsche2020-12-191-2/+1
| | | | | | Use only one enum instead of a global and a platform specific one. Drop Platform_numberOfFields global variable. Set known size of Process_fields array
* Move Process_fields from unsupported/Platform to unsupported/UnsupportedProcessDániel Bakai2020-12-131-0/+28
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Axe automated header generation.Zev Weiss2020-09-031-6/+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.
* Remove trailing whitespacesChristian Göttsche2020-08-211-1/+0
|
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* fix calloc() callsChristian Hesse2015-09-071-1/+1
| | | | | | | * size_t nmemb (number of elements) first, then size_t size * do not assume char is size 1 but use sizeof() * allocate for char, not pointer to char (found by Michael McConville, fixes #261)
* Make unsupported runDavid Hunt2015-08-191-9/+5
|
* Add files to unsupported platform.Hisham Muhammad2015-03-161-0/+37

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