udp: Don't assume power of 2 netisrs.
[dragonfly.git] / sbin /
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
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-30 Matthew Dilloncamcontrol - non-critical fgetc() cleanup
2017-03-27 Matthew Dillonhammer - HAMMER Version 7
2017-03-27 Matthew Dillonhammer2 - Stabilization for cluster code, features
2017-03-27 Matthew Dillonhammer2 - Have mount assume that @LABEL refers to a...
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-10 zrjdevd(8): Remove build workaround.
2017-02-07 zrjssl: Consistently use LibreSSL base headers.
2017-02-03 Sascha WildnerRemove the remaining traces of linux emulation.
2017-02-02 Sascha WildnerFix two typos in manual pages.
2017-01-15 Sascha WildnerAdd a uefi(8) manual page giving some info on the UEFI...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-04 Sascha WildnerRemove portal file system, mount_portal and examples.
2016-12-22 Sascha Wildnerlibc: Include <unistd.h> for ftell/ftruncate/truncate...
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/mount_hammer: Use warn(3) variants
2016-12-17 Tomohiro Kusumisbin/newfs_hammer: Refactoring
2016-12-17 Tomohiro Kusumisbin/newfs_hammer: Use warn(3) variants
2016-12-17 Tomohiro Kusumisbin/newfs_hammer: Mention root volume is volume#0...
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: Change fprintf/exit to err variants [1/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
2016-12-09 Sascha Wildnernewfs_msdos(8): Sync with FreeBSD.
2016-12-09 Tomohiro Kusumisbin/hammer: Fix typo from 14331391
2016-12-08 Tomohiro Kusumisbin/hammer: Add quick mode for hammer recover
2016-12-08 Tomohiro Kusumisbin/hammer: Fix whitespace alignment changed by e0d7dd09
2016-12-08 Tomohiro Kusumisbin/hammer: Minor cleanup for hammer blockmap
2016-12-07 Tomohiro Kusumisbin/hammer: Use HAMMER_OBJID_ROOT
2016-12-06 Tomohiro Kusumisbin/hammer: Fix direntry message in hammer recover
2016-12-06 Tomohiro Kusumisbin/hammer: Fix inode/data messages in hammer recover
2016-12-06 Tomohiro Kusumisbin/hammer: Minor cleanup for hammer recover
2016-12-05 Tomohiro Kusumisbin/hammer: Add hammer strip command
2016-12-05 Tomohiro Kusumisbin/hammer: Make hammer_parsedevs() take open(2) flag
2016-12-05 Tomohiro Kusumisbin/hammer: Add "[y/n]" before getyn()
2016-12-05 Tomohiro Kusumisbin/hammer: Fix recursively called hammer_parsedevs()
2016-12-04 Matthew Dillonhammer - Remove global VOP counters
2016-12-03 Sascha WildnerAdd a minimal nvmectl(8) manual page.
2016-11-30 Sascha WildnerSort SEE ALSO in some manual pages.
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-21 zrjsvc(8): Link as static.
2016-11-18 John MarinoRelocate readline and ncurses headers to /usr/include...
2016-11-12 Tomohiro Kusumisbin/hammer: sbin/hammer: Fix hammer show-undo output...
2016-11-12 Tomohiro Kusumisbin/hammer: Fix hammer show-undo output format
2016-11-12 Tomohiro Kusumisys/vfs/hammer: Add hammer_xlate_to_undo()
2016-11-12 Tomohiro Kusumisbin/hammer: Refactor left/right boundary elms in hamme...
2016-11-11 Tomohiro Kusumisbin/hammer: Cleanup zone statistics
2016-11-11 Tomohiro Kusumisbin/hammer: Cleanup hammer show-undo
2016-11-11 Tomohiro Kusumisbin/hammer: Make hammer show-undo support zone statistics
next