kernel: Normalize conf/files rules.
[dragonfly.git] / sbin /
2018-05-21 Sascha Wildnerhammer2(8): Clean up the Makefile a bit.
2018-05-21 Matthew Dillonhammer2 - Beef up bulkfree buffering
2018-05-19 Sascha Wildnerhammer(8): Add inline keywords in two prototypes of...
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 Sascha Wildnerhammer2(8)/svc(8): Include <sys/ttycom.h> for ioctls.
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-12 Bill Yuanipfw3_nat: highspeed lockless in-kernel NAT
2018-05-10 Sascha Wildnermount{,_ufs}(8): Remove unnecessary code to prevent...
2018-05-05 Sascha WildnerFix a few typos across the tree.
2018-05-03 Tomohiro Kusumisbin/mount_autofs: Use __DECONST() instead of local...
2018-04-22 zrjrpc: Add support for NO_WCAST_FUNCTION_TYPE make variables.
2018-04-22 zrjworld: Mark utilities that use out of bounds copies.
2018-04-21 Tomohiro Kusumisbin/hammer: Drop _X macro for hammer show
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-04-13 Bill Yuanipfw3: remove legacy macros
2018-04-13 Bill Yuanipfw3: format
2018-04-13 Bill Yuanipfw3: list loaded modules
2018-04-13 Sascha Wildneripfw3.8: Some minor adjustments.
2018-04-13 Bill Yuanipfw3nat: kernel NAT without libalias
2018-04-13 Bill Yuanipfw3nat: show translations
2018-04-10 Sascha WildnerMove the IOCTLTRIM ioctl to a better header and rename...
2018-04-10 Bill Yuanipfw3nat: when the nat config is already exists
2018-04-09 Bill Yuanipfw3nat: show config in userland
2018-04-09 Sascha WildnerRemove a number of duplicated includes in userland.
2018-04-09 Bill Yuanipfw3nat: nat_config func in userland.
2018-04-08 Bill Yuanipfw3nat: standardize the function names
2018-04-08 Bill Yuanipfw3nat: cleanup 3
2018-04-08 Bill Yuanipfw3nat: cleanup 2
2018-04-08 Bill Yuanipfw3nat: delete the libalias 3
2018-04-07 Sascha Wildnerufs: Rename a number of UFS constants throughout the...
2018-04-07 Sascha WildnerRemove usage of syslog(3)'s LOG_ODELAY because it is...
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-31 Aaron LImkinitrd(8): Fix a wrong variable name, and more improv...
2018-03-30 Aaron LImkinitrd(8): improve the man page and styles
2018-03-30 Aaron LImkinitrd(8): determine the initrd size from the content...
2018-03-30 Aaron LIrcorder(8): Multiple cleanups
2018-03-21 Bill Yuanipfw3: use the headers in include folder
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilization
2018-03-14 Sascha Wildnerexport.5: Bump .Dd
2018-03-14 Aaron LImountd(8): Fix several more warnings, raise WARNS to 3
2018-03-14 Aaron LIexports.5: network prefixlength (CIDR) format is supported
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.
next