]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Continuing efforts to provide hardening of FFS, this change adds a
[FreeBSD/FreeBSD.git] / sys / kern /
2017-09-22 Kirk McKusickContinuing efforts to provide hardening of FFS, this...
2017-09-22 Andriy GaponMFV r323917: 8648 Fix range locking in ZIL commit codepath
2017-09-22 Andriy GaponMFV r323914: 8661 remove "zil-cw2" dtrace probe
2017-09-21 Stephen HurdFix undeclared identifier error introduced in r323879
2017-09-21 John BaldwinOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 Stephen HurdImproved logging of gtaskqueue failues
2017-09-21 Stephen HurdFix M_GTASKQUEUE definition
2017-09-20 Alan SomersMFV r323789: 8473 scrub does not detect errors on...
2017-09-20 Andriy GaponMFV r323792: 8602 remove unused "dp_early_sync_tasks...
2017-09-20 Andriy GaponMFV r323790: 8567 Inconsistent return value in zpool_re...
2017-09-19 Konstantin BelousovDo not vrele() covered vnode under the mp mutex.
2017-09-19 Konstantin BelousovFor unlinked files, do not msync(2) or sync on the...
2017-09-18 Konstantin BelousovFix handling of the segment registers on i386.
2017-09-17 Gordon TetlowMFV r323678: file 5.32
2017-09-16 Alan CoxModify blst_leaf_alloc to take only the cursor argument.
2017-09-16 Stephen HurdRevert r323516 (iflib rollup)
2017-09-14 Gleb SmirnoffFix locking in soisconnected().
2017-09-14 John BaldwinAdd AT_HWCAP and AT_EHDRFLAGS on all platforms.
2017-09-14 Andriy Gapondounmount: do not release the mount point's reference...
2017-09-13 Gleb SmirnoffUse soref() in sendfile(2) instead fhold() to reference...
2017-09-13 Gleb SmirnoffFix two issues with not ready data in sockets (read...
2017-09-13 Andriy GaponMFV r323527: 5815 libzpool's panic function doesn't...
2017-09-13 Andriy GaponMFV r323523: 8331 zfs_unshare returns wrong error code...
2017-09-13 Andriy GaponMFV r316932: 6280 libzfs: unshare_one() could fail...
2017-09-13 Stephen HurdRoll up iflib commits from github. This pulls in most...
2017-09-11 Andriy GaponMFV r323111: 8569 problem with inline functions in...
2017-09-11 Andriy GaponMFV r323110: 8558 lwp_create() returns EAGAIN on system...
2017-09-10 Alan CoxTo analyze the allocation of swap blocks by blist funct...
2017-09-10 Dag-Erling SmørgravIf the user tries to set kern.randompid to 1 (which...
2017-09-10 Mateusz Guziknamecache: clean up struct namecache_ts handling
2017-09-10 Marius StroblMFV: r323381
2017-09-09 Andriy GaponMFV r323107: 8414 Implemented zpool scrub pause/resume
2017-09-08 Mateusz Guziknamecache: fold the unlock label into the only consumer
2017-09-08 Mateusz Guziknamecache: factor out dot lookup into a dedicated function
2017-09-08 Mateusz GuzikAnnotate Giant with __exclusive_cache_line
2017-09-08 Mateusz GuzikAnnotate global process locks with __exclusive_cache_line
2017-09-06 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2017-09-06 Mateusz GuzikSprinkle __read_frequently on few obvious places.
2017-09-06 Mateusz GuzikStart annotating global _padalign locks with __exclusiv...
2017-09-05 Edward Tomasz Napi... Make root_mount_rel(9) ignore NULL arguments, like...
2017-09-01 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-31 Jung-uk KimMerge ACPICA 20170831.
2017-08-31 Dag-Erling SmørgravMerge upstream r4302 to support multiple concurrently...
2017-08-29 Warner LoshAdd CAM/NVMe support for CAM_DATA_SG
2017-08-28 Bryan DreweryAllow vdrop() of a vnode not yet on the per-mount list...
2017-08-27 Conrad MeyerEnhance debugibility of sysctl leaf re-use warnings
2017-08-27 Conrad MeyerImprove scheduler performance
2017-08-25 John BaldwinDon't grab SOCK_LOCK for soref() when queuing an AIO...
2017-08-25 Alan CoxCorrect a regression in the previous change, r322459...
2017-08-24 Gleb SmirnoffThird take on the r319685 and r320480. Actually allow...
2017-08-24 Dimitry AndricUpgrade our copies of clang, llvm, lldb and compiler...
2017-08-24 Conrad MeyerRemove unused declaration and update ddb.4
2017-08-24 Conrad MeyerMerge print_lockchain and print_sleepchain
2017-08-22 Jung-uk KimFix size to copyout(9) for cpuset_getid(2).
2017-08-22 Baptiste DaroussinImport zstandard 1.3.1
2017-08-22 Conrad Meyersubr_smp: Clean up topology analysis, add additional...
2017-08-21 Dimitry AndricUpgrade our copies of clang, llvm, lld and libc++ to...
2017-08-20 Konstantin BelousovAllow vinvalbuf() to operate with the shared vnode...
2017-08-18 Baptiste DaroussinRemove example from zstd sources, their license does...
2017-08-18 Mark JohnstonRemove some unneeded subroutines for padding writes...
2017-08-18 Mark JohnstonRename mkdumpheader() and group EKCD functions in kern_...
2017-08-18 Mark JohnstonFactor out duplicated kernel dump code into dump_{start...
2017-08-18 Lawrence StewartAn off-by-one error exists in sbuf_vprintf()'s use...
2017-08-17 Lawrence StewartImplement simple record boundary tracking in sbuf(9...
2017-08-16 Ian LeporeFix compile error with option DEBUG. This is fallout...
2017-08-15 Conrad MeyerFix a couple of comment typos
2017-08-14 Enji CooperAdd supporting changes for `Add limited sandbox capabil...
2017-08-13 Ian LeporeAdd config_intrhook_oneshot(): schedule an intrhook...
2017-08-13 Alan CoxThe *_meta_* functions include a radix parameter, a...
2017-08-11 Mark JohnstonHave sendfile_swapin() use vm_page_grab_pages().
2017-08-11 Mark JohnstonModify vm_page_grab_pages() to handle VM_ALLOC_NOWAIT.
2017-08-11 Alan CoxAn invalid page can't be dirty.
2017-08-11 Andrew TurnerOnly return the current cpu if it's in the cpumask...
2017-08-11 Peter WemmUpdate from sqlite3-3.14.1 to sqlite3-3.20.0. This...
2017-08-10 Peter WemmUpdate subversion 1.9.5 -> 1.9.7
2017-08-09 Gleb SmirnoffPlug uninitialized stack variable leak in sendfile(2).
2017-08-09 Dimitry AndricUpgrade our copies of clang, llvm and libc++ to r310316...
2017-08-09 Alan CoxIntroduce vm_page_grab_pages(), which is intended to...
2017-08-08 Alan SomersMake p1003_1b.aio_listio_max a tunable
2017-08-08 Andriy GaponMFV r322242: 8373 TXG_WAIT in ZIL commit path
2017-08-08 Andriy GaponMFV r322240: 8491 uberblock on-disk padding to reserve...
2017-08-08 Andriy GaponMFV r322238: 7915 checks in l2arc_evict could use some...
2017-08-08 Andriy GaponMFV r322236: 8126 ztest assertion failed in dbuf_dirty...
2017-08-08 Andriy GaponMFV r322232: 8426 mark immutable buffer arguments as...
2017-08-08 Andriy GaponMFV r322229: 7600 zfs rollback should pass target snaps...
2017-08-08 Andriy GaponMFV r322227: 8377 Panic in bookmark deletion
2017-08-08 Andriy GaponMFV r322223: 8378 crash due to bp in-memory modificatio...
2017-08-08 Andriy GaponMFV r322221: 7910 l2arc_write_buffers() may write beyon...
2017-08-08 Andriy GaponMFV r322217: 8418 zfs_prop_get_table() call in zfs_vali...
2017-08-07 Ruslan Bukino Replace __riscv__ with __riscv
2017-08-04 Enji CooperMFhead@r322057
2017-08-04 Dag-Erling SmørgravUpgrade to OpenSSH 7.5p1.
2017-08-04 Alan CoxIn case readers are misled by expressions that combine...
2017-08-03 Phil ShaferUpdate from libxo-0.8.1 to 0.8.4:
2017-08-02 Enji CooperMFhead@r321897
2017-08-01 Mark JohnstonAmend r321884 to check the refcount and update the...
2017-08-01 Mark JohnstonFix a witness assertion that fires when a lock type...
2017-08-01 Enji CooperMFhead@r321851
2017-08-01 Alan CoxThe blist_meta_* routines that process a subtree take...
2017-08-01 Dmitry ChaginImplement proper Linux /dev/fd and /proc/self/fd behavi...
next