Age | Commit message (Expand) | Author |
2002-07-19 | Fix format bug with ps -o group. ok deraadt@ | Dale Rahn |
2002-06-18 | add x flag for systraced processes; mentioned by christos@netbsd | Niels Provos |
2002-06-12 | unused variable | Artur Grabowski |
2002-06-09 | Fix the start time on sysctl kvm. | Artur Grabowski |
2002-06-08 | Use KVM_NO_FILES and remove the setgid. | Artur Grabowski |
2002-04-06 | Fix a typo and sync usage() with man page; Brian Poole | Todd C. Miller |
2002-03-19 | Fix unitialized variable in non-setgid case; Gregory Steuck | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
2002-02-10 | remove pre-ansi, SCCS workaround cruft; ok deraadt@ | Christian Weisgerber |
2002-01-30 | right, just check more for nulls; from Dan Harnett <danh@wzrd.com> | Michael Shalayeff |
2002-01-30 | always check for kvm_openfiles failure; pointed out by juan@coredump.com.ar i... | Michael Shalayeff |
2002-01-24 | as early as v3 it seems to be | Michael Shalayeff |
2001-12-05 | Get MAXSLP from kvm/sysctl. It's patchable in the kernel now. | Artur Grabowski |
2001-12-01 | wrong printf spec for a field | Theo de Raadt |
2001-11-09 | Since all our arches have /dev/ksyms, replace rigid mentions of the kernel | Miod Vallat |
2001-11-07 | Doh, bring the correct header, this is userland... | Miod Vallat |
2001-11-07 | Use uvm headers. | Miod Vallat |
2001-09-27 | If kvm_openfiles() fail the systctl() should work. | Mike Pechkin |
2001-09-06 | o) __progname aria; | Mike Pechkin |
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela |
2001-06-27 | UVM is no longer an option | Artur Grabowski |
2001-06-03 | Use kern.nprocs | Angelos D. Keromytis |
2001-06-03 | Use sysctl to get process information, if kvm has not been initialized | Angelos D. Keromytis |
2001-06-03 | Style. | Angelos D. Keromytis |
2001-06-03 | Use sysctl() to get fscale, ccpu, and physmem if we haven't | Angelos D. Keromytis |
2001-05-04 | Update man page to match new start time sorting; kstailey@disclosure.com | Todd C. Miller |
2001-04-30 | CLSIZE is 1 on all archs and will go away soon. | Artur Grabowski |
2001-04-17 | Missing bits from last commit here; kstailey@disclosure.com | Todd C. Miller |
2001-04-17 | Updated version of last patch from kstailey@disclosure.com. | Todd C. Miller |
2001-04-15 | Randomized PIDs uglifies "ps -ax" output since it sorts on tty then | Todd C. Miller |
2001-02-05 | [-] outside braces | Theo de Raadt |
2001-02-05 | extra - in usage too | Theo de Raadt |
2000-11-09 | Insert some missing commas. | Aaron Campbell |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie |
2000-06-18 | Mark kernel threads as system processes. Make ps hide them by default, | Niklas Hallqvist |
2000-05-28 | Need -DUVM if UVM is enabled. | Artur Grabowski |
2000-05-04 | avoid IEEE underflow in exp(), shows up most on 68060 FPE which is precise; a... | Theo de Raadt |
2000-04-16 | correct getopt | Eric Jackson |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell |
1999-11-25 | there is no poip | Theo de Raadt |
1999-08-17 | consistency | Aaron Campbell |
1999-08-16 | don't cast third argument to kvm_read to char *. (it's void *) | Artur Grabowski |
1999-06-21 | stop casting the third argument to kvm_read to char *. it is a void *. | Artur Grabowski |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-04-30 | Grammar'n'formatting | Paul Janzen |
1999-04-28 | please use Ar macros when describing option flags, too | Aaron Campbell |
1999-04-28 | Implement -U <username> option from FreeBSD. Original code by Peter Wemm. | Alex Feldman |