Merge branch 'vendor/FILE'
[dragonfly.git] / sys /
2022-03-13 Sascha WildnerMerge branch 'vendor/FILE'
2022-03-12 Matthew Dillonhammer2 - Fix excess chain structure allocations during...
2022-03-12 Matthew Dillonkernel - provide more information on crital section...
2022-03-02 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2022-02-21 Tomohiro Kusumisys/vfs/hammer2: Mostly trailing whitespace cleanups
2022-02-19 Tomohiro Kusumisys/vfs/hammer2: Fix hammer2_chain_allocs calculation
2022-02-18 Tomohiro Kusumisys/vfs/msdosfs: Fix mounting when the device sector...
2022-02-16 Sascha Wildner<sys/queue.h>: Actually add the LIST_FOREACH_FROM(...
2022-02-15 Tomohiro Kusumisys/vfs/hammer2: Whitespace fixes
2022-02-09 Sascha Wildner<sys/queue.h>: Add _FOREACH_FROM and _FOREACH_FROM_MUTA...
2022-02-09 Tomohiro Kusumisys/vfs/ext2fs: Improve extents verification logic...
2022-02-09 zrj<machine/endian.h>: Provide __FLOAT_WORD_ORDER too
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Add more accurate check for root inode
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Add more accurate directory entries...
2022-02-08 Tomohiro Kusumisys/vfs/ext2fs: Remove unnecessary e2fs_first_dblock...
2022-02-07 Tomohiro Kusumisys/vfs/ext2fs: Fix a few common typos in source code...
2022-02-04 Tomohiro Kusumisys/vfs/msdosfs: Plug the rest of undef behavior places
2022-02-03 Tomohiro Kusumisys/vfs/msdosfs: denode some style
2022-02-02 Tomohiro Kusumisys/vfs/msdosfs: Sanity check sector count from BPB
2022-02-02 Tomohiro Kusumisys/vfs/msdosfs: Do no allow lookup to return vdp excep...
2022-02-01 Tomohiro Kusumisys/vfs/msdosfs: Handle a case when non-dot lookup...
2022-02-01 Tomohiro Kusumisys/vfs/msdosfs: Take inusemap inconsistency as an...
2022-01-31 Tomohiro Kusumisys/vfs/msdosfs: mountmsdosfs() some style
2022-01-30 Matthew Dillonkernel - Fix namecache issue that can slow systems...
2022-01-30 Tomohiro Kusumimsdosfs: clusterfree() is used only in error handling...
2022-01-30 Sascha Wildnerlibc: Add strerror_l() (taken from FreeBSD).
2022-01-30 Sascha Wildner<sys/param.h>: Add missing whitespace.
2022-01-27 Tomohiro Kusumisys/vfs/hammer2: Add hammer2_ prefixed spin_[un]lock_up...
2022-01-27 Tomohiro Kusumisys/vfs/hammer2: Use hammer2_ prefixed spin_init()...
2022-01-26 Sascha Wildner<sys/elf_common.h>: Use standard types, like the rest...
2022-01-25 Matthew Dillonkernel - Fix sysv semaphore panic
2022-01-24 Tomohiro Kusumisys/vfs/hammer2: Add missing hammer2_spin_init() for...
2022-01-23 Tomohiro Kusumisys/vfs/hammer2: Remove wrong comments in hammer2_chain...
2022-01-24 Matthew Dillonkernel - Fix ktrace's handling of system call return...
2022-01-24 Matthew Dillontmpfs - Fix readdir() races
2022-01-24 Matthew Dillonhammer2 - Fix excess chain structure allocations during...
2022-01-15 YONETANI TomokazuAdd the auto-bound IPv6 address to the wildcard hash
2022-01-08 Matthew Dillonhammer2 - Fix excess chain structure allocations during...
2022-01-03 Justin C. Sherrill6.3 version changes. v6.3.0
2021-12-31 Sascha WildnerBump copyrights. Happy new year!!
2021-12-31 Matthew Dillonkernel - Fix if_sn, if_sbsh issue (not in kernel by...
2021-12-31 Matthew Dillonkernel - Add SIOCGHWADDR, fix SIOCGIFADDR
2021-12-30 Michael Neumannpsm - Do not freeze mouse for 2 seconds upon encounteri...
2021-12-30 Matthew Dillonkernel - Add DIOCGMEDIASIZE and DIOCGSECTORSIZE
2021-12-30 Sascha WildnerRemove the old <sys/dir.h> compat header. Nothing needs...
2021-12-28 Tomohiro Kusumisys/vfs/hammer2: Use HAMMER2_METH_DEFAULT
2021-12-26 Michael Neumanndrm/i915: Enable WhiskeyLake GPUs
2021-12-25 Matthew Dillonnvme - Back-off if driver lies about reported queue...
2021-12-25 Matthew Dillonhammer2 - Do not panic on freemap block I/O error
2021-12-18 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2021-12-17 Sascha WildnerSync ACPICA with Intel's version 20211217.
2021-12-16 Sascha Wildnerkernel: Remove a.out and gzipped a.out executable support.
2021-12-16 Sascha Wildnerkernel/proc0_init: Do not reuse the a.out sysvec.
2021-12-16 Sascha Wildnerkernel: Remove an unnecessary include.
2021-12-13 Sascha Wildner<sys/elf_generic.h>: Add ElfW() macro, for dports'...
2021-12-09 Matthew Dillonkernel - Fix posix_fallocate()
2021-12-08 Sascha WildnerRemove a number of duplicate struct declarations in...
2021-12-08 Sascha Wildnerkernel/acpi: Improve an error message a bit.
2021-12-07 Sascha Wildnerkernel/acpica: Clean up the module's .PATH a little...
2021-12-07 Sascha Wildnerkernel/acpica: Remove some unneeded -I and .PATH from...
2021-12-07 Sascha Wildnerkernel/ext2fs: Add some line breaks in SRCS in the...
2021-12-05 Tomohiro Kusumiext2fs: Remove sys/gnu/vfs/ext2fs and make sys/vfs...
2021-12-05 Tomohiro Kusumisys/vfs/ext2fs: Check for e2fs_first_dblock in ext2_com...
2021-11-30 Matthew Dillondrm - Hack i915 to workaround startup crash
2021-11-29 Matthew Dillonkernel - Do not block indefinitely in exit1() when...
2021-11-29 Sascha Wildnerkernel/drmP.h: Use Linux' __printf() macro.
2021-11-25 Sascha Wildnerkernel: Rename BUILDING_WITH_KERNEL to KERNBUILDDIR.
2021-11-25 Sascha Wildnerkernel: Staticize some variables.
2021-11-25 Sascha Wildner<sys/param.h>: Bump __DragonFly_version for makefs...
2021-11-21 Sascha Wildner<machine/stdint.h>: Add platform specific __double_t...
2021-11-21 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variables in freemap
2021-11-21 Tomohiro Kusumisys/vfs/hammer2: Rename **bresp -> **brefp
2021-11-19 Matthew DillonFix select()/kqueue() bug with pipe()s
2021-11-15 Tomohiro Kusumisys/vfs/hammer2: Fix wrong comment on freemap zone...
2021-11-13 Sascha Wildner<sys/cdefs.h>: Fix comment.
2021-11-08 Sascha Wildnerkernel/amdgpu: Remove -DLITTLEENDIAN_CPU from the Makefile.
2021-11-08 Matthew Dillondrm - Increase hacked stolen framebuffer memory for...
2021-11-07 Sascha Wildnerdrm/radeon: Remove some unused code.
2021-11-07 Matthew Dillondrm - restore idr_alloc() functionality from amdgpu
2021-11-07 Matthew Dillonkernel - Fix linux_idr.c
2021-11-04 Sascha Wildnerkernel: Fix LINT64 build.
2021-11-03 Sascha Wildnerkernel/files: Remove duplicate line.
2021-11-03 Sergey Zigachevdrm: enable amdgpu module build; update radeon to use...
2021-11-03 Sergey Zigachevdrm/ttm: Update to match amdgpu driver, Linux 4.19...
2021-11-03 Sergey Zigachevdrm/amdgpu: Replace firmware names
2021-11-03 Sergey Zigachevdrm/amdgpu: Port to DragonFly
2021-11-03 Sergey Zigachevdrm: Import the amdgpu driver from Linux 4.19
2021-11-02 Sascha Wildnerkernel: Add xdisk to LINT64.
2021-10-31 Matthew Dillonkernel - Make getpeereid() work with socketpair()
2021-10-31 Matthew Dillonkernel - Add kernel_fpu_begin() and kernel_fpu_end()
2021-10-31 Matthew Dillonxdisk - Link into tree, add manual page
2021-10-31 Matthew Dillonlibdmsg - Get the encryption operational again
2021-10-27 Tomohiro Kusumiusr.sbin/makefs: Add FAT support (taken from FreeBSD)
2021-10-22 Roy MarplesMerge branch 'vendor/DHCPCD'
2021-10-20 Roy Marplesnet: Allow binding of unspecified address without addre...
2021-10-09 Sascha WildnerMerge branch 'vendor/OPENSSH'
2021-10-01 Sascha WildnerSync ACPICA with Intel's version 20210930.
2021-09-24 Sascha WildnerMerge branch 'vendor/MDOCML'
2021-09-14 Sascha WildnerSome additions and fixes related to fdatasync(2) and...
2021-09-11 Tomohiro Kusumisys/kern: Add fdatasync(2)
next