]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern/kern_descrip.c
fd: remove redundant saturation check from fget_unlocked_seq
[FreeBSD/FreeBSD.git] / sys / kern / kern_descrip.c
2020-12-16 mjgfd: remove redundant saturation check from fget_unlocke...
2020-12-13 mjgfd: fix fdrop prediction when closing a fd
2020-12-10 mjgfd: make serialization in fdescfree_fds conditional...
2020-12-09 markjPlug a race between fd table teardown and several loops
2020-12-09 markjUse refcount_load(9) to load fd table reference counts
2020-12-09 cyMFV r368464:
2020-12-01 mmMFV r368207:
2020-11-26 seUpdate to version 3.2.0
2020-11-25 kevanskern: never restart syscalls calling closefp(), e.g...
2020-11-23 kevanskern: dup: do not assume oldfde is valid
2020-11-22 rewfd: free old file descriptor tables when not shared
2020-11-20 sjgMerge bmake-20201117
2020-11-17 cemSplit out cwd/root/jail, cmask state from filedesc...
2020-11-11 markjFix a pair of races in SIGIO registration
2020-11-07 sjgUpdate to bmake-20201101
2020-11-05 mjgfd: make all f_count uses go through refcount_*
2020-11-05 mjgfd: hide _fdrop 0 count check behind INVARIANTS
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-10 mjgvfs: support lockless dirfd lookups
2020-10-05 mjgcache: fix pwd use-after-free in setting up fallback
2020-10-01 mmacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-09-18 mmacyMFV 2.0-rc2
2020-09-15 kibDo not copy vp into f_data for DTYPE_VNODE files.
2020-09-09 baptUpdate nvi to 2.2.0
2020-09-08 mjgfd: fix fhold on an uninitialized var in fdcopy_remapped
2020-09-05 sjgUpdate to bmake-20200902
2020-09-04 mmacyZFS: MFV 2.0-rc1-gfd20a8
2020-08-28 mmacyZFS: MFV 2.0-rc1-ga00c61
2020-08-27 gjbMFH
2020-08-24 mmacyInitial import from vendor-sys branch of openzfs
2020-08-24 cyMFV 364468:
2020-08-24 cyMFV 364467:
2020-08-22 mjgfd: pwd_drop after releasing filedesc lock
2020-08-04 manuImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 seUpgrade to version 3.1.4
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 gjbMFH
2020-07-30 cemImport PCG-C into sys/contrib
2020-07-25 mjgfd: put back FILEDESC_SUNLOCK to pwd_hold lost during...
2020-07-25 mjgvfs: add the infrastructure for lockless lookup
2020-07-16 gjbMFH
2020-07-15 gshapiroMerge sendmail 8.16.1 to HEAD: See contrib/sendmail...
2020-07-15 mjgfd: remove fd_lastfile
2020-07-15 mjgfd: add obvious branch predictions to fdalloc
2020-07-14 jkimMFV: r362513
2020-07-11 mjgfd: stop looping in pwd_hold
2020-07-08 sjgUpdate to bmake-20200704
2020-07-07 seUpdate to version 3.1.1
2020-06-28 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-25 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-21 tmunrovfs: track sequential reads and writes separately
2020-06-20 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-06-18 jkimMFV: r362286
2020-06-17 andrewUpdate opencsd to 0.14.2
2020-06-17 delphijMFV r362254: file 5.39.
2020-06-16 andrewRe-add opencsd as a vendor import from the dist directory
2020-06-05 manudts: Update our copy to be in sync with Linux 5.7
2020-06-01 dimUpdate Subversion to 1.14.0 LTS. See contrib/subversion...
2020-06-01 dimUpdate apr-util to 1.6.1. See contrib/apr-util/CHANGES...
2020-05-31 dimUpdate apr to 1.7.0. See contrib/apr/CHANGES for a...
2020-05-23 cemUpdate to Zstandard 1.4.5
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-04-27 mjgpwd: unbreak repeated calls to set_rootvnode
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-14 kevansMark closefrom(2) COMPAT12, reimplement in libc to...
2020-04-13 kevansclose_range/closefrom: fix regression from close_range...
2020-04-12 kevansImplement a close_range(2) syscall
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-19 markjkern_dup(): Call filecaps_free_prep() in a write section.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-08 mjgfd: use smr for managing struct pwd
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-02 mmMFV r358511,r358532:
2020-03-01 mjgfd: move vnodes out of filedesc into a dedicated structure
2020-03-01 mjgfd: make fgetvp_rights work without the filedesc lock
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-15 dimMerge ^/head r357931 through r357965.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-15 mjgfd: use new capsicum helpers
2020-02-14 mjgfd: remove no longer needed atomic_load_ptr casts
2020-02-14 dimMerge ^/head r357855 through r357920.
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-14 mjgfd: annotate finstall with prediction branches
2020-02-14 kevansu_char -> vm_prot_t in a couple of places, NFC
2020-02-12 mmMFV r357783:
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-05 mjgfd: always nullify *fdp in fget* routines
next