Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-07-13 | slight cleanup | Theo de Raadt | |
2002-07-12 | remove printing of soon-to-be-gone flags. | Artur Grabowski | |
2002-06-19 | mark which nlist[] kmem entries are not needed in the sysctl case, and which are | Theo de Raadt | |
2002-06-18 | size_t cleanups | Theo de Raadt | |
2002-06-16 | When processing the KERN_VNODE sysctl, the kernel builds a packed structure, | Miod Vallat | |
while pstat(8) expects a C structure abiding the regular structure packing rules. This caused pstat -v to break on powerpc. Unbreak the confusion by defining the structure in a common header file, and having the kernel use it. ok millert@ deraadt@ | |||
2002-06-08 | Take advantage of sysctls for stats --- not in use, as we need the | Angelos D. Keromytis | |
mountlist and the ttylist. To come. | |||
2002-06-02 | KNF | Theo de Raadt | |
2002-06-02 | fix tables; fred@francis.unitra.sk | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
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-01-19 | We don't have <sys/map.h> any more; Tim Tickel | Todd C. Miller | |
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-08-11 | cleanup; ok millert | Peter Valchev | |
2001-08-03 | o) We always closes .Bl and .Bd tags; | Mike Pechkin | |
millert@ ok | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-24 | Get rid of NQNFS options | Constantine Sapuntzakis | |
2001-02-25 | Update pstat to reflect vnode changes | Constantine Sapuntzakis | |
2000-11-12 | typo | Aaron Campbell | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-06-16 | update and sort list of vflags, iflags, nfsflags, mntflags. also | assar | |
update man-page to be compatible with the code. | |||
2000-05-24 | handle 64 bit arch in -f; janjaap@stack.nl | Theo de Raadt | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
1999-12-05 | Learn pstat about soft updates. | Artur Grabowski | |
1999-06-23 | Use DEV_BSIZE instead of hard-coding 512 | Todd C. Miller | |
1999-06-23 | add -DUVM if we run UVM | Artur Grabowski | |
1999-06-03 | sysctl of KERN_FILE returns a list of mis-aligned file structs; compensate | Theo de Raadt | |
by copying to private space... since changing the kernel API will be difficult. | |||
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-22 | Update for new vmswap code. | Tobias Weingartner | |
1999-04-02 | all .Nm macros should have an argument in SYNOPSIS; also misc cleanup | Aaron Campbell | |
1999-03-01 | cleanup; d@ | Aaron Campbell | |
1998-07-08 | whack kmem gid after kvm_openfiles() | Theo de Raadt | |
1998-06-25 | handle no swap case | Theo de Raadt | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1997-11-09 | #if 0 out references to IN_LOCKED, IN_WANTED, IN_LWAIT. | Todd C. Miller | |
Need to merge in changes from lite2 pstat.c but this will do for now. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-18 | make pstat -f columns line up | Theo de Raadt | |
1997-09-18 | lengthen terminal name, make columns line up | Theo de Raadt | |
1997-09-12 | Kill extra newline in err()/warn(). | Todd C. Miller | |
1997-08-10 | Line up better with -t. | Todd C. Miller | |
1997-08-07 | Support -n in conjunction with -s. Problem noted by | Todd C. Miller | |
Carsten Hammer <chammer@vogon.party.de>. Fixes PR#297. Also made "pstat -tn" consistent with -n in other modes (and it now lines up correctly). | |||
1997-07-17 | clean | Theo de Raadt | |
1997-05-31 | various | Theo de Raadt | |
1997-05-31 | Support for ext2fs vnodes. | Jason Downs | |
1997-05-30 | FFS changes. | Jason Downs | |
1996-12-22 | Deal with _POSIX_SAVED_IDS when relinquishing privileges | Theo de Raadt | |
1996-11-24 | Add recognition for remaining mount flags (from <sys/mount.h>) | Todd C. Miller | |
that make sense to "pstat -v". From NetBSD. | |||
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc | |