]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge ^/head r352587 through r352763.
[FreeBSD/FreeBSD.git] / sys /
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
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 Jonathan T. LooneyAdd new functionality to switch to using cookies exclus...
2019-09-26 Jonathan T. LooneyAccess the syncache secret directly from the V_tcp_sync...
2019-09-26 Jonathan T. LooneyRemove the unused sch parameter to the syncache_respond...
2019-09-26 Alexander MotinAdd kern.cam.da.X.quirks tunable, similar existing...
2019-09-26 Toomas Soomekernel terminal should initialize fg and bg variables...
2019-09-26 Toomas Soomevt: use proper return value check with TUNABLE_INT_FETCH
2019-09-26 Cy Schubertipf mistakenly regards UDP packets with a checksum...
2019-09-26 Rick MacklemReplace all mtx_assert() calls for n_mtx and ncl_iod_mu...
2019-09-26 Conrad Meyeramd64 pmap: Clarify largemap bootverbose message units
2019-09-26 Conrad Meyeramd64: Expose vm.pmap.large_map_pml4_entries as a sysct...
2019-09-26 Martin MatuskaMFV r352731:
2019-09-26 Mitchell HorneFix some broken relocation handling
2019-09-26 Mitchell HorneCleanup of elf_machdep.c
2019-09-26 Alexander MotinMicrooptimize sched_pickcpu() CPU affinity on SMT.
2019-09-25 Gleb Smirnoffstyle(9): remove extraneous empty lines
2019-09-25 Alexander MotinMicrooptimize sched_pickcpu() after r352658.
2019-09-25 Kyle Evansrfork(2): add RFSPAWN flag
2019-09-25 Kyle Evanscompat/freebsd32: restore style after r352705 (no funct...
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 EvansAdd linux-compatible memfd_create
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 Evanssysent: regenerate after r352693
2019-09-25 Kyle EvansAdd COMPAT12 support to makesyscalls.sh
2019-09-25 Mark JohnstonAdd some counters for per-VM page events.
2019-09-25 Mark JohnstonComplete the removal of the "wire_count" field from...
2019-09-25 Konstantin Belousovx86: Fall back to leaf 0x16 if TSC frequency is obtaine...
2019-09-25 Toomas Soomevt: use colors from terminal emulator
2019-09-25 Toomas Soomekernel: terminal_init() should check for teken colors...
2019-09-25 Alexander MotinFix wrong assertion in r352658.
2019-09-25 Justin Hibbitspowerpc/atomic: Follow recommendations on atomic primit...
2019-09-25 Justin Hibbitspowerpc: Allocate DPCPU block from domain-local memory
2019-09-24 Rick MacklemReplace all mtx_lock()/mtx_unlock() on the iod lock...
2019-09-24 Jung-uk KimFix white spaces.
2019-09-24 Randall Stewartlets put (void) in a couple of functions to keep older...
2019-09-24 Randall Stewartdon't call in_ratelmit detach when RATELIMIT is not
2019-09-24 Randall StewartFix the ifdefs in tcp_ratelimit.h. They were reversed so
2019-09-24 Alexander MotinFix/improve interrupt threads scheduling.
2019-09-24 Randall StewartThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-24 Eric Joynerix, ixv: Read msix_bar from device configuration
2019-09-24 Eric Joyneriflib: Remove redundant VLAN events deregistration
2019-09-24 Olivier CochardFix a minor typo
2019-09-24 Michael TuexenPlumb a memory leak.
2019-09-24 Rick MacklemReplace all mtx_lock()/mtx_unlock() on n_mtx with the...
2019-09-24 Li-Wen HsuClean LINT* kernel configurations for arm*
2019-09-23 Mateusz Guzikcache: tidy up handling of negative entries
2019-09-23 Alexander MotinMake nvme(4) driver some more NUMA aware.
2019-09-23 Mark JohnstonImplement x86 dtrace_invop_(un)init() in C.
2019-09-23 Mark JohnstonFix a harmless typo.
2019-09-23 Mark JohnstonRevert r316820.
2019-09-23 Mark JohnstonSet NX on some non-leaf direct map page table entries.
2019-09-23 Mark JohnstonUse elf_relocaddr() when handling R_X86_64_RELATIVE...
2019-09-23 Mark JohnstonSet NX in mappings created by pmap_kenter() and pmap_ke...
2019-09-23 Kyle Evansmips: fix XLPN32 after r352434
2019-09-23 Tijl CoosemansCreate a "drm" subdirectory for drm devices in linsysfs...
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-22 Konstantin Belousovi386: reduce differences in source between PAE and...
2019-09-22 Konstantin Belousovi386: implement sysctl vm.pmap.kernel_maps.
2019-09-22 Konstantin Belousovamd64: minor tweaks to pat decoding in sysctl vm.pmap...
2019-09-22 Kyle Evansocteon-sdk: suppress another set of warnings under...
2019-09-22 Kyle Evansocteon1: suppress a couple of warnings under clang
2019-09-22 Kyle EvansHonor CWARNFLAGS.clang/gcc in the kernel build
2019-09-22 Michael TuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 Michael TuexenCleanup the RTO calculation and perform some consistenc...
2019-09-22 Andriy GaponMFZoL: Retire send space estimation via ZFS_IOC_SEND
2019-09-21 Dimitry AndricMerge ^/head r352537 through r352586.
2019-09-21 Konstantin Belousovkern.elf{32,64}.pie_base sysctl: enforce page alignment.
2019-09-21 Alan CoxIn case a translation fault on the kernel address space...
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 Konstantin Belousovamd64 pmap: Fix formats for 64bit addresses in ddb...
2019-09-21 Alexander MotinAllocate callout wheel from the respective memory domain.
2019-09-20 Kyle Evansmsdosfs: do not deget unlinked denodes
2019-09-20 Hans Petter SelaskyAdd quirk for XHCI(4) controllers to support USB contro...
2019-09-20 Hans Petter SelaskyIncrease the maximum user-space buffer size from 256kBy...
2019-09-20 Hans Petter SelaskyThe maximum TD size is 31 and not 15.
2019-09-20 Andrew Gallatinremove redundant "ktls" in KTLS thr name
2019-09-20 Ed Masteelf_common: add ELF note names
2019-09-20 Michael TuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 Alexander MotinImprove ioat(4) NUMA-awareness.
2019-09-19 Mateusz Guzikvfs: group fields used for per-cpu ops in one cacheline
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 Michael TuexenWhen the RACK stack computes the space for user data...
2019-09-19 Michael TuexenWhen processing an incoming IPv6 packet over the loopba...
2019-09-19 Andriy Gaponfix dsl_scan_ds_clone_swapped logic
2019-09-19 Andriy Gaponvt: fix problems with trying to switch to a closed VT
2019-09-19 Allan Judesys/vm/vm_glue.c: Incorrect function name in panic...
next