Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-19 | oops, forgot \n at end of kqueue lines; Nicholas Marriott | Theo de Raadt | |
2006-03-26 | and put new flag into the manpage | Michael Shalayeff | |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff | |
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-15 | remove inaccuracy (pipes do not appear as unix sockets); | Jason McIntyre | |
ok jaredy@ pedro@ | |||
2005-12-15 | make the systrace section just like the rest... | Jason McIntyre | |
2005-12-15 | fstat does not print an '*' for fifos, okay jmc@ | Pedro Martelletto | |
2005-12-13 | give inode 8 positions (new ver w/ missing spaces deraadt pt out); millert@ ↵ | Michael Shalayeff | |
krw@ ok | |||
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-07-04 | make these use setres[ug]id for simple privilege dropping; | Damien Miller | |
ok deraadt@ millert@ moritz@ | |||
2005-05-26 | null removal fallout | Ted Unangst | |
2005-03-30 | nlist.h not needed | Theo de Raadt | |
2004-11-17 | remove NI_WITHSCOPEID (which is not standard) | Jun-ichiro itojun Hagino | |
2004-07-13 | indent an example; | Jason McIntyre | |
2004-07-13 | .Xr tcpdrop 8 , | Jason McIntyre | |
2004-05-09 | Say that only sockets owned by processes can been seen. Based on diff | Otto Moerbeek | |
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@ | |||
2004-01-21 | prompt before command demo; jmc ok | Theo de Raadt | |
2004-01-08 | Convert to kvm_getproc2(); ok deraadt@ | Todd C. Miller | |
2003-09-09 | add missing -o and sort options in usage(); | Jason McIntyre | |
from Andrey Matveev; | |||
2003-09-05 | correct an .Sx; | Jason McIntyre | |
2003-07-14 | - fix a display | Jason McIntyre | |
- escape dashes - remove extra bracket | |||
2003-07-02 | protos | Theo de Raadt | |
2003-06-28 | cleanup | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-13 | repair damage after layer fs changes | Ted Unangst | |
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2002-09-30 | typo, art ok | Anil Madhavapeddy | |
2002-08-04 | move kvm opening to earliest possible place | Theo de Raadt | |
2002-07-13 | ansi | Theo de Raadt | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-05-20 | fix Xr | Theo de Raadt | |
2002-05-19 | misc cleanups, and grok systrace better | Theo de Raadt | |
2002-05-18 | grok crypto/kqueue/systrace vnodes | Theo de Raadt | |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | 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. | |||
2001-12-01 | KNF | Theo de Raadt | |
2001-11-26 | fix AF_INET6 dgram socket printing (missing curly brace) | Jun-ichiro itojun Hagino | |
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
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-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-22 | typo in comment | Peter Valchev | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-09-12 | work around Art's lack of testing | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-07-16 | Add -o option for printing file offset. Also some whitespace reformatting. | Hugh Graham | |
Handy. Checked by millert and niklas. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). |