]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / sys / kern /
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().
2019-07-15 jhbAlways set td_errno to the error value of a system...
2019-07-15 kibIn do_sem2_wait(), balance umtx_key_get() with umtx_key...
2019-07-15 kibIn do_lock_pi(), do not return prematurely.
2019-07-15 kibCorrectly check for casueword(9) success in do_set_ceil...
2019-07-14 tuexenImprove the input validation for l_linger.
2019-07-12 kibProvide protection against starvation of the ll/sc...
2019-07-11 dougmAddress problems in blist_alloc introduced in r349777...
2019-07-10 markjInherit P2_PROTMAX_{ENABLE,DISABLE} across fork().
2019-07-09 jhbUse 'retval' label for first error in syscallenter().
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-06 dougmChange blist_next_leaf_alloc so that it can examine...
2019-07-04 markjDefer funsetown() calls for a TTY to tty_rel_free().
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 vangyzenSave the last callout function executed on each CPU
2019-07-02 jhbInvoke ext_free function when freeing an unmapped mbuf.
2019-07-02 jhbFix description of debug.obsolete_panic.
2019-07-02 kibMore style.
2019-07-02 kibStyle.
2019-07-02 kibControl implicit PROT_MAX() using procctl(2) and the...
2019-07-02 markjFix handling of errors from sblock() in soreceive_stream().
2019-07-01 rmacklemFactor out the code that does a VOP_SETATTR(size) from...
2019-06-29 markjUse a consistent snapshot of the fd's rights in fget_mm...
2019-06-29 markjFix mutual exclusion in pipe_direct_write().
2019-06-29 jhbCompress pending socket buffer data once it is marked...
2019-06-29 jhbAdd support for using unmapped mbufs with sendfile(2).
2019-06-29 jhbAdd an external mbuf buffer type that holds multiple...
2019-06-28 mmMFV r349454:
2019-06-28 kibStyle.
2019-06-28 hselaskyImplement API for draining EPOCH(9) callbacks.
2019-06-27 asomersMFHead @349476
2019-06-27 asomersFIOBMAP2: inline vn_ioc_bmap2
2019-06-27 rmacklemAdd non-blocking trylock variants for the rangelock...
2019-06-27 jhbFix comment in sofree() to reference sbdestroy().
2019-06-25 asomersfcntl: style changes to r349248
2019-06-25 impRemove a couple of harmless stray references to nandfs.
2019-06-24 impAdd missing include of sys/boot.h
2019-06-24 impMove to using a common kernel path between the boot...
2019-06-23 kibSwitch to check for effective user id in r349320, and...
2019-06-23 kibcoredump: avoid writing to core files not owned by...
2019-06-20 asomersfcntl: fix overflow when setting F_READAHEAD
2019-06-20 asomersMFHead @349234
2019-06-20 asomersAdd FIOBMAP2 ioctl
next