summaryrefslogtreecommitdiff
path: root/pgrep.c
Commit message (Expand)AuthorAgeFilesLines
* First cut at subset=pid proc mount handlingCraig Small2021-12-161-4/+0
* pgrep: Fix format securityCraig Small2021-11-021-1/+1
* pgrep: Match on cgroup v2 pathsCraig Small2021-10-261-3/+48
* fix uid/gid > 2^31Todd Lewis2021-10-261-3/+7
* pgrep: Add a newline after regex error messagesTom Levy2021-09-151-2/+1
* pkill: Add lt- variantsCraig Small2021-04-051-2/+4
* pidwait: Add missing name change lineCraig Small2021-02-161-2/+2
* pidwait: Rename from pwaitCraig Small2021-02-151-11/+11
* all: make buildable again for new 'misc.h' header fileJim Warner2021-01-211-5/+4
* pgrep: Remove memory leakCraig Small2020-12-221-0/+5
* pgrep: fix missed changeCraig Small2020-12-221-1/+2
* pgrep: add pwaitAlex Xu (Hello71)2020-12-221-22/+90
* library: eliminated the questionable 'procps.h' headerJim Warner2020-07-051-1/+4
* misc: eliminate a couple of miscellaneous gcc warningsJim Warner2020-07-051-2/+0
* pgrep: Allow older than selectionCraig Small2020-05-171-5/+22
* pgrep: use sigqueue to pass value with the signal.Arun Chandrasekaran2020-05-111-4/+20
* Fix user and group name to number conversion for uid/gid above 2^31.Todd Lewis2020-04-241-2/+2
* pgrep: check sanity of SC_ARG_MAXCraig Small2020-01-051-1/+22
* pgrep: Use POSIX _SC_ARG_MAX for maximum full command line lengthCraig Small2019-09-211-11/+13
* pgrep.c: Match based on process run state for issue 109ed2019-03-201-4/+15
* 0007-pgrep: Always null-terminate the cmd*[] buffers.Qualys Security Advisory2018-06-231-4/+6
* 0006-pgrep: Initialize the cmd*[] stack buffers.Qualys Security Advisory2018-06-231-2/+2
* 0005-pgrep: Simplify the match_*() functions.Qualys Security Advisory2018-06-231-10/+11
* 0004-pgrep: Replace buf+1 with buf in read_pidfile().Qualys Security Advisory2018-06-231-3/+3
* 0003-pgrep: Replace ints with longs in strict_atol().Qualys Security Advisory2018-06-231-2/+2
* 0002-pgrep: Prevent integer overflow of list size.Qualys Security Advisory2018-06-231-2/+8
* Revert Support running with child namespace (catch up)Jim Warner2018-05-061-2/+3
* pgrep: Don't segfault with no match _______ (catch up)Jim Warner2018-05-061-1/+1
* Support running with child namespacesDebabrata Banerjee2018-03-031-3/+2
* pkill: Return 0 if successfully killed processCraig Small2017-02-041-0/+3
* pgrep: warning about 15+ chars name only if zero matches foundJan Rybar2017-01-261-6/+5
* pgrep: add warning that pattern exceeeds 15 charsCraig Small2016-09-111-0/+7
* pgrep: fixup inconsistencies in result type referencesJim Warner2016-08-111-3/+5
* related: respond to VAL macro addition of context parmJim Warner2016-08-071-3/+3
* related: change for lost 'PROCPS_' enumerator prefixesJim Warner2016-07-261-17/+17
* related: adapt to changes in 'context' structure namesJim Warner2016-07-261-1/+1
* misc: adapt others to changes in interface, <PIDS> apiJim Warner2016-05-161-10/+6
* pgrep: some coverity fixesCraig Small2016-04-271-6/+6
* library: cleanup of library includesCraig Small2016-04-161-3/+1
* pkill: reject -signal number with trailing garbageFilipe Brandenburger2015-10-141-2/+0
* pgrep: a few tweaks to the <pids> interface conversionJim Warner2015-10-051-20/+23
* pgrep:Remove the a?b:c for threads or no threadsCraig Small2015-09-261-3/+6
* pgrep: remove commented old codeCraig Small2015-09-261-53/+1
* pgrep: use tty_nameCraig Small2015-09-261-13/+5
* pgrep: Use new library APICraig Small2015-09-261-90/+91
* library: rework namespace callsCraig Small2015-09-031-7/+8
* library: Remove signal name from libraryCraig Small2015-06-291-732/+732
* library: remove procps_version functionsCraig Small2015-06-181-1/+0
* pgrep: prevent buffer overflow in optsFilipe Brandenburger2015-05-131-1/+1
* pgrep: Enable case-insensitive process matchingWilliam Orr2015-05-101-6/+8