dsynth - better error reporting for dependency partsing
[dragonfly.git] / sys /
2022-09-05 Tomohiro Kusumisys/vfs/hammer2: Fix incorrect hammer2_dump_chain(...
2022-09-05 Tomohiro Kusumisys/vfs/autofs: Include <sys/proc.h> for APRINTF()
2022-09-02 Tomohiro Kusumisys/vfs/autofs: Test if curproc is NULL in debug print
2022-08-10 Tomohiro Kusumisys/vfs/hammer2: Remove comment on nonexistent hammer2_...
2022-08-09 Tomohiro Kusumisys/vfs/hammer2: Remove unused pmp local variable
2022-08-09 Tomohiro Kusumisys/vfs/hammer2: Remove redundant *dev local variable
2022-08-06 Tomohiro Kusumisys/vfs/hammer2: Remove no longer used hammer2_cluster_...
2022-08-05 Tomohiro Kusumisys/vfs/hammer2: Fix indentation
2022-07-28 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variables in hamme...
2022-07-27 Tomohiro Kusumisys/vfs/hammer2: Remove unused pmp local variable
2022-07-27 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variables in hamme...
2022-07-25 Tomohiro Kusumisys/vfs/hammer2: Remove unused smpresent local variable
2022-07-25 Matthew Dillonif_bridge - Fix a broadcast issue, cleanup
2022-07-10 Tomohiro Kusumisys/vfs/hammer2: Remove unused local pmp variable
2022-07-08 Sergey Zigachevdrm: retry page fault handler on buffer data in transit
2022-07-04 Matthew Dillonkernel - Attempt to fix broken vfs.cache.numunres track...
2022-07-04 Matthew Dillonkernel - check nc_generation in nlookup path
2022-07-04 Matthew Dillonkernel - Change ncp->nc_generation operation
2022-07-03 Matthew Dillonkernel - Attempt to fix broken vfs.cache.numunres tracker
2022-07-01 Matthew Dillonkernel - Silently accept any value for IPV6_V6ONLY...
2022-06-11 Matthew Dillonkernel - namecache eviction fixes
2022-06-08 Sascha Wildnerkernel: Add some __printflike() to satisfy -Wsuggest...
2022-05-31 Sascha Wildnerkernel/uaudio: Change a pointer argument 0 -> NULL.
2022-05-31 Sascha Wildnerkern/gtaskqueue: Fix an error message typo.
2022-05-31 Matthew Dillonkernel - Add kern/subr_gtaskqueue.c
2022-05-31 Matthew Dillonkernel - Add two more DEVMETHODs (quiesce and register)
2022-05-31 Matthew Dillonbuild - Change '@' symlink to 'dragonfly'
2022-05-31 Matthew Dillonkernel - Adjust devlcass arg for DRIVER_MODULE_ORDERED...
2022-05-31 Matthew Dillonkernel - Fix lock order reversal in cache_resolve_mp()
2022-05-29 Antonio Huete Jimenezkernel/if: Allow setting a description for network...
2022-05-19 Matthew Dillonkernel - Implement mlockall() properly
2022-05-01 Aaron LIpf: Make ":0" (noalias) also ignore link-local IPv6...
2022-05-01 Aaron LIpf: Fix 'set skip on' for interface groups
2022-04-30 Matthew Dillonkernel - vnode recycling, intermediate fix
2022-04-29 Matthew Dillonkernel - Temporary work-around for vnode recyclement...
2022-04-29 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-28 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-26 Matthew Dillonhammer2 - Fix issue where deleted files sometimes linge...
2022-04-26 Matthew Dillonhammer2 - Fix bulkfree bug when multiple PFSs are mounted
2022-04-25 Matthew Dillonhammer2 - report critical bulkfree transitions
2022-04-22 Matthew Dillonhammer2 - Fix CHECK fail path that might mangle an...
2022-04-20 Matthew Dillonkernel - Add sysctl debugging
2022-04-15 Aaron LIlibkern: Import timingsafe_bcmp() from FreeBSD
2022-04-01 Sascha Wildnersys/conf/files: Remove duplicate line.
2022-03-18 Matthew Dillonhammer2 - Fix panic related to usb stick pull on mounte...
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'...
next