Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-02-07 | Add add -o flag to pkill/pgrep like on Solaris and Linux. | Todd C. Miller | |
OK jmc@ henning@ oga@ mikeb@ | |||
2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ | |||
2005-07-16 | sort options and sync usage(); | Jason McIntyre | |
2005-05-20 | Don't print an empty line when no match is found in pgrep mode. | Otto Moerbeek | |
ok millert@ robert@ | |||
2005-04-11 | handle snprintf return value overflow case; ok otto | Theo de Raadt | |
2005-03-27 | revert r1.9; this one needs more discussion | Robert Nagy | |
2005-03-27 | add a -i option to ignore case distinctions in the process match; | Robert Nagy | |
From: NetBSD; ok millert@ | |||
2005-03-02 | Report non-existing user or groupname correctly. From David Brownlee | Otto Moerbeek | |
<abs@netbsd>. ok millert@ | |||
2005-02-11 | Fix -d option; it should print a newline at EOL, not the specified delimeter. | Todd C. Miller | |
Problem found and OK by robert@ | |||
2004-12-29 | handle snprintf -1; otto ok | Theo de Raadt | |
2004-07-15 | Don't print a warning if kill(2) returns ESRCH since the process may have | Todd C. Miller | |
died on its own in the time between when the process list was consulted and when we do the actual kill. This fixes an annoyance for privsep processes (and others) where when you kill one the others die by themselves. | |||
2004-07-15 | Skip SYSTEM and ourown proccess on every loop. | Mike Pechkin | |
millert@, otto@ | |||
2004-06-24 | When given multiple processes to kill, keep going if we are unable to kill | Todd C. Miller | |
one (previously it would error out and not kill the remaining ones). OK deraadt@ | |||
2004-03-12 | knf | Theo de Raadt | |
2004-01-07 | Convert back to using kvm_getproc2() and friends now that libkvm | Todd C. Miller | |
supports it. | |||
2004-01-06 | pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting | Todd C. Miller | |
on session ID does not current work but that will change once the kernel supports the KERN_PROC2 sysctl and pkill/pgrep is modified to use kvm_getproc2(). OK deraadt@ |