]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocol
[FreeBSD/FreeBSD.git] / sys / kern /
2017-11-01 mjgnamecache: fix .. check broken after r324378
2017-11-01 mjgFixup r325264, take #2
2017-11-01 mjgnamecache: ncnegfactor 16 -> 12
2017-11-01 mjgFixup r325264
2017-11-01 mjgSave on loginclass list locking by checking if caller...
2017-11-01 mjgSave on uihash table locking by checking if the caller...
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-27 jhbDiscard the correct thread event reported for a ptrace...
2017-10-26 asomersFix aio_suspend in 32-bit emulation
2017-10-25 impHandle RB_POWERCYCLE in the MI part of the kernel
2017-10-25 markjAdd support for compressed kernel dumps.
2017-10-23 asomersRemove artificial restriction on lio_listio's operation...
2017-10-23 mjgBump WITNESS_PENDLIST to accomodate sleepq chain bump.
2017-10-22 mjgMake the sleepq chain hash size configurable per-arch...
2017-10-22 mjgsdt: make all sdt probe sites test one variable
2017-10-22 mjgChange kdb_active type to u_char.
2017-10-22 ngieClean up trailing whitespace in kdb_thr_ctx(..)
2017-10-22 kibRemove the support for mknod(S_IFMT), which created...
2017-10-21 mjgmtx: implement thread lock fastpath
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-21 mmelAdd AT_HWCAP2 ELF auxiliary vector.
2017-10-20 markjAvoid the nbp lookup in the final loop iteration in...
2017-10-20 mjgmtx: fix up UP build after r324778
2017-10-20 mjgMark kdb_active as __read_frequently and switch to...
2017-10-20 mjgrwlock: reduce lockstat branches in the slowpath
2017-10-20 mjgmtx: stop testing SCHEDULER_STOPPED in kabi funcs for...
2017-10-20 mjgmtx: clean up locking spin mutexes
2017-10-19 mjgsysctl: only take mem lock if oldlen is > 4 * PAGE_SIZE
2017-10-19 mjgexecve: avoid one proc lock/unlock trip unless PTRACE_E...
2017-10-19 mjgTidy up pmc support at execve.
2017-10-19 mjgsysvsem: check if semu_list has anything on it before...
2017-10-18 mjgDon't take Giant for SMP status and cpu topology sysctls.
2017-10-18 markjMove kernel dump offset tracking into MI code.
2017-10-18 brooksRemove mbpool(9) now that it has no consumers.
2017-10-17 markjFix a racy VI_DOOMED check in MNT_VNODE_FOREACH_ALL().
2017-10-16 avosmbuf(9): unbreak m_fragment()
2017-10-16 kibRe-evaluate thread' signal mask after ptracestop().
2017-10-16 kibImprove assertion that an ignored or blocked signal...
2017-10-16 kibStyle.
2017-10-16 mjorasProperly reset the fields in clean_unrhdr.
2017-10-15 tijlWhen a Linux program tries to access a /path the kernel...
2017-10-14 mjgmtx: fix up owner_mtx after r324609
2017-10-13 alcAddress two problems with sendfile(..., SF_NOCACHE...
2017-10-13 avgremove process and jail directory machinations from...
2017-10-12 emasteregen init_sysent.c r324560
2017-10-12 emasteallow posix_fallocate in capability mode
2017-10-11 mjorasAdd clearing function for unr(9).
2017-10-11 kibThe th_bintime, th_microtime and th_nanotime members...
2017-10-10 sbrunomatch sendfile() error handling to send().
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-10 sbrunoRevert r324405 at the request of the submitter pending...
2017-10-09 glebiusImprovements to sendfile(2) mbuf free routine.
2017-10-09 glebiusIn mb_dupcl() don't copy full m_ext, to avoid cache...
2017-10-09 glebiusShorten list of arguments to mbuf external storage...
2017-10-09 hselaskyWhen showing the sleepqueues from the in-kernel debugger,
2017-10-09 alcThe recent change to initialization of blists (r324420...
2017-10-08 alcThe blst_radix_init function has two purposes - to...
2017-10-08 ianAdd eventhandler notifications for newbus device attach...
2017-10-08 ianRestore the ability to deregister an eventhandler from...
2017-10-07 sbrunoCheck so_error early in sendfile() call. Prior to...
2017-10-06 mjgnamecache: factor out ~MAKEENTRY lookups from the commo...
2017-10-06 markjLet stack_create(9) take a malloc flags argument.
2017-10-06 baptImport 1.14.3
2017-10-06 manuvfs_export_lookup: Fix r324054
2017-10-05 mjglocks: take the number of readers into account when...
2017-10-05 shurdFix "taskqgroup_attach: setaffinity failed: 3" with...
2017-10-05 mjglocks: partially tidy up waiting on readers
2017-10-05 avgsysctl-s in a module should be accessible only when...
2017-10-02 glebiusHide struct socket and struct unpcb from the userland.
2017-10-02 alcUse vm_page_active() rather than directly accessing...
2017-10-01 avgrevert r324166, it has an unrelated change in it
2017-10-01 avgMFV r323531: 8521 nvlist memory leak in get_clones_stat...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-30 markjHave uiomove_object_page() keep accessed pages in the...
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-28 kibRevert r323722. A better fix will be committed shortly...
2017-09-27 jhbUse UMA_ALIGNOF() for name cache UMA zones.
2017-09-27 manuvfs_export: Simplify vfs_export_lookup
2017-09-27 mjgsysctl: remove target buffer read/write checks prior...
2017-09-27 mjgAnnotate sysctlmemlock with __exclusive_cache_line.
2017-09-27 mjgmtx: drop the tid argument from _mtx_lock_sleep
2017-09-25 jhbLog signal number passed to PT_STEP requests in KTR_PTR...
2017-09-23 cemddb(4): Add 'show badstacks' command to show witness...
2017-09-23 emasteRevert r323935 as it broke the build
2017-09-23 shurdMake struct grouptask gt_name member a char array
2017-09-22 cemddb(4): Add 'show badstacks' command to show witness...
2017-09-22 mckusickContinuing efforts to provide hardening of FFS, this...
2017-09-21 shurdFix undeclared identifier error introduced in r323879
2017-09-21 jhbOnly handle _PC_MAX_CANON, _PC_MAX_INPUT, and _PC_VDISA...
2017-09-21 shurdImproved logging of gtaskqueue failues
2017-09-21 shurdFix M_GTASKQUEUE definition
2017-09-19 kibDo not vrele() covered vnode under the mp mutex.
2017-09-19 kibFor unlinked files, do not msync(2) or sync on the...
2017-09-18 kibFix handling of the segment registers on i386.
2017-09-17 gordonMFV r323678: file 5.32
2017-09-16 alcModify blst_leaf_alloc to take only the cursor argument.
2017-09-16 shurdRevert r323516 (iflib rollup)
next