about summary refs log tree commit homepage
DateCommit message (Expand)
2015-05-13mincore: fix mismatched parentheses HEAD master
2013-11-16README: update license to GPLv2+
2013-09-15open_noatime wrapper to deal with EPERM on O_NOATIME
2013-09-14pcu-fadvise: fall back if O_NOATIME fails due to EPERM
2012-11-28Makefile: ghetto generation task for the website
2012-11-28pcu 0.3.0 - syncfs() support for pcu-fsync v0.3.0
2012-11-28Makefile: remove --sanitize-html for pandoc
2012-11-15pcu-fsync: add support for syncfs() on Linux (-f flag)
2012-01-21README: update URLs for bogomips.org
2010-04-05add pcu-fsync(1) manpage
2010-04-05mincore: add '-s' summary option
2010-04-02mincore: mmap() returns MAP_FAILED on failure
2010-01-26inline cstr_to_off_t to avoid warning
2010-01-26rename pcu-sync -> pcu-fsync
2009-08-09Add `pcu-sync' command
2009-08-09cast sizeof() to unsigned to avoid warnings on 64-bit
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