pcu.git  about / heads / tags
page cache utilities for Linux
$ git log --pretty=format:'%h %s (%cs)%d' v0.2.0 --
401bc68 pcu v0.2.0 (2009-05-10)
	(tag: v0.2.0)
d99cae4 Clarify license, COPYING updates FSF mailing address (2009-05-10)
0a74dec Make it clear we don't need perms/capabilities (2009-05-10)
da7b4ea Croak with usage info on no arguments (2009-05-10)
a137167 Revamp documentation, add manpages (2009-05-10)
75d0497 mincore: Only the first bit of the byte is defined (2009-05-09)
bcf7eb0 mincore: fix offset calculations (2009-05-09)
246b02f mincore: byte offsets should be shown in hex (2009-05-09)
8b4ebef mincore: allow offset and length to be specified (2009-05-09)
a175bb9 mincore: show byte offset instead of page offset (2009-05-09)
...

$ git cat-file blob v0.2.0:README
pcu - Page Cache Utilities
==========================

This package contains command-line utilities for viewing/managing the
kernel page cache.

* pcu-fadvise - runs posix_fadvise(2) on given files
* pcu-mincore - shows the pages in the page cache for given files

See manpages for the individual commands for more details.  Neither
command requires privileges other than read access to the files
specified on the command-line.

pcu is copyright Eric Wong <normalperson@yhbt.net> and contributors.
It is covered under the GNU General Public License, version 2.

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       mincore: fix mismatched parentheses (2015-05-13)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.3.0       pcu 0.3.0 - syncfs() support for pcu-fsync (2012-11-28) tar.gz
v0.2.1       pcu 0.2.1 (2009-08-01) tar.gz
v0.2.0       pcu v0.2.0 (2009-05-10) tar.gz
v0.1.1       pcu v0.1.1 (2009-05-06) tar.gz
v0.1.0       pcu v0.1.0 (2008-10-24) tar.gz

git clone https://yhbt.net/pcu.git