Upgrade make(1). 1/2
[dragonfly.git] / sys /
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.
2020-07-02 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-07-02 Roy Marplesroute: Ensure sockaddrs have valid lengths for RO_MISSF...
2020-06-30 Sascha Wildner<sys/sockio.h>: Sort SIOC[SG]DRVSPEC better.
2020-06-30 Sascha Wildner<sys/cdefs.h>: FWIW, add __unreachable from FreeBSD.
2020-06-27 Aaron LIif_tap: Remove a debug message
2020-06-27 Aaron LItun/tap: Use if_clone framework to clone from autoclone...
2020-06-27 Aaron LItun/tap: Return EEXIST in clone creation if softc found
2020-06-27 Aaron LIif_clone: Fix a missing allocated unit free upon error
2020-06-27 Aaron LItun/tap: Fix errno NODEV to NOENT in clone creation
2020-06-27 Aaron LItun/tap: Do not flag cloned interface as manually made
2020-06-27 Daniel FojtUpgrade libarchive, bsdcat(1), bsdcpio(1) and bsdtar...
2020-06-27 Sascha WildnerFix various typos: a -> an
2020-06-26 Aaron LIipfw3: Fix several comments and error messages
2020-06-26 Aaron LIifconfig(8): Print more WPS attributes in verbose ...
2020-06-25 Daniel FojtUpgrade awk(1). 1/2
2020-06-24 François Tigeotdrm: Add headers, stubs and constants required by Linux...
2020-06-24 François Tigeotdrm: Move acpi_is_video_device() to linux/acpi.h
2020-06-20 Matthew Dillontmpfs - Try to avoid a tmpfs node deadlock in rename
2020-06-16 Daniel Fojtkernel: improve open(2) error handling
2020-06-16 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-06-16 François Tigeotdrm/i915: enable i915_gem_phys_ops
2020-06-15 François Tigeotdrm/i915: Use kmem_cache functions
next