sbin/fsck_hammer2: Use RB_GENERATE() for better userspace portability
[dragonfly.git] / sys /
2020-08-08 Matthew Dillonkernel - Refactor GETATTR_QUICK() -> GETATTR_LITE()
2020-08-08 Sascha Wildnerkernel: Remove <machine/npx.h> from two headers that...
2020-08-08 Sascha WildnerRemove unneded #includes in three header files.
2020-08-07 Sascha Wildner<machine/tss.h>: Oops, it should have been <sys/types.h>.
2020-08-07 François Tigeotdrm: Add linux/irqhandler.h
2020-08-07 Sascha Wildner<machine/tss.h>: Include <sys/cdefs.h> for __packed.
2020-08-07 Sascha Wildner<machine/segments.h>: Move the inclusion of <sys/tls...
2020-08-07 Sascha Wildner<machine/md_var.h>: Include <sys/types.h> for u_int...
2020-08-05 François Tigeotdrm/linux: Add unsafe_put_user()
2020-08-05 François Tigeotdrm: Add headers and infrastructure required by Linux...
2020-08-04 Daniel FojtBuild libssh with ldns support. 1/2
2020-08-03 Daniel FojtUpgrade openssh. 1/2
2020-08-02 Sascha Wildner<sys/cdefs.h>: Add a compat macro for the C11 _Thread_l...
2020-08-02 Sascha Wildnerkernel: Some minor adjustments for amd{smn,temp}(4).
2020-08-02 Sascha Wildner<sys/systm.h>: Add __assert_unreachable() for FreeBSD...
2020-08-02 Pierre-Alain TORETBring amdtemp from FreeBSD
2020-08-02 Pierre-Alain TORETBring amdsmn from FreeBSD
2020-08-02 Sascha Wildnerkernel/powermng: Sort SUBDIRs.
2020-08-01 François Tigeotdrm: Fix dma_fence_wait()
2020-08-01 Sascha Wildnerix(4): Fix a wrong check (&& -> ||).
2020-08-01 Sascha Wildnerre(4): Fix a wrong check. Looks like copy/paste but...
2020-08-01 Sascha Wildnermfi(4): Fix a wrong check.
2020-07-30 Daniel FojtUpgrade make(1). 1/2
2020-07-29 Matthew Dillonkernel - Implement SO_PASSCRED
2020-07-29 Tomohiro Kusumisys/vfs/ext2fs: Disable calling ext2_htree_add_entry()
2020-07-29 Matthew Dillonkernel - Cleanup recent DMAP hacks for EFI framebuffers
2020-07-28 Matthew Dillonkernel - Improve debugging of spurious interrupts
2020-07-28 Matthew Dillonkernel - Disable MSIX mode in pci_teardown_msix()
2020-07-28 Matthew Dillonkernel - Hack the DMAP size
2020-07-28 Matthew Dillonkernel - Fix bug in resource_list_alloc() for addresses...
2020-07-28 Matthew Dillonboot - Fix 'shift key generates space' in boot loader
2020-07-27 François Tigeotdrm: Update to Linux 4.12.14
2020-07-27 François Tigeotdrm/linux: Add pagevec API from Linux 4.15+
2020-07-27 François Tigeotdrm/linux: Add kthread parking functions
2020-07-26 Sascha Wildnerkernel/vmm: Clean up a bit (staticize, un-expose debug...
2020-07-26 Matthew Dillonkernel - Also include file size in VOP_GETATTR_QUICK()
2020-07-26 Matthew Dillonkernel - Fix type-o
2020-07-26 Matthew Dillonkernel - more cleanup of syscall2()
2020-07-26 François Tigeotdrm/linux: Fix complete() and complete_all()
2020-07-25 Sascha WildnerFix the vkernel build after recent syscall changes.
2020-07-25 Matthew Dillonkernel - Add P_SWAPPEDOUT flag back in for deprecated...
2020-07-25 Matthew Dillonkernel - Optimize lseek() SEEK_END
2020-07-25 Matthew Dillonkernel - Remove P_SWAPPEDOUT flag and paging mode
2020-07-25 Matthew Dillonkernel - remove old debugging code in syscall2()
2020-07-25 Matthew Dillonkernel - optimize regcnt assignment a bit in syscall2()
2020-07-25 Matthew Dillonkernel - Refactor in-kernel system call API to remove...
2020-07-25 Sascha Wildner<machine/*.h>: Use our __aligned() macro in various...
2020-07-25 François Tigeotdrm/linux: Add __list_del() and __list_del_entry()
2020-07-25 François Tigeotdrm/linux: dma_fence_get_rcu_safe()
2020-07-25 François Tigeotdrm/linux: Add various rbtree functions
2020-07-23 Tomohiro Kusumisys/vfs/ext2fs: Modify XXX comment on disabled htree...
2020-07-23 Sascha WildnerFix some cases where %zd was used wrongly across the...
2020-07-23 François Tigeotdrm/linux: Fix stop_machine()
2020-07-22 Sascha Wildnerkernel/e1000: Add missing 'break'.
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Add XXX comment on disabled htree diren...
2020-07-22 Tomohiro Kusumisys/vfs/ext2fs: Stop checking for failures from malloc...
2020-07-22 François Tigeotdrm/linux: Add get_task_pid()
2020-07-22 Daniel FojtUpgrade libressl. 1/2
2020-07-22 François Tigeotdrm: Implement dma-buf operations, enable most drm_prim...
2020-07-21 Tomohiro Kusumisys/vfs/ext2fs: Remove ext2_{bread,brelse}() wrapper...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Add redundant ext2_brelse() on ext2_bre...
2020-07-20 Sascha Wildner<sys/objcache.h>: Mark two kernel functions as being...
2020-07-20 Tomohiro Kusumisys/vfs/ext2fs: Fix function name in ihash collision...
2020-07-20 Matthew Dillonkernel - Detect fixed meltdown hardware on Intel (2)
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Drop i_devvp initialization in ext2_vget()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Add ext2_alloc_vnode()
2020-07-19 Tomohiro Kusumisys/vfs/ext2fs: Cleanup ext2_vget()/ext2_valloc()
2020-07-19 Sascha Wildnerlinux/kernel.h: Add some __printf() where appropriate.
2020-07-19 Sascha Wildner<sys/stdint.h>: Use __GNUC_PREREQ__.
2020-07-19 Sascha Wildnerkernel: Prepare for -fno-common becoming default in...
2020-07-19 Sascha WildnerSync ACPICA with Intel's version 20200717.
2020-07-19 Matthew Dillonkernel - Detect fixed meltdown hardware on Intel
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Disable ext3 htree dirents for now
2020-07-18 Tomohiro Kusumisys/vfs/fuse: Remove FUSE from Makefile for now
2020-07-18 Tomohiro Kusumisys/vfs/fuse: Fix fuse_vop_readdir()
2020-07-18 Tomohiro Kusumisys/vfs/autofs: Fix autofs_readdir()
2020-07-18 Tomohiro Kusumisys/vfs/ext2fs: Use bp->b_loffset in ext2_readdir()
2020-07-17 Tomohiro KusumiAdd non-GPL ext2 filesystem (port from FreeBSD)
2020-07-17 Daniel FojtUpgrade ldns and drill(1). 1/2
2020-07-16 Matthew Dillonkernel - use built-in for ffsl()
2020-07-15 Sascha Wildnerkernel: Remove some unused variables and a dead sysctl.
2020-07-15 François Tigeotdrm: restore pre-Linux 4.10 print functions
2020-07-13 François Tigeotdrm: Update base driver to Linux 4.10.17
2020-07-13 François Tigeotdrm/linux: Do not sleep when not required in schedule_t...
2020-07-12 François Tigeotdrm/linux: break from wait_event_xxx() loops sooner
2020-07-12 François Tigeotdrm/linux: Fix lost wakeup event issues with wait_event...
2020-07-12 François Tigeotdrm/linux: Implement module_param() directives
2020-07-12 François Tigeotdrm/linux: Import the radix-tree code from FreeBSD
2020-07-11 François Tigeotdrm/linux: Fix an unlock without lock issue in dma_fenc...
2020-07-11 François Tigeotdrm/linux: fix races in the ww mutex code that can...
2020-07-10 Sascha Wildnerwsp(4): Clean up the Makefile.
2020-07-09 Sascha WildnerBring in FreeBSD's wsp(4), for Wellspring touchpads...
2020-07-09 Daniel FojtUpgrade liblzma and xz(1). 1/2
2020-07-04 Tomohiro Kusumisys/vfs/msdosfs: Implement VFS_STATVFS()
2020-07-04 Sascha Wildner<sys/cdefs.h>: Move various defines to <sys/systm.h...
2020-07-03 Daniel FojtMerge branch vendor/AWK into master.
2020-07-02 Aaron LItun/tap: Don't repeat ifnet_attach_event and IFAN_ARRAIVAL
2020-07-02 Aaron LItun/tap: Use make_only_dev() for the autoclone device
2020-07-02 Aaron LIif_clone: Extend if_clone_create() by an extra parameter
2020-07-02 Sascha Wildnerkernel/rtsock: Add a little whitespace.
next