sys/vfs/hammer2: Fix indentation
[dragonfly.git] / sys /
2019-08-10 Tomohiro Kusumisys/vfs/hammer2: Fix indentation
2019-08-10 Sascha Wildnerkernel: Fix the _KERNEL/_KERNEL_STRUCTURES checks w...
2019-08-09 Sascha Wildner<machine/stdint.h>: Move __offsetof() to <sys/cdefs.h>.
2019-08-09 Sascha Wildner<machine/stdint.h>: Use __GNUC_PREREQ__() for a __GNUC_...
2019-08-08 Roy Marplesinet6: discard NA messages with a lladdress we own
2019-08-08 Roy Marplesnet/if: introduce if_bylla to find an interface by...
2019-08-08 Sascha Wildner<sys/stdint.h>: Remove obsolete typedefs for __wctrans_...
2019-08-08 Sascha Wildner<uchar.h>: Define char16_t and char32_t better.
2019-08-07 François Tigeotdrm/linux: Implement more idr routines
2019-08-07 François Tigeotkernel: Enable more generic drm code
2019-08-07 Roy Marplessocket: introduce SO_RERROR to detect receive buffer...
2019-08-06 Sascha Wildner<sys/copyright.h>: Remove a K&R leftover; use just...
2019-08-05 Tomohiro Kusumisys/vfs/hammer2: Drop redundant ; in H2XOPDESCRIPTOR()
2019-08-06 Sascha WildnerFWIW, fix systags.sh.
2019-08-06 Sascha Wildnerkernel/ixgbe: Use __restrict instead of restrict like...
2019-08-06 Sascha Wildnerkernel/drm: Add print_hex_buffer() and use it.
2019-08-04 Tomohiro Kusumisys/vfs/hammer2: Drop obsolete comments on chain
2019-08-03 Matthew Dillonahci - sili - Reduce insertion delay from 10 seconds...
2019-08-03 Tomohiro Kusumisys/vfs/hammer2: Test bref type HAMMER2_BREF_TYPE_EMPTY...
2019-08-02 Tomohiro Kusumisys/vfs/hammer2: Fix function name in panic() calls
2019-08-02 Tomohiro Kusumisys/vfs/hammer2: Drop unused CHAIN_CORE_DELETE_BMAP_ENTRIES
2019-08-02 Matthew Dillonkernel - Add SIOCGIFALIAS
2019-08-02 Sascha Wildnerkernel: Clean up a bit after the recent tap/tun changes.
2019-08-02 Matthew Dillonhammer2 - Reorder errno priority for unlink directory...
2019-08-01 François Tigeotdrm/linux: Add pci_name()
2019-08-01 François Tigeotdrm/linux: Add DEFINE_SPINLOCK()
2019-08-01 Matthew Dillonkernel - Add quirks for CORSAIR STRAFE_RGB keyboard
2019-08-01 Matthew Dillonkernel - Enable busmaster on bridges (BIOS might not)
2019-08-01 Matthew Dillonbuild - Adjust _CMSG_ALIGN() for compatibility
2019-08-01 Tomohiro Kusumisys/vfs/hammer2: Drop unused hammer2_chain::flush_node
2019-08-01 Tomohiro Kusumisys/vfs/hammer2: Use HAMMER2_BREF_TYPE_EMPTY for blockr...
2019-08-01 Sascha WildnerRemove <machine/inttypes.h> from a number of files...
2019-07-30 Matthew Dillonif_tap - set pid reporting with FIOSETOWN too
2019-07-30 Matthew Dillonif_tap/if_tun - Remove pre-created devices
2019-07-30 Antonio Huete Jimenezkcollect - Fix comments
2019-07-28 Sascha Wildnerkernel/vga: Remove unneeded opt_*.h inclusions.
2019-07-28 Sascha Wildner<vfs/hammer2/hammer2.h>: Fix buildworld after 120385e8e...
2019-07-28 Sascha Wildner<sys/buf2.h>: Remove a number of unneeded #include's.
2019-07-26 Tomohiro Kusumisys/vfs/hammer2: Update ascii-art/comments in hammer2_d...
2019-07-25 Matthew Dillonkernel - Replace kmalloc_cachealign() with kmalloc...
2019-07-22 Tomohiro Kusumisys/vfs/hammer2: Add XXX for obsolete comments on hardlink
2019-07-22 Sascha Wildnerkernel/drm: Various cleanups.
2019-07-21 Tomohiro Kusumisys/vfs/hammer2: Fix comments on HAMMER2_FREEMAP_LEVEL...
2019-07-20 François Tigeotdrm/linux: Port kfifo.h to DragonFly
2019-07-20 François Tigeotdrm/linux: Import linux/kfifo.h from NetBSD
2019-07-19 Tomohiro Kusumisys/vfs/hammer2: Minor cleanup
2019-07-20 Matthew Dillonkernel - Fix rare NFS deadlock
2019-07-19 Matthew Dillonkernel - Fix panic related to USB cd
2019-07-15 François Tigeotdrm/radeon: Update to Linux 4.4.180
2019-07-15 François Tigeotdrm: Remove no longer required iic code and dependencies
2019-07-15 François Tigeotdrm: Improve linux/pci.h
2019-07-14 Tomohiro Kusumisys/vfs/hammer2: Drop obsolete comments on attr_tid...
2019-07-11 Sascha Wildnerkernel/netgraph7: Fix build.
2019-07-11 Matthew Dillonkernel - Zen 2 - Make sure %fs's selector is loaded...
2019-07-10 Sascha Wildnerkernel/netgraph7: Remove unneeded __va_*() definitions.
2019-07-10 Sascha Wildnerkernel/hammer2: Use <sys/stdarg.h> in the kernel, not...
2019-07-10 Sascha WildnerACPICA: Remove unneeded __va_*() definitions, include...
2019-07-10 Sascha Wildnerkernel/drm: Use va_*() instead of __va_*(), just like...
2019-07-10 Sascha WildnerMake va_*() macros available to the kernel in <sys...
2019-07-10 Sascha WildnerSync ACPICA with Intel's version 20190703.
2019-07-07 François Tigeotdrm/linux: Add struct i2c_board_info and i2c_new_device()
2019-07-05 François Tigeotdrm/linux: Add dmi_match()
2019-07-02 Matthew Dillonkernel - Fix lwp_tid ranging error
2019-06-30 François Tigeotdrm: Start using flush_delayed_work()
2019-06-30 Sascha Wildner<sys/conf.h>: Move SPECNAMELEN to <sys/param.h>.
2019-06-29 Sascha Wildner<sys/signal.h>: Adjust a number of struct member types...
2019-06-29 François Tigeotdrm/linux: Add flush_delayed_work()
2019-06-29 François Tigeotdrm/linux: Fix a NULL pointer dereference in signal_pen...
2019-06-28 Matthew Dillonkernel - VM rework part 21 - Fix excessive paging to...
2019-06-28 Matthew Dillonahci - Enforce 10-second poll of chipset
2019-06-28 Matthew Dillonkernel - Add TPS balancing mode to scsi_da (da* disks)
2019-06-26 François Tigeotdrm/radeon: Switch to Linux i2c APIs
2019-06-26 Sascha Wildnerkernel/genassym: Remove some unneeded assyms.
2019-06-26 Matthew Dillonkernel - Change tcp keepalive options from ms to second...
2019-06-26 Matthew Dillonbuild - Bump __DragonFly_version to 500702 in master
2019-06-25 Matthew Dillonkernel - Change tcp keepalive options from ms to second...
2019-06-25 Matthew Dillonkernel - Increase elf limits
2019-06-23 Matthew Dillonkernel - Fix pmap placemarker timing race
2019-06-22 Matthew Dillonkernel - Move trap_is_smap() test outside of DDB condition
2019-06-21 Sascha Wildnerkernel: Add NO_SYSCTL_DESCR option to exclude sysctl...
2019-06-21 Sascha Wildnerkernel/acpi_ec: Document sysctls better.
2019-06-20 Sascha Wildnerkernel: Use correct variable for debug.acpi.ec.timeout_...
2019-06-20 François Tigeotdrm/radeon: Upgrade to Linux 3.19.8
2019-06-19 Sascha Wildnerkernel: Add whitespace between fw_stub.awk flags and...
2019-06-19 Jan Sucanfw_stub.awk: correct usage message
2019-06-19 Jan Sucanfw_stub.awk: fix processing of values for the options...
2019-06-19 Matthew Dillonkernel - Change fill_kinfo_lwp() and fix top
2019-06-18 Aaron LIjail.8: Document sysctl entries jail.{allow_raw_sockets...
2019-06-18 Aaron LIjail: Implement read-only sysctl "jail.jailed"
2019-06-17 Matthew Dillondrm - Fix system lockup bug in signal_pending_state()
2019-06-17 François Tigeotdrm/linux: Add io_schedule_timeout()
2019-06-17 zrjBump __DragonFly_version for libopie removal.
2019-06-17 zrjkernel: Separate md5 from userland.
2019-06-17 zrjkernel: Make <sys/md4.h> and <sys/md5.h> exclusive...
2019-06-17 François Tigeotdrm/linux: Restore wait_event*() functionality
2019-06-16 François Tigeotdrm/linux: Rework wait queues
2019-06-16 François Tigeotdrm/linux: Add LIST_HEAD_INIT()
2019-06-15 Matthew Dillonkernel - Fix SMAP/SMEP caught user mode access part...
2019-06-15 Matthew Dillonkernel - Fix SMAP/SMEP caught user mode access part...
2019-06-15 Aaron LIu4b/audio: Fix panic by kfree(NULL)
next