]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
vn_vget_ino_gen(): relock the lower vnode on error.
[FreeBSD/FreeBSD.git] / sys / kern /
2019-08-27 Konstantin Belousovvn_vget_ino_gen(): relock the lower vnode on error.
2019-08-27 John BaldwinAdd kernel-side support for in-kernel TLS.
2019-08-26 Xin LIMFV r351500: Fix CLEAR_HASH macro to be usable as...
2019-08-25 Xin LIGZIO: Update to use zlib 1.2.11.
2019-08-25 Mateusz Guzikvfs: add vholdnz (for already held vnodes)
2019-08-24 Mateusz GuzikRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 Konstantin BelousovDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-23 Xin LIINVARIANTS: treat LA_LOCKED as the same of LA_XLOCKED...
2019-08-22 Cy SchubertMFV r346563:
2019-08-22 Brooks DavisReorganise conditionals to reduce duplication.
2019-08-22 Rick MacklemMap ENOTTY to EINVAL for lseek(SEEK_DATA/SEEK_HOLE).
2019-08-21 Mark JohnstonAdd lockmgr(9) probes to the lockstat DTrace provider.
2019-08-21 Mark JohnstonRemove manual wire_count adjustments from the unmapped...
2019-08-21 Mark JohnstonModify pipe_poll() to properly check for pending direct...
2019-08-20 Ed Mastemqueuefs: fix compat32 struct file leak
2019-08-19 Jeff RobersonUse an atomic reference count for paging in progress...
2019-08-19 Mateusz Guzikvfs: fix up r351193 ("stop always overwriting ->mnt_sta...
2019-08-19 Andrey V. ElsukovUse TAILQ_FOREACH_SAFE() macro to avoid use after free...
2019-08-19 Andriy Gaponassert that td_lk_slocks is not leaked upon return...
2019-08-19 Rick MacklemAdd a vop_stdioctl() that performs a trivial FIOSEEKDAT...
2019-08-18 Konstantin BelousovFix an issue with executing tmpfs binary.
2019-08-18 Konstantin BelousovChange locking requirements for VOP_UNSET_TEXT().
2019-08-18 Mateusz Guzikvfs: stop always overwriting ->mnt_stat in VFS_STATFS
2019-08-18 Jeff RobersonAdd a blocking wait bit to refcount. This allows refs...
2019-08-17 Mateusz Guzikfork: rework locking around do_fork
2019-08-17 Mateusz Guzikfork: bump process count before checking for permission...
2019-08-17 Mateusz Guzikfork: stop skipping < 100 ids on wrap around
2019-08-16 Alexander MotinAdd support for 'j', 't' and 'z' flags to kernel sscanf().
2019-08-16 Jeff RobersonMove phys_avail definition into MI code. It is consume...
2019-08-15 Rick MacklemFix copy_file_range(2) so that unneeded blocks are...
2019-08-15 Jung-uk KimMFV: r351091
2019-08-15 Andriy GaponMFV r351075: 10406 large_dnode changes broke zfs recv...
2019-08-15 Andriy GaponMFV r350898: 8423 8199 7432 Implement large_dnode pool...
2019-08-13 Alan Somersfusefs: skip some tests when unsafe aio is disabled
2019-08-13 Alan Somersping6: Fix data type of a variable for a packet sequenc...
2019-08-13 Jeff RobersonMove scheduler state into the per-cpu area where it...
2019-08-12 Andriy GaponMFV r350896: 6585 sha512, skein, and edonr have an...
2019-08-11 Konstantin BelousovOnly enable COMPAT_43 changes for syscalls ABI for...
2019-08-11 Xin LIUpgrade to Bzip2 version 1.0.8.
2019-08-09 Jonathan T. LooneyIn m_pulldown(), before trying to prepend bytes to...
2019-08-08 Rick MacklemRemove some harmless cruft from vn_generic_copy_file_ra...
2019-08-08 Rick MacklemFix copy_file_range(2) for an unlikely race during...
2019-08-08 Conrad MeyerUpdate to Zstandard 1.4.2
2019-08-08 Konstantin BelousovUpdate comment explaining create_init().
2019-08-08 Xin LIConvert DDB_CTF to use newer version of ZLIB.
2019-08-08 Conrad MeyerFix !DDB kernel configurations after r350713
2019-08-08 Conrad Meyerddb(4): Add 'sysctl' command
2019-08-07 Conrad Meyersbuf(9): Add sbuf_nl_terminate() API
2019-08-07 Conrad Meyersbuf(9): Refactor sbuf_newbuf into sbuf_new
2019-08-07 Conrad Meyersbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 Alan Somersfusefs: merge from projects/fuse2
2019-08-06 Gleb SmirnoffSince r350426 this KASSERT doesn't serve any useful...
2019-08-05 Mariusz Zaborskiprocdesc: fix the function name
2019-08-05 Mariusz Zaborskiprocess: style
2019-08-05 Mariusz Zaborskiexit1: fix style nits
2019-08-05 Mariusz Zaborskiprocdesc: fix reparenting when the debugger is attached
2019-08-05 Mariusz Zaborskiproc: introduce the proc_add_orphan function
2019-08-05 Mariusz Zaborskiexit1: postpone clearing P_TRACED flag until the proctr...
2019-08-05 Konstantin BelousovFix mis-merge.
2019-08-05 Konstantin BelousovFix mis-merge
2019-08-04 Justin HibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-03 John BaldwinSet ISOPEN in namei flags when opening executable inter...
2019-08-02 Mark JohnstonOnly check the blessings table for known LORs.
2019-08-01 Konstantin BelousovMake umtxq_check_susp() to correctly handle thread...
2019-07-31 Konstantin BelousovMake randomized stack gap between strings and pointers...
2019-07-31 Konstantin BelousovFix handling of transient casueword(9) failures in...
2019-07-31 Kyle Evanskern_shm_open: push O_CLOEXEC into caller control
2019-07-30 Alan SomersMFHead @350453
2019-07-30 Mark JohnstonEnable witness(4) blessings.
2019-07-30 Mark JohnstonRegenerate after r350447.
2019-07-30 Mark JohnstonEnable copy_file_range(2) in capability mode.
2019-07-30 Xin LIRemove gzip'ed a.out support.
2019-07-30 Alan SomersMFHead @350426
2019-07-29 Mark JohnstonCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-29 Mariusz Zaborskiproc: make clear_orphan an public API
2019-07-29 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 Mark JohnstonAvoid relying on header pollution from sys/refcount.h.
2019-07-28 Alan SomersMFHead @350390
2019-07-28 Alan SomersBetter comments for vlrureclaim
2019-07-28 Alan SomersMFHead @r350386
2019-07-28 Alan SomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-26 Dimitry AndricMerge libcxxrt master f96846efbfd508f66d91fcbbef5dd8089...
2019-07-26 Baptiste DaroussinUpdate mandoc to cvs snapshot 2019-07-23
2019-07-25 Rick MacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 Rick MacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-25 Alan Somersspecial-case getvfsbyname(3) for fusefs(5)
2019-07-24 Mark JohnstonFix the turnstile_lock() KPI.
2019-07-24 Mark JohnstonRemove a redundant offset computation in elf_load_secti...
2019-07-23 Ed Mastemqueuefs: fix struct file leak
2019-07-22 Alan Somers[skip ci] Fix the comment for cache_purge(9)
2019-07-21 Konstantin BelousovCheck and avoid overflow when incrementing fp->f_count in
2019-07-20 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-07-19 Konstantin BelousovFix leak of memory and file refs with sendmsg(2) over...
2019-07-19 Alan Somerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-18 Cy SchubertMFV r350080:
2019-07-17 Alan Somersfusefs: multiple interruptility improvements
2019-07-17 Alan SomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-16 Eric van GyzenAdds signal number format to kern.corefile
2019-07-15 John BaldwinAdd ptrace op PT_GET_SC_RET.
2019-07-15 John BaldwinDon't pass error from syscallenter() to syscallret().
next