]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Fix initialization of top_fsn.
[FreeBSD/FreeBSD.git] / sys / kern /
2019-09-01 kevansposixshm: switch to OBJT_SWAP in advance of other changes
2019-08-30 mjgvfs: add a missing VNODE_REFCOUNT_FENCE_REL to v_incr_u...
2019-08-30 mjgvfs: tidy up assertions in vfs_subr
2019-08-29 kibRework v_object lifecycle for vnodes.
2019-08-28 mjgvfs: add VOP_NEED_INACTIVE
2019-08-28 markjAvoid direct accesses of the vm_page wire_count field.
2019-08-28 mjgproc: eliminate the zombproc list
2019-08-28 markjWire pages in vm_page_grab() when appropriate.
2019-08-28 mjgproc: remove zpfind
2019-08-27 jhbOnly define the 'tls' member of sfio in KERN_TLS is...
2019-08-27 mjgvfs: stop passing LK_INTERLOCK to VOP_UNLOCK
2019-08-27 markjRemove an extraneous + 1 in _domainset_create().
2019-08-27 markjFix several logic issues in domainset_empty_vm().
2019-08-27 kibvn_vget_ino_gen(): relock the lower vnode on error.
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-25 delphijGZIO: Update to use zlib 1.2.11.
2019-08-25 mjgvfs: add vholdnz (for already held vnodes)
2019-08-24 mjgRemove the obsolete pcpu_zone_ptr zone.
2019-08-23 kibDe-commision the MNTK_NOINSMNTQ kernel mount flag.
2019-08-23 delphijINVARIANTS: treat LA_LOCKED as the same of LA_XLOCKED...
2019-08-22 cyMFV r346563:
2019-08-22 brooksReorganise conditionals to reduce duplication.
2019-08-22 rmacklemMap ENOTTY to EINVAL for lseek(SEEK_DATA/SEEK_HOLE).
2019-08-21 markjAdd lockmgr(9) probes to the lockstat DTrace provider.
2019-08-21 markjRemove manual wire_count adjustments from the unmapped...
2019-08-21 markjModify pipe_poll() to properly check for pending direct...
2019-08-20 emastemqueuefs: fix compat32 struct file leak
2019-08-19 jeffUse an atomic reference count for paging in progress...
2019-08-19 mjgvfs: fix up r351193 ("stop always overwriting ->mnt_sta...
2019-08-19 aeUse TAILQ_FOREACH_SAFE() macro to avoid use after free...
2019-08-19 avgassert that td_lk_slocks is not leaked upon return...
2019-08-19 rmacklemAdd a vop_stdioctl() that performs a trivial FIOSEEKDAT...
2019-08-18 kibFix an issue with executing tmpfs binary.
2019-08-18 kibChange locking requirements for VOP_UNSET_TEXT().
2019-08-18 mjgvfs: stop always overwriting ->mnt_stat in VFS_STATFS
2019-08-18 jeffAdd a blocking wait bit to refcount. This allows refs...
2019-08-17 mjgfork: rework locking around do_fork
2019-08-17 mjgfork: bump process count before checking for permission...
2019-08-17 mjgfork: stop skipping < 100 ids on wrap around
2019-08-16 mavAdd support for 'j', 't' and 'z' flags to kernel sscanf().
2019-08-16 jeffMove phys_avail definition into MI code. It is consume...
2019-08-15 rmacklemFix copy_file_range(2) so that unneeded blocks are...
2019-08-13 jeffMove scheduler state into the per-cpu area where it...
2019-08-11 kibOnly enable COMPAT_43 changes for syscalls ABI for...
2019-08-09 jtlIn m_pulldown(), before trying to prepend bytes to...
2019-08-08 rmacklemRemove some harmless cruft from vn_generic_copy_file_ra...
2019-08-08 rmacklemFix copy_file_range(2) for an unlikely race during...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 kibUpdate comment explaining create_init().
2019-08-08 delphijConvert DDB_CTF to use newer version of ZLIB.
2019-08-08 cemFix !DDB kernel configurations after r350713
2019-08-08 cemddb(4): Add 'sysctl' command
2019-08-07 cemsbuf(9): Add sbuf_nl_terminate() API
2019-08-07 cemsbuf(9): Refactor sbuf_newbuf into sbuf_new
2019-08-07 cemsbuf(9): Add NOWAIT dynamic buffer extension mode
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 glebiusSince r350426 this KASSERT doesn't serve any useful...
2019-08-05 oshogboprocdesc: fix the function name
2019-08-05 oshogboprocess: style
2019-08-05 oshogboexit1: fix style nits
2019-08-05 oshogboprocdesc: fix reparenting when the debugger is attached
2019-08-05 oshogboproc: introduce the proc_add_orphan function
2019-08-05 oshogboexit1: postpone clearing P_TRACED flag until the proctr...
2019-08-05 kibFix mis-merge.
2019-08-05 kibFix mis-merge
2019-08-04 jhibbitsAdd necessary bits for Linux KPI to work correctly...
2019-08-03 jhbSet ISOPEN in namei flags when opening executable inter...
2019-08-02 markjOnly check the blessings table for known LORs.
2019-08-01 kibMake umtxq_check_susp() to correctly handle thread...
2019-07-31 kibMake randomized stack gap between strings and pointers...
2019-07-31 kibFix handling of transient casueword(9) failures in...
2019-07-31 kevanskern_shm_open: push O_CLOEXEC into caller control
2019-07-30 asomersMFHead @350453
2019-07-30 markjEnable witness(4) blessings.
2019-07-30 markjRegenerate after r350447.
2019-07-30 markjEnable copy_file_range(2) in capability mode.
2019-07-30 delphijRemove gzip'ed a.out support.
2019-07-30 asomersMFHead @350426
2019-07-29 markjCentralize the logic in vfs_vmio_unwire() and sendfile_...
2019-07-29 oshogboproc: make clear_orphan an public API
2019-07-29 asomerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-29 markjAvoid relying on header pollution from sys/refcount.h.
2019-07-28 asomersMFHead @350390
2019-07-28 asomersBetter comments for vlrureclaim
2019-07-28 asomersMFHead @r350386
2019-07-28 asomersAdd v_inval_buf_range, like vtruncbuf but for a range...
2019-07-25 rmacklemUpdate the generated syscall files for copy_file_range...
2019-07-25 rmacklemAdd kernel support for a Linux compatible copy_file_ran...
2019-07-24 markjFix the turnstile_lock() KPI.
2019-07-24 markjRemove a redundant offset computation in elf_load_secti...
2019-07-23 emastemqueuefs: fix struct file leak
2019-07-22 asomers[skip ci] Fix the comment for cache_purge(9)
2019-07-21 kibCheck and avoid overflow when incrementing fp->f_count in
2019-07-19 kibFix leak of memory and file refs with sendmsg(2) over...
2019-07-19 asomerssendfile: don't panic when VOP_GETPAGES_ASYNC returns...
2019-07-17 asomersfusefs: multiple interruptility improvements
2019-07-17 asomersF_READAHEAD: Fix r349248's overflow protection, broken...
2019-07-16 vangyzenAdds signal number format to kern.corefile
2019-07-15 jhbAdd ptrace op PT_GET_SC_RET.
2019-07-15 jhbDon't pass error from syscallenter() to syscallret().
next