]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
hpt{nr,rr}: plug info leak in hpt_ioctl
[FreeBSD/FreeBSD.git] / sys / kern /
2018-01-01 Antoine Brodinsysctl_kern_proc_args: do not take the fast path if...
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 Colin PercivalInstrument thread creations for the the benefit of...
2017-12-31 Colin PercivalInstrument "boot holds" for the benefit of the TSLOG...
2017-12-31 Colin PercivalTeach makeobjops.awk to accept PROLOG and EPILOG blocks...
2017-12-31 Colin PercivalUse the TSLOG framework to record entry/exit timestamps...
2017-12-31 Colin PercivalCode for recording timestamps of events, especially...
2017-12-31 Pedro F. Giffunisysv_{ipc|shm}: update the NetBSD VCS tags to match...
2017-12-31 Mateusz Guziklocks: adjust loop limit check when waiting for readers
2017-12-31 Mateusz Guziksx: fix up non-smp compilation after r327397
2017-12-31 Mateusz Guziklocks: re-check the reason to go to sleep after locking...
2017-12-31 Mateusz Guziksx: read the SX_NOADAPTIVE flag and Giant ownership...
2017-12-31 Mateusz Guzikmtx: deduplicate indefinite wait check in spinlocks...
2017-12-31 Mateusz Guzikmtx: pre-read the lock value in thread_lock_flags_
2017-12-31 Mateusz Guzikrwlock: tidy up __rw_runlock_hard similarly to r325921
2017-12-28 Konstantin BelousovMake kern_proc_vmmap_resident() externally accesible...
2017-12-27 Eitan Adlerkernel: Fix several typos and minor errors
2017-12-25 Alexander KabaevDo pass removing some write-only variables from the...
2017-12-23 Alexander KabaevReverse the check to allocate the buffer if cached...
2017-12-23 Alexander KabaevRemove dead store to local variable.
2017-12-21 Bruce EvansUse resume_cpus() instead of restart_cpus() to resume...
2017-12-19 John BaldwinRework pathconf handling for FIFOs.
2017-12-19 John BaldwinMove NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of...
2017-12-19 John BaldwinAdd a custom VOP_PATHCONF method for fdescfs.
2017-12-19 Konstantin BelousovUse atomic_load(9) to read ppsinfo sequence numbers.
2017-12-16 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-12-14 Jung-uk KimMFC: r326864
2017-12-13 Pedro F. GiffuniSPDX: some uses of the RSA-MD license.
2017-12-13 Fedor UporovFix kernel build if MAC is not defined.
2017-12-12 Mark JohnstonMFV r326785: 8880 improve DTrace error checking
2017-12-12 Fedor UporovMove buffer size checks outside of the vnode locks.
2017-12-07 Jung-uk KimMerge OpenSSL 1.0.2n.
2017-12-07 Bruce EvansMove instantiation of msgbufp from 9 MD files to subr_p...
2017-12-06 Ed Mastetcpdump: remove undesired svn:keywords property from...
2017-12-06 Ed MasteUpdate tcpdump to 4.9.2
2017-12-03 Dimitry AndricUpgrade our copies of clang, llvm, lldb and libc++...
2017-12-01 Mark JohnstonPlug a name cache lock leak.
2017-12-01 Konstantin BelousovDestroy seltd st_mtx and st_wait in seltdfini().
2017-11-30 Pedro F. GiffuniSPDX: use the Beerware identifier.
2017-11-29 Hans Petter SelaskyThe sched_add() function is not only used when the...
2017-11-29 Alexey DokuchaevFix several noticed style issues.
2017-11-29 Warner LoshImport lua 5.3.4 to contrib
2017-11-28 Jeff RobersonEliminate kmem_arena and kmem_object in preparation...
2017-11-28 Brooks DavisDisable vim syntax highlighting.
2017-11-28 Edward Tomasz Napi... Make kdb_reenter() silent when explicitly called from...
2017-11-28 Nathan WhitehornRemove assertion that a CPU be present before returning...
2017-11-28 Brooks DavisUpdate vis(3) the latest from NetBSD.
2017-11-27 Pedro F. Giffunisys/kern: adoption of SPDX licensing ID tags.
2017-11-26 Mateusz Guzikrw: fix runlock_hard when new readers show up
2017-11-25 Nathan WhitehornRemove some, but not all, assumptions that the BSP...
2017-11-25 Mateusz GuzikAdd the missing lockstat check for thread lock.
2017-11-25 Mateusz Guzikrwlock: fix up compilation of the previous change
2017-11-25 Mateusz Guzikrwlock: add __rw_try_{r,w}lock_int
2017-11-25 Mateusz Guziksx: change sunlock to wake waiters up if it locked...
2017-11-25 Mateusz Guziklocks: retry turnstile/sleepq loops on failed cmpset
2017-11-25 Mateusz Guzikrwlock: stop re-reading the owner when going to sleep
2017-11-25 John BaldwinDecode kevent structures logged via ktrace(2) in kdump.
2017-11-24 Mark JohnstonHave lockstat:::sx-release fire only after the lock...
2017-11-24 Mark JohnstonAdd a missing lockstat:::sx-downgrade probe.
2017-11-24 Hans Petter SelaskyMerge ^/head r326132 through r326161.
2017-11-24 Ed SchoutenDon't let cpu_set_syscall_retval() clobber exec_setregs().
2017-11-23 Hans Petter SelaskyMerge ^/head r325999 through r326131.
2017-11-23 Konstantin BelousovKill all descendants of the reaper, even if they are...
2017-11-23 Mateusz Guziksx: unbreak debug after r326107
2017-11-23 Mateusz Guzikrwlock: unbreak WITNESS builds after r326110
2017-11-22 Mateusz Guzikrwlock: don't check for curthread's read lock count...
2017-11-22 Mateusz Guziklocks: pass the found lock value to unlock slow path
2017-11-22 Mateusz Guziklocks: remove the file + line argument from internal...
2017-11-21 Mark JohnstonClean up the SYSINIT_FLAGS definitions for rwlock(9...
2017-11-20 Scott LongUpdate a comment in brelse() to match reality.
2017-11-20 Pedro F. Giffunisys: further adoption of SPDX licensing ID tags.
2017-11-20 Xin LIMFV r326007: less v529.
2017-11-19 Hans Petter SelaskyMerge ^/head r325842 through r325998.
2017-11-18 Emmanuel VadotUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 Pedro F. Giffunispdx: initial adoption of licensing ID tags.
2017-11-17 Mateusz Guziklocks: fix compilation issues without SMP or KDTRACE_HOOKS
2017-11-17 Mateusz Guziklockmgr: remove the ADAPTIVE_LOCKMGRS option
2017-11-17 Conrad Meyervfs_lookup: Allow PATH_MAX-1 symlinks
2017-11-17 Mateusz Guzikmtx: add missing parts of the diff in r325920
2017-11-17 Mateusz Guziksched: move panic handling code out of choosethread
2017-11-17 Mateusz GuzikCheck for PRS_NEW without locking the proc in sysctl_ke...
2017-11-17 Mateusz Guziksx: perform a minor cleanup of the unlock slowpath
2017-11-17 Mateusz Guzikrwlock: unlock before traversing threads to wake up
2017-11-17 Mateusz Guzikmtx: unlock before traversing threads to wake up
2017-11-17 Mateusz Guziklocks: pull up PMC_SOFT_CALLs out of slow path loops
2017-11-17 Mateusz Guzikrwlock: avoid branches in the slow path if lockstat...
2017-11-17 Mateusz Guziksx: avoid branches if in the slow path if lockstat...
2017-11-15 Gordon TetlowProperly bzero kldstat structure to prevent kernel...
2017-11-15 Hans Petter SelaskyMerge ^/head r325663 through r325841.
2017-11-14 Ed Mastedisallow clock_settime too far in the future to avoid...
2017-11-14 Warner LoshAdd two new tunables / sysctls to controll reboot after...
2017-11-13 John BaldwinMove loop to clear TDB_SUSPEND into PT_DETACH case.
2017-11-13 John BaldwinPull the PT_ATTACH case out of the 'sendsig:' block.
2017-11-13 John BaldwinOnly clear a pending thread event if one is pending.
2017-11-13 Xin LIBe more careful when doing calculation with request...
2017-11-12 Mateusz GuzikUse passed thread pointer instead of curthread in sys_s...
2017-11-11 Mateusz GuzikAvoid locking and refing in sysctl_kern_proc_args if...
2017-11-11 Mateusz Guziksysctl: try to avoid malloc in name2oid
2017-11-11 Mateusz GuzikUse pfind_any in linux_rt_sigqueueinfo and kern_sigqueue
2017-11-11 Mateusz GuzikAdd pfind_any
next