]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove Assert that seems to be hit in various configurations during
[FreeBSD/FreeBSD.git] / sys / kern /
2017-01-16 sbrunoRemove Assert that seems to be hit in various configura...
2017-01-16 sobomaxAdd a new socket option SO_TS_CLOCK to pick from severa...
2017-01-16 sbrunoChange startup order for the no EARLY_AP_STARTUP case...
2017-01-16 hirenAdd kevent EVFILT_EMPTY for notification when a client...
2017-01-15 cem"Buses" is the preferred plural of "bus"
2017-01-15 ngieRevert r312119 and reword the intent to fix -Wshadow...
2017-01-15 markjSuppress a warning about m_assertbuf being unused.
2017-01-15 sbrunoFix hangs in a uniprocessor configuration (qemu, virtua...
2017-01-14 markjStop the scheduler upon panic even in non-SMP kernels.
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist/lib/libc/hash/t_hmac...
2017-01-14 ngieCopy ^/vendor/NetBSD/tests/dist to contrib/netbsd-tests
2017-01-14 ngieMerge content currently under test from ^/vendor/NetBSD...
2017-01-14 ngieencode_long, encode_timeval: mechanically replace ...
2017-01-14 ngieClean up trailing whitespace
2017-01-14 ngieFix -Wunused on gcc 4.9 (x was set but not used)
2017-01-13 glebiusRemove deprecated fgetsock() and fputsock().
2017-01-13 ianCorrect the comments about how much buffer is allocated.
2017-01-13 ianCheck tty_gone() after allocating IO buffers. The...
2017-01-13 ngieUpgrade NetBSD tests to 01.11.2017_23.20 snapshot
2017-01-12 ianRestructure the tty_drain loop so that device-busy...
2017-01-12 rpokalaRemove writability requirement for single-mbuf, contigu...
2017-01-12 ianRework tty_drain() to poll the hardware for completion...
2017-01-10 mmMFV r311899:
2017-01-10 markjDo not set BIO_DONE if the BIO specifies a completion...
2017-01-06 jhbSet MORETOCOME for AIO write requests on a socket.
2017-01-06 kibExplicitely add "opt_compat.h" to kern_exec.c: fix...
2017-01-05 jkimMerge ACPICA 20161222.
2017-01-05 kibDo not allocate struct statfs on kernel stack.
2017-01-05 kibSome style fixes for getfstat(2)-related code.
2017-01-05 markjAdd a small allocator for exec_map entries.
2017-01-05 markjSort includes in kern_exec.c.
2017-01-04 glebiusMove bogus_page declaration to vm_page.h and initializa...
2017-01-04 kibThe callers of kern_getfsstat(UIO_SYSSPACE) expect...
2017-01-04 traszFix bug that would result in a kernel crash in some...
2017-01-04 delphijRestructure libz, place vendor files in contrib/zlib...
2017-01-04 mjgmtx: plug open-coded mtx_lock access missed in r311172
2017-01-03 mjgReduce lock accesses in thread lock similarly to r311172.
2017-01-03 mjgmtx: reduce lock accesses
2017-01-02 kibThere is no need to use temporary statfs buffer for...
2017-01-02 kibStyle.
2017-01-02 kibMove common code from kern_statfs() and kern_fstatfs...
2017-01-02 markjFactor out instances of a knote detach followed by...
2017-01-02 sbruno2017 IFLIB updates in preparation for commits to e1000...
2017-01-01 mjgfd: access openfiles once in falloc_noinstall
2016-12-31 mjgvfs: switch nodes_created, recycles_count and free_owe_...
2016-12-30 mmMFV r310796, r310797:
2016-12-30 cognetMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-30 mjgRemove cpu_spinwait after seq_consistent.
2016-12-29 mjgcache: sprinkle __predict_false
2016-12-29 mjgcache: move shrink lock init to nchinit
2016-12-29 mjgcache: depessimize hashing macros/inlines
2016-12-29 mjgcache: drop the NULL check from VP2VNODELOCK
2016-12-27 jhbRegen after r310638.
2016-12-27 jhbRename the 'flags' argument to getfsstat() to 'mode...
2016-12-27 mmMFV r310622:
2016-12-26 kibMake knote KN_INFLUX state counted. This is final...
2016-12-26 kibChange knlist_destroy() to assert that knlist is empty...
2016-12-26 kibStyle.
2016-12-25 kibSome optimizations for kqueue timers.
2016-12-25 kibSome style.
2016-12-23 markjAdd a comment explaining the race fixed by r310423.
2016-12-22 markjRevert part of r300109.
2016-12-20 jhbDon't spin in pause() during early boot for kthreads...
2016-12-19 sjgMerge bmake-20161212
2016-12-19 kibDo not clear KN_INFLUX when not owning influx state.
2016-12-17 mmMFV r310115,310184:
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-16 kibSwitch from stdatomic.h to atomic.h for kernel.
2016-12-15 edDocument the existence of the {0, 6, ...} sysctl.
2016-12-14 jillesreaper: Make REAPER_KILL_SUBTREE actually work.
2016-12-14 edAdd a "device_index" label to all sysctls under dev...
2016-12-14 edAdd labels to sysctls related to clocks.
2016-12-14 edAdd support for attaching aggregation labels to sysctl...
2016-12-13 glebiusZero return value when counter_rate() switches over...
2016-12-12 mjgvfs: use vrefact in getcwd and fchdir
2016-12-12 traszUndo r309891. Konstantin is right in that this conditi...
2016-12-12 mjgvfs: add vrefact, to be used when the vnode has to...
2016-12-12 traszAvoid dereferencing NULL pointers in devtoname(). ...
2016-12-12 kibEnable lookup_cap_dotdot and lookup_cap_dotdot_nonlocal.
2016-12-12 kibWhen a zombie gets reparented due to the parent exit...
2016-12-11 alcWhen tmpfs and POSIX shm pagein a page for the sole...
2016-12-10 defAdd support for encrypted kernel crash dumps.
2016-12-10 dimMerge ^/head r309758 through r309803.
2016-12-10 markjUse a consistent snapshot of the lock state in owner_mtx().
2016-12-10 markjReturn a non-NULL owner only if the lock is exclusively...
2016-12-09 dimMerge ^/head r309519 through r309757.
2016-12-09 glebiusUse acquire write to cr_lock to complement with release...
2016-12-09 glebiusProvide counter_ratecheck(), a MP-friendly substitution...
2016-12-07 rwatsonRegnerate system-call definitions following r309677...
2016-12-07 rwatsonReplace spaces with tabs in definition of SCTP system...
2016-12-07 vangyzenExport the whole thread name in kinfo_proc
2016-12-06 mmMFV r309587:
2016-12-04 kibRestructure the code to handle reporting of non-exited...
2016-12-04 dimMerge ^/head r309263 through r309518.
2016-12-03 vangyzenthr_set_name(): silently truncate the given name as...
2016-12-02 dimUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 dimUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-02 mjgvfs: provide fake locking primitives for the crossmp...
2016-12-01 mmMFC r309362:
2016-11-30 mjgvfs: fix a whitespace nit in r309307
next