dragonfly.git
2014-02-20 Sascha Wildnerkernel/nataraid: Fix a panic upon booting with a degrad... v3.6.1
2014-02-18 Antonio Huete... hammer - Really fix VFS_STATFS() when operating volumes.
2014-02-17 Sascha Wildnerkernel/nataraid: Fix a bug for array sizes >2TB.
2014-02-16 Sascha Wildnerkernel/nataraid: Fix nVidia MediaShield metadata kprint...
2014-02-16 Sascha Wildnerrcrun(8): Properly handle scripts that provide more...
2014-02-16 Sascha Wildnerrcrun(8): Rename $i, $j and $k to (more) meaningful...
2014-02-16 Sascha Wildnerrcrun(8): Read /etc/rc.conf too for overrides of $local...
2014-02-11 Sepherosa Ziehaualtq: Byte counter is not compat w/ RED or RIO AQM
2014-02-11 Matthew Dillonswapcache - Fix token leak
2014-02-07 John Marinoinstall(1): Fix 2.5 y/o verbose bug, use static functions
2014-01-30 Markus Pfeifferjails/netinet6: unbreak source selection after cfd7912 crater/DragonFly_RELEASE_3_6
2014-01-26 Mihai Carabassys: platform: pc64: vmm: vmx.c: bug-fix in PROCBASED2...
2014-01-25 Markus Pfeifferjails/netinet6: Only select jailed ips for outgoing
2014-01-18 Sascha Wildnerkernel/ppc: Fix a tsleep with NULL ident.
2014-01-17 Sascha Wildnerkernel/dm_target_striped: Plug a memory leak.
2014-01-16 Sascha Wildnerhammer2(8): Fix wrong sizeof.
2013-12-31 Sascha Wildneracpi_sony(4): Free the sysctl_ctx upon detaching.
2013-12-22 Sascha WildnerSync zoneinfo database with tzdata2013i from ftp:/...
2013-12-10 Eitan Adlersed(1): Implement the 'i' flag.
2013-12-10 Sepherosa Ziehaucallout: Fix callout_terminate() if the callout_reset...
2013-12-08 Sascha Wildneracpi utilities: Raise WARNS to 2, bump CSTD to gnu99...
2013-12-05 François Tigeotdrm: Convert idr spinlocks to lockmgr locks
2013-12-05 Matthew Dillonidr: Fix an infinite loop issue
2013-12-05 Johannes Hofmannidr: fix bounds checks
2013-12-05 Johannes Hofmannidr: access nodes array with token held
2013-12-05 Johannes Hofmannidr: fix sizeof in kmalloc calls
2013-12-05 Joris Giovannangeliidr : Fix logic error in binary tree allocation
2013-12-04 Sascha Wildnermail(1): Fix an over 9 years old typo/bug.
2013-11-23 Antonio Huete... Fix indentation from the previous commit.
2013-11-23 Antonio Huete... hammer - Ignore privilege check for HAMMERIOC_PFS_ITERATE.
2013-11-21 Sascha Wildnerkernel: Fix two typos, _KERNRL -> _KERNEL and ALTQ_unLO...
2013-11-21 Sepherosa Ziehaubnx: Only 5718 chip family use PCI_BAR4 as MSI-X table...
2013-11-20 Sascha Wildner<time.h>: #if 0 some prototypes of syscalls which we...
2013-11-20 Justin C. SherrillNote on ABI change requiring rebuild of third-party... v3.6.0
2013-11-20 Justin C. SherrillAdd note about reboot before 'make upgrade' step.
2013-11-19 Matthew Dilloncpdup - Add another way to prevent host:path misintepre...
2013-11-18 Alexandre Perrinfix the INT64_C and INTMAX_C family macro for x86_64.
2013-11-17 Franco Fichtnermdocml: bump DragonFly version for release
2013-11-17 Franco Fichtnergroff: properly display $Mdocdate magic
2013-11-17 Johannes Hofmanniwn: fix compilation without INVARIANTS
2013-11-14 Sascha Wildnered(1): Plug some memory leaks in error paths (taken...
2013-11-11 Matthew Dillonkernel - Fix lock/delete race in the namecache
2013-11-11 Matthew Dillonhammer - Remove cache_inval_vp() call
2013-11-10 Sascha Wildnerkernel: Mark two variables as being used by KKASSERT...
2013-11-09 Matthew Dillonpkill - Optimize pgrep -F
2013-11-09 Matthew Dillonkernel - Fix lockmgr LK_UPGRADE bug
2013-11-09 Matthew Dillonps - Remove display of the 'M'P state
2013-11-09 Matthew Dillonsystat - Sync with kernel changes for SMP collision...
2013-11-09 Matthew Dillonkernel - Improve SMP collision statistics
2013-11-08 Matthew Dillonkernel - slotimer is MPSAFE, fix degenerate mplock...
2013-11-08 Matthew Dillonopenssh - Fix an openssh issue.
2013-11-08 Matthew Dillonkernel - Fix memory leak, clean up kernel slab fragment...
2013-11-05 Matthew Dillonkernel - Fix vn_syncer_add panic with UFS
2013-11-05 Justin C. Sherrill3.6 branching and setup. v3.6.0rc
2013-11-04 Matthew Dillonhammer2 - Stabilization
2013-11-04 Sascha Wildnermdoc_local: Add two more FreeBSD versions which are...
2013-11-04 Sascha Wildnerstrlcpy.3: Use OpenBSD's revamped description of strlcp...
2013-11-03 Sascha Wildnerpthread/sem_timedwait: sem_timedwait()'s timespec argum...
2013-11-03 Sascha WildnerFix some more prototypes in manual pages.
2013-11-03 Sascha Wildnerbsd-family-tree: Sync with FreeBSD (for OpenBSD 5.4).
2013-11-03 Sascha WildnerFix two prototypes in stringlist.3 and rpc_svc_reg.3.
2013-11-03 Sascha Wildnerkernel/x86_64: Do not print a message upon every segmen...
2013-11-03 François Tigeotkernel/i386: Implement atomic_swap_long()
2013-11-03 François Tigeotdrm: Use Linux atomic types and functions
2013-11-03 François Tigeotkref.h: Adapt to Linux 3.8's drm
2013-11-03 François Tigeotdrm: Import linux/kernel.h from FreeBSD's OFED stack
2013-11-03 François Tigeotdrm: fix test_and_set_bit() prototype
2013-11-03 François Tigeotdrm: Import linux/bitops.h from the FreeBSD OFED stack
2013-11-03 François Tigeotdrm: Improve linux/atomic.h
2013-11-03 François Tigeotdrm: Replace drm_atomic.h by linux/atomic.h from FreeBS...
2013-11-02 Antonio Huete... dirfs - Call VOP_INACTIVE() on last VOP_CLOSE()
2013-11-02 Antonio Huete... dirfs - Add VFS_STATFS() function
2013-11-02 Antonio Huete... dirfs - Add KTR_LOG for VFS_MOUNT / VFS_UNMOUNT
2013-11-02 Antonio Huete... dirfs - Improve a couple KTR messages
2013-11-02 Matthew Dillonhammer2 - Stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer2 - stabilization
2013-11-01 Matthew Dillonhammer1 - cleanup, minor bug fixes
2013-11-01 Matthew Dillonkernel - Improve panic handling
2013-11-01 Matthew Dillonhammer2 - Stabilization pass, more flush refactoring
2013-11-01 Matthew Dillontest - Adjust vnodeinfo for system changes
2013-11-01 Matthew Dillonhammer2 - Refactor flush
2013-10-31 Sascha Wildnershutdown.8: Actually, start a new paragraph for powerof...
2013-10-31 Sascha Wildnershutdown.8: Remove an empty line.
2013-10-31 Sascha WildnerMention KTR_IF_POLL in LINT and the ktr(4) manual page.
2013-10-30 Sascha Wildner<sys/msgport.h>: Extend the #ifdef _KERNEL to cover...
2013-10-30 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2013-10-30 Sepherosa Ziehaumsgport: Add putport_oncpu; helps scheduling netisr...
2013-10-30 Sepherosa Ziehaumsgport: Merge several sendmsg functions
2013-10-30 Sepherosa Ziehaupolling: Add preliminary KTR support
2013-10-29 Sascha Wildneripsec_strerror.3: Ansify prototype.
2013-10-29 Sascha WildnerFix three typos I made in the locale manpages.
2013-10-28 Franco Fichtnermdocml: tweak mandocdb(8) database creation
2013-10-28 Franco Fichtnerman.conf: correctly point to database file
2013-10-28 François Tigeotdrm: Fix warnings introduced by recent commits
2013-10-27 François Tigeotdrm: Import linux/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm: Import asm/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm/i915: Put i915_drm.h into include/
2013-10-27 Matthew Dillonhammer2 - Fix misc bugs
2013-10-27 Matthew Dillontmpfs - Fix SMP race
next