]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Remove GCC's __nonnull() attribute definition.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-01-28 baptRevert crap accidentally committed
2017-01-28 baptRevert r312923 a better approach will be taken later
2017-01-27 mjghwpmc: annotate pmc_hook and pmc_intr as __read_mostly
2017-01-27 mjghwpmc: partially depessimize mmap handling if the modul...
2017-01-27 mjgSprinkle __read_mostly on backoff and lock profiling...
2017-01-27 mjgcache: annotate with __read_mostly and __exclusive_cach...
2017-01-26 sbrunoA few more style bugs lying around in here.
2017-01-25 glebiusFor non-listening AF_UNIX sockets return error code...
2017-01-25 emasteANSIfy kern_ntptime.c
2017-01-25 sbrunoReplace overlooked smp_started checks and variable...
2017-01-24 emasteimgact_elf: refactor et_dyn_addr calculation
2017-01-24 mjgproc: perform a lockless check in sys_issetugid
2017-01-24 cemUse time_t for intermediate values to avoid overflow...
2017-01-24 sbrunoiflib:
2017-01-24 sbrunoRevert 312696 due to build tests.
2017-01-24 sbrunoiflib:
2017-01-22 kibAdd comments explaining unobvious td_critnest adjustmen...
2017-01-22 kibMore style cleanup. Use ANSI C definition for vn_close...
2017-01-22 kibProvide fallback VOP methods for crossmp vnode.
2017-01-22 traszRemove redundant KASSERT.
2017-01-22 traszImprove debugging printf.
2017-01-21 mjgvfs: fix LK_RETRY logic braino in r312600
2017-01-21 mjgvfs: __predict_false the need to handle F_HASLOCK
2017-01-21 mjgvfs: fix whitespace damage in r312600
2017-01-21 mjgvfs: refactor _vn_lock
2017-01-21 mjgvfs: hide the getvnode NULL mp message behind DIAGNOSTIC
2017-01-21 baptImport mandoc cvs snapshot 20170121 (pre 1.14)
2017-01-20 hselaskyFix for race leading to endless timer interrupts related to
2017-01-20 emasteANSYfy kern_ktrace.c and remove archaic register keyword
2017-01-20 avgdon't abort writing of a core dump after EFAULT
2017-01-19 avgfix a thread preemption regression in schedulers introd...
2017-01-18 mjgsx: reduce lock accesses similarly to r311172
2017-01-18 mjgrwlock: reduce lock accesses similarly to r311172
2017-01-18 hselaskyImplement kernel support for hardware rate limited...
2017-01-16 emastedisambiguate msleep KASSERT diagnostics
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.
next