Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-21 | more lfs removal; ok pedro | Jason McIntyre | |
2006-08-04 | Remove reference to tb(4). Found by jmc@, thanks. | Marc Balmer | |
2006-06-07 | mention the nmea line discipline in the pstat(8) man page. | Marc Balmer | |
found by mk, ok deraadt | |||
2006-06-04 | teach this about NMEADISC too | Theo de Raadt | |
2006-04-18 | simple variable renaming to please lint | Theo de Raadt | |
2006-03-27 | Check for syncer vnodes before the file system specific routine gets | Pedro Martelletto | |
called, so that we handle NFS and ext2fs as well, okay deraadt@. | |||
2006-03-26 | Pretty-print addresses on 64-bit architectures; with input and ok deraadt@ | Uwe Stuehler | |
2006-03-26 | Back out -r1.59. I did not follow the process. | Uwe Stuehler | |
2006-03-26 | Set the width of address columns based on the machine word width. | Uwe Stuehler | |
pedro@ likes the diff. | |||
2006-03-25 | Kill double word | Pedro Martelletto | |
2006-03-25 | Handle syncer vnodes gracefully, okay deraadt@ | Pedro Martelletto | |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto | |
No functional change, okay tedu@. | |||
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto | |
Instead of having the dinode inside the inode structure itself, we now have just a pointer to it, and use a separate pool to allocate dinodes as needed. Inspiration from FreeBSD, various testing for a while, thanks. | |||
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto | |
2005-10-15 | Use queue macros instead of directly accessing fields. ok miod@ pat@ millert@ | Otto Moerbeek | |
2005-09-06 | comment out .Xr to strip(4), a page which does not get installed; | Jason McIntyre | |
while here, make the list item a bit better grammatically. | |||
2005-09-06 | make some of the stat utility pages reference each other; | Jason McIntyre | |
idea from a mail to misc@ from simon dassow; | |||
2005-06-10 | No point in keeping a list of file systems here, instead just refer to | Pedro Martelletto | |
whatever the kernel supports, okay deraadt@ | |||
2005-05-26 | typo | Pedro Martelletto | |
2005-05-26 | remove reference to MNT_UNION | Pedro Martelletto | |
2005-05-03 | setresgid; ok deraadt@ | Damien Miller | |
2005-02-08 | * plug memory leaks in some paths. From Andrey Matveev | Patrick Latifi | |
ok otto | |||
2004-09-14 | remove unused variables | Theo de Raadt | |
2004-08-03 | make pstat -f show locking | Michael Coulter | |
ok art@ tedu@ much help from pedro@ | |||
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre | |
suggested by tedu@ | |||
2004-03-16 | add -M and -N to options list; | Jason McIntyre | |
sort options; sync usage(); | |||
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre | |
suggested by Drew Einhorn; | |||
2003-09-08 | insufficient size for mib; andrushock@korovino.net | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
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-04-25 | add missing .El's for .Bl macros; | Jason McIntyre | |
2003-02-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2003-01-06 | some cleanup; andrushock@korovino.net | Theo de Raadt | |
2003-01-06 | only do kvm_openfiles for -v, all others use sysctl | Theo de Raadt | |
2003-01-06 | minor tweaks | Theo de Raadt | |
2002-12-12 | can now get _ttylist via sysctl; millert ok | Theo de Raadt | |
2002-12-09 | knf | Theo de Raadt | |
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. |