]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Modify ipfw's dynamic states KPI.
[FreeBSD/FreeBSD.git] / sys / kern /
2017-11-23 mjgsx: unbreak debug after r326107
2017-11-23 mjgrwlock: unbreak WITNESS builds after r326110
2017-11-22 mjgrwlock: don't check for curthread's read lock count...
2017-11-22 mjglocks: pass the found lock value to unlock slow path
2017-11-22 mjglocks: remove the file + line argument from internal...
2017-11-21 markjClean up the SYSINIT_FLAGS definitions for rwlock(9...
2017-11-20 scottlUpdate a comment in brelse() to match reality.
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-17 mjglocks: fix compilation issues without SMP or KDTRACE_HOOKS
2017-11-17 mjglockmgr: remove the ADAPTIVE_LOCKMGRS option
2017-11-17 cemvfs_lookup: Allow PATH_MAX-1 symlinks
2017-11-17 mjgmtx: add missing parts of the diff in r325920
2017-11-17 mjgsched: move panic handling code out of choosethread
2017-11-17 mjgCheck for PRS_NEW without locking the proc in sysctl_ke...
2017-11-17 mjgsx: perform a minor cleanup of the unlock slowpath
2017-11-17 mjgrwlock: unlock before traversing threads to wake up
2017-11-17 mjgmtx: unlock before traversing threads to wake up
2017-11-17 mjglocks: pull up PMC_SOFT_CALLs out of slow path loops
2017-11-17 mjgrwlock: avoid branches in the slow path if lockstat...
2017-11-17 mjgsx: avoid branches if in the slow path if lockstat...
2017-11-15 gordonProperly bzero kldstat structure to prevent kernel...
2017-11-14 emastedisallow clock_settime too far in the future to avoid...
2017-11-14 impAdd two new tunables / sysctls to controll reboot after...
2017-11-13 jhbMove loop to clear TDB_SUSPEND into PT_DETACH case.
2017-11-13 jhbPull the PT_ATTACH case out of the 'sendsig:' block.
2017-11-13 jhbOnly clear a pending thread event if one is pending.
2017-11-13 delphijBe more careful when doing calculation with request...
2017-11-12 mjgUse passed thread pointer instead of curthread in sys_s...
2017-11-11 mjgAvoid locking and refing in sysctl_kern_proc_args if...
2017-11-11 mjgsysctl: try to avoid malloc in name2oid
2017-11-11 mjgUse pfind_any in linux_rt_sigqueueinfo and kern_sigqueue
2017-11-11 mjgAdd pfind_any
2017-11-11 mjgAvoid allproc lock in pfind if curproc->pid == pid
2017-11-11 mjgRemove useless proc lookup from sysctl_out_proc
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-11 mjgrwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNER
2017-11-09 mjorasIntroduce EVENTHANDLER_LIST and some users.
2017-11-08 kibZero whole struct ptrace_lwpinfo to not leak kernel...
2017-11-08 jeffReplace manyinstances of VM_WAIT with blocking page...
2017-11-07 robakMake sysctl_kern_proc_umask execute fast path when...
2017-11-06 mjgrwlock: fix up compilation without KDTRACE_HOOKS after...
2017-11-05 mjgnamecache: bump numcache after dropping all locks
2017-11-05 mjgnamecache: wlock buckets in cache_lookup_nomakeentry
2017-11-05 mjgnamecache: skip locking in cache_lookup_nomakeentry...
2017-11-05 emasteANSIfy sys/kern/md4c.c
2017-11-05 mjgnamecache: skip locking in cache_purge_negative if...
2017-11-04 pfgANSI-fy exec_shell_imgact().
2017-11-04 kibConvert explicit panic() call to assert.
2017-11-03 mjgSpecial-case pget lookups where pid == curproc->pid
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
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...
next