mountd(8): Fix a type mismatch and several compilation warnings
[dragonfly.git] / sbin /
2018-03-14 Aaron LImountd(8): Fix a type mismatch and several compilation...
2018-03-14 Aaron LImountd(8): Replace malloc+strcpy with strdup/strndup
2018-03-14 Aaron LImountd(8): Change default uid/gid to nobody/nogroup...
2018-03-14 Aaron LImountd(8): Fix conversion of prefix length to a netmask
2018-03-13 Sascha WildnerAdd references to mount_hammer2.8 in a few manual pages.
2018-03-10 Matthew Dillondisklabel64 - Make disktype optional, fix alignment bug
2018-03-09 Sascha Wildnernvmectl(8): Add missing DPADD in the Makefile.
2018-03-02 Sascha WildnerSort SEE ALSO in two manual pages.
2018-02-20 Matthew Dillongpt - Add a new directive called 'init'
2018-02-18 Sascha WildnerReplace local array size calculations with NELEM().
2018-02-18 Eitan AdlerConvert from __arysize to NELEM
2018-02-17 Tomohiro Kusumisbin/hammer: Fix compile warning on Linux
2018-02-15 Eitan Adlerdevd: only use correct argument in select(2)
2018-02-14 zrjworld: Remove references to %r and %b.
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-02-02 zrjroute(8): Add some __attribute__((__noreturn__)).
2018-02-02 zrjrestore(8): Add missing fallthrough.
2018-02-02 zrjipfw(8): Add missing fallthrough.
2018-02-02 zrjipfw3(8): Increase stack storage for linename.
2018-02-02 zrjifconfig(8): Use strlcpy() to set the ifr_name field.
2018-02-02 zrjmd5(1): Untangle MD5 symbols.
2018-02-02 zrjinit(8): Convert to use sig_atomic_t.
2018-01-28 Eitan AdlerShifting into or out of an int's sign bit is undefined...
2018-01-24 zrjvinum(8): Allow for terminating NULL.
2018-01-23 zrjipfw: Avoid left-shifting negative integers.
2018-01-22 Tomohiro Kusumisbin/mount_autofs: Add description
2018-01-22 Sascha WildnerFix some -Wunused-const-variable warnings and a -Wmisle...
2018-01-20 Sascha Wildnerfsdb(8): Fix some -Wformat warnings and raise WARNS...
2018-01-20 Sascha Wildnerumount(8): Add missing braces.
2018-01-19 Sascha WildnerAdd __attribute__((__noreturn__)) to a number of usage...
2018-01-16 Sepherosa Ziehauipfw: Add icmpcodes support.
2018-01-15 Tomohiro Kusumisbin/mount_autofs: Change include path from fs/ to...
2018-01-15 Tomohiro Kusumisbin/mount_autofs: Port mount_autofs(8) from NetBSD
2018-01-15 Sascha WildnerSimplify some Makefiles.
2018-01-07 Eitan Adlerldconfig(8): clean up manual page
2018-01-06 Sepherosa Ziehauipfw: Support all possible ICMP types.
2018-01-06 Sepherosa Ziehauipfw.8: Reset do_pipe and do_table.
2018-01-03 Sepherosa Ziehauipfw.8: Fix 'not [iface]' and 'not [iface:net]' support
2017-12-31 zrjkernel/nata: Return more data for natacontrol(8).
2017-12-31 zrjworld: Avoid extended ASCII.
2017-12-31 Sascha WildnerRemove various 'r' commands and daemons.
2017-12-29 Sascha Wildnershutdown(8): Fix building with -DDEBUG.
2017-12-20 Sascha Wildnerfsck_msdosfs(8): Use __printflike.
2017-12-20 Sascha Wildnerrouted(8): Clean up a bit.
2017-12-20 Sascha WildnerAdd __attribute__((__noreturn__)) to various function...
2017-12-17 zrjmd5(1): Add support for sha512.
2017-12-17 zrjmd5(1): Minor cleanup.
2017-12-17 Sascha Wildnermount_udf(8): Staticize
2017-12-17 Sascha Wildnerdumpfs(8): Staticize
2017-12-17 Sascha Wildnerdmesg(8): Staticize
2017-12-16 Sascha Wildnerdevfsctl(8): syntax_error() never returns, so change...
2017-12-05 Sascha Wildnerkernel/ipfw3: Minimal K&R cleanup.
2017-12-04 Sascha WildnerFix mdoc issues in various manual pages.
2017-12-02 zrjhammer2(8): Document cleanup command.
2017-11-24 Sascha Wildnermount_{smbfs,std,udf}: Use MOPT_NULL.
2017-11-18 Sascha WildnerRemove the NO_CRYPT build option.
2017-11-15 Sascha Wildnernewfs_hammer.8: Fix up the HISTORY section.
2017-11-11 zrjbuildworld: Really support static toolchain.
2017-11-11 zrjworld: Enforce non static linkage for a few PROG cases.
2017-11-09 zrjbsd.libnames.mk: Activate LIBDMSG.
2017-11-05 Sascha Wildnerhammer2.8: Fix typo.
2017-11-03 Sascha Wildnerdhclient(8): Use SCRIPTS instead of beforeinstall target.
2017-10-29 Markus Pfeifferkernel: Rename struct tmpfs_args to tmpfs_mount_info
2017-10-29 Markus Pfeifferkernel: Rename tmpfs_args.h to tmpfs_mount.h
2017-10-27 zrjkldload.8: Mention /boot/modules.local purpose.
2017-10-21 Matthew Dillonswapon - Fix minor memory leak
2017-10-16 Matthew Dillonworld - World build for ucred changes
2017-10-14 Sepherosa Ziehauipfw: Implement state based "redirect", i.e. without...
2017-10-14 Aaron LIdisklabel64: Fix an error message
2017-10-14 Sascha Wildnerifconfig(8): Add 'lscan'. Like 'scan', but displays...
2017-10-12 Tomohiro Kusumisbin/newfs_hammer2: Add missing free() for uuid_to_stri...
2017-10-12 Tomohiro Kusumisbin/newfs_hammer2: Fix compile-time warning on Linux...
2017-10-12 Tomohiro Kusumisbin/newfs_hammer2: Check S_ISREG()
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)
next