]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sys
ufs: add the missing vn_need_pageq_flush call to ufs_need_inactive
[FreeBSD/FreeBSD.git] / sys / sys /
2020-01-29 Dimitry AndricMerge ^/head r357179 through r357269.
2020-01-29 Dimitry AndricMerge r357267 from the clang1000-import branch:
2020-01-29 Dimitry AndricMerge r357260 from the clang1000-import branch:
2020-01-29 Mateusz Guzikvfs: add VNPASS macro and augment VNASSERT to print...
2020-01-28 Cy SchubertMFV r357163:
2020-01-27 Dimitry AndricMerge ^/head r357119 through r357178.
2020-01-27 Doug MooreCorrect the use of RB_AUGMENT in the RB_TREE macros...
2020-01-25 Phil ShaferImport libxo-1.4.0:
2020-01-25 Dimitry AndricMerge ^/head r356931 through r357118.
2020-01-25 Jason A. HarmeningImplement cycle-detecting garbage collector for AF_UNIX...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 Dimitry AndricMerge ^/vendor/lvm-project/master up to its last change...
2020-01-24 Edward Tomasz Napi... Add kern_unmount() and use in Linuxulator. No function...
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 Dimitry AndricMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 Dimitry AndricMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 Ed Masteadd MIPS-specific PT header ELF definitions
2020-01-23 Dimitry AndricMerge ^/vendor/llvm-libunwind/dist up to its last chang...
2020-01-23 Dimitry AndricMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 Gleb SmirnoffEnter the network epoch for interrupt handlers of INTR_...
2020-01-23 Gleb SmirnoffAdd ie_hflags to struct intr_event, which accumulates...
2020-01-22 Conrad Meyercpufreq(4): Add support for Intel Speed Shift
2020-01-22 Dimitry AndricMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 Dimitry AndricMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 Dimitry AndricMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-22 Gleb SmirnoffRemove struct callout_handle. Should have gone with...
2020-01-20 Dimitry AndricMerge ^/vendor/llvm-project/master until just before...
2020-01-20 Dimitry AndricMerge ^/head r356848 through r356919.
2020-01-19 Jeff RobersonProvide an API for interlocked refcount sleeps.
2020-01-17 Mateusz Guzikvfs: provide F_ISUNIONSTACK as a kludge for libc
2020-01-17 Gleb SmirnoffChange argument order of epoch_call() to more natural...
2020-01-15 Gleb SmirnoffIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 Gleb Smirnoff- Move global network epoch definition to epoch.h,...
2020-01-13 Mateusz Guzikvfs: per-cpu batched requeuing of free vnodes
2020-01-13 Mateusz Guzikvfs: rework vnode list management
2020-01-13 Mateusz Guzikvfs: add per-mount vnode lazy list and use it for defer...
2020-01-12 Conrad Meyergetrandom(2): Add Linux GRND_INSECURE API flag
2020-01-12 Edward Tomasz Napi... dd kern_getpriority(), make Linuxulator use it.
2020-01-12 Edward Tomasz Napi... Add kern_setpriority(), use it in Linuxulator.
2020-01-12 Mateusz GuzikAdd "panicked" boolean which can be tested instead...
2020-01-12 Mateusz GuzikAdd KERNEL_PANICKED macro for use in place of direct...
2020-01-12 Mateusz Guziksysctl: add missing CLTFLAG_MPSAFE annotation to CONST_...
2020-01-11 Mateusz Guzikvfs: prealloc vnodes in getnewvnode_reserve
2020-01-11 Mateusz Guzikvfs: incomplete pass at converting more ints to u_long
2020-01-11 Pedro F. GiffuniUpdate ELFOSABI_* constants with OpenVOS.
2020-01-10 Jung-uk KimMFV: r356607
2020-01-09 Alexander V. ChernikovAdd fibnum, family and vnet pointer to each rib head.
2020-01-08 Kyle EvansBump __FreeBSD_version after r356510
2020-01-08 Kyle Evansposix_fallocate: push vnop implementation into the...
2020-01-07 Mateusz Guzikvfs: reimplement deferred inactive to use a dedicated...
2020-01-07 Mateusz Guzikvfs: eliminate v_tag from struct vnode
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Hans Petter SelaskyAdd own counter for cancelled USB transfers.
2020-01-05 Mateusz Guziklocks: add default delay struct
2020-01-05 Mateusz Guziklocks: convert delay times to u_short
2020-01-05 Kyle Evansshm: correct KPI mistake introduced around memfd_create
2020-01-05 Martin MatuskaMFV r356365:
2020-01-05 Mateusz Guzikvfs: drop thread argument from vinactive
2020-01-05 Mateusz Guzikvfs: predict VN_IS_DOOMED as false
2020-01-04 Kyle Evanskern_mmap: add a variant that allows caller to inspect fp
2020-01-04 Mateusz Guzikvfs: remove CTASSERT from VOP_UNLOCK_FLAGS
2020-01-03 Mateusz Guzikvfs: drop the mostly unused flags argument from VOP_UNLOCK
2020-01-03 Mateusz Guzikvfs: add VOP_UNLOCK_FLAGS
2020-01-02 Brandon Bergren[PowerPC] [MIPS] Implement 32-bit kernel emulation...
2020-01-02 Konstantin BelousovRename umtxq_check_susp() to thread_check_susp()
2020-01-02 Warner LoshRemove arm/arm as a valid target.
2020-01-01 Conrad Meyervmgenid(4): Integrate as a random(4) source
2019-12-31 Alexander V. ChernikovSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 Glen BarberHappy New Year 2020!
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-29 Mark JohnstonAdd ARMv8 static relocation types used for control...
2019-12-29 Alexander MotinRemove GEOM_SCHED class and gsched tool.
2019-12-28 Pedro F. GiffuniSPDX: update some tags with two licenses.
2019-12-27 Hans Petter SelaskyMake USB statistics per device instead of per bus.
2019-12-27 Mateusz GuzikAdd read-mostly sleepable locks
2019-12-27 Justin HibbitsEliminate the last MI difference in AT_* definitions...
2019-12-26 Conrad Meyerrandom(9): Deprecate random(9), remove meaningless...
2019-12-26 Conrad Meyerrandom(4): Simplify RANDOM_LOADABLE
2019-12-26 Conrad Meyergone_in(9): Trivial string grammar and style cleanups
2019-12-24 Brandon BergrenUnbreak build. It seems that mips and amd64 still pull...
2019-12-24 Conrad Meyersleep(9), sleepqueue(9): const'ify wchan pointers
2019-12-24 Brandon Bergren[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 Scott LongBump __FreeBSD_version for the addition of busdma templ...
2019-12-24 Scott LongIntroduce the concept of busdma tag templates. A templa...
2019-12-23 Konstantin BelousovFix undefined behavior: left-shifting into the sign...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-21 Ryan LibbyDeclare packed struct ata_params as 2-byte-aligned
2019-12-21 Ryan Libbygcc: quiet Wattribute for no_sanitize("address")
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-19 Brandon Bergren[PowerPC] Only move linker sets to .data on ELFv1
2019-12-18 John BaldwinAdd a structure for the AAD used in TLS 1.3.
2019-12-17 Mateusz GuzikConvert zpcpu_* inlines to macros and add zpcpu_replace.
2019-12-17 Warner LoshAdd BIO_SPEEDUP
2019-12-16 Pedro F. GiffuniDouble the size of ARG_MAX on LP64 platforms.
2019-12-16 Li-Wen HsuFix gcc build after r355790
next