cryptsetup(8): Revert part of 0482a033108. We got mlockall().
[dragonfly.git] / sys /
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.
2018-02-01 zrjkernel/acpi: Add braces around empty if body.
2018-02-01 zrjkernel/hpt*: Avoid empty macros.
2018-02-01 zrjkernel/twa: Avoid empty macros.
2018-02-01 zrjkernel/netif: Avoid empty if/else bodies.
2018-02-01 zrjath_hal: Avoid empty macros.
2018-02-01 zrjix: Avoid empty macros.
2018-02-01 zrjdrm/ttm: Avoid empty macros.
2018-02-01 zrjdrm/linux: Improve linux/bug.h
2018-02-01 zrjdrm/linux: Improve linux/lockdep.h
2018-02-01 Matthew Dillonkernel - Fix kernel minidumps
2018-01-31 François Tigeotdrm/linux: Add linux/irqreturn.h
2018-01-31 Sascha WildnerLINT64: Add a missing '#'.
2018-01-31 Sascha WildnerLINT64: Add some nata(4) options (they remove code...
2018-01-30 Imre Vadászacpi - Implement a hack to recheck whether devices...
2018-01-30 Imre Vadászacpi - Use KOBJ_GPRI_ACPI driver priorities for ig4...
2018-01-30 Sascha Wildnerboot/efi: Sync our TianoCore EDK II headers with the...
2018-01-28 Imre Vadászsyscons - Untangle device attachement from isa?, attach...
2018-01-28 Imre Vadászled(4): Turn this into a module. Only used by acpi_thin...
2018-01-27 Sascha Wildnerbus_dma.9: Add a few lines about bus_dmamap_load_ccb().
2018-01-26 Sascha Wildner<sys/cdefs.h>: Add __alloc_size2() for functions taking...
2018-01-26 Sascha Wildner<sys/cdefs.h>: Make __nonnull variadic.
2018-01-22 zrjRevert "kernel: Disable attributes that take no effect."
2018-01-21 zrjhammer2: Remove duplicate initialialization of fields.
2018-01-21 zrjkernel: Disable few nonnull attributes.
2018-01-21 zrjkernel/bus: Avoid panic on NULL passed to kfree().
2018-01-21 zrjkernel/ipsec: Avoid -Warray-bounds warning.
next