]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Reuse kern_proc_vmmap_resident() for procfs_map resident count.
[FreeBSD/FreeBSD.git] / sys / kern /
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
2017-11-11 Mateusz GuzikAvoid allproc lock in pfind if curproc->pid == pid
2017-11-11 Mateusz GuzikRemove useless proc lookup from sysctl_out_proc
2017-11-11 Baptiste DaroussinUpdate to zstd 1.3.2
2017-11-11 Mateusz Guzikrwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER
2017-11-10 Jung-uk KimMFV: r325668
2017-11-10 Hans Petter SelaskyMerge ^/head r325505 through r325662.
2017-11-09 Matt JorasIntroduce EVENTHANDLER_LIST and some users.
2017-11-09 Andriy GaponMFV r325609: 7531 Assign correct flags to prefetched...
2017-11-09 Andriy GaponMFV r325607: 8607 zfs: variable set but not used
2017-11-09 Andriy GaponMFV r325605: 8713 Buffer overflow in dsl_dataset_name()
2017-11-09 Marcin WojtasRework printouts and logging level in ENA driver
2017-11-08 Konstantin BelousovZero whole struct ptrace_lwpinfo to not leak kernel...
2017-11-08 Jeff RobersonReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 Bartek RutkowskiMake sysctl_kern_proc_umask execute fast path when...
2017-11-07 Hans Petter SelaskyMerge ^/head r323559 through r325504.
next