usr.sbin/makefs/hammer2: Fix use-after-free caused by unmodified inode
[dragonfly.git] / sys /
2023-06-18 Tomohiro Kusumiusr.sbin/makefs/hammer2: Fix -Wunused-but-set-variable...
2023-06-08 Matthew Dillonnvme - Print detailed status on I/O error
2023-06-07 Tomohiro Kusumisys/vfs/hammer2: Fail ioctl(HAMMER2IOC_GROWFS) if size...
2023-06-07 Tomohiro Kusumisys/vfs/hammer2: Change growfs kprintf format %jd ...
2023-05-29 Aaron LIx86_64/identcpu: Print supported XSAVE features
2023-05-29 Aaron LIx86_64/identcpu: Print more CPU features
2023-05-29 Aaron LIx86_64/identcpu: Add comments to features for consistency
2023-05-29 Aaron LIx86_64/identcpu: Style cleanups
2023-05-29 Aaron LIx86_64/identcpu: Add printing of CPU family and model
2023-05-29 Aaron LIx86_64/identcpu: Remove whitespace in printing CPU...
2023-05-29 Aaron LIx86_64/specialreg.h: Add several more CPUID defines
2023-05-28 Tomohiro Kusumisys/vfs/hammer2: Use howmany() to calculate bulkfree...
2023-05-20 Tomohiro Kusumisys/vfs/hammer2: Fix comment on bmradix in freemap
2023-05-18 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments in freemap
2023-05-16 Tomohiro Kusumisys/vfs/hammer2: Remove redundant NULL chain test in...
2023-05-12 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete code/comment in freemap
2023-05-12 Tomohiro Kusumisys/vfs/hammer2: Fix 53b767003a to use plural
2023-05-11 Sascha Wildnerstand/edk2: Reorganize the edk2 contrib hierarchy a...
2023-05-09 Tomohiro Kusumisys/vfs/hammer2: Fix multiple "radii" -> "radix"
2023-05-04 Tomohiro Kusumisys/vfs/hammer2: Fix -Wformat warnings on other platforms
2023-04-29 Tomohiro Kusumisys/vfs/hammer2: Fix memory leak for second PFS mount...
2023-04-21 Roy MarplesMerge branch 'vendor/DHCPCD'
2023-04-16 Sascha Wildnerkernel: Adjust two Makefiles for my recent opt_*.h...
2023-04-14 Tomohiro Kusumisys/vfs/hammer2: Remove unneeded (char *)bp->b_data...
2023-04-12 Tomohiro Kusumisys/vfs/hammer2: Comment out unused local variables
2023-04-05 Sascha Wildnerkernel/ffs: Add missing opt_quota.h include to get...
2023-04-05 Sascha Wildnerkernel/pmap: Add missing opt_ddb.h include to get at...
2023-04-05 Sascha Wildnerkernel/machdep: Add missing opt_maxmem.h include to...
2023-04-05 Sascha Wildnerkernel/platform: Remove useless commented out includes...
2023-04-04 Sascha Wildnerktrace/kdump: Implement sysctl tracing.
2023-04-04 Sascha Wildnerkernel/icmp: Add missing opt_icmpprintfs.h include...
2023-04-04 Sascha Wildnerkernel/gif: Add missing opt_xbonehack.h include to...
2023-04-04 Sascha Wildner<sys/ktrace.h>: Clean up the prototypes a bit.
2023-04-01 Sascha Wildnerkernel/fwohci: Avoid confusion with USB's OHCI_DEBUG...
2023-04-01 Sascha Wildnerkernel: Rename the HZ kernel option to HZ_DEFAULT.
2023-04-01 Tomohiro Kusumisys/vfs/hammer2: Remove KKASSERT expecting path to...
2023-03-31 Sascha Wildnerkernel/802_11: Remove some dead includes.
2023-03-31 Sascha Wildnervkernel/autoconf: Add missing opt_swap.h include to...
2023-03-31 Sascha WildnerLINT64: Enable NSWBUF_MIN because it enables (a bit...
2023-03-31 Sascha Wildnerkernel/ext2fs: Add missing opt_suiddir.h include to...
2023-03-31 Sascha WildnerFix the vkernel build.
2023-03-30 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2023-03-30 Sascha Wildnerkernel/ip6_mroute: Add missing opt_mrouting.h include...
2023-03-30 Sascha Wildnerkernel/sn: Remove some dead includes.
2023-03-30 Sascha Wildnerkernel/oce: Add missing opt_inet{,6}.h include to get...
2023-03-30 Sascha Wildnerkernel/rum: Remove some dead includes.
2023-03-30 Sascha Wildnerkernel/pf: Add missing opt_inet6.h include to get at...
2023-03-30 Sascha Wildnerkernel/vm: Add missing opt_reset.h include to get at...
2023-03-30 Sascha Wildnerkernel: Remove opt_vm.h include from files that don...
2023-03-30 Sascha Wildnerkernel/vm: Add missing opt_vm.h include to get at NO_SW...
2023-03-29 Tomohiro Kusumisys/vfs/hammer2: Use HAMMER2_ROOT_VOLUME instead of 0
2023-03-28 Sascha Wildnerkernel/backlight: Remove bogus include from the Makefile.
2023-03-28 Matthew Dillonpoll/select: Fix panic in kqueue backend
2023-03-20 Roy Marplesroute(4): Fix ifam_addrflags in ifa_msghdr
2023-03-11 Antonio Huete Jimenezbacklight(9): Initial port.
2023-03-06 Tomohiro KusumiRevert "sys/vfs/hammer2: Avoid void* pointer arithmetic"
2023-03-03 Aaron LInet/pf: Remove a bit legacy 32-bit code
2023-02-28 Sascha Wildnerkernel/pvscsi: Port pvscsi(4) over to DragonFly.
2023-02-28 Sascha WildnerBring in FreeBSD's pvscsi(4), for VMware's paravirtual...
2023-02-27 Matthew Dillonkernel - Reduce spin-lock contention issues in page...
2023-02-25 Matthew Dillonkernel - Add kmalloc_usable_size()
2023-02-25 Matthew Dillonlibc - Port chacha20 from FreeBSD for arc4random()
2023-02-21 Aaron LIkernel/linker: Support preloaded modules to use full...
2023-02-21 Aaron LIkernel: Implement sysctl 'debug.dump_modinfo' to dump...
2023-02-21 Aaron LIkernel/linker: Resolve module's relative path to full...
2023-02-21 Aaron LIkernel/linker: Update 'linker_path' to the current...
2023-02-21 Aaron LIkernel/linker: Replace index()/rindex() with strchr...
2023-02-21 Aaron LIkldstat(2): Support to report module's full path
2023-02-21 Aaron LIwait(2): Make WIFSIGNALED(x) exclude WIFCONTINUED(x)
2023-02-15 Matthew Dillonvlan - syntax / cleanup
2023-02-15 Matthew Dillonkernel - fbsd kpi support, add sleepq*() API (untested)
2023-02-12 Sascha Wildnerkernel/bus_dmamap_load_ccb: Exit early if data directio...
2023-02-04 Antonio Huete Jimenezfopencookie(3): Add a wrapper around funopen(3)
2023-02-02 Matthew Dillonnet - Fix vlan input packet processing w/ if_bridge...
2023-01-27 Tomohiro Kusumisys/vfs/hammer2: Fix -Wpointer-sign warnings on hammer2...
2023-01-26 Tomohiro Kusumisys/vfs/hammer2: Fix -Wpointer-sign warnings
2023-01-25 Tomohiro Kusumisys/vfs/hammer2: Fix -Wformat warnings
2023-01-25 Tomohiro Kusumisys/vfs/hammer2: Fix -Wint-in-bool-context warning
2023-01-25 Tomohiro Kusumisys/vfs/hammer2: Remove -Wunused-but-set-variable local...
2023-01-09 Tomohiro Kusumisys/vfs/hammer2: Avoid void* pointer arithmetic
2023-01-08 Matthew Dillonkernel - Fix early console probe when serial port does...
2023-01-07 Matthew Dillonamd - Add family 19h temperature sensor support, fix...
2023-01-05 Matthew Dillonvtnet - Fix panic when larger MTUs are specified
2022-12-31 Sascha WildnerBump copyrights. Happy new year!!
2022-12-20 Antonio Huete JimenezBump DEVELOPMENT to 6.5 v6.5.0
2022-12-20 Matthew Dillonbuild - syntax cleanup
2022-12-20 Matthew Dillonkernel - Change an assertion to a kprintf
2022-12-19 Sascha WildnerBump CSTD to gnu11 for world and kernel.
2022-12-19 Sascha WildnerMake the -std=... option for the compiler settable...
2022-12-14 Matthew Dillonworld - Fix buildworld bootstrapping on older systems
2022-12-06 Antonio Huete JimenezMerge branch 'vendor/TNFTP'
2022-12-04 Antonio Huete JimenezMerge branch 'vendor/TCSH'
2022-11-28 Matthew Dillonevdev - Change default mask to fix duplicate mouse...
2022-11-28 Antonio Huete JimenezMerge branch 'vendor/OPENSSH'
2022-11-27 Antonio Huete JimenezMerge branch 'vendor/LIBRESSL'
2022-11-20 Antonio Huete JimenezMerge branch 'vendor/TCPDUMP'
2022-11-19 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2022-11-17 Antonio Huete JimenezMerge branch 'vendor/LIBEDIT'
2022-11-17 Matthew DillonKERN_PROC - Change behavior and bump version to 600302
2022-11-17 Antonio Huete JimenezMerge branch 'vendor/LIBARCHIVE'
next