devfs - Fix a vkernel panic on shutdown
[dragonfly.git] / sys /
2014-12-10 Antonio Huete Jimenezdevfs - Fix a vkernel panic on shutdown
2014-12-08 Imre Vadaszusb4bsd/if_rum: Add missing locking around rum_start_lo...
2014-12-06 Sascha Wildnerkernel/usb4bsd: Change a pointer back to NULL.
2014-12-06 Sascha Wildnerkernel/usb4bsd: Remove no longer needed dependencies...
2014-12-06 Sascha WildnerFWIW, port and hook in the urio(4) storage driver.
2014-12-05 François Tigeotdevfs: Fix namecache invalidation for alias nodes
2014-12-04 François Tigeotnamecache: Remove a diagnostic message
2014-12-04 Sascha Wildnerkernel/ndis: Remove an oldusb specific file.
2014-12-04 Sascha Wildnerkernel/lockf: Make a function as printf-like and fix...
2014-12-03 Imre Vadaszvirtio_blk: Enable dump support. Partial sync with...
2014-11-30 Sascha Wildner<sys/callout.h>: Remove obsolete struct callout_handle.
2014-11-30 Sascha Wildnerkernel/if_media: Add descriptions for MCS.
2014-11-29 Sascha Wildnerkernel/bwi: Fix a wrong conversion to the automatic...
2014-11-29 Sascha Wildnerkernel/bge: Fix a wrong conversion to the automatic...
2014-11-29 Imre Vadaszlink_elf: Work around a GCC optimization bug. Fixes...
2014-11-29 Sascha Wildnerkernel/acpi: Add two debug tunables, debug.acpi.{ignore...
2014-11-29 Sascha Wildnerkernel: Remove the no longer used KTR_USB_MEMORY option.
2014-11-29 John Marinodloader: Add a new option for color loader, "fred_is_blue"
2014-11-29 François Tigeotdrm/i915: i915_gem_do_init() is i915_gem_init_global_gtt()
2014-11-29 John Marinodloader: First step in improving looks of boot menu
2014-11-28 Sascha Wildnerkernel: Use the new auto-created sysctl ctx/tree in...
2014-11-28 François Tigeotdrm: Add linux/shmem_fs.h
2014-11-28 François Tigeotdrm/i915: i915_wire_page is shmem_read_mapping_page()
2014-11-28 François Tigeotdrm/i915: Extract general object init routine
2014-11-28 Matthew Dillonvkernel64 - Fix pmap panic
2014-11-27 Sascha WildnerFix a number of typos in manual pages and user-visible...
2014-11-27 Matthew Dillonkernel - Add debugging to try to catch callout panics
2014-11-26 Matthew Dillonkernel - Fix race in recent callout work
2014-11-26 Matthew Dillondrm - Fix improper M_NOWAIT usage
2014-11-26 Imre Vadaszkernel/acpi: Add missing ACPI_SERIAL_INIT calls for...
2014-11-26 François Tigeotdrm/i915: Rename mm.gtt_list to bound_list
2014-11-25 Matthew Dillonkernel - Fix boot-time panic in NATA revealed by new...
2014-11-25 Matthew Dillonkernel - Show ukmap in /proc/*/map output
2014-11-25 Matthew Dillonkernel - Fix panic on upmap/kpmap read via procfs.
2014-11-25 Matthew Dillonkernel - Fix callout deadlock in u4b
2014-11-25 Matthew Dillonkernel - Implement new callout*() core
2014-11-24 Sascha Wildnerkernel/acpi: Provide a local AcpiOsAllocateZeroed().
2014-11-24 François Tigeotdrm: Add linux/module.h and linux/moduleparam.h
2014-11-24 Sepherosa Ziehaunetmsg: ctlinput is proto message not a proto-user...
2014-11-24 Sepherosa Ziehauigmp: IGMP processing mpsafe
2014-11-23 François Tigeotdrm/i915: revert part of "Make the GEM code more Linux...
2014-11-23 François Tigeotdrm: Move intel-gtt.h to include/drm
2014-11-23 Sepherosa Ziehauipdemux: Remove 'direction' parameter
2014-11-23 Sepherosa Ziehauudp: Don't mess w/ hardware RSS for IP fragments
2014-11-23 Sepherosa Ziehauudp: udp_cport() has already been nuked
2014-11-23 Sepherosa Ziehautcp: Unitfy ctlinput and ctlport cmd/faddr/icmp_ip...
2014-11-23 Sepherosa Ziehauudp: Fix parameter order of udp_addrcpu()
2014-11-23 Sepherosa Ziehauudp: Unify ctlinput and ctlport cmd/faddr/icmp_ip proce...
2014-11-23 Sepherosa Ziehauinpcb: Define inp_notify_t
2014-11-22 François Tigeotdrm/ttm: glob->lru_lock locking from Linux 3.9.11
2014-11-22 Imre Vadaszvirtio_pci: Use device_probe_and_attach(), instead...
2014-11-22 Matthew Dillonkernel - Add lock canceling features
2014-11-21 Matthew Dillonkernel - Increase default MAXTSIZ from 128M to 256M
2014-11-20 Matthew Dillonsound/pcm - Attempt to fix 'play interrupt timeout...
2014-11-20 Sepherosa Ziehaucarp: ctlinput method only processes PRC_IFDOWN and...
2014-11-19 Matthew Dillonkernel - Improve slab cleanup performance
2014-11-18 Sascha Wildnercpuctl: Fix path in 'files'.
2014-11-18 François Tigeotdrm: Use lockmgr locks with Linux wait queues
2014-11-18 Joris GiovannangeliImport cpuctl pseudo device from FreeBSD
2014-11-18 Thomas Nikolajsenloader: Fix XHCI description in help.common
2014-11-18 Thomas Nikolajsenloader: Fix typos in help.common
2014-11-18 Imre Vadaszdrm: Make wait_event_interruptible interruptible and...
2014-11-18 Sepherosa Ziehauudp: Minor udp_ctlinput cleanup
2014-11-18 Sepherosa Ziehautcp: Minor tcp_ctlinput cleanup
2014-11-18 Sepherosa Ziehautcp: Discard non-error cmd after PRC_IS_REDIRECT(cmd...
2014-11-17 Sepherosa Ziehauicmp: Don't convert saved ip header's length into host...
2014-11-17 Sepherosa Ziehauicmp: Fix wrong icmp header cast
2014-11-17 Sepherosa Ziehauicmp: Use inet_ntop() to log ip addresses
2014-11-17 Sepherosa Ziehauproto: ctlinput is a pr method; not a pru method
2014-11-16 François Tigeotdrm: Use the ERESTARTSYS error code
2014-11-16 François Tigeotdrm: Add linux/mm.h
2014-11-16 François Tigeotdrm/radeon: Replace some custom code by Linux wait...
2014-11-16 François Tigeotdrm/ttm: Fix ttm_bo_wait_unreserved()
2014-11-16 François Tigeotsysctl: Give each device its own context and subtree
2014-11-16 François Tigeotdrm: Change sruct drm_local_map
2014-11-16 Sepherosa Ziehauicmp: Use inet_ntop() instead of inet_ntoa()
2014-11-16 Sepherosa Ziehaubuild: Add ICMPPRINTFS as global option
2014-11-16 Sepherosa Ziehaulibkern: Add inet_ntop()
2014-11-16 Sepherosa Ziehauicmp: Utilize in_cksum_skip()
2014-11-16 Sepherosa Ziehauincsum: Const-fy mbuf parameter
2014-11-16 Sepherosa Ziehauuipc: Remove never used last pr entry of localdomain
2014-11-15 Sascha Wildnerkernel/netgraph7: Port the kernel part of the netgraph7...
2014-11-15 François Tigeotdrm: Rename drm_os_freebsd.h to drm_os_linux.h
2014-11-15 François Tigeotdrm: linux/io.h is really asm/io.h, rename it
2014-11-15 Sascha Wildnerkernel/usb4bsd: Bring in the axge(4) ethernet driver.
2014-11-15 Sascha Wildnerkernel: Add snd_uaudio(4) to LINT.
2014-11-15 Sascha Wildnerkernel: Refer to it as "ACPICA", not "ACPI CA" or ...
2014-11-14 Antonio Huete Jimenezkernel/ndis - Fix flag usage in a macro.
2014-11-14 Antonio Huete Jimenezkernel - Rename unused flag.
2014-11-13 Sascha WildnerSync ACPICA with Intel's version 20141107.
2014-11-13 Sascha Wildnerkernel/acpica: Restrict 'options ACPI_DEBUG' to printin...
2014-11-12 Sascha Wildnerboot/loader: Autoload XHCI support (xhci.ko).
2014-11-11 Sascha Wildnerkernel/usb4bsd: Remove an unused malloc type.
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Sascha Wildnerkernel: Remove two more oldusb remains.
2014-11-10 Sascha WildnerRemove the old USB stack and related userland, etc.
2014-11-10 Markus Pfeiffernet/if_clone: Panic if the same cloner is attached...
2014-11-10 Markus Pfeiffertruephy: Clean up some leftover debug kprintf
next