summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall/killall.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use FBSDIDobrien2002-06-301-2/+3
* Mark a warning as such. Without this, it isn't obvious whetherdd2002-05-201-2/+2
* Skip zombies. Add an option (-z) to revert to the historical behaviourdes2002-04-141-0/+6
* Use the method described in the strtol man page to check if it parseddwmalone2002-03-301-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.bde2001-10-101-1/+0
* Allow -u to work with UID's also.obrien2001-06-121-6/+9
* Fix an array which was too small.phk2001-05-161-1/+1
* Compensate for header dethreading.markm2001-05-011-0/+1
* Work around the p_comm[] size limit. If the user supplies more thanpeter2001-02-141-1/+1
* Make "killall -t p0" really works.ache2001-01-211-1/+2
* Use the real user ID so non-root users can kill setuid processesps2000-12-251-1/+1
* Catch up to the new kinfo_proc.jhb2000-12-121-4/+4
* -U cannot be an option since some signals start with U. -u is theps2000-11-121-1/+0
* After positive feedback from a few folks, activate a switchover topeter2000-08-281-1/+4
* Try and fix up some bogus indentation leftovers from emacs severalpeter2000-08-271-2/+2
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()peter2000-08-271-4/+1
* *blush*. I was *sure* I compiled this after the last change..peter2000-08-271-1/+1
* killall.c is meant to be a superset replacement of killall.pl, thepeter2000-08-271-0/+372
OpenPOWER on IntegriCloud