]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
make linux_renameat2 args consistent with linux_renameat
[FreeBSD/FreeBSD.git] / sys /
2019-09-11 Ed Mastemake linux_renameat2 args consistent with linux_renameat
2019-09-11 Hans Petter SelaskyUse true and false when dealing with bool type in the...
2019-09-11 Hans Petter SelaskyFix synchronous work drain issue in the LinuxKPI.
2019-09-11 Hans Petter SelaskyFix broken DECLARE_TASKLET() macro after r347852.
2019-09-11 Alexander MotinFix assumptions of only one device per SES slot.
2019-09-10 Ian LeporeIn am335x_dmtpps, use a spin mutex to interlock between...
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 Leandro LuporiAdd R_PPC_IRELATIVE relocation
2019-09-10 Hans Petter SelaskyCallout drain does not have to be followed by a callout...
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-10 Li-Wen HsuFix build for the platforms where db_expr_t is not...
2019-09-10 Conrad MeyerAppease Clang false-positive Werrors in r352112
2019-09-09 Conrad Meyerddb(4): Add 'show route <dest>' and 'show routetable...
2019-09-09 Mark JohnstonChange synchonization rules for vm_page reference counting.
2019-09-09 Ed Mastemsdosfsmount.h: fix ifdef comment
2019-09-09 Conrad Meyerddb(4): Add some support for lexing IPv6 addresses
2019-09-09 Conrad Meyerddb(4): Enhance lexer functionality for specialized...
2019-09-09 Michael TuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-09 Kristof Provostriscv: Ensure that BSS is 8-byte aligned
2019-09-09 Konstantin BelousovInitialize timehands linkage much earlier.
2019-09-09 Konstantin BelousovMake timehands count selectable at boottime.
2019-09-09 Konstantin BelousovRemove some unneeded vfs_busy() calls in SU code.
2019-09-09 Pedro F. Giffuniral(4): Use unsigned to avoid undefined behavior.
2019-09-09 Conrad Meyerddb(4): Move an extern variable declaration to a header
2019-09-08 Conrad Meyergdb(4): Root a sysctl tree at 'debug.gdb.'
2019-09-08 Mitchell HorneFix compilation of locore.S with clang
2019-09-08 Mitchell HorneRemove a duplicate KTR entry
2019-09-08 Mitchell HorneRISC-V: fix kernel CFLAGS with clang
2019-09-08 Oleksandr Tymoshenko[rpi] Inherit framebuffer BPP value from the VideoCore...
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 Konstantin Belousovvm_object_deallocate(): Remove no longer needed code.
2019-09-07 Konstantin Belousovvm_object_coalesce(): avoid extending any nosplit objec...
2019-09-07 Konstantin BelousovProperly check for writers when fetching quotas for...
2019-09-07 Alexander MotinSupply SAT layer with valid transfer sizes.
2019-09-07 Philip Paepsriscv: restore default HZ=1000, keep QEMU at HZ=100
2019-09-07 Warner LoshSome newer HID devices have descriptors that are larger...
2019-09-06 Alan SomersCoverity fixes in fusefs(5)
2019-09-06 Conrad MeyerFix build after r351934
2019-09-06 Randall StewartThis adds in the missing counter initialization which
2019-09-06 Warner LoshInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 Johannes LundbergLinuxKPI: Improve sysfs support.
2019-09-06 Fabien ThomasFix broken window replay check that will allow old...
2019-09-06 Randall StewartThis adds the final tweaks to LRO that will now allow me
2019-09-06 Takanori WatanabeAdd embedded Managed Object Format blob access to acpi_...
2019-09-06 Conrad Meyerufs: Remove redundant brelse() after r294954
2019-09-06 Conrad Meyermsdosfs: Remove redundant brelse() after r294954
2019-09-06 Conrad Meyercd9660: Remove redundant brelse() after r294954
2019-09-06 Conrad Meyerext2fs: Remove redundant brelse() after r294954
2019-09-06 Justin Hibbitspowerpc64/pmap: Fix a WITNESS error in alloc_pvo_entry()
2019-09-06 Justin Hibbitspowerpc64/pmap: Simplify the code path for moea64_pte_r...
2019-09-06 Philip PaepsQEMU: use default HZ
2019-09-06 Philip Paepsriscv: default to HZ=100
2019-09-05 Rick MacklemDelete the unused "nd" argument for nfsrv_proxyds().
2019-09-05 Conrad MeyerRemove long-dead BUF_ASSERT_{,UN}HELD assertions
2019-09-05 Conrad Meyermsdosfs: Drop an unneeded brelse in bread error condition
2019-09-05 Ian LeporeUse a single write of 3 bytes instead of iicdev_writeto...
2019-09-05 Ian LeporeEnsure a measurement is complete before reading the...
2019-09-05 Mateusz Guzikvfs: temporarily revert r351825
2019-09-05 Toomas SoomeAdjust teken to allow build as part of loader
2019-09-05 Ruslan BukinAdd dwgpio to NOTES so it gets built in LINT kernels.
2019-09-05 Stephen J. KiernanBump up the low range of cpuset numbers to account...
2019-09-05 Ed Mastepcie: return an error if a matching resource is not...
2019-09-05 Hans Petter SelaskyDecrease the default audio playback latency to a maximu...
2019-09-05 Conrad Meyersys/mount.h: Comment on distinction between vfs_{c...
2019-09-04 Rick MacklemDelete the unused "nd" argument for nfsrv_checkdsattr().
2019-09-04 Konstantin Belousovmadvise(MADV_FREE): Quick fix to time rewind.
2019-09-04 Warner LoshSupport doorbell strides != 0.
2019-09-04 Mateusz Guzikvfs: fully hold vnodes in vnlru_free_locked
2019-09-04 Edward Tomasz Napi... Fix /proc/mounts for autofs(5) mounts.
2019-09-04 Edward Tomasz Napi... Improve debugging output.
2019-09-04 Ruslan BukinInclude dwgpio to the build.
2019-09-04 Ruslan Bukino Add support for multi-port instances of Synopsys...
2019-09-04 Kyle EvansBack out r351799
2019-09-04 Kyle Evanspseudofs: make readdir work without a pid again
2019-09-04 Andriy Gaponshutdown_halt: make sure that watchdog timer is stopped
2019-09-04 Andriy GaponZFS: Always refuse receving non-resume stream when...
2019-09-04 Michael TuexenFix the SACK block generation in the base TCP stack...
2019-09-03 Mark JohnstonFix some nits in pmap_page_array_startup().
2019-09-03 Kyle EvansLOCAL_MODULES: Allow LOCAL_MODULES="" in src.conf to...
2019-09-03 Kyle EvansAllow more nesting of GEOM partitioning schemes
2019-09-03 Kyle Evansposixshm: start counting writeable mappings
2019-09-03 Kyle Evansvm pager: writemapping accounting for OBJT_SWAP
2019-09-03 Edward Tomasz Napi... Unbreak Linux binaries linked against new glibc, such...
2019-09-03 Michael TuexenFix two TCP RACK issues:
2019-09-03 Konstantin BelousovAdd procctl(PROC_STACKGAP_CTL)
2019-09-03 Edward Tomasz Napi... Make linprocfs(4) report Tgid, Linux ltrace(1) needs it.
2019-09-03 Mateusz Guzikvfs: implement usecount implying holdcnt
2019-09-03 Warner LoshImplement nvme suspend / resume for pci attachment
2019-09-03 Mark JohnstonAdd preliminary support for atomic updates of per-page...
2019-09-03 Mark JohnstonMap the vm_page array into KVA on amd64.
2019-09-03 Mateusz Guzikpseudofs: fix a LOR pfs_node vs pidhash (sleepable...
2019-09-03 Andriy Gaponsuperio: fix the copyright block and update the year
2019-09-03 Mateusz GuzikAdd sysctlbyname system call
next