dragonfly.git
2017-04-27 Sascha Wildnertuning.7: Fix typo.
2017-04-27 Sascha Wildnertuning.7: Fix .Fx/.Dx confusion a bit better.
2017-04-26 Matthew Dillondocs - Fix name type-o
2017-04-24 Sascha Wildner<fcntl.h>: Add some missing defines (required by POSIX).
2017-04-24 Matthew Dillonkernel - Fix double-free in if_ath, fix lost rcvif.
2017-04-23 Matthew Dillonkernel - Fix i915 deadlock
2017-04-22 François Tigeotx86_64: Identify HWP in "Thermal and PM features"
2017-04-18 Sepherosa Ziehauix: Fixup TX/RX ring settings for X550, which supports...
2017-04-17 Tomohiro Kusumisys/vfs/hammer: Drop typedefs for struct hammer_ioc_...
2017-04-17 Tomohiro Kusumisbin/*hammer: Add missing braces to conform to code...
2017-04-17 Tomohiro Kusumisbin/mount_hammer: Use calloc(3) and cleanups
2017-04-16 Sascha Wildnerkernel: Remove TCPDEBUG checks in tcp_debug.c.
2017-04-16 Sascha Wildnerkernel: Fix building with options TCPDEBUG.
2017-04-16 Tomohiro Kusumisys/vfs/autofs: Value returned by taskqueue_enqueue_tim...
2017-04-16 Tomohiro Kusumisys/vfs/autofs: Sync with FreeBSD's .vop_print format...
2017-04-16 Tomohiro Kusumiusr.sbin/fstyp: Use NULL instead of 0 for pointers...
2017-04-16 Tomohiro Kusumiusr.sbin/fstyp: Improve formatting. (FreeBSD@GitHub...
2017-04-16 Tomohiro Kusumiusr.sbin/autofs: Make autounmountd(8) not die when...
2017-04-16 Tomohiro Kusumiusr.sbin/autofs: Use proper argument order for calloc...
2017-04-16 Sascha Wildner<time.h>: For clarity, add prototypes (in #if 0) for...
2017-04-16 Imre Vadászsound/hda: Fix name for the Wildcat Point-LP (Broadwell...
2017-04-16 Imre Vadászdrm/i915: Implement dev_to_i915(), instead of pancing...
2017-04-16 Sepherosa Ziehautcp: Don't assume power of 2 netisrs.
2017-04-15 Tomohiro Kusumisbin/hammer: Fix hammer(8)
2017-04-15 Tomohiro Kusumisys/vfs/hammer: Use hammer_crc_t
2017-04-15 Tomohiro Kusumisbin/hammer: Drop unused buffer_info variable
2017-04-15 Tomohiro Kusumisbin/hammer: Fix HammerVersion initialization added...
2017-04-15 Tomohiro Kusumisbin/hammer: Cleanup get_buf_crc() after 965831f0
2017-04-15 Tomohiro Kusumisbin/hammer: Cleanup/rename get_leaf_crc() after 965831f0
2017-04-15 Tomohiro Kusumisbin/hammer: Fix newly added crc prefix character by...
2017-04-15 Sascha Wildnerbsd-family-tree: Sync with FreeBSD (OpenBSD 6.1).
2017-04-15 Sascha WildnerUpdate the pciconf(8) database.
2017-04-15 François Tigeotdrm/linux: add component.h
2017-04-14 Tomohiro Kusumisbin/hammer: Drop non inode case from get_leaf_crc()
2017-04-14 Tomohiro Kusumisbin/hammer: Fix indentation made by 4c09d9c4
2017-04-14 Tomohiro Kusumisbin/*hammer: Use consistent static/inline/returntype...
2017-04-14 Tomohiro Kusumisbin/hammer: Test volume version in __verify_volume()
2017-04-14 Sascha Wildner<ndbm.h>: Fix dptr type and add comment about wrong...
2017-04-14 Sascha Wildner<stdio.h>: ftello() and fseeko() were in SUSv2, so...
2017-04-14 Sascha Wildner<sys/signal.h>: Change sigev_notify_attributes to pthre...
2017-04-14 Peeter Mustdrm/linux: Harmonize pr_debug() with the rest of the...
2017-04-14 Sepherosa Ziehauudp: Don't assume power of 2 netisrs.
2017-04-14 Sepherosa Ziehauinpcb: Add function to set inpcbinfo's portinfo.
2017-04-13 Tomohiro Kusumisbin/hammer: Add missing fflush(stdout) in 8b6688a4
2017-04-13 Tomohiro Kusumisbin/hammer: Rename hammer_parsedevs() to hammer_parse_...
2017-04-13 Tomohiro Kusumisbin/hammer: Allow any volume to be stripped by strip...
2017-04-13 Tomohiro Kusumisbin/hammer: Make volume count test optional for blkdev...
2017-04-13 Sascha Wildnerzoneinfo: Create a /usr/share/zoneinfo/UTC link.
2017-04-13 Sepherosa Ziehauinpcb/localgroup: Use LSB of the hash to find inpcb.
2017-04-13 Sepherosa Ziehauinpcb: Don't rely on ncpus2 for local port allocation.
2017-04-12 Tomohiro Kusumisbin/hammer: Make some readonly pointer args const
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct zone_stat*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct cache_info*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct buffer_info*
2017-04-12 Tomohiro Kusumisbin/*hammer: Use typedef'd for struct volume_info*
2017-04-12 Tomohiro Kusumisbin/hammer: Cleanup prototypes
2017-04-12 Tomohiro Kusumisbin/hammer: Add /* not reached */ (missing ones in...
2017-04-12 Imre Vadászsound - Delete devfs clone handler for /dev/dsp and...
2017-04-12 Matthew DillonRevert "kernel - Spread IPIs out to more priority levels"
2017-04-12 Peeter Mustdrm/linux: Add reinit_completion()
2017-04-12 Matthew Dillonkernel - Temporarily set the default machdep.pmap_nx_en...
2017-04-12 John MarinoRevert "libc: Add temporary (get|set)affinity DF404...
2017-04-11 Tomohiro Kusumisbin/hammer: Add /* not reached */ for usage() variants
2017-04-11 Tomohiro Kusumisbin/hammer: Add /* not reached */
2017-04-11 Tomohiro Kusumisbin/hammer: Check S_ISREG() if not block device
2017-04-11 Tomohiro Kusumisbin/hammer: Add is_regfile() (avoid directly using...
2017-04-11 Matthew Dillonppp - Fix minor overflow in protocol search
2017-04-11 Matthew Dillonlibtelnet - Fix improper statement construction (not...
2017-04-11 Matthew Dillonlibdevstat - Limit sscanf field, fix redundant condition
2017-04-11 Matthew Dillonlibalias - Cleanup unused variable
2017-04-11 Matthew Dillonopenssh - Fix a broken assignment
2017-04-11 Matthew Dillonwindow - Fix Graphics capability enable test
2017-04-11 Matthew Dillonkernel - Fix event preset
2017-04-11 Matthew Dillonmfiutil - Fix static buffer overflow
2017-04-10 Sepherosa Ziehaupf: Don't assume # of network procecssing CPUs is power...
2017-04-10 Sepherosa Ziehautoeplitz: Add comment.
2017-04-10 Tomohiro Kusumisbin/newfs_hammer: Add /* not reached */ for usage()
2017-04-10 Tomohiro Kusumisbin/mount_hammer: Add /* not reached */
2017-04-10 Tomohiro Kusumisbin/newfs_hammer: Add /* not reached */
2017-04-10 Tomohiro Kusumisbin/hammer: Partly bring back removed braces from...
2017-04-10 Tomohiro Kusumisbin/newfs_hammer: Partly bring back removed braces...
2017-04-10 Tomohiro Kusumisbin/mount_hammer: Partly bring back removed braces...
2017-04-10 Sepherosa Ziehaunetisr: Use netisr_ncpus to convert hash to cpuid.
2017-04-10 Sepherosa Ziehaunet: Reorder sysinit a bit.
2017-04-09 Tomohiro Kusumisbin/hammer: Make info command print a proper error...
2017-04-09 Tomohiro Kusumisbin/hammer: Make info command properly handle non...
2017-04-09 Tomohiro Kusumisbin/mount_hammer: Cleanup blocks with a single statement
2017-04-09 Tomohiro Kusumisbin/newfs_hammer: Cleanup blocks with a single statement
2017-04-09 Tomohiro Kusumisbin/hammer: Cleanup blocks with a single statement
2017-04-09 Sepherosa Ziehauifpoll: Use netisr_ncpus.
2017-04-09 Sepherosa Ziehauifpoll: Use SYSINIT to initialize per-cpu ifpoll context.
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Add __hammer_crc_get_xxx() for CRC...
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Cleanups on CRC functions
2017-04-08 Tomohiro Kusumisys/vfs/hammer: Add comments on volume version 7 CRC...
2017-04-08 Sepherosa Ziehauinpcb: Use netisr_ncpus for listing inpcbs.
2017-04-08 Sepherosa Ziehausyncache: Use netisr_ncpus instead of ncpus2
2017-04-08 Sepherosa Ziehausyncache: Cache align per-cpu data.
2017-04-08 Sepherosa Ziehauipdemux: Use netisr_ncpus instead of ncpus2.
2017-04-08 Sepherosa Ziehauinet6: Restore mbuf hash after defragmentation.
2017-04-08 Sepherosa Ziehauipfrag: Max # of frags per-cpu should use ncpus instead...
next