]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Merge compiler-rt release_40 branch r292009.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-01-14 Dimitry AndricMerge compiler-rt release_40 branch r292009.
2017-01-14 Dimitry AndricMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-11 Dimitry AndricMerge ^/head r311812 through r311939.
2017-01-11 Enji CooperImport testcase updates with code contributed back...
2017-01-11 Xin LIMFV r311913:
2017-01-10 Martin MatuskaMFV r311899:
2017-01-10 Mark JohnstonDo not set BIO_DONE if the BIO specifies a completion...
2017-01-10 Enji CooperMerge ^/vendor/NetBSD/tests/dist@r311868
2017-01-10 Enji CooperMerge the grammar fix for lib/libc/gen/raise_test:raise...
2017-01-09 Dimitry AndricMerge compiler-rt trunk r291476.
2017-01-09 Dimitry AndricMerge libc++ trunk r291476, update Makefile, ObsoleteFi...
2017-01-09 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291476.
2017-01-08 Dimitry AndricMerge compiler-rt r291274.
2017-01-08 Dimitry AndricMerge libc++ r291274, and update the library Makefile.
2017-01-08 Dimitry AndricMerge ^/head r311546 through r311683.
2017-01-06 John BaldwinSet MORETOCOME for AIO write requests on a socket.
2017-01-06 Dimitry AndricMerge ^/head r311460 through r311545.
2017-01-06 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-06 Konstantin BelousovExplicitely add "opt_compat.h" to kern_exec.c: fix...
2017-01-06 Xin LIMFV r311477: xz 5.2.3.
2017-01-05 Jung-uk KimMerge ACPICA 20161222.
2017-01-05 Dimitry AndricMerge ^/head r311314 through r311459.
2017-01-05 Konstantin BelousovDo not allocate struct statfs on kernel stack.
2017-01-05 Konstantin BelousovSome style fixes for getfstat(2)-related code.
2017-01-05 Mark JohnstonAdd a small allocator for exec_map entries.
2017-01-05 Mark JohnstonSort includes in kern_exec.c.
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291015, and...
2017-01-04 Gleb SmirnoffMove bogus_page declaration to vm_page.h and initializa...
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 Dimitry AndricMerge ^/head r311132 through r311305.
2017-01-04 Konstantin BelousovThe callers of kern_getfsstat(UIO_SYSSPACE) expect...
2017-01-04 Xin LIMFV r311279: zlib 1.2.10.
2017-01-04 Edward Tomasz Napi... Fix bug that would result in a kernel crash in some...
2017-01-04 Xin LIRestructure libz, place vendor files in contrib/zlib...
2017-01-04 Mateusz Guzikmtx: plug open-coded mtx_lock access missed in r311172
2017-01-03 Mateusz GuzikReduce lock accesses in thread lock similarly to r311172.
2017-01-03 Mateusz Guzikmtx: reduce lock accesses
2017-01-02 Dimitry AndricUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate llvm to trunk r290819 and resolve conflicts.
2017-01-02 Konstantin BelousovThere is no need to use temporary statfs buffer for...
2017-01-02 Konstantin BelousovStyle.
2017-01-02 Konstantin BelousovMove common code from kern_statfs() and kern_fstatfs...
2017-01-02 Mark JohnstonFactor out instances of a knote detach followed by...
2017-01-02 Sean Bruno2017 IFLIB updates in preparation for commits to e1000...
2017-01-01 Mateusz Guzikfd: access openfiles once in falloc_noinstall
2016-12-31 Mateusz Guzikvfs: switch nodes_created, recycles_count and free_owe_...
2016-12-30 Martin MatuskaMFV r310869:
2016-12-30 Martin MatuskaMFV r310798:
2016-12-30 Martin MatuskaMFV r310796, r310797:
2016-12-30 Olivier HouchardMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-30 Mateusz GuzikRemove cpu_spinwait after seq_consistent.
2016-12-29 Mateusz Guzikcache: sprinkle __predict_false
2016-12-29 Mateusz Guzikcache: move shrink lock init to nchinit
2016-12-29 Mateusz Guzikcache: depessimize hashing macros/inlines
2016-12-29 Mateusz Guzikcache: drop the NULL check from VP2VNODELOCK
2016-12-27 John BaldwinRegen after r310638.
2016-12-27 John BaldwinRename the 'flags' argument to getfsstat() to 'mode...
2016-12-27 Martin MatuskaMFV r310622:
2016-12-26 Konstantin BelousovMake knote KN_INFLUX state counted. This is final...
2016-12-26 Konstantin BelousovChange knlist_destroy() to assert that knlist is empty...
2016-12-26 Konstantin BelousovStyle.
2016-12-25 Konstantin BelousovSome optimizations for kqueue timers.
2016-12-25 Konstantin BelousovSome style.
2016-12-23 Mark JohnstonAdd a comment explaining the race fixed by r310423.
2016-12-22 Mark JohnstonRevert part of r300109.
2016-12-20 John BaldwinDon't spin in pause() during early boot for kthreads...
2016-12-19 Simon J. GerratyMerge bmake-20161212
2016-12-19 Konstantin BelousovDo not clear KN_INFLUX when not owning influx state.
2016-12-17 Martin MatuskaMFV r310115,310184:
2016-12-16 Dimitry AndricMerge ^/head r309817 through r310168.
2016-12-16 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-16 Konstantin BelousovSwitch from stdatomic.h to atomic.h for kernel.
2016-12-15 Ed SchoutenDocument the existence of the {0, 6, ...} sysctl.
2016-12-14 Jilles Tjoelkerreaper: Make REAPER_KILL_SUBTREE actually work.
2016-12-14 Ed SchoutenAdd a "device_index" label to all sysctls under dev...
2016-12-14 Ed SchoutenAdd labels to sysctls related to clocks.
2016-12-14 Ed SchoutenAdd support for attaching aggregation labels to sysctl...
2016-12-13 Jung-uk KimMFV: r309561
2016-12-13 Gleb SmirnoffZero return value when counter_rate() switches over...
2016-12-12 Mateusz Guzikvfs: use vrefact in getcwd and fchdir
2016-12-12 Edward Tomasz Napi... Undo r309891. Konstantin is right in that this conditi...
2016-12-12 Mateusz Guzikvfs: add vrefact, to be used when the vnode has to...
2016-12-12 Edward Tomasz Napi... Avoid dereferencing NULL pointers in devtoname(). ...
2016-12-12 Konstantin BelousovEnable lookup_cap_dotdot and lookup_cap_dotdot_nonlocal.
2016-12-12 Konstantin BelousovWhen a zombie gets reparented due to the parent exit...
2016-12-12 Enji CooperMerge changes from vendor to address several Coverity...
2016-12-11 Alan CoxWhen tmpfs and POSIX shm pagein a page for the sole...
2016-12-10 Konrad WitaszczykAdd support for encrypted kernel crash dumps.
2016-12-10 Dimitry AndricUpdate llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-10 Dimitry AndricMerge ^/head r309758 through r309803.
2016-12-10 Mark JohnstonUse a consistent snapshot of the lock state in owner_mtx().
2016-12-10 Mark JohnstonReturn a non-NULL owner only if the lock is exclusively...
2016-12-09 Dimitry AndricMerge ^/head r309519 through r309757.
2016-12-09 Gleb SmirnoffUse acquire write to cr_lock to complement with release...
2016-12-09 Gleb SmirnoffProvide counter_ratecheck(), a MP-friendly substitution...
2016-12-07 Robert WatsonRegnerate system-call definitions following r309677...
2016-12-07 Robert WatsonReplace spaces with tabs in definition of SCTP system...
2016-12-07 Eric van GyzenExport the whole thread name in kinfo_proc
next