summaryrefslogtreecommitdiff
path: root/ps
Commit message (Expand)AuthorAgeFilesLines
* ps: that restored aix behavior gets its ultimate tweak <=== port of newlib 5e...Jim Warner2022-06-191-2/+0
* ps: that restored aix behavior is now even more robustJim Warner2022-04-091-9/+6
* ps: restore aix behavior while keeping an original fixJim Warner2022-04-011-4/+6
* ps: swat insidious bug with the %cpu' format specifierJim Warner2022-03-151-1/+2
* ps: ignore SIGURGTommi Rantala2021-10-131-0/+1
* ps: extend utf8 multibyte support to additional fieldsJim Warner2020-12-291-5/+5
* ps: add lots of sorting functionsTopi Miettinen2020-12-224-54/+72
* ps: new format option 'exe' now shows executable path if unavail from cmdlineJan Rybar2020-12-222-0/+29
* misc: fix typos in manual pagesSamanta Navarro2020-12-221-1/+1
* Set TZ to avoid repeated stat("/etc/localtime")Stephen Brennan2020-12-221-0/+1
* ps: Match on truncated 16 char for -CCraig Small2020-09-241-5/+9
* docs: some manpage fixesCraig Small2020-06-041-23/+27
* ps: eliminated inadvertent trailing double semi-colonsJim Warner2020-04-102-3/+3
* docs: Mention stime in ps.1Craig Small2020-04-071-0/+4
* ps: for abnormal end allow core dumps (fix qualys bug)Jim Warner2020-01-061-0/+7
* docs: Update ps.1 to warn about command name lengthCraig Small2018-08-081-1/+5
* docs: Tidying of ps,kill and skill manpagesBjarni Ingi Gislason2018-05-311-146/+158
* ps: Increase command selection field to 64Craig Small2018-05-192-2/+2
* ps/sortformat.c: Avoid "sep_loc + 1" when sep_loc is NULL.Qualys Security Advisory2018-05-191-1/+2
* ps/sortformat.c: Handle large width in aix_format_parse().Qualys Security Advisory2018-05-191-2/+3
* ps/sortformat.c: Catch negative width in format_parse().Qualys Security Advisory2018-05-191-1/+2
* ps/sortformat.c: Double-check chars in verify_short_sort().Qualys Security Advisory2018-05-191-0/+1
* ps/display.c: Fix "move process-only flags to the process".Qualys Security Advisory2018-05-191-1/+1
* ps/display.c: Always exit from signal_handler().Qualys Security Advisory2018-05-191-0/+1
* ps/output.c: Always null-terminate outbuf in show_one_proc().Qualys Security Advisory2018-05-191-0/+1
* ps/output.c: Protect outbuf in various pr_*() functions.Qualys Security Advisory2018-05-191-6/+10
* ps/output.c: Enforce a safe range for max_rightward.Qualys Security Advisory2018-05-191-3/+8
* ps/output.c: Replace strcpy() with snprintf() in show_one_proc().Qualys Security Advisory2018-05-191-1/+4
* ps/output.c: Remove the page_shift variable.Qualys Security Advisory2018-05-191-12/+0
* ps/output.c: Check return value of mmap() in init_output().Qualys Security Advisory2018-05-191-0/+3
* ps/display.c: Harden show_tree().Qualys Security Advisory2018-05-191-5/+15
* ps/output.c: Fix outbuf overflows in pr_args() etc.Qualys Security Advisory2018-05-191-9/+14
* ps/output.c: Harden forest_helper().Qualys Security Advisory2018-05-191-9/+4
* ps: Add NEWS and checks for times and cputimesCraig Small2018-03-021-1/+1
* ps: add times & cputimes format specifiers: cumulative CPU time in secondsSébastien Bigaret2018-03-022-0/+18
* ps: LUID format option impelementedJan Rybar2018-02-192-1/+33
* docs: Document I idle state in ps and topCraig Small2018-01-131-1/+4
* ps: don't use '+' truncation indicator with multi-byteJim Warner2017-10-021-4/+7
* Consolidated patch of previously merged CYGWIN supportWayne Porter2017-09-031-0/+1
* ps: have now added the NUMA node field display supportJim Warner2017-05-222-1/+14
* misc: eliminate all those remaining gcc -Wall warningsJim Warner2017-05-224-7/+10
* ps: provide 'namespace' protection for 32-bit compilesJim Warner2016-12-071-3/+3
* ps: now made responsive to 32 or 64-bit address widthsJim Warner2016-12-071-9/+9
* ps: recognize SCHED_DEADLINEMartin Polednik2016-11-072-3/+9
* ps/output.c: include <dlfcn.h> only when necessaryThomas Petazzoni2016-08-071-0/+2
* misc: adapted others to that new proc_t 'cgname' fieldJim Warner2016-07-061-35/+7
* ps: adapt to revised approach for --with-systemd buildJim Warner2016-06-071-18/+0
* Fix for Bug:1174313Shivkrishna A2016-03-021-1/+1
* ps: use attr/current as fallback for contextLaurent Bigonville2016-01-031-37/+36
* Closes: #9 ps: Remove Unix98 output limitationsCraig Small2015-10-264-42/+10