]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Unify prints in mlx5en(4).
[FreeBSD/FreeBSD.git] / sys / kern /
2019-10-02 kevansshm_open2(2): completely unbreak
2019-10-01 emastesysalls.master: remove superfluous ellipsis in comment
2019-09-30 brooksRestore the ability to set capenabled directly in sysca...
2019-09-30 kevanssyscalls.master: consistency, move ); to newline (no...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-28 markjFix some problems with the SPARSE_MAPPING option in...
2019-09-27 gallatinkTLS: Fix a bug where we would not encrypt anon data...
2019-09-27 gallatinkTLS support for TLS 1.3
2019-09-27 mjgcache: decrease ncnegfactor to 5
2019-09-27 mjgcache: stop requeuing negative entries on the hot list
2019-09-27 mjgcache: make negative list shrinking a little bit concurrent
2019-09-27 mjgcache: stop recalculating upper limit each time a new...
2019-09-27 kibImprove MD page fault handlers.
2019-09-27 andrewCheck the vfs option length is valid before accessing...
2019-09-26 dabsysent: regenerate after r352747.
2019-09-26 markjFix handling of invalid pages in exec_map_first_page().
2019-09-26 dabAdd an shm_rename syscall
2019-09-26 tsoomekernel terminal should initialize fg and bg variables...
2019-09-26 mavMicrooptimize sched_pickcpu() CPU affinity on SMT.
2019-09-25 mavMicrooptimize sched_pickcpu() after r352658.
2019-09-25 kevansrfork(2): add RFSPAWN flag
2019-09-25 glebiusAdd debugging facility EPOCH_TRACE that checks that...
2019-09-25 kevanssysent: regenerate after r352705
2019-09-25 kevansMark shm_open(2) as COMPAT12, succeeded by shm_open2
2019-09-25 kevanssysent: regenerate after r352700
2019-09-25 kevansAdd a shm_open2 syscall to support upcoming memfd_create
2019-09-25 kevans[2/3] Add an initial seal argument to kern_shm_open()
2019-09-25 kevans[1/3] Add mostly Linux-compatible file sealing support
2019-09-25 kevansAdd COMPAT12 support to makesyscalls.sh
2019-09-25 tsoomekernel: terminal_init() should check for teken colors...
2019-09-25 mavFix wrong assertion in r352658.
2019-09-24 mavFix/improve interrupt threads scheduling.
2019-09-24 rrsThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-23 mjgcache: tidy up handling of negative entries
2019-09-23 markjUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 mjgcache: count evictions of negatve entries
2019-09-23 sefAdd two options to allow mount to avoid covering up...
2019-09-22 mjgcache: try to avoid vhold if locks held
2019-09-22 mjgcache: jump in negative success instead of positive
2019-09-22 mjglockprof: move per-cpu data to dpcpu
2019-09-21 kibkern.elf{32,64}.pie_base sysctl: enforce page alignment.
2019-09-21 mjglockprof: use CPUFOREACH and drop always false lp_cpu...
2019-09-21 kibMake non-ASLR pie base tunable.
2019-09-21 mavAllocate callout wheel from the respective memory domain.
2019-09-20 gallatinremove redundant "ktls" in KTLS thr name
2019-09-19 mjgvfs: group fields used for per-cpu ops in one cacheline
2019-09-18 kibsysctl: use names instead of magic numbers.
2019-09-17 kibReturn EISDIR when directory is opened with O_CREAT...
2019-09-17 mckusickThe VFS-level clustering code collects together sequent...
2019-09-17 mjgvfs: apply r352437 to the fast path as well
2019-09-17 mjgvfs: fix braino resulting in NULL pointer deref in...
2019-09-16 mjgvfs: convert struct mount counters to per-cpu
2019-09-16 mjgvfs: manage mnt_writeopcount with atomics
2019-09-16 mjgvfs: manage mnt_lockref with atomics
2019-09-16 mjgvfs: manage mnt_ref with atomics
2019-09-15 kevansrangelock: add rangelock_cookie_assert
2019-09-13 mjgvfs: release usecount using fetchadd
2019-09-12 markjRemove a redundant NULL pointer check in cpuset_modify_...
2019-09-12 hselaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-12 kevansFollow up r352244: kenv: tighten up assertions
2019-09-12 kevanskenv: assert that an empty static buffer passed in...
2019-09-11 cembuf: Add B_INVALONERR flag to discard data
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 mjgcache: avoid excessive relocking on entry removal durin...
2019-09-10 mjgcache: change the formula for calculating lock array...
2019-09-10 mjgcache: assorted cleanups
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
2019-09-10 jeffUse the sleepq lock rather than the page lock to protec...
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-09 kibInitialize timehands linkage much earlier.
2019-09-09 kibMake timehands count selectable at boottime.
2019-09-07 kibIn do_execve(), use shared text vnode lock consistently.
2019-09-07 kibIn do_execve(), clear imgp->textset when restarting...
2019-09-07 kibWhen loading ELF interpreter, initialize whole nested...
2019-09-07 philipriscv: restore default HZ=1000, keep QEMU at HZ=100
2019-09-06 philipriscv: default to HZ=100
2019-09-05 cemRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 mjgvfs: temporarily revert r351825
2019-09-05 stevekBump up the low range of cpuset numbers to account...
2019-09-04 mjgvfs: fully hold vnodes in vnlru_free_locked
2019-09-04 avgshutdown_halt: make sure that watchdog timer is stopped
2019-09-03 kevansposixshm: start counting writeable mappings
2019-09-03 kevansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 kibAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 mjgvfs: implement usecount implying holdcnt
2019-09-03 mjgAdd sysctlbyname system call
2019-09-02 mjgvfs: restore mp null check in vop_stdgetwritemount
2019-09-02 mjgproc: clear pid bitmap entry after dropping proctree...
2019-09-01 markjExtend uma_reclaim() to permit different reclamation...
2019-09-01 markjRestrict the input domain set in cpuset_setdomain(2...
2019-09-01 mjgvfs: stop refing freed mount points in vop_stdgetwritemount
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
next