<netdb.h>: Adjust comment a bit.
[dragonfly.git] / sbin /
2017-10-08 Sascha Wildnerhammer2.8/pthread_attr_setaffinity_np.3: Fix mdoc issues.
2017-10-07 Thomas Nikolajsendisklabel64.8: Add HAMMER2 fstype info.
2017-10-07 Thomas Nikolajsenmount_hammer2(8): Add man page.
2017-10-05 Lubos BoucekFix seg-faults on crypt(3) failure
2017-10-05 Aaron LInologin(8): Sync with FreeBSD; Symlink as /usr/sbin...
2017-10-05 Sascha Wildnercamcontrol(8): Check scsiserial()'s error, too.
2017-10-01 Tomohiro Kusumisbin/hammer: Fix compile-time warning by some Linux...
2017-09-30 Tomohiro Kusumisbin/mount_hammer: Remove redundant test_volumes()...
2017-09-30 Tomohiro Kusumisbin/hammer: Add UUID string on error and blockmap...
2017-09-30 Tomohiro Kusumisbin/hammer: Minor cleanup
2017-09-28 Sepherosa Ziehauipfw: Add interface network filter.
2017-09-27 Sepherosa Ziehauipfw: Add interface IP filter.
2017-09-27 Sepherosa Ziehauipfw(8): Fix comment
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 Sepherosa Ziehaupolling: Implement direct input support.
2017-09-24 Tomohiro Kusumisbin/hammer: Cleanup header includes
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-23 Tomohiro Kusumisbin/newfs_hammer2: Fix typo in newfs_hammer2(8)
2017-09-23 Tomohiro Kusumisys/vfs/hammer: Add typedef hammer_uuid_t
2017-09-23 Tomohiro Kusumisbin/hammer: Add uuid.c
2017-09-20 Sepherosa Ziehauipfw: Add ipfrag filter.
2017-09-19 François Tigeotgpt(8): Add HAMMER and HAMMER2 support
2017-09-19 Tomohiro Kusumisbin/hammer: Use uuid_compare(3) instead of bcmp(3)
2017-09-19 Tomohiro Kusumisbin/newfs_hammer: Use uuid_create(3) instead of uuidgen(2)
2017-09-19 Tomohiro Kusumisbin/newfs_hammer: Use hwarnx() instead of hwarn()
2017-09-19 Sascha Wildnerhammer2(8): Fix printf.
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-19 Matthew Dillonhammer2 - augment freemap directive
2017-09-18 Matthew Dillonhammer2 - push missing file (cmd_destroy.c)
2017-09-17 Matthew Dillonhammer2 - Add directive to destroy bad directory entries
2017-09-13 Sascha Wildneripfw: WARNS=6 isn't necessary, it's in the parent Makef...
2017-09-13 Sepherosa Ziehauipfw: Raise WARNS to 6
2017-09-13 Sepherosa Ziehauipfw: Raise WARNS to 3
2017-09-12 Matthew Dillonkernel - Change legacy MBR partition type from 0xA5...
2017-09-12 Sascha Wildnermount_udf.8: Correct typo in arguments.
2017-09-12 Sepherosa Ziehauipfw: Add per-cpu table support.
2017-09-12 Matthew Dillonhammer2 - Add 'cleanup' command, retool h2 build for...
2017-09-11 Matthew Dillonhammer2 - Limit bulkfree cpu and SSD I/O
2017-09-09 Matthew Dillonhammer2 - Track leaf counts for topological collapse
2017-09-07 Matthew Dillonhammer2 - Implement error processing and free reserve...
2017-09-05 Sepherosa Ziehauipfw.8: Update for recent rewriting of states/tracks
2017-08-24 Matthew Dillonhammer2 - Refactor dedup, fixes, optimizations
2017-08-22 Matthew Dillonhammer2 - limit show command output when crc error
2017-08-22 Matthew Dillonhammer2 - Cleanup manual page, add help, remove bulkfre...
2017-08-19 Matthew Dillonhammer2 - Refactor snapshot frontend
2017-08-19 Matthew Dillonhammer2 - Fix root remount for hammer2 root
2017-08-18 Matthew Dillonhammer2 - Add kernel-thread-based async bulk free
2017-08-18 Matthew Dillonhammer2 - buildworld components, boot2 and loader support
2017-08-04 Sepherosa Ziehauroute: Delete ortentry, SIOC{ADD,DEL}RT and RTM_OLD...
2017-08-03 Sascha Wildnerifconfig.8: Fix typo.
2017-07-29 Sascha Wildnerccdconfig(8): Add missing free().
2017-07-27 Matthew Dillonhammer2 - Allow @LABEL to be omitted
2017-07-25 Matthew Dillonhammer2 - Initial HARDLINK -> DIRENT replacement code
2017-07-25 Matthew Dillonhammer2 - Adjust blockref to create an embedded area...
2017-07-23 zrjFix few typos.
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-06-03 Matthew Dillondhclient - Fix bug last commit
2017-06-02 Matthew Dillondhclient - Implement RFC 3442
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-17 Tomohiro Kusumisbin/mount_hammer: Use calloc(3) and cleanups
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/newfs_hammer: Add /* not reached */ for usage()
2017-04-10 Tomohiro Kusumisbin/mount_hammer: Add /* not reached */
2017-04-10 Tomohiro Kusumisbin/newfs_hammer: Add /* not reached */
2017-04-10 Tomohiro Kusumisbin/hammer: Partly bring back removed braces from...
2017-04-10 Tomohiro Kusumisbin/newfs_hammer: Partly bring back removed braces...
2017-04-10 Tomohiro Kusumisbin/mount_hammer: Partly bring back removed braces...
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/mount_hammer: Cleanup blocks with a single statement
2017-04-09 Tomohiro Kusumisbin/newfs_hammer: Cleanup blocks with a single statement
next