dragonfly.git
2015-08-27 Sepherosa Ziehauuipc: Assert global token is held in unp_connect_pair
2015-08-26 Sascha Wildnerregex.3: Add LIBRARY section.
2015-08-26 Sepherosa Ziehauuipc: Return error from unp_connect_pair() if one of...
2015-08-26 Sepherosa Ziehauuipc: Don't abuse unp_conn for unconnect DGRAM unix...
2015-08-26 Sepherosa Ziehauuipc: Fix various races on unp_connect() path.
2015-08-25 Sascha Wildnerkernel: Sync sys/conf/files with recent drm(4) and...
2015-08-25 François Tigeotdrm: Make the hlist API compatible with Linux 3.17
2015-08-25 François Tigeotkernel/linux: Add hweight64()
2015-08-25 François Tigeotkernel: Add bitcount64 to sys/systm.h
2015-08-25 Sepherosa Ziehauuipc: Use flag to indicate that the unpcb was detached...
2015-08-25 Sepherosa Ziehauuipc: Use atomic operation for unp_flags
2015-08-24 Sascha Wildnersort.1: Clean up mdoc.
2015-08-24 Sascha Wildnertcpdrop.8: Remove unneeded .Nm arguments.
2015-08-24 Sascha WildnerSort SEE ALSO in various manual pages.
2015-08-24 Sascha Wildnermdoc.local: Add 4.0 version so it can be used in manpag...
2015-08-24 Sascha WildnerAdd MLINKS for 3 kernel functions documented on the...
2015-08-24 Sascha Wildnerlibusbhid: Add missing MLINK for hid_get_report_id().
2015-08-24 Sascha WildnerAdd MLINKS for recently added tree(3) macros.
2015-08-24 Sascha Wildnermbintowcr.3: Further mdoc cleanup.
2015-08-24 Sascha Wildnermbintowcr.3: Mention missing functions.
2015-08-24 Sascha Wildner<xlocale/_wchar.h>: Fix wrong prototype.
2015-08-24 Imre Vadászdrm/radeon: Update temperature sensor support after...
2015-08-24 Sepherosa Ziehauuipc: Factor out unp_getsocktoken()/unp_reltoken()
2015-08-23 Sascha Wildnerlibc: Add missing futimens(2) manual page link.
2015-08-23 François Tigeotdrm: Move DMI definitions to their usual Linux headers
2015-08-23 François Tigeotdrm/linux: Improve the workqueue subsystem
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Don't fail to downgrade cursor
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Fix wrong comment
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Fix possible panic with vfs.hammer...
2015-08-23 Tomohiro Kusumisys/vfs/hammer: Minor cleanups
2015-08-22 François Tigeotdrm/radeon: Wrong authorship in previous commit
2015-08-22 François Tigeotdrm/radeon: Update to Linux 3.17 (v2)
2015-08-22 François Tigeotdrm: Reintroduce drm_kms_free()
2015-08-22 zrjdrm/radeon: Add pcie_get_readrq(), pcie_set_readrq...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Add hammer_move_node()
2015-08-22 Tomohiro Kusumisbin/hammer: Print total bytes of reblocked nodes
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Change obsolete hammer_ioc_reblock...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Don't try to reblock everything on...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Remove unnecessary error check
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Don't repeat layer1 blockmap check...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Adjust hammer_debug_general
2015-08-22 Tomohiro Kusumisbin/hammer: Move two blockmap functions to hammer...
2015-08-22 Tomohiro Kusumisbin/hammer: Cleanup pwrite(2) wrapper
2015-08-22 Tomohiro Kusumisbin/hammer: Cleanup hammer show
2015-08-22 Tomohiro Kusumisbin/newfs_hammer: Explicitly tell which volume is...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Minor fix on volume format on volume-add
2015-08-22 Tomohiro Kusumisbin/hammer: Merge check_volume()
2015-08-22 Tomohiro Kusumisbin/newfs_hammer: Fix minor memory leak
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Remove obsolete code and comments
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Fix wrong function name in kprintf
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Add hammer_flush_dirty()
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Use HAMMER_OBJID_ROOT for root inode#
2015-08-22 Tomohiro Kusumisys/vfs/ufs: Fix typo in variable name
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Check ronly when overwriting volume...
2015-08-22 Tomohiro Kusumisys/vfs/hammer: Use either HAMMER: or hammer:
2015-08-22 zrjdrm/linux: Add pci_bus compat structure
2015-08-22 zrjdrm/linux: Expand pdev structure
2015-08-22 François Tigeotdrm: Really remove the old implementation of list_sort()
2015-08-22 François Tigeotdrm: Use the NetBSD implementation of list_sort()
2015-08-22 zrjdrm/linux: Add list_sort() implementation
2015-08-22 Sepherosa Ziehauuipc: Wrap unp test with UNP_ISATTACHED()
2015-08-22 Sepherosa Ziehausocket: Allow keeping a reference on the new socket...
2015-08-22 zrjdrm: Implement gcd64.h math function
2015-08-22 zrjdrm/linux: Implement simple capable() priv helper
2015-08-22 zrjdrm/linux: Add define for jiffies_64 compat
2015-08-22 zrjdrm/linux: Implement atomic64_add/atomic64_sub macros
2015-08-22 Sascha Wildnermbintowcr.3: Remove unneeded .Pp
2015-08-22 zrjmkregtable: Sync script to Linux v3.14
2015-08-22 zrjdrm: const'ify ioctls table (v2)
2015-08-21 Matthew Dillonkernel/nfs: Fix up the per-export address lists.
2015-08-21 Sascha Wildnerkernel/acpica: Put back debugger/disassembler code...
2015-08-21 Sascha Wildneri386 removal, part 37/x: Remove more i386 related small...
2015-08-21 Sepherosa Ziehausocket: Reorder state setting a little bit in sonewconn...
2015-08-21 Sepherosa Ziehausocket: Move accept queues flush into sofree()
2015-08-21 Sascha Wildneri386 removal, part 36/x: Remove the i386 specific kgzip...
2015-08-21 Sascha WildnerSync ACPICA with Intel's version 20150818.
2015-08-20 Matthew Dillonkernel - Fix several low memory+swap pageout/killproc...
2015-08-20 Sascha Wildnerlgamma.3: There is no lgammal_r() function in libm.
2015-08-20 Sascha Wildnerlibc/regex: Fix up the regex upgrade.
2015-08-20 Sascha Wildner<math.h>: Fix visibility of scalb(), which was removed...
2015-08-20 Sascha Wildnerlogb.3: There is no scalbl() function in libm.
2015-08-20 Sascha Wildnervkernel.7: Sort -d alphabetically.
2015-08-20 Sascha Wildnermbintowcr.3: Add missing types.
2015-08-20 Sascha Wildnerprocctl.2: Clean up a bit.
2015-08-20 Nuno Antunesnetinet{,6}: Assert in{,6}_inithead() are only used...
2015-08-20 Nuno Antuneskernel/nfs: Remove old hack abusing dom_rtattach.
2015-08-20 Sepherosa Ziehauqueue: Log 'last' ptr in addition to 'head'
2015-08-20 Sepherosa Ziehausocket: Assert SS_{INCOMP,COMP} before deq/enq so_...
2015-08-20 Sepherosa Ziehausocket: Don't define SS_ISCLOSING same as SS_INCOMP
2015-08-19 Sascha Wildneriasl.8: Clarify the -in option a bit better.
2015-08-19 Sascha Wildnerfdisk(8): Raise WARNS to 6 and fix warnings.
2015-08-19 Matthew Dillonboot - Fix CD booting
2015-08-18 Imre Vadászcorepower.4: Explain what the package power usage value...
2015-08-18 Sepherosa Ziehaupowerd: Restore backlight when powerd exits
2015-08-18 Sepherosa Ziehauinet6: Limit the # of fragments in addition to the...
2015-08-18 Sepherosa Ziehauinet6: Send initial NS in a timely fashion.
2015-08-18 Sepherosa Ziehaundp: Fix neighbor cache entry expire time logging
2015-08-17 Sascha Wildnerkernel/vmm: Use "(a & b) == 0" instead of "!(a & b)".
2015-08-17 Sascha Wildnerkernel/vmm: Use __func__ and adjust whitespace.
2015-08-17 Sascha Wildnerkernel/vmm: Untangle a too deeply nested if/else.
next