kernel - Fix deadlock during halt/reboot
[dragonfly.git] / sys /
2018-03-19 Matthew Dillonkernel - Fix deadlock during halt/reboot
2018-03-19 Matthew Dillondevfs - Fix a few more issues (2)
2018-03-18 Imre Vadászpc64 - Improve TSC and LAPIC timer calibration code.
2018-03-18 Imre Vadászacpi_hpet - Implement early HPET initialization for...
2018-03-18 Imre Vadászpc64 - Allow for initializing other cputimers than...
2018-03-18 Matthew Dillondm - synchronize disk info before returning
2018-03-18 Imre Vadásziwm - Improve firmware Time Event handling.
2018-03-18 Sascha Wildner<sys/mutex2.h>: Fix build without INVARIANTS.
2018-03-18 Imre Vadásziwm - Avoid Tx watchdog timeout, when dropping a connec...
2018-03-18 Imre Vadásziwm - Track firmware state better, and improve handling...
2018-03-18 Matthew Dillondevfs - Fix a few more issues
2018-03-17 Matthew Dillondevfs - Fix a few issues
2018-03-17 Matthew Dillonkernel - Fix udev devfs leak and possible panic
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag (2)
2018-03-17 Matthew Dillonhammer2 - Recover errornous lost flag
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-03-17 Matthew Dillonkernel - Improve spinlock performance
2018-03-17 Matthew Dillonkernel - Clarify vsyncscan() operation
2018-03-17 Matthew Dillonkernel - Fix rare race in mutex ownership transfer
2018-03-17 Matthew Dillonhammer - Fix bugs, fix serious snapshot bug, flush...
2018-03-17 Matthew Dillonhammer2 - More involved refactoring of chain_repparent...
2018-03-17 Matthew Dillonhammer2 - Refactor LRU chain recycling
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilizat...
2018-03-17 Matthew Dillonhammer2 - Flush asynchronization, bug fixes, stabilization
2018-03-16 Sascha Wildnerkernel/usb4bsd: Sync the quirks with FreeBSD.
2018-03-13 Matthew Dillonkernel - Remove minidump debugging
2018-03-10 Matthew Dillondisklabel64 - Make disktype optional, fix alignment bug
2018-03-10 Sascha Wildnerboot/efi: Sync our TianoCore EDK II headers with the...
2018-03-06 Tomohiro Kusumisys/vfs/autofs: Cleanups
2018-03-06 Sascha Wildnerkernel/extp{read,write}v: Change ioccnt from u_int...
2018-03-05 zrjsyscons: Remove unused variable.
2018-03-04 Imre Vadászsyscons - Fix NULL pointer access in 0d7c8a4d1cafae68239
2018-03-04 Imre Vadászsyscons - Wait for drm modesetting at appropriate places.
2018-03-04 Imre Vadászpc64 - Unmask some AMD Family 15h and 16h CPUs for...
2018-03-03 Sascha WildnerRemove some sendsys()/waitsys() remains.
2018-03-03 Imre Vadászsysmouse - Fix sigio handling after c2962d9da8200947ee3...
2018-03-03 Sascha WildnerRemove some really old portability hacks that should...
2018-03-03 Sascha Wildner<arpa/inet.h>: Some cleanups.
2018-02-28 Sascha Wildner<vfs/hammer2/hammer2.h>: Expose VTOI() with _KERNEL_STR...
2018-02-24 Markus Pfeifferkernel/netgraph7: Fix panic
2018-02-22 Imre Vadászsyscons - Detangle sysmouse from tty handling, implemen...
2018-02-22 Imre Vadászsyscons - No special minor device number is needed...
2018-02-22 Sascha Wildnerkernel/u4b: Some additional work for the recent cdce...
2018-02-22 Markus Pfeifferkernel/u4b: Use CDCE_LOCK/CDCE_UNLOCK macros
2018-02-22 Markus Pfeifferkernel: port if_cdce
2018-02-22 Sascha Wildnerkernel/acpi: Remove the old APM emulation code.
2018-02-20 Sascha Wildnerkernel/ncr: Fix double assignment.
2018-02-20 Sascha Wildnerkernel/i915: Fix double assignment (Linux' ed58570f55e2...
2018-02-20 Sascha Wildnerkernel/i915: Fix double assignment (Linux' 52eb92c6fe8f...
2018-02-20 Sascha Wildnerkernel/urtw: Fix double assignments.
2018-02-19 Sascha WildnerFix two double assignments in the kernel and the boot...
2018-02-18 Imre Vadászvirtio - Remove explicit load of virtio.ko. Remove...
2018-02-18 Imre Vadászkern - Add D_MEM flag to /dev/mem and /dev/kmem charact...
2018-02-18 Imre Vadászatkbdc - Do not attach PS2 controller via legacy ISA...
2018-02-18 Sascha WildnerReplace local array size calculations with NELEM().
2018-02-18 Eitan AdlerConvert from __arysize to NELEM
2018-02-17 Matthew Dillonkernel - Fix syscons's visual bell
2018-02-17 François Tigeotdrm/linux: Update hlist_for_each_entry_safe() from...
2018-02-15 Sascha WildnerAdd missing restrict qualifiers in POSIX function defin...
2018-02-15 Sascha Wildner<sys/cdefs.h>: Add __restrict_arr to declare arrays...
2018-02-14 Matthew Dillonkernel - Vet b_cmd in swap_pager_strategy().
2018-02-14 Matthew Dillonkernel - Fix rare missed wakeup() in lockmgr
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync() (2)
2018-02-14 Matthew Dillonkernel - Document bkvasync() requirements
2018-02-14 zrjBump __DragonFly_version after %b and %r formats removal.
2018-02-14 Sascha Wildnerddb: Some minor adjustments.
2018-02-14 zrjkernel: Add security.ptr_restrict sysctl.
2018-02-14 zrjworld: Remove references to %r and %b.
2018-02-14 zrjkernel: Remove last use cases of "%b" format.
2018-02-14 zrjkernel/disk: Remove use of "%b" format.
2018-02-14 zrjkernel/net: Remove use of "%b" format.
2018-02-14 zrjkernel: Remove use of "%b" format in main kernel code.
2018-02-14 zrjkernel: Implement "%pb%i" as args safe "%b" replacement.
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-02-14 zrjkernel: Remove use of deprecated "%r" radix format.
2018-02-14 zrjkernel: Implement makedev_unit_b32()
2018-02-14 zrjddb(4): Remove use of deprecated "%r" radix format.
2018-02-14 Matthew Dillonkernel - Try to fix delayed mtime updates on SHARED...
2018-02-14 Matthew Dillonhammer2 - Add missing bkvasync()
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Remove AUTOFS_ASSERT_*LOCKED()
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Change autofs_mount::am_lock to use...
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Change autofs_node::an_vnode_lock to...
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Remove #if0'd export related code
2018-02-13 Tomohiro Kusumisys/vfs/autofs: Cleanups
2018-02-11 Matthew Dillontmpfs - Fix data loss issues
2018-02-11 Matthew Dillonkernel - syntax
2018-02-11 Matthew Dillonkernel - Fix two rare namecache bugs
2018-02-10 Sepherosa Ziehauif: Allow user to override software queue length.
2018-02-10 Sepherosa Ziehauif: Remove ifq maxlen fixup in ifinit.
2018-02-08 Sascha Wildner<fcntl.h>: Add #if 0'd prototypes for posix_fa{dvise...
2018-02-04 Matthew Dillonkernel - Do not panic on media size of zero in disk_probe()
2018-02-04 Matthew Dillonkernel - Fix CAM peripheral error handling
2018-02-04 Matthew Dillonahci - Improve debug output
2018-02-02 zrjboot/common: Add missing fallthrough.
2018-02-02 zrjkernel: Avoid long inactivity pauses on very early...
2018-02-01 François Tigeotdrm/linux: Add some dma-buf stubs
2018-02-01 zrjkernel: Avoid empty macros when not INVARIANTS.
2018-02-01 zrjkernel/wlan: Avoid empty macros.
2018-02-01 zrjkernel: Avoid empty macros.
2018-02-01 zrjkernel/ntfs: Avoid empty macros.
next