Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-26 | free(NULL) is valid | Theo de Raadt | |
2003-09-24 | realloc fixes; ok ho matthieu | Theo de Raadt | |
2003-07-29 | spacing | Theo de Raadt | |
2003-07-02 | missing protos | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-11 | ansification, art ok | Theo de Raadt | |
2003-06-11 | license was lost; it is from print.c | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | - section reorder | Jason McIntyre | |
- killed unnecessary .Ns | |||
2003-05-19 | Fix warnx message to reflect reality. | Artur Grabowski | |
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-04-15 | mix of tdeval and my string cleaning | Theo de Raadt | |
2003-03-21 | Fix %mem output in ps, sysctl method of getting mempages returns number | Dale Rahn | |
of bytes of memory, not number of pages of memory. Divide the result by pagesize. PR 3164 ok david@ millert@ | |||
2003-03-18 | use .Cm for flags without dash | David Krause | |
ok miod@ jmc@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2003-01-05 | work around a very rare div by 0 that should not happen, but can happen on | Theo de Raadt | |
non-IEEE systems apparently. like the vax. this is in the same area of code that has caused us problems with the 68060/68040 before; very curious, and i don't know why. | |||
2002-12-19 | add dsiz and ssiz to accompany tsiz; millert@ ok | Michael Shalayeff | |
2002-09-04 | toast uprocp format keyword; peterw@ifost.org.au | Theo de Raadt | |
2002-08-20 | Fix error string | Jason Wright | |
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 | |
document missing flags from proc.h | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
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 ↵ | Michael Shalayeff | |
in pr/2362 | |||
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 | |
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the FILES section if they were there. | |||
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 | |
Spotted by: mike <mike@gravitino.net> Patch from millert@ | |||
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-08-13 | Typo in comments: 'interuptable' => 'interruptible' | Heikki Korpela | |
millert@ ok | |||
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 | |
(which is still not the case). | |||
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 | |
initialized kvm (won't happen for a while). | |||
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 | |
We should always save the user area since we are sorting on start time (which lives there). |