gcc50: Deal with -Wnarrowing when compiled by gcc80.
[dragonfly.git] / sys /
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Remove a comment which is no longer appli...
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Add some more DLTs
2018-04-18 Antonio Huete Jimenezcontrib/libpcap - Local adjustments
2018-04-18 Antonio Huete Jimenez<net/dlt.h> - Add a bunch of DLTs from libpcap
2018-04-18 Antonio Huete Jimenezbpf - Add two new instructions
2018-04-01 Aaron LIloader/menu: Fix 'vfs.root.real_root' to be 'vfs.root...
2018-04-01 Matthew Dillonhammer2 - Increase bulkfree buffer size request and cap
2018-03-31 Matthew Dillonkernel - Fix UFS bug on filesystem full conditions
2018-03-29 Imre Vadászvirtio_pci - Fix vtpci_reinit MSI-X vector reinitializa...
2018-03-29 Imre Vadásziwm - Always clear watchdog timer, when bringing down...
2018-03-29 Imre Vadásziwm - Clear Time Event active state, when receiving...
2018-03-27 Justin C. SherrillChanges for 5.2 branch. v5.2.0rc
2018-03-27 Imre Vadászif_vtnet - Cleanup ifalt_subque handling a bit.
2018-03-27 Sascha Wildnerkernel/{ext2,u}fs: Remove unused 'in_exists' from struc...
2018-03-26 Imre Vadászif_vtnet - Get rid of separate vtnet_{rx,tx}_intr_task...
2018-03-26 Imre Vadászif_vtnet - Fixup previous commit.
2018-03-26 Imre Vadászif_vtnet - Use ifsq_watchdog_* functions as the watchdog.
2018-03-26 Tomohiro Kusumisys/vfs/autofs: Cleanups (sync with NetBSD and OpenBSD)
2018-03-25 Imre Vadászif_vtnet - Don't drop vtnet_slz in some of the virtqueu...
2018-03-25 Imre Vadászif_vtnet - Remove vtnet_tick_ch and vtnet_cfgchg_task...
2018-03-25 Imre Vadászif_vtnet - Pass the vtnet serializer in ether_ifattach().
2018-03-25 Imre Vadászif_vtnet - Remove unused vtnet_tick() code.
2018-03-25 Imre Vadászif_vtnet - No need to use the taskqueue to run vtnet_up...
2018-03-25 François Tigeotdrm/linux: Add signal_pending_state
2018-03-24 Imre Vadászvirtio - Get rid of unused flags option in virtio_alloc...
2018-03-24 Imre Vadászvirtio - Explicitly teardown interrupts in driver detac...
2018-03-24 Imre Vadászvirtio - Move virtqueue_pending() checks into the child...
2018-03-24 Imre Vadászvirtio - Get rid of config_change devmethod, treat...
2018-03-24 Imre Vadászvirtio - Specify handler and argument in bind_intr...
2018-03-24 Imre Vadászvirtio - Refactor virtio bus API, to untangle virtuques...
2018-03-24 Tomohiro Kusumisys/vfs/autofs: Revert 1bfb99b1b1("prevent assert on...
2018-03-24 François Tigeotdrm/linux: Add cmpxchg_relaxed()
2018-03-23 Matthew Dillonkernel - Fix namecache leak / broken hysteresis
2018-03-23 Sascha Wildnerkernel/machdep: Remove unused and #if 0'd finishidentcp...
2018-03-23 François Tigeotdrm/linux: Add a few functions (mostly stubs)
2018-03-23 François Tigeotkernel: Add missing atomic_fcmpset_*() variants
2018-03-23 Sascha Wildnerkernel/devfs: Use 1UL << ... in bitmap bit operations.
2018-03-22 Imre Vadászvirtio_blk - Inline vtblk_complete into vtblk_vq_intr...
2018-03-22 Imre Vadászvirtio_pci - Remove int return value from interrupt...
2018-03-22 Matthew Dillonkernel - devfs cleanup
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-22 Matthew Dillonkernel - Fix tapN creation >= 32 units, fix pty issues...
2018-03-21 Matthew Dillonkernel - Fix quickhalt panic-on-reboot
2018-03-20 Sascha Wildnerboot/common/fs.h: Add a common definition of CTASSERT().
2018-03-20 Sascha Wildner<net/if_poll.h>: Add license. It was based on sys/net...
2018-03-20 Matthew Dillonkernel - Attempt to fix high vnlru cpu use
2018-03-19 Imre Vadászatkbdc - Add additional ACPI PNP IDs specified by Micro...
2018-03-19 Matthew Dillonkernel - Implement QUICKHALT shortcut for unmounting...
2018-03-19 Matthew Dillondevfs - Fix a few more issues (3)
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...
next