Merge branch 'vendor/DHCPCD'
[dragonfly.git] / sbin / hammer /
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-16 Tomohiro Kusumisbin/hammer: Explicitly include <sys/ioctl.h>
2018-05-19 Sascha Wildnerhammer(8): Add inline keywords in two prototypes of...
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-04-21 Tomohiro Kusumisbin/hammer: Drop _X macro for hammer show
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-17 Tomohiro Kusumisbin/hammer: Fix compile warning on Linux
2018-02-14 Tomohiro Kusumisbin/hammer: Fix compile error on Linux
2018-02-13 Sascha Wildnerhammer(8): Remove include guards in a .c file.
2018-02-02 Sascha WildnerNormalize libcrypto and libssl DPADD variable names...
2018-01-19 Sascha WildnerAdd __attribute__((__noreturn__)) to a number of usage...
2017-12-31 Sascha WildnerRemove various 'r' commands and daemons.
2017-12-20 Sascha WildnerAdd __attribute__((__noreturn__)) to various function...
2017-10-01 Tomohiro Kusumisbin/hammer: Fix compile-time warning by some Linux...
2017-09-30 Tomohiro Kusumisbin/hammer: Add UUID string on error and blockmap...
2017-09-30 Tomohiro Kusumisbin/hammer: Minor cleanup
2017-09-25 Tomohiro Kusumisbin/hammer: Use uuid_compare(3) instead of bcmp(3)
2017-09-24 Tomohiro Kusumisbin/hammer: Fix strncpy(3) length
2017-09-24 Tomohiro Kusumisbin/hammer: Cleanup header includes
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-23 Tomohiro Kusumisys/vfs/hammer: Add typedef hammer_uuid_t
2017-09-23 Tomohiro Kusumisbin/hammer: Add uuid.c
2017-09-19 Tomohiro Kusumisbin/hammer: Use uuid_compare(3) instead of bcmp(3)
2017-07-07 Tomohiro Kusumisbin/hammer: Drop rerundant ()
2017-07-07 Tomohiro Kusumisbin/hammer: Fix get_buffer_data()'s wrong xor for...
2017-07-07 Tomohiro Kusumisbin/hammer: Move cache to tailq end when get_buffer_da...
2017-04-17 Tomohiro Kusumisys/vfs/hammer: Drop typedefs for struct hammer_ioc_...
2017-04-17 Tomohiro Kusumisbin/*hammer: Add missing braces to conform to code...
2017-04-15 Tomohiro Kusumisbin/hammer: Fix hammer(8)
2017-04-15 Tomohiro Kusumisys/vfs/hammer: Use hammer_crc_t
2017-04-15 Tomohiro Kusumisbin/hammer: Drop unused buffer_info variable
2017-04-15 Tomohiro Kusumisbin/hammer: Fix HammerVersion initialization added...
2017-04-15 Tomohiro Kusumisbin/hammer: Cleanup get_buf_crc() after 965831f0
2017-04-15 Tomohiro Kusumisbin/hammer: Cleanup/rename get_leaf_crc() after 965831f0
2017-04-15 Tomohiro Kusumisbin/hammer: Fix newly added crc prefix character by...
2017-04-14 Tomohiro Kusumisbin/hammer: Drop non inode case from get_leaf_crc()
2017-04-14 Tomohiro Kusumisbin/hammer: Fix indentation made by 4c09d9c4
2017-04-14 Tomohiro Kusumisbin/*hammer: Use consistent static/inline/returntype...
2017-04-14 Tomohiro Kusumisbin/hammer: Test volume version in __verify_volume()
2017-04-13 Tomohiro Kusumisbin/hammer: Add missing fflush(stdout) in 8b6688a4
2017-04-13 Tomohiro Kusumisbin/hammer: Rename hammer_parsedevs() to hammer_parse_...
2017-04-13 Tomohiro Kusumisbin/hammer: Allow any volume to be stripped by strip...
2017-04-13 Tomohiro Kusumisbin/hammer: Make volume count test optional for blkdev...
2017-04-12 Tomohiro Kusumisbin/hammer: Make some readonly pointer args const
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct zone_stat*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct cache_info*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct buffer_info*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct volume_info*
2017-04-12 Tomohiro Kusumisbin/hammer: Cleanup prototypes
2017-04-12 Tomohiro Kusumisbin/hammer: Add /* not reached */ (missing ones in...
2017-04-11 Tomohiro Kusumisbin/hammer: Add /* not reached */ for usage() variants
2017-04-11 Tomohiro Kusumisbin/hammer: Add /* not reached */
2017-04-11 Tomohiro Kusumisbin/hammer: Check S_ISREG() if not block device
2017-04-11 Tomohiro Kusumisbin/hammer: Add is_regfile() (avoid directly using...
2017-04-10 Tomohiro Kusumisbin/hammer: Partly bring back removed braces from...
2017-04-09 Tomohiro Kusumisbin/hammer: Make info command print a proper error...
2017-04-09 Tomohiro Kusumisbin/hammer: Make info command properly handle non...
2017-04-09 Tomohiro Kusumisbin/hammer: Cleanup blocks with a single statement
2017-04-02 Tomohiro Kusumisbin/hammer: Remove local variables only used within...
2017-03-27 Matthew Dillonhammer - HAMMER Version 7
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for volume variables
2017-03-12 Tomohiro Kusumisbin/hammer: Have consistent naming for buffer variables
2017-02-02 Sascha WildnerFix two typos in manual pages.
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-12-17 Tomohiro Kusumisbin/hammer: Redo e4323571 partly (after reverted by...
2016-12-17 Tomohiro KusumiRevert "sbin/hammer: Fix bug in get_buffer_data()"
2016-12-17 Tomohiro Kusumisbin/hammer: Fix bug in get_buffer_data()
2016-12-17 Tomohiro Kusumisbin/hammer: Fix terminology of buf_offset
2016-12-17 Tomohiro Kusumisys/vfs/hammer: Rename misleading macro hammer_is_zone2...
2016-12-17 Tomohiro Kusumisbin/hammer: Remove redundant blockmap lookup in hammer...
2016-12-17 Tomohiro Kusumisbin/hammer: Use calloc(3) instead of malloc(3)+bzero(3)
2016-12-17 Tomohiro Kusumisbin/hammer: Properly use calloc(3)
2016-12-17 Tomohiro Kusumisbin/hammer: Refactor hammer_cache_flush()
2016-12-17 Tomohiro Kusumisbin/hammer: Remove redundant cache counter NCache
2016-12-17 Tomohiro Kusumisbin/hammer: Use HAMMER_BUFSIZE to calculate CacheMax
2016-12-17 Tomohiro Kusumisbin/hammer: Change fprintf (without exit) to err variants
2016-12-17 Tomohiro Kusumisbin/newfs_hammer: Use warn(3) variants
2016-12-17 Tomohiro Kusumisbin/hammer: Don't hardcode 0 for root PFS
2016-12-15 Tomohiro Kusumisbin/hammer: Change fprintf/exit to err variants [2/2]
2016-12-15 Tomohiro Kusumisbin/hammer: Fix/remove redundant error variable
2016-12-14 Tomohiro Kusumisbin/hammer: Add a trivial wrapper over blockmap_lookup()
2016-12-14 Tomohiro Kusumisys/vfs/hammer: Use hammer_is_zone_xxx()
2016-12-14 Tomohiro Kusumisbin/hammer: Cleanup blockmap_lookup()
2016-12-14 Tomohiro Kusumisbin/hammer: Add __blockmap_xlate_to_zone2() to refacto...
2016-12-14 Tomohiro Kusumisbin/hammer: Add __alloc_buffer() to refactor get_buffer()
2016-12-14 Tomohiro Kusumisbin/hammer: Remove redundant volume arg in find_buffer()
2016-12-14 Tomohiro Kusumisbin/hammer: Fix known bug in full scan recovery mentio...
2016-12-12 Tomohiro Kusumisbin/hammer: Fix rename printfs to differentiate recove...
2016-12-12 Tomohiro Kusumisbin/hammer: Use big-block append offset to limit recov...
2016-12-10 Tomohiro Kusumisbin/hammer: Cleanup hammer recover
2016-12-10 Tomohiro Kusumisbin/hammer: Add full mode for hammer recover to revive...
2016-12-10 Tomohiro Kusumisbin/hammer: Use last active big-block to limit recover...
2016-12-10 Tomohiro Kusumisbin/hammer: Minor fix for hammer recover quick mode
next