]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
[iwm] Sync nvm parsing code with Linux iwlwifi.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-02-05 mjgrwlock: move lockstat handling out of inline primitives
2017-02-05 traszAdd kern_cpuset_getaffinity() and kern_cpuset_getaffini...
2017-02-05 mjgsx: move lockstat handling out of inline primitives
2017-02-05 mjgmtx: fixup r313278, the assignemnt was supposed to...
2017-02-05 mjgmtx: fix up _mtx_obtain_lock_fetch usage in thread...
2017-02-05 mjgmtx: move lockstat handling out of inline primitives
2017-02-05 mjgsx: add witness support missed in r313272
2017-02-05 mjgsx: uninline slock/sunlock
2017-02-05 mjgsx: switch to fcmpset
2017-02-05 mjgrwlock: switch to fcmpset
2017-02-05 mjgmtx: switch to fcmpset
2017-02-05 mjgvfs: use atomic_fcmpset in vfs_refcount_*
2017-02-05 markjMake witness_warn() always print to the console.
2017-02-05 mjgfd: switch fget_unlocked to atomic_fcmpset
2017-02-04 jahRevert r313037
2017-02-02 jkimMFV: r313101
2017-02-02 mmMFV r313071:
2017-02-01 glebiusUpdate tcpdump to 4.9.0.
2017-02-01 hartiMerge filt_soread and filt_solisten and decide what...
2017-02-01 jahImplement get_pcpu() for the remaining architectures...
2017-01-31 traszAdd kern_pread() and kern_pwrite(), and use it in compa...
2017-01-31 traszReplace calls to sys_truncate() with kern_truncate().
2017-01-31 traszAdd kern_cpuset_getid() and kern_cpuset_setid(), and...
2017-01-30 avgput very expensive sanity checks of advisory locks...
2017-01-30 traszAdd kern_listen(), kern_shutdown(), and kern_socket...
2017-01-30 traszAdd kern_lseek() and use it instead of sys_lseek()...
2017-01-30 traszReplace sys_ftruncate() with kern_ftruncate() in variou...
2017-01-30 mjgcache: use vrefact for '.' lookups and refing the rdir...
2017-01-30 mjgfd: sprinkle __read_mostly and __exclusive_cache_line
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
next