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
*
The signal number has to be less than NSIG strictly.
maxim
2004-07-29
1
-1
/
+1
*
Don't pass negative values into <ctype.h> functions on machines
tjr
2004-07-15
1
-3
/
+3
*
Print size_t with %zu, not %d.
tjr
2004-07-15
1
-1
/
+1
*
Respect locale settings from the environment.
tjr
2004-07-15
1
-0
/
+3
*
New -e flag, modifies the behavior of the -u uid flag to use the
dds
2004-01-26
1
-3
/
+10
*
Serial murderers shouldn't commit suicide. (killall should
cperciva
2004-01-22
1
-0
/
+4
*
o Sync usage() and man page synopsis with reality.
maxim
2004-01-18
1
-2
/
+2
*
Use the 3-component version of the KERN_PROC_PROC sysctl.
tjr
2003-09-27
1
-1
/
+3
*
Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes so
tjr
2003-09-07
1
-7
/
+4
*
make "killall -j" not core dump.
imp
2003-04-27
1
-0
/
+2
*
o Add jls(8) for listing active jails.
mike
2003-04-09
1
-2
/
+21
*
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