]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
MFV r331695, 331700: 9166 zfs storage pool checkpoint
[FreeBSD/FreeBSD.git] / sys / kern /
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-28 jeffRestore r331606 with a bugfix to setup cpuset_domain...
2018-03-28 avgZFS vn_rele_async: catch up with the use of refcount...
2018-03-28 mjgfd: tighten seq protected areas to not contain malloc...
2018-03-27 kibFix several leaks of kernel stack data through paddings.
2018-03-27 brooksMove uio enums to sys/_uio.h.
2018-03-27 avgvfs_donmount: in certain cases try r/o mount if r/w...
2018-03-26 jeffFix a bug introduced in r329612 that slowly invalidates...
2018-03-25 markjUse LIST_FOREACH_SAFE in sleepq_chains_remove_matching().
2018-03-24 kibAccount the size of the vslock-ed memory by the thread.
2018-03-24 kibIn vn_io_fault1(), reduce the scope where pagefaults...
2018-03-24 philipImport tzdata 2018d
2018-03-23 mavMFV r331400: 8484 Implement aggregate sum and use for...
2018-03-22 kibDo not send signals to init directly from shutdown_nice...
2018-03-22 jeffStart witness much earlier in boot so that we can shrin...
2018-03-22 impDrop any recursed taking of Giant once and for all...
2018-03-22 jtlAdd the "TCP Blackbox Recorder" which we discussed...
2018-03-22 glebiusRedo r331328. We need to fix not only type but also...
2018-03-21 glebiusFix sysctl types broken in r329612.
2018-03-21 markjElide the object lock in the common case in vfs_vmio_un...
2018-03-21 impbufshutdown is no longer called with Giant held, so...
2018-03-21 impRemove Giant from init creation and vfs_mountroot.
2018-03-21 cemAdd missed sys/limits.h include
2018-03-21 cemRegenerate sysent files after r331279.
2018-03-21 cemImplement getrandom(2) and getentropy(3)
2018-03-20 jamieRepresent boolean jail options as an array of structure...
2018-03-20 glebiusAt this point iwmesg isn't initialized yet, so print...
2018-03-20 markjDrop KTR_CONTENTION.
2018-03-20 jhibbitsCast through uintptr_t to narrow the buf domain pointer...
2018-03-19 mjorasFix initialization of eventhandler mutex.
2018-03-19 brImport Intel Processor Trace decoder library from
2018-03-18 markjHave vm_page_{deactivate,launder}() requeue already...
2018-03-17 mjglocks: slightly depessimize lockstat
2018-03-17 jeffMove the dirty queues inside the per-domain structure...
2018-03-14 cemvfs_bio.c: Apply cleanups motivated by Coverity analysis
2018-03-13 emasteUse C99 boolean type for translate_osrel
2018-03-13 emasteUse C99 designated initializers for struct execsw
2018-03-12 brooksUse the stack for temporary storage in OTIOCCONS.
2018-03-12 brooksMIPS: Implement fue*word* and casueword* in assembly.
2018-03-12 emasteANSIfy sys/kern/imgact_*
2018-03-10 ianMake root mount timeout logic work for filesystems...
2018-03-10 cemsubr_gtaskqueue: Fix braino from r330715
2018-03-10 cemsubr_gtaskqueue: Fix minor leak of tq_name in error...
2018-03-09 brooksCopyout a whole int to cpuset_domain's policy pointer.
2018-03-08 markjReturn E2BIG if we run out of space writing a compresse...
2018-03-06 brooksUse umtx_copyin_umtx_time32() in __umtx_op_lock_umutex_...
2018-03-05 brooksRegen after r330517.
2018-03-05 brooksRemove remenants of 1990s efforts to let us run Net...
2018-03-05 mjglockmgr: save on sleepq when cmpset fails
2018-03-04 mjglockmgr: whack unused lockmgr_note_exclusive_upgrade
2018-03-04 mjgmtx: tidy up recursion handling in thread lock
2018-03-04 mjgsx: don't do an atomic op in upgrade if it cananot...
2018-03-04 mjglocks: fix a corner case in r327399
2018-03-04 mjglockmgr: start decomposing the main routine
2018-03-03 hselaskyAllow pause_sbt() to catch signals during sleep by...
2018-03-03 hselaskyCorrect the return code from pause() during cold startu...
2018-03-02 brooksRename kernel-only members of semid_ds and msgid_ds.
2018-03-02 mjgsx: fix adaptive spinning broken in r327397
2018-03-02 sjgUpdate to bmake-201802222
2018-02-28 delphijMFV r330102: ntp 4.2.8p11
2018-02-25 mjgDon't generate data in sysctl_out_proc unless we intend...
2018-02-25 jeffFix issues with sparse cpu allocation. Consistently...
2018-02-24 cemkern/sys_generic.c: style(9) return(foo) -> return...
2018-02-23 jeffAdd a generic Proportional Integral Derivative (PID...
2018-02-23 mckusickInclude error number in the "fsync: giving up on dirty...
2018-02-23 kibRestore UP build.
2018-02-23 emasteCorrect pseudo misspelling in sys/ comments
2018-02-23 truckmanDecrease latency by not wrapping the idle loop's potent...
2018-02-22 mjgFix up sysctl vfs.buffercache broken in r329612
2018-02-22 vangyzensched_ule: update a comment to reflect reality
2018-02-22 mavMFV r329799, r329800:
2018-02-21 mavMFV r329502: 7614 zfs device evacuation/removal
2018-02-20 jeffFix the broken subqueue assignment for the cleanq.
2018-02-20 mjgmtx: add debug assertions to mtx_spin_wait_unlocked
2018-02-20 mjgFix reaping on process fd close broken after r329449
2018-02-20 brooksReduce duplication in dynamic syscall registration...
2018-02-20 mjgMake killpg1 perform process validity checks without...
2018-02-20 mjgReduce contention on the proctree lock during heavy...
2018-02-20 jeffFurther parallelize the buffer cache.
2018-02-19 mjgFix process exit vs reap race introduced in r329449
2018-02-19 mjgmtx: add mtx_spin_wait_unlocked
2018-02-18 mjgexit: get rid of PROC_SLOCK when checking a process...
2018-02-18 oshogboFix broken assertion in r329520.
2018-02-18 brooksCorrect/improve the descriptions if kern.ipc.(shmsegs...
2018-02-18 oshogboUse the fdeget_locked function instead of the fget_lock...
2018-02-18 mavMFV r324198: 8081 Compiler warnings in zdb
2018-02-17 mjgRevert r329448.
2018-02-17 mjgUndo LOCK_PROFILING pessimisation after r313454 and...
2018-02-17 mjgexit: stop doing PROC_SLOCK just to call proc_reap
2018-02-17 mjgexit: get rid of PROC_SLOCK when checking a process...
2018-02-17 mjgOn process exit signal the parent after dropping the...
2018-02-17 mjgUnref the prison after proctree is dropped.
2018-02-17 mjgPostpone sx_sunlock(&proctree_lock) on fork until after...
2018-02-17 mjgTidy up kern_wait6
2018-02-16 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-02-15 brooksReduce duplication in __acl_*_(file|link).
2018-02-15 markjFix the test for SET_FOREACH termination.
2018-02-14 mjgrwlock: diff-reduction of runlock compared to sx sunlock
2018-02-14 bdrewerynanosleep(2): Fix bogus incrementing of rmtp by tc_tick...
2018-02-13 markjAdd support for zstd-compressed user and kernel core...
next