summaryrefslogtreecommitdiffstats
path: root/usr.bin/pkill/pkill.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixes.pjd2005-03-201-6/+5
* - Introduce an '-o' option which allows to match oldest of the matchingpjd2005-03-201-10/+27
* - Introduce '-S' option which allows to match system processes (pgrep only).pjd2005-03-201-20/+18
* Add a -i option to ignore case in the process match.pjd2005-03-201-4/+8
* Add and document '-F' option which allows to use file where PID is storedpjd2005-03-201-3/+46
* Add and document '-j' option which allows to match processes based on itspjd2005-03-201-3/+22
* If a user or group is not known, report the problem user/group, rather thandelphij2005-03-031-3/+3
* Removed bitrot.ru2004-11-131-13/+1
* Respect locale settings from the environment.tjr2004-07-151-0/+3
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),gad2004-03-301-1/+5
* bde also tells me that he is confident that P_SYSTEM will not workgad2004-03-271-8/+1
* Some style(9)-ish improvements, courtesy of bde.gad2004-03-271-6/+6
* Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3)gad2004-03-261-3/+3
* Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-systemgad2004-03-261-9/+1
* Switch to checking P_KTHREAD instead of P_SYSTEM when deciding whatgad2004-03-261-3/+10
* Send those -Debug messages to stderr, not stdout...gad2004-03-261-2/+2
* Add a debugging option, as I don't understand something that I'm seeing.gad2004-03-261-2/+18
* Remove a redundant check against mypid (the check is done later, ingad2004-03-261-1/+1
* Add a cast to get this to compile with WARNS=5 on sparc64. This isgad2004-03-261-1/+2
* Fixes so this will compile with WARNS=5 on i386.gad2004-03-261-19/+22
* Fix two cosmetic style(9) issues.gad2004-03-251-2/+2
* Add `-M' and `-N' options to `pkill' and `pgrep', similar togad2004-03-251-5/+23
* Use the correct type for some casts, thus avoiding a few warning messagesgad2004-03-251-4/+4
* Change some routine and variable names to match the FreeBSD system.gad2004-03-251-35/+51
* Add the `pkill' and `pgrep' commands from NetBSD. This is the sourcegad2004-03-251-0/+539
OpenPOWER on IntegriCloud