index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
pkill
/
pkill.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uid_from_user(3) and gid_from_group(3) in utilities that
millert
2018-09-16
1
-7
/
+7
*
- mark delim variable as const. it is a literal string;
gsoares
2016-10-10
1
-20
/
+17
*
fix a regression spotted by chris@. the -f and -I arguments fetch process
deraadt
2015-10-11
1
-5
/
+10
*
pkill has to get all the getopt, getpwuid, libkvm stuff out of the way
deraadt
2015-10-10
1
-1
/
+6
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-3
/
+3
*
calloc, from peter malone
tedu
2014-05-07
1
-3
/
+2
*
simpler prototype repairs
deraadt
2013-11-12
1
-1
/
+3
*
Stop merging the per-thread and per-process flags when reporting
guenther
2013-09-22
1
-2
/
+2
*
-I to confirm pkills. ok many
tedu
2013-06-03
1
-27
/
+62
*
properly handle the case where a process has disappeared in between grep'ing
halex
2012-12-12
1
-12
/
+22
*
Missing "-q" in usage().
ajacoutot
2012-08-21
1
-3
/
+3
*
add -q "silent" option similar to grep
espie
2012-08-21
1
-4
/
+10
*
make pkill -l print the proper processes also when the invert (-v)
halex
2012-07-10
1
-7
/
+4
*
Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.
guenther
2012-04-21
1
-3
/
+1
*
Add per thread accounting, mainly for usage & friends.
pirofti
2012-04-12
1
-1
/
+3
*
Teach pgrep/pkill to only match processes, not threads. ok guenther@
sthen
2012-03-13
1
-4
/
+7
*
Remove unused variable. Added in 1.20 by me.
lum
2012-03-01
1
-6
/
+2
*
exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page;
jmc
2012-02-16
1
-2
/
+2
*
avoid usage() warping onto the next line;
jmc
2012-02-15
1
-3
/
+3
*
restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@
markus
2012-02-09
1
-5
/
+27
*
Allow pkill to use the -l option. This displays which processes have been
lum
2012-01-17
1
-4
/
+8
*
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
guenther
2011-04-10
1
-12
/
+12
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
First pass at removing clauses 3 and 4 from NetBSD licenses.
ray
2008-06-26
1
-9
/
+2
*
Add add -o flag to pkill/pgrep like on Solaris and Linux.
millert
2008-02-07
1
-11
/
+24
*
Use S_IS* macros insted of masking with S_IF* flags. The latter may
otto
2006-09-19
1
-3
/
+3
*
sort options and sync usage();
jmc
2005-07-16
1
-4
/
+4
*
Don't print an empty line when no match is found in pgrep mode.
otto
2005-05-20
1
-3
/
+3
*
handle snprintf return value overflow case; ok otto
deraadt
2005-04-11
1
-3
/
+5
*
revert r1.9; this one needs more discussion
robert
2005-03-27
1
-10
/
+6
*
add a -i option to ignore case distinctions in the process match;
robert
2005-03-27
1
-6
/
+10
*
Report non-existing user or groupname correctly. From David Brownlee
otto
2005-03-02
1
-6
/
+4
*
Fix -d option; it should print a newline at EOL, not the specified delimeter.
millert
2005-02-11
1
-10
/
+14
*
handle snprintf -1; otto ok
deraadt
2004-12-29
1
-3
/
+7
*
Don't print a warning if kill(2) returns ESRCH since the process may have
millert
2004-07-15
1
-3
/
+3
*
Skip SYSTEM and ourown proccess on every loop.
mpech
2004-07-15
1
-7
/
+4
*
When given multiple processes to kill, keep going if we are unable to kill
millert
2004-06-24
1
-14
/
+20
*
knf
deraadt
2004-03-12
1
-6
/
+6
*
Convert back to using kvm_getproc2() and friends now that libkvm
millert
2004-01-07
1
-54
/
+47
*
pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting
millert
2004-01-06
1
-0
/
+548