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
/
pkill
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the fact that matching against a process command-name will
gad
2004-08-16
1
-0
/
+16
*
Don't forget the arguments for -M and -N in the DESCRIPTION section.
stefanf
2004-07-18
1
-2
/
+2
*
Respect locale settings from the environment.
tjr
2004-07-15
1
-0
/
+3
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Added pgrep to the SYNOPSIS.
ru
2004-05-19
1
-14
/
+21
*
Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),
gad
2004-03-30
1
-1
/
+5
*
bde also tells me that he is confident that P_SYSTEM will not work
gad
2004-03-27
1
-8
/
+1
*
Some style(9)-ish improvements, courtesy of bde.
gad
2004-03-27
1
-6
/
+6
*
Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3)
gad
2004-03-26
1
-3
/
+3
*
Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-system
gad
2004-03-26
1
-9
/
+1
*
Switch to checking P_KTHREAD instead of P_SYSTEM when deciding what
gad
2004-03-26
1
-3
/
+10
*
Avoid the manpage layering violation and low-level implementation
ru
2004-03-26
1
-3
/
+2
*
Correct the description of options -N and -M to match reality.
ru
2004-03-26
1
-4
/
+4
*
Apply style.Makefile(5).
ru
2004-03-26
1
-6
/
+4
*
Send those -Debug messages to stderr, not stdout...
gad
2004-03-26
1
-2
/
+2
*
Add a debugging option, as I don't understand something that I'm seeing.
gad
2004-03-26
1
-2
/
+18
*
Remove a redundant check against mypid (the check is done later, in
gad
2004-03-26
1
-1
/
+1
*
Add a cast to get this to compile with WARNS=5 on sparc64. This is
gad
2004-03-26
2
-2
/
+3
*
Fixes so this will compile with WARNS=5 on i386.
gad
2004-03-26
1
-19
/
+22
*
Fix two cosmetic style(9) issues.
gad
2004-03-25
1
-2
/
+2
*
Add a comment for when these utilities were added to FreeBSD, and add
gad
2004-03-25
1
-0
/
+3
*
Add `-M' and `-N' options to `pkill' and `pgrep', similar to
gad
2004-03-25
2
-6
/
+35
*
Use the correct type for some casts, thus avoiding a few warning messages
gad
2004-03-25
1
-4
/
+4
*
Change some routine and variable names to match the FreeBSD system.
gad
2004-03-25
2
-35
/
+55
*
Add the `pkill' and `pgrep' commands from NetBSD. This is the source
gad
2004-03-25
3
-0
/
+752