rtld: Extract reloc_iresolve_one().
[dragonfly.git] / sys /
2020-11-04 Matthew Dillonkernel - Change pager interface to pass page index 2/2
2020-11-04 Matthew Dillonkernel - Change pager interface to pass page index 1/2
2020-11-04 Matthew Dillonkernel - Fix uninitialized variable in kqueue_register()
2020-11-04 Matthew Dillonkernel - Fix missing initialization in vnode_pager_lock()
2020-11-03 Tomohiro Kusumisys/vfs/hammer2: Illustrate level1-6 freemap
2020-11-02 zrjkernel: Avoid spurious diagnostic with older gcc47.
2020-11-01 Daniel Fojtkernel: fix getcwd(3) return value for non-existing...
2020-11-01 Tomohiro Kusumisys/vfs/hammer2: Remove obsolete comment on copyids
2020-11-01 Roy MarplesMerge branch 'vendor/DHCPCD'
2020-10-31 zrjboot/pc32: Fix ambiguity in legacy loaders for Hammer...
2020-10-31 zrjboot/pc32: Reorder fs probe list.
2020-10-31 zrjboot/pc32: Conditionalize splitfs support in legacy...
2020-10-31 zrjboot/efi: Objcopy more sections to final *.efi objects.
2020-10-31 zrjboot/pc32: Consistently disable integrated-as for inter...
2020-10-31 zrjkernel: Disable use of clang's integrated as.
2020-10-30 Matthew Dillonkernel - Fix buffer overflow in legacy (non EFI) boot...
2020-10-28 Matthew Dillonkernel - Fix slow memory leak in kernel
2020-10-26 Tomohiro Kusumisys/vfs/hammer2: Remove #if0'd code using removed function
2020-10-26 Tomohiro Kusumisys/vfs/hammer2: Remove unused hammer2_dev_{ex,sh,un...
2020-10-26 Tomohiro Kusumisys/vfs/hammer2: Fix comments on rbtree which should...
2020-10-28 François Tigeotdrm/ttm: Use workqueues everywhere
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...
next