about summary refs log tree commit homepage
path: root/mincore.c
DateCommit message (Expand)
2015-05-13mincore: fix mismatched parentheses HEAD master
2013-09-15open_noatime wrapper to deal with EPERM on O_NOATIME
2010-04-05mincore: add '-s' summary option
2010-04-02mincore: mmap() returns MAP_FAILED on failure
2009-08-01mincore: bad cast caused misprinted output on 32-bit v0.2.1
2009-08-01More accurate string => off_t conversion
2009-07-26capitalize arguments in usage strings
2009-05-10Croak with usage info on no arguments
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
2008-10-24initial v0.1.0