cam - Fix bus registration race
[dragonfly.git] / sbin /
2016-10-30 Tomohiro Kusumisbin/newfs_hammer: Check maximum undo fifo size with...
2016-10-30 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_MIN_UNDO_BIGBLOCKS to set...
2016-10-30 Tomohiro Kusumisys/vfs/hammer: Rename HAMMER_UNDO_LAYER2 to HAMMER_MAX...
2016-10-29 Sascha Wildnerkernel/efi: Add a sysctl machdep.efi_map to dump the...
2016-10-29 Sascha Wildnersysctl(8): Fix types of structure format functions.
2016-10-28 Matthew Dillonbuild - Remove openssl from base (is now permanently...
2016-10-28 Matthew Dillonbuild - Rewire secure, remove conflicts from libmd...
2016-10-24 Sascha Wildnerrouted(8): Remove SGI specific code.
2016-10-24 zrjsbin/hammer: Mark few functions as always inlineable.
2016-10-19 zrjsbin/quotacheck: Rename maxino to remove globals conflict.
2016-10-19 zrjdevd(8): Make it possible to compile with LTO.
2016-10-18 zrjrestore(8): Remove (void *) casts.
2016-10-18 zrjrestore(8): Fix extern type mismatch.
2016-10-18 zrjrestore(8): Fix and enable WARNS.
2016-10-18 zrjrestore(8): Use size_t were appropriate.
2016-10-18 zrjrestore(8): Fix formats in prints.
2016-10-18 zrjrestore(8): General cleanup.
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-16 Matthew Dillontmpfs - Fix mount_tmpfs -C
2016-10-16 Tomohiro Kusumisbin/mount_hammer: Add missing switch case from bab16452
2016-10-16 Tomohiro Kusumisbin/mount_hammer: Fix warning messages
2016-10-15 Tomohiro Kusumisbin/hammer: Mention bug in hammer recover command
2016-10-15 Tomohiro Kusumisbin/hammer: Add volume signature check on loading...
2016-10-15 Tomohiro Kusumisbin/hammer: Cleanup arguments of init_volume()
2016-10-15 Tomohiro Kusumisbin/hammer: Make hammer recover use hammer_parsedevs_n...
2016-10-15 Tomohiro Kusumisbin/hammer: Add verify argument to load_volume()
2016-10-12 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_MIN|MAX_ONDISK_LOCALIZATION
2016-10-12 Tomohiro Kusumisys/vfs/hammer: Use MIN/MAX macros for B-Tree node...
2016-10-09 Tomohiro Kusumisbin/hammer: Remove getdir()
2016-10-09 Tomohiro Kusumisbin/hammer: Cleanup getpfs()/scanpfsid()
2016-10-09 Tomohiro Kusumisbin/hammer: Partly revert 8b640662 in 2014
2016-10-09 Tomohiro Kusumisbin/hammer: Use dirname(3) instead of getdir() in...
2016-10-08 Tomohiro Kusumisbin/hammer: Change "PFS #" to "PFS#"
2016-10-08 Tomohiro Kusumisbin/hammer: Don't wait 5 secs on pfs-destroy if -d...
2016-10-06 Tomohiro Kusumisbin/hammer: Make getdir() support more than 1 trailing /
2016-10-06 Tomohiro Kusumisbin/hammer: Remove meaningless sscanf for "@@PFS%d...
2016-10-06 Tomohiro Kusumisbin/hammer: Remove redundant ioctl(GET_PSEUDOFS) call...
2016-10-06 Tomohiro Kusumisbin/hammer: Remove XXX in a comment
2016-10-06 Tomohiro Kusumisbin/newfs_hammer: Check/initialize uuid after getopt
2016-10-06 Tomohiro Kusumisbin/hammer: Partly revert 2c1d3cef in 2010
2016-10-06 Tomohiro Kusumisbin/hammer: Remove alloc_data_element()
2016-10-06 Tomohiro Kusumisys/vfs/hammer: Add HAMMER_FSTYPE_STRING
2016-10-06 Tomohiro Kusumisbin/hammer: Sync return value of test_btree_search...
2016-10-06 Tomohiro Kusumisbin/hammer: Move hammer_btree_cmp() to cmd_show.c
2016-10-06 Tomohiro Kusumisbin/hammer: Rename alloc_btree_element() to alloc_btre...
2016-10-06 Tomohiro Kusumisbin/hammer: Remove get_ondisk() after previous commits
2016-10-06 Tomohiro Kusumisbin/hammer: Remove get_node()
2016-10-06 Tomohiro Kusumisbin/hammer: Make get_node() a wrapper over get_buffer_...
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-29 Sascha WildnerAdd HISTORY sections in most sbin/ manual pages.
2016-09-09 Tomohiro Kusumisbin/hammer: Add clrpfs()
2016-09-08 Tomohiro Kusumisbin/hammer: Return -1 if readlink(2) failed
2016-09-08 Tomohiro Kusumisbin/hammer: Refactoring
2016-09-08 John MarinoFix build with NO_OPENSSL set
2016-09-07 John MarinoSwitch base to use private LibreSSL libaries
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 Tomohiro Kusumisbin/hammer: Use inline CRC functions in userspace
2016-09-04 Tomohiro Kusumisbin/hammer: Use HAMMER_ENTRY_NAME_OFF
2016-09-03 Tomohiro Kusumisbin/newfs_hammer: Cleanup
2016-09-03 Tomohiro Kusumisbin/newfs_hammer: Don't bother initializing reserved...
2016-09-03 Tomohiro Kusumisbin/hammer: Remove unused zone field in struct zone_stat
2016-09-03 Tomohiro Kusumisbin/hammer: Remove default volume initialization from...
2016-09-03 Tomohiro Kusumisbin/hammer: Add assert_volume_offset()
2016-09-03 Tomohiro Kusumisbin/hammer: Don't use hard-coded 1024 for # of layer1...
2016-09-03 Tomohiro Kusumisbin/hammer: Use int64_t for zone stats blocks/items...
2016-09-02 Tomohiro Kusumisbin/hammer: Cleanup struct volume_info
2016-09-02 Tomohiro Kusumisbin/hammer: Always call check_volume()
2016-09-02 Tomohiro Kusumisbin/hammer: Move pidfile_loc[] to hammer.h
2016-09-02 Tomohiro Kusumisbin/hammer: Make blockmap.c/misc.c include hammer_util...
2016-09-02 Tomohiro Kusumisbin/hammer: Remove hammer_cache_set()
2016-09-01 Tomohiro Kusumisbin/hammer: Make use of struct buffer_info::cache...
2016-09-01 Tomohiro Kusumisbin/hammer: Make struct volume_info::name const
2016-08-31 Tomohiro Kusumisbin/hammer: Don't expose VolList
2016-08-31 zrjRename getline with get_line to avoid collision with...
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-29 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_inode_data*
2016-08-29 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_snapsho...
2016-08-29 Tomohiro Kusumisbin/hammer: Fix irrelevant comments
2016-08-29 Tomohiro Kusumisbin/hammer: Sync zone statistics format with print_blo...
2016-08-29 Tomohiro Kusumisbin/hammer: Don't expose softprune specific data structure
2016-08-28 Sascha Wildnermount_{cd9660,ntfs}(8): Link dynamically to enable...
2016-08-28 Sascha Wildnermount_cd9660(8): Add -b and -j to usage().
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node_on...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_volume_...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_blockma...
2016-08-28 Sascha WildnerLink mount_msdos(8) dynamically.
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-27 Tomohiro Kusumisbin/hammer: Use . for pfs-status if no arg
2016-08-27 Tomohiro Kusumisbin/hammer: Use "objid" for inode#
2016-08-25 Tomohiro Kusumisbin/newfs_hammer: Set HAMMER_OBJTYPE_DIRECTORY for...
2016-08-24 Tomohiro Kusumisbin/hammer: Sync dce7ae2c format with zone statistics
2016-08-23 Tomohiro Kusumisbin/hammer: Don't print mountpoint of PFS
2016-08-22 Tomohiro Kusumisbin/hammer: Make sizetostr() print B if <1KB
2016-08-22 Tomohiro Kusumisbin/hammer: Add print_blockmap() for common blockmap...
2016-08-21 Tomohiro Kusumisbin/hammer: Make get_buffer() static
2016-08-21 Tomohiro Kusumisbin/hammer: Remove unused AssertOnFailure
2016-08-21 Tomohiro Kusumisbin/hammer: Remove AssertOnFailure assertion in blockm...
2016-08-21 Tomohiro Kusumisbin/hammer: Drop bug fix by 750beaef after 9376f71b
2016-08-20 Tomohiro Kusumisbin/hammer: Don't ioctl(SET_PFS) before attempt to...
next