]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/kern
Cleanup unneeded includes that crept in with r353292.
[FreeBSD/FreeBSD.git] / sys / kern /
2019-10-09 Gleb SmirnoffCleanup unneeded includes that crept in with r353292.
2019-10-09 Gleb SmirnoffEnter network epoch in domain callouts.
2019-10-08 Mark JohnstonFix handling of empty SCM_RIGHTS messages.
2019-10-08 John BaldwinAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Doug MooreDefine macro VM_MAP_ENTRY_FOREACH for enumerating the...
2019-10-07 Gleb SmirnoffWiden NET_EPOCH coverage.
2019-10-07 Edward Tomasz Napi... Introduce stats(3), a flexible statistics gathering...
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-06 Mateusz Guzikvfs: add optional root vnode caching
2019-10-05 Kyle EvansRemove the remnants of SI_CHEAPCLONE
2019-10-05 Kyle Evanskern_conf: fully initialize cloned devices with make_de...
2019-10-05 Mateusz Guzikdevfs: plug redundant bwillwrite avoidance
2019-10-04 Eric van GyzenAdd CTLFLAG_STATS to some vfs sysctl OIDs
2019-10-02 Ed Mastesimplify path handling in sysctl_try_reclaim_vnode
2019-10-02 Mark JohnstonUse OBJT_PHYS VM objects for kernel modules.
2019-10-02 Mark JohnstonDisallow fcntl(F_READAHEAD) when the vnode is not a...
2019-10-02 Kyle Evansshm_open2(2): completely unbreak
2019-10-01 Ed Mastesysalls.master: remove superfluous ellipsis in comment
2019-09-30 Brooks DavisRestore the ability to set capenabled directly in sysca...
2019-09-30 Kyle Evanssyscalls.master: consistency, move ); to newline (no...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-28 Mark JohnstonFix some problems with the SPARSE_MAPPING option in...
2019-09-27 Andrew GallatinkTLS: Fix a bug where we would not encrypt anon data...
2019-09-27 Andrew GallatinkTLS support for TLS 1.3
2019-09-27 Mateusz Guzikcache: decrease ncnegfactor to 5
2019-09-27 Mateusz Guzikcache: stop requeuing negative entries on the hot list
2019-09-27 Mateusz Guzikcache: make negative list shrinking a little bit concurrent
2019-09-27 Mateusz Guzikcache: stop recalculating upper limit each time a new...
2019-09-27 Konstantin BelousovImprove MD page fault handlers.
2019-09-27 Andrew TurnerCheck the vfs option length is valid before accessing...
2019-09-26 David Brightsysent: regenerate after r352747.
2019-09-26 Mark JohnstonFix handling of invalid pages in exec_map_first_page().
2019-09-26 David BrightAdd an shm_rename syscall
2019-09-26 Toomas Soomekernel terminal should initialize fg and bg variables...
2019-09-26 Martin MatuskaMFV r352731:
2019-09-26 Alexander MotinMicrooptimize sched_pickcpu() CPU affinity on SMT.
2019-09-25 Alexander MotinMicrooptimize sched_pickcpu() after r352658.
2019-09-25 Kyle Evansrfork(2): add RFSPAWN flag
2019-09-25 Gleb SmirnoffAdd debugging facility EPOCH_TRACE that checks that...
2019-09-25 Kyle Evanssysent: regenerate after r352705
2019-09-25 Kyle EvansMark shm_open(2) as COMPAT12, succeeded by shm_open2
2019-09-25 Kyle Evanssysent: regenerate after r352700
2019-09-25 Kyle EvansAdd a shm_open2 syscall to support upcoming memfd_create
2019-09-25 Kyle Evans[2/3] Add an initial seal argument to kern_shm_open()
2019-09-25 Kyle Evans[1/3] Add mostly Linux-compatible file sealing support
2019-09-25 Kyle EvansAdd COMPAT12 support to makesyscalls.sh
2019-09-25 Toomas Soomekernel: terminal_init() should check for teken colors...
2019-09-25 Alexander MotinFix wrong assertion in r352658.
2019-09-24 Alexander MotinFix/improve interrupt threads scheduling.
2019-09-24 Randall StewartThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-23 Mateusz Guzikcache: tidy up handling of negative entries
2019-09-23 Mark JohnstonUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 Mateusz Guzikcache: count evictions of negatve entries
2019-09-23 Sean Eric FaganAdd two options to allow mount to avoid covering up...
2019-09-22 Mateusz Guzikcache: try to avoid vhold if locks held
2019-09-22 Mateusz Guzikcache: jump in negative success instead of positive
2019-09-22 Mateusz Guziklockprof: move per-cpu data to dpcpu
2019-09-21 Konstantin Belousovkern.elf{32,64}.pie_base sysctl: enforce page alignment.
2019-09-21 Mateusz Guziklockprof: use CPUFOREACH and drop always false lp_cpu...
2019-09-21 Konstantin BelousovMake non-ASLR pie base tunable.
2019-09-21 Alexander MotinAllocate callout wheel from the respective memory domain.
2019-09-20 Andrew Gallatinremove redundant "ktls" in KTLS thr name
2019-09-19 Mateusz Guzikvfs: group fields used for per-cpu ops in one cacheline
2019-09-18 Konstantin Belousovsysctl: use names instead of magic numbers.
2019-09-17 Konstantin BelousovReturn EISDIR when directory is opened with O_CREAT...
2019-09-17 Kirk McKusickThe VFS-level clustering code collects together sequent...
2019-09-17 Mateusz Guzikvfs: apply r352437 to the fast path as well
2019-09-17 Mateusz Guzikvfs: fix braino resulting in NULL pointer deref in...
2019-09-16 Mateusz Guzikvfs: convert struct mount counters to per-cpu
2019-09-16 Mateusz Guzikvfs: manage mnt_writeopcount with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_lockref with atomics
2019-09-16 Mateusz Guzikvfs: manage mnt_ref with atomics
2019-09-15 Kyle Evansrangelock: add rangelock_cookie_assert
2019-09-13 Mateusz Guzikvfs: release usecount using fetchadd
2019-09-12 Mark JohnstonRemove a redundant NULL pointer check in cpuset_modify_...
2019-09-12 Hans Petter SelaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-12 Kyle EvansFollow up r352244: kenv: tighten up assertions
2019-09-12 Kyle Evanskenv: assert that an empty static buffer passed in...
2019-09-11 Conrad Meyerbuf: Add B_INVALONERR flag to discard data
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Mateusz Guzikcache: avoid excessive relocking on entry removal durin...
2019-09-10 Mateusz Guzikcache: change the formula for calculating lock array...
2019-09-10 Mateusz Guzikcache: assorted cleanups
2019-09-10 Jeff RobersonReplace redundant code with a few new vm_page_grab...
2019-09-10 Jeff RobersonUse the sleepq lock rather than the page lock to protec...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-09 Konstantin BelousovInitialize timehands linkage much earlier.
2019-09-09 Konstantin BelousovMake timehands count selectable at boottime.
2019-09-07 Konstantin BelousovIn do_execve(), use shared text vnode lock consistently.
2019-09-07 Konstantin BelousovIn do_execve(), clear imgp->textset when restarting...
2019-09-07 Konstantin BelousovWhen loading ELF interpreter, initialize whole nested...
2019-09-07 Philip Paepsriscv: restore default HZ=1000, keep QEMU at HZ=100
2019-09-06 Philip Paepsriscv: default to HZ=100
2019-09-05 Conrad MeyerRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 Mateusz Guzikvfs: temporarily revert r351825
2019-09-05 Stephen J. KiernanBump up the low range of cpuset numbers to account...
2019-09-04 Mateusz Guzikvfs: fully hold vnodes in vnlru_free_locked
next