]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix a minor typo
[FreeBSD/FreeBSD.git] / sys /
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 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 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...
2019-09-18 Alexander MotinFix typo, setting hidden flag instead of reparse.
2019-09-18 Ruslan BukinAdd support for BERI statcounters.
2019-09-18 Konstantin Belousovsysctl: use names instead of magic numbers.
2019-09-17 Konstantin BelousovAdd SIOCGIFDOWNREASON.
2019-09-17 Konstantin BelousovFurther refine r352393, only call vnode_pager_setsize...
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 Michael TuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-17 Mateusz Guzikvfs: fix braino resulting in NULL pointer deref in...
2019-09-17 Jason A. Harmeningmips: move support for temporary mappings above KSEG0...
2019-09-17 Doug MooreRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 Mitchell HorneRISC-V: Support EARLY_AP_STARTUP
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-16 Alan SomersFix an off-by-one error from r351961
2019-09-16 Mark JohnstonAssert that the refcount value is not VPRC_BLOCKED...
2019-09-16 Mark JohnstonFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 Mark JohnstonFix a page leak in vm_page_reclaim_run().
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-16 Mark JohnstonRevert r352406, which contained changes I didn't intend...
2019-09-16 Mark JohnstonFix a couple of nits in r352110.
2019-09-16 Alan Somersfusefs: fix some minor issues with fuse_vnode_setparent
2019-09-16 Konstantin Belousovnfscl_loadattrcache: fix rest of the cases to not call
2019-09-16 Michael TuexenDon't write to memory outside of the allocated array...
2019-09-15 Alexander MotinRelax TX draining in ns8250_bus_transmit().
2019-09-15 Ian LeporeApply a runtime patch to the FDT data for imx6 to fix...
2019-09-15 Michael TuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-15 Kyle Evansrangelock: add rangelock_cookie_assert
2019-09-15 Ian LeporeMake the ti_sysc device quiet. It's an internal utilit...
2019-09-14 Ian LeporeCreate a mechanism for encoding a system errno into...
2019-09-14 Edward Tomasz Napi... Introduce arb(3), the Array-based Red-Black Tree macros...
2019-09-14 Edward Tomasz Napi... Make pseudofs(9) create directory entries in order...
2019-09-14 Ian LeporeInclude <lock.h>, required to use spinlocks in this...
2019-09-14 Justin Hibbitspowerpc64/powernv: Add opal NVRAM driver for PowerNV...
2019-09-13 Chuck SilversAdd a "count_until_fail" option to gnop, which says...
2019-09-13 Gleb SmirnoffDrivers may pass runt packets to filter. This is okay.
2019-09-13 Konstantin Belousovriscv trap_pfault: remove unneeded hold of the process...
2019-09-13 Ruslan BukinAdd support for Intel Stratix 10 platform.
2019-09-13 Ruslan BukinAdd generic arm/arm64 secure-monitor SMCCC interface...
2019-09-13 Mateusz Guzikvfs: release usecount using fetchadd
2019-09-12 Michael Zhilin[Bug 240473] add support of Ralink RT5390R Wireless...
2019-09-12 Ed Mastearm64: connect Linuxulator to the build
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 Hans Petter SelaskyUse %u instead of %d to print unsigned integer.
2019-09-12 Hans Petter SelaskyFix for undefined behaviour.
2019-09-12 Kyle EvansSIOCSIFNAME: Do nothing if we're not actually changing
2019-09-12 Kyle EvansFollow up r352244: kenv: tighten up assertions
2019-09-12 Kyle Evanskenv: assert that an empty static buffer passed in...
next