Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mrg
Date:           Sat Dec 19 23:38:21 UTC 2020

Modified Files:
        src/share/man/man4: ddb.4
        src/sys/kern: subr_pool.c

Log Message:
ddb: add two new modifiers to "show pool" and "show all pools"

- /s shows a short single-line per pool list (the normal output
  is about 10 lines per.)
- /S skips pools with zero allocations.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/share/man/man4/ddb.4
cvs rdiff -u -r1.274 -r1.275 src/sys/kern/subr_pool.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index