dragonfly.git
2015-03-12 Bill Yuanrename the header files.
2015-03-12 Bill YuanVersion 'alpha 1' of ipfw2 firewall module for Dragonfl...
2015-03-12 Bill YuanRefactor the source for ipfw2.
2015-03-12 Bill YuanNew ipfw2 for DragonflyBSD which is able to run paralle...
2015-03-12 Sascha Wildnerkernel/netgraph7: Add missing braces.
2015-03-12 Sascha Wildnerkernel/sound: Add missing braces.
2015-03-12 Matthew Dillonusb - Update bus/u4b
2015-03-12 Sascha Wildnerbmake(1): Move -w info to the right place (it's not...
2015-03-12 Sascha Wildnerkernel/crypto: Remove some unneeded semicolons.
2015-03-12 Sascha Wildner<sys/malloc.h>: Remove an unneeded semicolon.
2015-03-12 Sascha Wildnerkernel: Followup commit to f3f3eadbf9de7a55ef1ff8cb23a6...
2015-03-12 Sascha Wildnerkernel: Move semicolon from the definition of SYSINIT...
2015-03-12 Tomohiro Kusumisbin/hammer: Don't use the same buffer for blockmap...
2015-03-12 Tomohiro Kusumisys/vfs/hammer: Cleanups on undo
2015-03-12 Tomohiro Kusumisbin/hammer: Add additional info to "BO"
2015-03-11 Sascha Wildnerkernel/acpi: Avoid double semicolons.
2015-03-11 Sascha Wildnerkernel/acpi: Use semicolons in macro invocations.
2015-03-11 Sascha Wildnerkernel: Use BSD types, not System V types (ulong -...
2015-03-11 Sascha Wildnerlvm2: More cleanup (include <unistd.h>, use default...
2015-03-11 Sascha WildnerRemove more lvm2 related _XOPEN_SOURCE definitions.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Fix comment that I forgot to change.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Clean up usage of _POSIX_SOURCE.
2015-03-11 Sascha Wildner<sys/fcntl.h>: Whitespace cleanup. No functional change.
2015-03-11 Sascha Wildnerlvm2: Stop requiring _XOPEN_SOURCE=700 and use our...
2015-03-11 Sascha Wildner<sys/unistd.h>: Rename struct lwp_params member names.
2015-03-11 Matthew Dillongpt - Bump size of the boot partition from 768MB to 1GB
2015-03-10 Sascha Wildnerkernel/acpi: Reduce code duplication with ACPICA.
2015-03-10 Sascha Wildnermake upgrade: Remove more installer stuff if WANT_INSTA...
2015-03-10 John Marinomake upgrade: Clear out installer files conditionally
2015-03-10 Tomohiro Kusumisbin/hammer: Remove unnecessary workarond after f0b930f3
2015-03-10 Tomohiro Kusumisys/vfs/hammer: Properly set mirror_tid on root node...
2015-03-10 John MarinoRemove contrib/sendmail-8.14
2015-03-10 John Marinosendmail transition: Do not pre-generate sendmail.cf
2015-03-10 John MarinoMore sendmail transition work
2015-03-10 John Marinomake.conf(5): Remove SENDMAIL_SET_USER_ID functionality
2015-03-10 John MarinoRemove NO_SENDMAIL and all it masks, except one
2015-03-10 Matthew Dillondmsg - Formalize most of the debugging output, cleanup...
2015-03-09 Matthew Dillonhammer - Fix a vsetisdirty() race
2015-03-09 John MarinoGive better "Quick" fix for passing Sendmail upgrade...
2015-03-09 John Marinomail(1): call sendmail, not send-mail
2015-03-09 Matthew Dillonxdisk - Fix improper EIO
2015-03-09 Matthew Dillonxdisk - Reprobe when new SPAN state is available
2015-03-09 Matthew Dillondmsg - Stabilization work
2015-03-09 Sascha Wildnerkernel: Remove (unhooked) acx(4), bwi(4), iwl(4) and...
2015-03-09 Antonio Huete... mailer.conf - Add missing send-mail for dma.
2015-03-08 John MarinoFix modes and ownership of /etc/mail reinstallable...
2015-03-08 John MarinoChange /etc/mail/README to update with each make upgrade
2015-03-08 John Marinoupdate /etc/mail/README
2015-03-08 John MarinoRemove /etc/mail/helpfile
2015-03-08 John Marinoinstallworld: Fix auto-backup of world
2015-03-08 John MarinoMakefile_upgrade.inc: Remove /usr/share/libg++
2015-03-08 John MarinoFix lack of buildworld and quickworld messages
2015-03-08 John Marinogcc50: Update to 08 Mar 2015 snapshot (SVN 221261)
2015-03-08 John MarinoMerge branch 'vendor/GCC50'
2015-03-08 John MarinoUpdate gcc-50 to SVN version 221261
2015-03-08 François Tigeotdrm/i915: Replace kmem_alloc_nofault() by kmap()
2015-03-08 François Tigeotdrm_gem.c: Start using some drm_mm functions
2015-03-08 François Tigeotdrm: Reduce diffs with Linux 3.11 in drm_gem.c
2015-03-08 John MarinoAdd entry about Sendmail removal in UPDATING from 4.0
2015-03-08 John MarinoRemove three empty directories from BSD.usr.dist
2015-03-08 François Tigeotdrm: Add asm/barrier.h
2015-03-08 François Tigeotdrm: Add barrier()
2015-03-08 John MarinoEffectively remove sendmail from base
2015-03-08 Tomohiro Kusumisys/vfs/hammer: Fix and add comments on btree
2015-03-07 John Marino/etc/mail: Install 4 sample mailer.conf files
2015-03-07 John Marinoperiodic.conf(5): Adjust for dma as MTA in default...
2015-03-07 John MarinoSwitch default MTA from sendmail to dma
2015-03-07 John Marinomake.conf(5): Remove NO_MAILWRAPPER build option
2015-03-07 Tomohiro Kusumisys/vfs/hammer: Fix hammer_debug_btree print format
2015-03-07 Tomohiro Kusumisys/vfs/hammer: Fix hammer_debug_btree print format
2015-03-07 Sascha Wildnerkernel/vfs: Move prtactive variable to vfs_subr.c
2015-03-05 Tomohiro Kusumisbin/hammer: Print '>' or '<' if the element is a copy...
2015-03-05 Tomohiro Kusumisbin/hammer: Fix workaround made in 2f8c6a59
2015-03-05 Sascha Wildnerrwho(1): Let the width of the username column depend...
2015-03-04 Tomohiro Kusumisys/vfs/hammer: Fix and add comments on btree boundaries
2015-03-04 Sascha Wildnernrelease: Revert a small part of 255a0279ad1443d3bf3268...
2015-03-03 Sascha Wildnerinstaller: Remove some more initrd creation code.
2015-03-03 Sascha Wildnernrelease: Solve the initial initrd creation better.
2015-03-03 Sascha Wildnermkinitrd(8): Add a -c option to override the contents...
2015-03-03 Sascha WildnerRevert "installer: Create an initial initrd uncondition...
2015-03-03 Sascha Wildnernrelease: Remove an unneeded comma.
2015-03-03 Matthew Dillonhammer2 - Fix a few assertion panics and other bugs
2015-03-03 Matthew Dillondmsg - Stabilization work
2015-03-03 Matthew Dillondmesg - Fix <> console parsing for first line
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code (2)
2015-03-03 Matthew Dillonkernel - Refactor the kernel message buffer code
2015-03-03 Sepherosa Ziehauifnet: Make rest of ifnet accessing MPSAFE
2015-03-03 Sepherosa Ziehauacpi/pstate: Ignore inconsistent PSS table
2015-03-02 Tomohiro Kusumisbin/hammer: Don't show irrelevant "BM" and "d" after...
2015-03-02 Antonio Huete... sbin/hammer - Change verbose level for showing data...
2015-03-02 Antonio Huete... sbin/hammer - Hex data dump for misc & data records
2015-03-02 Antonio Huete... sbin/hammer - Properly indent config text on 'show...
2015-03-02 John Marinodma(8): install default conf files with installworld
2015-03-02 John Marinodma(8): remove unused virtusetable
2015-03-02 John Marinodma(8): Sync with upstream (22 SEP 2014)
2015-03-02 Sepherosa Ziehauifnet: Make blocking operation in if_addrheads iteratio...
2015-03-02 Matthew Dillondmesg - Add -n dumpnr option
2015-03-01 Matthew Dillonhammer2 - Fix DIO_INPROG race.
2015-03-01 Matthew Dillonxdisk - Flesh out support
2015-03-01 Matthew Dillonkernel - work on dmsg disk exports
next