]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
In TCP HPTS enter the epoch in tcp_hpts_thread() and assert it in
[FreeBSD/FreeBSD.git] / sys / kern /
2019-11-07 philImport libxo-1.3.0:
2019-11-07 glebiusMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().
2019-11-06 glebiusIf vm_pager_get_pages_async() returns an error synchron...
2019-11-06 bzm_pulldown(): Change an if () panic() into a KASSERT().
2019-11-06 brookslibstats: Improve ABI assertion.
2019-11-01 mavSome more taskqueue optimizations.
2019-10-31 emasteavoid kernel stack data leak in core dump thrmisc note
2019-10-29 jeffReplace OBJ_MIGHTBEDIRTY with a system using atomics...
2019-10-29 jeffDrop the object lock in vfs_bio and cluster where it...
2019-10-29 glebiusMerge td_epochnest with td_no_sleeping.
2019-10-25 kibamd64: move pcb out of kstack to struct thread.
2019-10-24 glebiusUse THREAD_CAN_SLEEP() macro to check if thread can...
2019-10-24 jhbUse a counter with a random base for explicit IVs in...
2019-10-23 kibFix undefined behavior.
2019-10-23 kibvn_printf(): Decode VI_TEXT_REF.
2019-10-22 glebiusAllow epoch tracker to use the very last byte of the...
2019-10-21 glebiusAssert that any epoch tracker belongs to the thread...
2019-10-21 glebiusRemove epoch tracker from struct thread. It was an...
2019-10-21 avgdebug,kassert.warnings is a statistic, not a tunable
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 markjApply mapping protections to preloaded kernel modules...
2019-10-18 markjApply mapping protections to .o kernel modules.
2019-10-17 cemImplement NetGDB(4)
2019-10-17 markjClean up some nits in link_elf_(un)load_file().
2019-10-17 cemAdd a very limited DDB dumpon(8)-alike to MI dumper...
2019-10-17 cemSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 avgprovide a way to assign taskqueue threads to a kernel...
2019-10-16 markjUse KOBJMETHOD_END in the kernel linker.
2019-10-16 markjRemove page locking from pmap_mincore().
2019-10-16 andrewStop leaking information from the kernel through timespec
2019-10-15 kpGeneralize ARM specific comments in devmap
2019-10-15 glebiusMissing from r353596.
2019-10-15 glebiusWhen assertion for a thread not being in an epoch fails...
2019-10-15 glebiusRemove pfctlinput2(). It came from KAME and had never...
2019-10-15 jeff(4/6) Protect page valid with the busy lock.
2019-10-15 jeff(1/6) Replace busy checks with acquires where it is...
2019-10-14 luporl[PPC64] Initial kernel minidump implementation
2019-10-14 glebiusSince EPOCH_TRACE had been moved to opt_global.h, we...
2019-10-13 mjgvfs: add MNTK_NOMSYNC
2019-10-13 mjgvfs: return free vnode batches in sync instead of vfs_msync
2019-10-12 mavAllocate device softc from the device domain.
2019-10-11 kpmountroot: run statfs after mounting devfs
2019-10-11 cemddb: Add CSV option, sorting to 'show (malloc|uma)'
2019-10-09 jhbDon't free the cursor boundary tag during vmem_destroy().
2019-10-09 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 glebiusCleanup unneeded includes that crept in with r353292.
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-09 glebiusEnter network epoch in domain callouts.
2019-10-08 markjFix handling of empty SCM_RIGHTS messages.
2019-10-08 jhbAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 dougmDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-07 traszIntroduce stats(3), a flexible statistics gathering...
2019-10-06 mjgvfs: add optional root vnode caching
2019-10-05 kevansRemove the remnants of SI_CHEAPCLONE
2019-10-05 kevanskern_conf: fully initialize cloned devices with make_de...
2019-10-05 mjgdevfs: plug redundant bwillwrite avoidance
2019-10-04 vangyzenAdd CTLFLAG_STATS to some vfs sysctl OIDs
2019-10-02 emastesimplify path handling in sysctl_try_reclaim_vnode
2019-10-02 markjUse OBJT_PHYS VM objects for kernel modules.
2019-10-02 markjDisallow fcntl(F_READAHEAD) when the vnode is not a...
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 dimMerge ^/head r352587 through r352763.
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...
next