about summary refs log tree commit homepage
DateCommit message (Expand)
2009-08-01mincore: bad cast caused misprinted output on 32-bit v0.2.1
2009-08-01fix header dependencies in Makefile
2009-08-01More accurate string => off_t conversion
2009-07-26Update external links to syscall manpages
2009-07-26INSTALL is Markdown and thus Pandoc-able
2009-07-26remove large file support macros from the Makefile
2009-07-26capitalize arguments in usage strings
2009-07-26README: add more links to things we reference
2009-07-26Add html and gz suffixes to .gitignore
2009-07-26Switch to pandoc for all documentation
2009-07-26README: add a pointer to the ML archives
2009-07-25README: updates
2009-06-07Documentation updates
2009-05-10Add git info to README
2009-05-10pcu v0.2.0 v0.2.0
2009-05-10Clarify license, COPYING updates FSF mailing address
2009-05-10Make it clear we don't need perms/capabilities
2009-05-10Croak with usage info on no arguments
2009-05-10Revamp documentation, add manpages
2009-05-09mincore: Only the first bit of the byte is defined
2009-05-09mincore: fix offset calculations
2009-05-09mincore: byte offsets should be shown in hex
2009-05-09mincore: allow offset and length to be specified
2009-05-09mincore: show byte offset instead of page offset
2009-05-09Always open files with O_NOATIME
2009-05-09Fixup GIT-VERSION-GEN
2009-05-06Add install target to Makefile v0.1.1
2008-11-04Define macros to enable 64-bit file support on 32-bit
2008-10-24initial v0.1.0