index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
killall
/
killall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header was included twice. Hardcode program name in usage string.
charnier
2003-02-05
1
-5
/
+1
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+3
*
Mark a warning as such. Without this, it isn't obvious whether
dd
2002-05-20
1
-2
/
+2
*
Skip zombies. Add an option (-z) to revert to the historical behaviour
des
2002-04-14
1
-0
/
+6
*
Use the method described in the strtol man page to check if it parsed
dwmalone
2002-03-30
1
-1
/
+1
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-1
/
+0
*
Allow -u to work with UID's also.
obrien
2001-06-12
1
-6
/
+9
*
Fix an array which was too small.
phk
2001-05-16
1
-1
/
+1
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+1
*
Work around the p_comm[] size limit. If the user supplies more than
peter
2001-02-14
1
-1
/
+1
*
Make "killall -t p0" really works.
ache
2001-01-21
1
-1
/
+2
*
Use the real user ID so non-root users can kill setuid processes
ps
2000-12-25
1
-1
/
+1
*
Catch up to the new kinfo_proc.
jhb
2000-12-12
1
-4
/
+4
*
-U cannot be an option since some signals start with U. -u is the
ps
2000-11-12
1
-1
/
+0
*
After positive feedback from a few folks, activate a switchover to
peter
2000-08-28
1
-1
/
+4
*
Try and fix up some bogus indentation leftovers from emacs several
peter
2000-08-27
1
-2
/
+2
*
Sigh, today is not my day. Convert a verbose while() .. loop into a for()
peter
2000-08-27
1
-4
/
+1
*
*blush*. I was *sure* I compiled this after the last change..
peter
2000-08-27
1
-1
/
+1
*
killall.c is meant to be a superset replacement of killall.pl, the
peter
2000-08-27
1
-0
/
+372