dragonfly.git
2016-09-01 zrjfortune(6): Turn writing to disk a runtime option.
2016-09-01 zrjfortune(6): Use argc and argv.
2016-09-01 zrjfortune(6): Perform some cleanup.
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 Imre Vadászif_iwm - Fix iwm_poll_bit() error value check in iwm_at...
2016-08-31 zrj<sys/param.h>: Bump __DragonFly_version for global...
2016-08-31 zrjRemove usage of _WITH_GETLINE and _WITH_DPRINTF.
2016-08-31 zrj<strio.h>: Drop ancient guards from getline() and dprin...
2016-08-31 zrjRename getline with get_line to avoid collision with...
2016-08-31 zrjlibc/net: Rename dprintf() to not conflict with dprintf(3).
2016-08-31 zrj<wchar.h>: Fix namespace pollution from <stdio.h>
2016-08-31 zrjPrevent dports gcc "fixing" the last headers.
2016-08-31 zrj<stdio.h>: Fix va_list visibility.
2016-08-31 zrj<wchar.h>: Explicitly add va_list definition.
2016-08-31 zrj<stdlib.h>: Fix MB_CUR_MAX return type.
2016-08-31 zrj<stdarg.h>: Change visibility of va_copy().
2016-08-31 zrjPrefer to use data model (like __LP64__) for basic...
2016-08-31 Matthew Dillonps - Adjust STATUS formatting
2016-08-31 Matthew Dillonkernel - Fix LOOPMASK debugging for Xinvltlb
2016-08-30 Sascha Wildnerkernel: Remove useless if (...).
2016-08-30 Matthew Dillonkernel - More threaded core dump fixes
2016-08-29 John Marinobinutils 2.25 linkers: Set default interpreter to valid...
2016-08-29 John Marinoless(1): Upgrade from 471 to 481
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 Imre Vadászif_iwm - Fix off-by-one check in iwm_read_firmware().
2016-08-29 John MarinoUpdate less from version 471 to 481
2016-08-29 John Marinobmake: upgrade version 20141111 => 20160818
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-29 John Marinocontrib/bmake: remove 2 local modifications to prepare...
2016-08-29 Matthew Dillonkernel - Fix coredump race with threaded processes
2016-08-29 Matthew Dillonkernel - Remove coredump spew on console
2016-08-29 Matthew Dillonkernel - Attempt to fix panic during shutdown from...
2016-08-29 Matthew Dillonkernel - Fix STOP/CONT race
2016-08-29 John MarinoUpdate to bmake-20160818 on the vendor branch
2016-08-29 John MarinoRemove NO_OPENSSH variable functionality
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 Kusumisys/vfs/hammer: Add typedefs for ondisk structures...
2016-08-29 Tomohiro Kusumisys/kern: Make struct buf::b_dep a member of union
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 Imre Vadászif_iwm - Add some pcie device stop code from iwlwifi...
2016-08-28 Imre Vadászif_iwm - Use htole16 for policy field in struct iwm_tim...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Remove unused struct hammer_io_list
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for enum hammer_io_type
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Typedef struct on declaration
2016-08-28 Imre Vadászif_iwm - Fix comments and struct definition for struct...
2016-08-28 Imre Vadászif_iwm - Remove unused wantresp field in iwm_rx_data...
2016-08-28 Imre Vadászif_iwm - Remove two duplicate const qualifiers.
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Remove prototypes for not existing...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_mount*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node_lock*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_node*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_buffer*
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_io*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_record*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_inode*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_transac...
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_btree_l...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_base_elm*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for union hammer_data_ondisk*
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Use typedef'd for struct hammer_pseudof...
2016-08-28 Tomohiro Kusumisys/vfs/hammer: Conform to typical hammer code format
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-28 Sascha Wildner<sys/iconv.h>: Fix typo in a comment (taken from FreeBSD).
2016-08-28 Sascha Wildnerkernel/libiconv: Sync with FreeBSD.
2016-08-28 Sascha Wildnerlibkiconv: Sync a bit with FreeBSD.
2016-08-28 Sascha Wildnerlibkiconv: Remove dead code.
2016-08-27 John Marinogcc50: Upgrade version 5.3.1 => 5.4.1 + 3 months
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-27 John MarinoUpdate gcc-50 to SVN version 239798 (gcc-5-branch) vendor/GCC50
2016-08-27 Tomohiro Kusumisbin/hammer: Use . for pfs-status if no arg
2016-08-27 Tomohiro Kusumisys/vfs/hammer: Remove wrong comment
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 Sepherosa Ziehauacpi: Save I/O ports for I/O ports range, as long as...
2016-08-24 Tomohiro Kusumisbin/hammer: Sync dce7ae2c format with zone statistics
2016-08-24 Sascha WildnerCorrect some spelling mistakes/typos in manual pages.
2016-08-23 Tomohiro Kusumilib/libhammer: Fix segmentation fault by null dereference
2016-08-23 Sascha WildnerAdd/fix some HISTORY sections in bin/ manual pages.
2016-08-23 Tomohiro Kusumisbin/hammer: Don't print mountpoint of PFS
2016-08-22 Peter AvalosAllow make.conf to override ssh's xauth location.
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 zrjbuildworld - bootstrap compatibility compiling older...
2016-08-21 zrjlib/libexecinfo: Fix sysctl wrong argument order.
2016-08-21 zrjsed(1): Fix issue with basename()/dirname() invoke.
2016-08-21 zrjlibc/readpassphrase: Sync with OpenBSD
2016-08-21 zrjSync arc4random() with OpenBSD a bit.
2016-08-21 Tomohiro Kusumisbin/hammer: Remove unused AssertOnFailure
next