Merge branch 'vendor/LIBRESSL'
[dragonfly.git] / sbin /
2016-06-04 Tomohiro Kusumisbin/hammer: Fix used bytes for zone15
2016-06-04 Tomohiro Kusumisbin/hammer: Make hammer blockmap check offset/space
2016-06-04 Tomohiro Kusumisbin/hammer: Remove debug printfs
2016-06-04 Tomohiro Kusumisbin/hammer: Cleanup zone statistics functions
2016-06-02 Tomohiro Kusumiautofs: Port autofs from FreeBSD
2016-06-02 Tomohiro Kusumisbin/mount_nfs: Add -o retrycnt= option
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-12 Matthew Dillonsysctl - Add -i and -q from FreeBSD
2016-05-08 Sascha Wildnerifconfig(8): Adjust for cec7392796354.
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-27 Sepherosa Ziehaudhclient: Log a warning instead of bailing upon "illega...
2016-04-20 François Tigeotgpt: Align partitions to 1MiB
2016-04-18 Tomohiro Kusumisbin/hammer: Use printf() instead of fprintf(stdout)
2016-04-18 Tomohiro Kusumisbin/hammer: Add no hammer found message if not mounted
2016-04-17 Tomohiro Kusumisbin/mount_hammer: Remove duplicated MOPT_UPDATE macro...
2016-04-12 Tomohiro Kusumisbin/newfs_hammer: Check upper limit of volume size
2016-04-12 Tomohiro Kusumisbin/hammer: Minor cleanup
2016-04-09 Tomohiro Kusumisbin/hammer: Fix hammer(8) manpage
2016-04-09 Tomohiro Kusumisbin/hammer: Make hammer info print volumes
2016-04-07 Tomohiro Kusumisbin/newfs_msdos: Fix error message
2016-04-07 Tomohiro Kusumisys/vfs/hammer: Rename ondisk vol_name to vol_label
2016-04-04 Tomohiro Kusumisbin/hammer: Print volume list after volume-add|del
2016-04-04 Tomohiro Kusumisys/vfs/hammer: Ask before reblocking on volume-del
2016-04-03 Tomohiro Kusumisbin/hammer: Make getyn() non static
2016-04-03 Tomohiro Kusumisbin/hammer: Make hammer commands print root volume...
2016-03-31 Tomohiro Kusumisbin/hammer: Make hammer info print \n between filesystems
2016-03-31 Tomohiro Kusumisbin/hammer: Make hammer info print rootvol
2016-03-30 Tomohiro Kusumisys/vfs/hammer: Fix/add comments on volume header
2016-03-29 Tomohiro Kusumisbin/hammer: Don't always print BC error on nodes with...
2016-03-28 Tomohiro Kusumisbin/newfs_hammer: Add missing buffer refcount--
2016-03-28 Tomohiro Kusumisbin/hammer: Remove unused buffer flag
2016-03-27 Tomohiro Kusumisbin/hammer: Fix/refactor check_data_crc()
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Change ondisk vol_nblocks/blocksize...
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Change ondisk vol0_stat_records to...
2016-03-27 Tomohiro Kusumisbin/hammer: Add depth indentation option to hammer...
2016-03-27 Tomohiro Kusumisbin/hammer: Remove tabs in B-Tree indentation
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [4/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [3/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [2/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor hammer show [1/4]
2016-03-27 Tomohiro Kusumisbin/hammer: Add readhammervol()/writehammervol()
2016-03-27 Tomohiro Kusumisbin/hammer: Refactor get_buffer()
2016-03-27 Tomohiro Kusumisbin/hammer: Add assertion to ensure not to clear modif...
2016-03-27 Tomohiro Kusumisbin/hammer: Remove unused buffer use_count
2016-03-27 Tomohiro Kusumisbin/hammer: Remove cache from volume_info
2016-03-27 Tomohiro Kusumisbin/hammer: Remove unused buffer 'type' in cache
2016-03-27 Tomohiro Kusumisbin/hammer: Minor cleanups
2016-03-27 Tomohiro Kusumisbin/hammer: Use correct type
2016-03-27 Tomohiro Kusumisys/vfs/hammer: Use "%016jx",intmax_t
2016-03-21 Tomohiro Kusumisbin/hammer: Cleanup
2016-03-21 Tomohiro Kusumisbin/hammer: Make hammer blockmap ignore zone=15 unless -vv
2016-03-21 Tomohiro Kusumisbin/hammer: Change format of hammer blockmap on -v
2016-03-20 Tomohiro Kusumisbin/hammer: Declare char* at the top of block scope
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_zone_xxx()
2016-03-19 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ZONE()
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary conditional on freemap...
2016-03-19 Tomohiro Kusumisbin/hammer: Fix writeback against readonly fd
2016-03-19 Tomohiro Kusumisbin/hammer: Fix conditional for Hammer_FSId initialization
2016-03-19 Tomohiro Kusumisbin/hammer: Remove unnecessary if(AssertOnFailure...
2016-03-19 Tomohiro Kusumisbin/hammer: Remove =0; for some global variables
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Fix wrong comment
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define UndoBufferSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Define Boot|MemAreaSize in newfs_hammer
2016-03-19 Tomohiro Kusumisbin/newfs_hammer: Rename format_root() to format_root_...
2016-03-19 Tomohiro Kusumisbin/hammer: Minor fix for format_blockmap()
2016-03-19 Tomohiro Kusumisbin/hammer: Initialize Hammer_FSType before any subcommand
2016-03-19 Tomohiro Kusumisbin/hammer: Separate setup_volume() into init/load_vol...
2016-03-19 Tomohiro Kusumisbin/hammer: Add __add_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add __alloc_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Add get_root_volume()
2016-03-19 Tomohiro Kusumisbin/hammer: Update blockmap lookup error#
2016-03-18 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_ROOT_VOLNO
2016-03-18 Tomohiro Kusumisbin/newfs_hammer: Cleanup
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-09 John Marinoncurses solidation: Remove all references to libtermcap
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup beginning part of hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup long lines with >80 chars
2016-03-05 Tomohiro Kusumisbin/hammer: Don't access beyond 16KB of HAMMER userspa...
2016-03-05 Tomohiro Kusumisbin/hammer: Minor fix for hammer(8) manpage
2016-03-05 Tomohiro Kusumisbin/hammer: Add num_bad_rec counter to hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup error string formats for records...
2016-03-05 Tomohiro Kusumisbin/hammer: Fix indentation of config data output
2016-03-05 Tomohiro Kusumisbin/hammer: Fix trailing blank line in config data...
2016-03-05 Tomohiro Kusumisbin/hammer: Fix wrong config data field name
2016-03-05 Tomohiro Kusumisbin/hammer: Don't modify buffer_info for config data...
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup and squash inode record format...
2016-03-05 Tomohiro Kusumisbin/hammer: Make hammer show print record type in...
2016-03-05 Tomohiro Kusumisbin/hammer: Cleanup and squash elm format of hammer...
2016-03-05 Tomohiro Kusumisbin/hammer: Add obfuscate option to hammer show
2016-03-05 Tomohiro Kusumisbin/hammer: Use sizeof(*elm)
2016-03-05 Tomohiro Kusumisbin/hammer: Use HAMMER_OFF_BAD
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-28 Sascha Wildnersvc(8): Clean up the Makefile a bit.
2016-02-28 Sascha Wildnerping6(8): Fix a -Wcast-qual warning with a cast and...
2016-02-28 Tomohiro Kusumisys/vfs/hammer: Rename struct hammer_entry_data to...
2016-02-27 Tomohiro Kusumisbin/hammer: Reword "llid" to "pfs_id"
2016-02-27 Tomohiro Kusumisbin/hammer: Use HAMMER_OBJID_ROOT for root inode
2016-02-27 Tomohiro Kusumisys/vfs/hammer: Add hammer_is_pfs_{master|slave|deleted}()
2016-02-27 Tomohiro Kusumisbin/hammer: Printf "PFS" instead of "pfs"
next