dragonfly.git
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-23 Sascha WildnerUpdate the pciconf(8) database.
2022-07-13 Matthew Dillonlibc - Correct handling of non-hex sequences in strtol...
2022-07-11 Matthew Dillonfetch - Fix -T timeout operation for additional cases
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-08 Sergey ZigachevTest commit
2022-07-06 Tomohiro Kusumiusr.sbin/makefs: Cast daddr_t to off_t before multiplic...
2022-07-06 Tomohiro Kusumiusr.sbin/makefs: Allocate extra inodes in makefs when...
2022-07-06 Tomohiro Kusumiusr.sbin/makefs: Fix calculation of file sizes
2022-07-04 Matthew Dillondebug - more ncptrace enhancements
2022-07-04 Matthew Dillonkernel - Attempt to fix broken vfs.cache.numunres track...
2022-07-04 Matthew Dillondebug - add nc_generation output from ncptrace
2022-07-04 Matthew Dillonsh - Support writes to non-blocking descriptors
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 Dillonmanual - Silently accept any value for IPV6_V6ONLY...
2022-07-01 Matthew Dillonkernel - Silently accept any value for IPV6_V6ONLY...
2022-06-18 Sascha WildnerAdd a small amdgpu.4 manual page.
2022-06-11 Sascha Wildner<stdlib.h>: Don't expose malloc_usable_size() in POSIX...
2022-06-11 Sascha WildnerUnbreak buildworld.
2022-06-11 Matthew Dillonkernel - namecache eviction fixes
2022-06-11 Matthew Dillonworld - include malloc_np.h from stdlib.h
2022-06-09 Matthew Dillonlibc - Fix bug in recent malloc_usable_size() support
2022-06-08 Sascha Wildnermalloc.3: Unify RETURN VALUES. Add info about malloc_us...
2022-06-08 Sascha Wildnerkernel: Add some __printflike() to satisfy -Wsuggest...
2022-06-06 Sascha Wildnernewfs_msdos(8): Remove a duplicate fstat() check.
2022-06-06 Tomohiro Kusumiusr.sbin/makefs: Rename vnode::logical,vflushed,malloce...
2022-06-05 Antonio Huete... libc: Add malloc_usable_size(3) support.
2022-06-05 Tomohiro Kusumiusr.sbin/makefs: Fix warnings (in FreeBSD)
2022-06-05 Tomohiro Kusumisbin/newfs_msdos: Add missing MAKEFS ifdefs
2022-06-04 Tomohiro Kusumiusr.sbin/makefs: Add HAMMER2 support
2022-06-03 Tomohiro Kusumisbin/newfs_hammer2: Fix `-V 1' option
2022-05-31 Sascha WildnerDRIVER_MODULE.9: Fix prototype of DRIVER_MODULE_ORDERED().
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... kernel/if: Allow setting a description for network...
2022-05-23 Sascha Wildner<resolv.h>: Include <netinet/in.h> for in_addr and...
2022-05-21 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2022-05-21 Sascha WildnerUpdate the pciconf(8) database.
2022-05-19 Matthew Dillonstress - Add t_memlock.c, t_memlockall.c
2022-05-19 Matthew Dillonkernel - Implement mlockall() properly
2022-05-16 Antonio Huete... mlockall.2: Point out MCL_CURRENT is not yet implemente...
2022-05-15 Antonio Huete... ifconfig.4, bridge.4: Fix typo
2022-05-04 Sascha Wildnerdsynth.1: Mark up hooks with .Pa (as they are file...
2022-05-04 Sascha Wildnerdsynth.1: Remove duplicated 'the'.
2022-05-03 Sascha Wildnerlibc/stdtime: Set errno to EOVERFLOW when there is...
2022-05-03 Sascha Wildnerlast(1): Fix a crash when the time_t is out of range.
2022-05-01 Aaron LIAdd base64(3) man page for b64_ntop() and b64_pton()
2022-05-01 Aaron LIlibc/net: Fix b64_pton() for some exact-sized buffer
2022-05-01 Aaron LIlibc/net: Multiple minor cleanups to base64.c
2022-05-01 Sascha Wildnerifnet.9: Add missing whitespace.
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 Sascha Wildner<string.h>: Don't declare timingsafe_bcmp() twice when...
2022-04-20 Matthew Dillondsynth - Increase ncurses rate and other fields from...
2022-04-20 Matthew Dillonlibc - Protect dbm_*() API with a mutex
2022-04-20 Matthew Dillonkernel - Add sysctl debugging
2022-04-20 Matthew Dillondsynth - Add 'fetch-only {list/everything}*' directive (3)
2022-04-20 Matthew Dillondsynth - Protect threaded dbm_store() calls
2022-04-20 Matthew Dillondsynth - Add 'fetch-only {list/everything}*' directive (2)
2022-04-19 Matthew Dillondsynth - Add 'fetch-only {list/everything}*' directive
2022-04-17 Sascha WildnerUpdate the pciconf(8) database.
2022-04-15 Aaron LIlibkern: Import timingsafe_bcmp() from FreeBSD
2022-04-15 Aaron LIcallout.9: Multiple minor fixes
2022-04-05 Sascha Wildnerbsd-family-tree: Sync with FreeBSD.
2022-04-01 Sascha Wildnersys/conf/files: Remove duplicate line.
2022-03-28 Sascha WildnerMark up defined values better in some manual pages.
2022-03-28 Sascha Wildnerkvm_open.3: Improve markup a bit.
2022-03-23 Sascha Wildnerlibc: Adjust comment in Versions.def.
2022-03-21 Sascha Wildnerprintf(3)/scanf(3): Make ll and L length modifiers...
2022-03-20 Sascha Wildnerlibc_rtld: Reduce the amount of libc code that we compi...
2022-03-19 Sascha WildnerFix some 'any more' vs. 'anymore' confusion in manpages...
2022-03-18 Matthew Dillonhammer2 - Fix panic related to usb stick pull on mounte...
2022-03-18 Sascha WildnerSync zoneinfo database with tzdata2022a from ftp:/...
2022-03-16 Sascha WildnerUpdate the pciconf(8) database.
2022-03-13 Sascha WildnerLocal changes for file-5.41.
2022-03-13 Sascha WildnerMerge branch 'vendor/FILE'
2022-03-13 Sascha Wildnervendor/file: upgrade from 5.40 to 5.41
2022-03-12 Matthew Dillonhammer2 - Fix excess chain structure allocations during...
2022-03-12 Matthew Dillonkernel - provide more information on crital section...
2022-03-12 Matthew Dillonipfw - Fix broken mixed network and host IP specificati...
2022-03-02 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2022-02-23 Matthew Dillonmount_msdos - Add /dev prefix if necessasry
next