]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Use const pointers to avoid casting away constness.
[FreeBSD/FreeBSD.git] / sys / kern /
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
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-11 mjgrwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER
2017-11-10 hselaskyMerge ^/head r325505 through r325662.
2017-11-09 mjorasIntroduce EVENTHANDLER_LIST and some users.
2017-11-08 kibZero whole struct ptrace_lwpinfo to not leak kernel...
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 robakMake sysctl_kern_proc_umask execute fast path when...
2017-11-07 hselaskyMerge ^/head r323559 through r325504.
2017-11-06 mjgrwlock: fix up compilation without KDTRACE_HOOKS after...
2017-11-05 mjgnamecache: bump numcache after dropping all locks
2017-11-05 mjgnamecache: wlock buckets in cache_lookup_nomakeentry
2017-11-05 mjgnamecache: skip locking in cache_lookup_nomakeentry...
2017-11-05 emasteANSIfy sys/kern/md4c.c
2017-11-05 mjgnamecache: skip locking in cache_purge_negative if...
2017-11-04 pfgANSI-fy exec_shell_imgact().
2017-11-04 kibConvert explicit panic() call to assert.
2017-11-03 mjgSpecial-case pget lookups where pid == curproc->pid
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-01 mjgnamecache: fix .. check broken after r324378
2017-11-01 mjgFixup r325264, take #2
2017-11-01 mjgnamecache: ncnegfactor 16 -> 12
2017-11-01 mjgFixup r325264
2017-11-01 mjgSave on loginclass list locking by checking if caller...
2017-11-01 mjgSave on uihash table locking by checking if the caller...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-27 jhbDiscard the correct thread event reported for a ptrace...
2017-10-26 asomersFix aio_suspend in 32-bit emulation
2017-10-25 impHandle RB_POWERCYCLE in the MI part of the kernel
2017-10-25 markjAdd support for compressed kernel dumps.
2017-10-23 asomersRemove artificial restriction on lio_listio's operation...
2017-10-23 mjgBump WITNESS_PENDLIST to accomodate sleepq chain bump.
2017-10-22 mjgMake the sleepq chain hash size configurable per-arch...
2017-10-22 mjgsdt: make all sdt probe sites test one variable
2017-10-22 mjgChange kdb_active type to u_char.
2017-10-22 ngieClean up trailing whitespace in kdb_thr_ctx(..)
next