kernel: Staticize some variables in platform/pc64.
[dragonfly.git] / sys /
2020-10-25 Sascha Wildnerkernel: Staticize some variables in platform/pc64.
2020-10-22 Sascha Wildnerkernel: Fix two more -Wcast-qual warnings reported...
2020-10-20 Tomohiro Kusumisys/vfs/ext2fs: Enable VFCF_MPSAFE
2020-10-20 Tomohiro Kusumisys/vfs/hammer2: Don't use 1 byte size for 0 radix...
2020-10-20 Sascha Wildnerboot/boot2 (legacy): Add -fno-addrsig for clang compila...
2020-10-20 Sascha Wildner<sys/exislock.h>: Add include guard and adjust includes.
2020-10-19 Sascha WildnerAdjust permissions of various files.
2020-10-18 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments on blockset...
2020-10-17 Tomohiro Kusumisys/vfs/hammer2: Remove unused local variable in hammer...
2020-10-17 Tomohiro Kusumisys/vfs/hammer2: Move voldata functions to hammer2_vfsops.c
2020-10-16 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_chain_[rw]data()
2020-10-16 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_chain_wait()
2020-10-16 Sascha Wildnerboot/boot2 (legacy): Remove an unneeded Makefile rule.
2020-10-16 Daniel FojtUpgrade libedit. 1/2
2020-10-14 Tomohiro Kusumisys/vfs/hammer2: Redo 428dc73dec68fbb23a2d18e7a7ef10482...
2020-10-14 Tomohiro Kusumisys/vfs/hammer2: Simplify chain allocation in hammer2_c...
2020-10-14 Tomohiro Kusumisys/vfs/hammer2: Cleanup invalid blockref type switch...
2020-10-14 Tomohiro Kusumisys/vfs/hammer2: Remove unused chain size variable...
2020-10-14 Sascha Wildnerkernel: Remove unused memmove() and memset() from libkern.
2020-10-14 François Tigeotdrm: fix a bug in ttm_bo_add_to_lru()
2020-10-13 Matthew Dillonkernel - Remove unintended debug kprintf() from vfs_mount.c
2020-10-13 Matthew Dillonkernel - Initial commit for Existential structural...
2020-10-12 Matthew Dillonkernel - Add missing sys/exislock.h
2020-10-12 Tomohiro Kusumisys/vfs/hammer2: Remove redundant chain size calculatio...
2020-10-12 Tomohiro Kusumisys/vfs/hammer2: Cleanup static chain function prototypes
2020-10-12 Tomohiro Kusumisys/vfs/hammer2: Remove wrong comment on chain
2020-10-12 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-10-11 Tomohiro Kusumisys/vfs/hammer2: Add hammer2_inode_{data,inode}_count()
2020-10-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused ITOV()
2020-10-10 Daniel FojtUpgrade file(1) and libmagic. 1/2
2020-10-09 Sascha WildnerSync ACPICA with Intel's version 20200925.
2020-10-08 François Tigeotdrm: Fix a locking issue in shmem_read_mapping_page()
2020-10-08 Tomohiro Kusumisys/vfs/hammer2: Make hammer2_dump_chain() a bit more...
2020-10-07 Tomohiro Kusumisys/vfs/hammer2: Fix broken mount_hammer2(8) -u option
2020-10-05 Tomohiro Kusumisys/vfs/hammer2: Remove *pip argument from hammer2_inod...
2020-10-05 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-10-05 Roy Marplessoreadable() should consider so_rerror
2020-10-04 Tomohiro Kusumisbin/hammer2: Sort "pfs-list" by PFS label
2020-10-04 Tomohiro Kusumisys/vfs/hammer2: Fix wrong comment in hammer2_recovery_...
2020-10-03 Tomohiro Kusumisys/vfs/hammer2: Don't expose inode's kva via ioctl
2020-10-03 Tomohiro Kusumisys/vfs/hammer2: Adjust some kprintfs in vfsops
2020-10-02 Tomohiro Kusumisys/vfs/hammer2: Make ioctl(HAMMER2IOC_PFS_DELETE)...
2020-10-02 Sascha WildnerFix typos in libfetch and ext2fs.
2020-09-29 Tomohiro Kusumisys/vfs/hammer2: Make corrupted volume header messages...
2020-09-28 Tomohiro Kusumisys/vfs/hammer2: Return ENOENT if PFS label not found...
2020-09-26 Tomohiro Kusumisys/vfs/hammer2: Fix non inode chain handling in hammer...
2020-09-23 Tomohiro Kusumisys/vfs/hammer2: Prevent write against mounted device
2020-09-21 Sascha Wildnerkernel: Provide __udivti3() for intermediate 128-bit...
2020-09-19 Tomohiro Kusumisys/vfs/hammer2: Fix hammer2_get_vtype() for unsupporte...
2020-09-19 Sascha WildnerMerge branch 'vendor/BYACC'
2020-09-18 Matthew Dilloninet6 - Fix panic after route purge
2020-09-16 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete hammer2_devblk{radix...
2020-09-12 Sascha Wildneredk2: Sync our TianoCore EDK II headers with the edk2...
2020-09-12 Daniel FojtUpgrade libressl. 1/2
2020-09-11 Sascha Wildner<sys/cdefs.h>: Restore to original behavior for __...
2020-09-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_iod_invals sysctl
2020-09-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_chain_frees...
2020-09-11 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_inval_enable...
2020-09-11 François Tigeotdrm/linux: Fix __test_and_set_bit()
2020-09-11 François Tigeotdrm/linux: Add pagevec_space()
2020-09-11 Tomohiro Kusumisbin/newfs_hammer2: Remove/fix obsolete stuff from...
2020-09-10 Tomohiro Kusumisbin/newfs_hammer2: Fix comments/assert on 4MB segments
2020-09-10 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments on volume...
2020-09-10 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments on hardlink
2020-09-10 Sascha WildnerSync tpm(4) with FreeBSD.
2020-09-09 Daniel FojtUpgrade vi(1). 1/2
2020-09-08 Tomohiro Kusumisys/vfs/hammer2: Add () around HAMMER2_XOPMASK_* macros
2020-09-08 Tomohiro Kusumisys/vfs/hammer2: Change hammer2_bref_type_str() to...
2020-09-08 Tomohiro Kusumisys/vfs/hammer2: Add hammer2_adjwritecounter()
2020-09-08 Tomohiro Kusumisys/vfs/hammer2: Ignore HAMMER2_BREF_TYPE_EMPTY in...
2020-09-08 Tomohiro Kusumisys/vfs/hammer2: Make hammer2_iod_inode_* static
2020-09-07 Tomohiro Kusumisys/vfs/hammer2: Implement missing errors in hammer2_er...
2020-09-06 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_LOOKUP_ALLNODES
2020-09-06 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_CHAIN_EMBEDDED
2020-09-06 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_CHAIN_FICTITIOUS
2020-09-06 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Remove #if0'd function hammer2_allocsize()
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Ignore HAMMER2_BREF_TYPE_EMPTY in...
2020-09-06 Sascha Wildner<sys/cdefs.h>: Add __{BEGIN,END}_HIDDEN_DECLS definitio...
2020-09-06 Sascha Wildner<sys/cdefs.h>: Move __dso_{public,hidden} to the other...
2020-09-06 Sascha Wildner<sys/cdefs.h>: Untangle the __{BEGIN,END}_DECLS definit...
2020-09-05 Tomohiro Kusumisys/vfs/hammer2: Fix function names in kprintf
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments for hammer2_i...
2020-09-03 Daniel Fojtkernel: avoid possible use-after-free in ipv6
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Remove unused HAMMER2_INODE_RENAME_INPROG
2020-09-02 Tomohiro Kusumisys/vfs/hammer2: Fix wrong comment for hammer2_inode_mo...
2020-09-02 Tomohiro Kusumisys/vfs/ext2fs: Cleanup empty lines (sync with FreeBSD)
2020-09-02 Tomohiro Kusumisys/vfs/msdosfs: Cleanup empty lines (sync with FreeBSD)
2020-09-02 Tomohiro Kusumisys/vfs/autofs: Cleanup empty lines (sync with FreeBSD)
2020-09-02 François Tigeotkernel: Fix LINT64 build after Linux RCU changes
2020-09-01 Matthew Dillonhammer2 - Add HAMMER2IOC_GROWFS ioctl (2)
2020-09-01 Matthew Dillonhammer2 - Add HAMMER2IOC_GROWFS ioctl
2020-09-01 Matthew Dillondrm - Implement poor-man's RCU
2020-09-01 Matthew Dillonkernel - Revamp ifsq_watchdog*() a bit
2020-09-01 Tomohiro Kusumisys/vfs/hammer2: Remove Debugger() call for debugging...
2020-08-31 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comments on indirect...
2020-08-31 Tomohiro Kusumisys/vfs/hammer2: Use hammer2_spin_t
2020-08-31 Daniel FojtPartially revert commit bdaacb9f+.
2020-08-31 Daniel Fojtfsck_hammer2(8): de-inline couple of functions
2020-08-30 Tomohiro Kusumisys/vfs/hammer2: Minor cleanup from cecb915381c4268602e...
next