]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Make it possible to re-evaluate cpu_features.
[FreeBSD/FreeBSD.git] / sys / kern /
2018-01-05 glebiusIn sendfile_iodone() both pru_abort and sorele need...
2018-01-04 jhbAlways use atomic_fetchadd() when updating per-user...
2018-01-04 jhbReport offset relative to the backing object for kinfo_...
2018-01-03 karelsmake SW_WATCHDOG dynamic
2018-01-01 antoinesysctl_kern_proc_args: do not take the fast path if...
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 cpercivaInstrument thread creations for the the benefit of...
2017-12-31 cpercivaInstrument "boot holds" for the benefit of the TSLOG...
2017-12-31 cpercivaTeach makeobjops.awk to accept PROLOG and EPILOG blocks...
2017-12-31 cpercivaUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 cpercivaCode for recording timestamps of events, especially...
2017-12-31 pfgsysv_{ipc|shm}: update the NetBSD VCS tags to match...
2017-12-31 mjglocks: adjust loop limit check when waiting for readers
2017-12-31 mjgsx: fix up non-smp compilation after r327397
2017-12-31 mjglocks: re-check the reason to go to sleep after locking...
2017-12-31 mjgsx: read the SX_NOADAPTIVE flag and Giant ownership...
2017-12-31 mjgmtx: deduplicate indefinite wait check in spinlocks...
2017-12-31 mjgmtx: pre-read the lock value in thread_lock_flags_
2017-12-31 mjgrwlock: tidy up __rw_runlock_hard similarly to r325921
2017-12-28 kibMake kern_proc_vmmap_resident() externally accesible...
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-23 kanReverse the check to allocate the buffer if cached...
2017-12-23 kanRemove dead store to local variable.
2017-12-21 bdeUse resume_cpus() instead of restart_cpus() to resume...
2017-12-19 jhbRework pathconf handling for FIFOs.
2017-12-19 jhbMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-19 jhbAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-19 kibUse atomic_load(9) to read ppsinfo sequence numbers.
2017-12-13 pfgSPDX: some uses of the RSA-MD license.
2017-12-13 fsuFix kernel build if MAC is not defined.
2017-12-12 fsuMove buffer size checks outside of the vnode locks.
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-07 bdeMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-01 markjPlug a name cache lock leak.
2017-12-01 kibDestroy seltd st_mtx and st_wait in seltdfini().
2017-11-30 pfgSPDX: use the Beerware identifier.
2017-11-29 hselaskyThe sched_add() function is not only used when the...
2017-11-29 danfeFix several noticed style issues.
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-28 jeffEliminate kmem_arena and kmem_object in preparation...
2017-11-28 brooksDisable vim syntax highlighting.
2017-11-28 traszMake kdb_reenter() silent when explicitly called from...
2017-11-28 nwhitehornRemove assertion that a CPU be present before returning...
2017-11-27 pfgsys/kern: adoption of SPDX licensing ID tags.
2017-11-26 mjgrw: fix runlock_hard when new readers show up
2017-11-25 nwhitehornRemove some, but not all, assumptions that the BSP...
2017-11-25 mjgAdd the missing lockstat check for thread lock.
2017-11-25 mjgrwlock: fix up compilation of the previous change
2017-11-25 mjgrwlock: add __rw_try_{r,w}lock_int
2017-11-25 mjgsx: change sunlock to wake waiters up if it locked...
2017-11-25 mjglocks: retry turnstile/sleepq loops on failed cmpset
2017-11-25 mjgrwlock: stop re-reading the owner when going to sleep
2017-11-25 jhbDecode kevent structures logged via ktrace(2) in kdump.
2017-11-24 markjHave lockstat:::sx-release fire only after the lock...
2017-11-24 markjAdd a missing lockstat:::sx-downgrade probe.
2017-11-24 hselaskyMerge ^/head r326132 through r326161.
2017-11-24 edDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
2017-11-23 kibKill all descendants of the reaper, even if they are...
2017-11-23 mjgsx: unbreak debug after r326107
2017-11-23 mjgrwlock: unbreak WITNESS builds after r326110
2017-11-22 mjgrwlock: don't check for curthread's read lock count...
2017-11-22 mjglocks: pass the found lock value to unlock slow path
2017-11-22 mjglocks: remove the file + line argument from internal...
2017-11-21 markjClean up the SYSINIT_FLAGS definitions for rwlock(9...
2017-11-20 scottlUpdate a comment in brelse() to match reality.
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 hselaskyMerge ^/head r325842 through r325998.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-17 mjglocks: fix compilation issues without SMP or KDTRACE_HOOKS
2017-11-17 mjglockmgr: remove the ADAPTIVE_LOCKMGRS option
2017-11-17 cemvfs_lookup: Allow PATH_MAX-1 symlinks
2017-11-17 mjgmtx: add missing parts of the diff in r325920
2017-11-17 mjgsched: move panic handling code out of choosethread
2017-11-17 mjgCheck for PRS_NEW without locking the proc in sysctl_ke...
2017-11-17 mjgsx: perform a minor cleanup of the unlock slowpath
2017-11-17 mjgrwlock: unlock before traversing threads to wake up
2017-11-17 mjgmtx: unlock before traversing threads to wake up
2017-11-17 mjglocks: pull up PMC_SOFT_CALLs out of slow path loops
2017-11-17 mjgrwlock: avoid branches in the slow path if lockstat...
2017-11-17 mjgsx: avoid branches if in the slow path if lockstat...
2017-11-15 gordonProperly bzero kldstat structure to prevent kernel...
2017-11-15 hselaskyMerge ^/head r325663 through r325841.
2017-11-14 emastedisallow clock_settime too far in the future to avoid...
2017-11-14 impAdd two new tunables / sysctls to controll reboot after...
2017-11-13 jhbMove loop to clear TDB_SUSPEND into PT_DETACH case.
2017-11-13 jhbPull the PT_ATTACH case out of the 'sendsig:' block.
2017-11-13 jhbOnly clear a pending thread event if one is pending.
2017-11-13 delphijBe more careful when doing calculation with request...
2017-11-12 mjgUse passed thread pointer instead of curthread in sys_s...
2017-11-11 mjgAvoid locking and refing in sysctl_kern_proc_args if...
2017-11-11 mjgsysctl: try to avoid malloc in name2oid
2017-11-11 mjgUse pfind_any in linux_rt_sigqueueinfo and kern_sigqueue
2017-11-11 mjgAdd pfind_any
2017-11-11 mjgAvoid allproc lock in pfind if curproc->pid == pid
2017-11-11 mjgRemove useless proc lookup from sysctl_out_proc
next