]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Report the kernel console on the boot screen
[FreeBSD/FreeBSD.git] / sys /
2020-09-28 Michael TuexenMinor cleanup.
2020-09-28 Michal MelounFix booting arm64 EFI with LINUX_BOOT_ABI enabled.
2020-09-27 Edward Tomasz Napi... Get rid of sa->narg. It serves no purpose; use sa...
2020-09-27 Cy SchubertRemove extraneous bracket.
2020-09-27 Edward Tomasz Napi... Shrink struct sysent from 48 to 32 bytes (on LP64;...
2020-09-27 Michal MelounCheck the result of the function, not the pointer to it.
2020-09-27 Michael TuexenCleanup, no functional change intended.
2020-09-27 Michael TuexenImprove the handling of receiving unordered and unrelia...
2020-09-27 Michal MelounDon't send a signal with uninitialized 'sig' and 'code...
2020-09-27 Michal MelounAdd LINUX_BOOT_ABI back to arm64 GENERIC kernel.
2020-09-27 Michal MelounReapply r366193 with proper commit log.
2020-09-27 Michal MelounRevert r366193, it was committed with unsaved commit...
2020-09-27 Michal MelounDon't map same physical memory multiple times with...
2020-09-27 Michal MelounDon't try to print EFI memeory map if it doesn't exist.
2020-09-26 Rick MacklemBjorn reported a problem where the Linux NFSv4.1 client is
2020-09-26 Justin HibbitsCheck for the only 32-bit MIPS ABIs we support, rather...
2020-09-25 John BaldwinRevert most of r360179.
2020-09-25 Warner LoshAdjustments to includes for openzfs in _STANDALONE
2020-09-25 Justin HibbitsFix mips64 build
2020-09-25 Justin Hibbitsmips: Fix compat32 library builds from r366162
2020-09-25 Warner LoshDont let kernel and standalone both be defined at the...
2020-09-25 Mark Johnstonng_l2tp: Fix callout synchronization in the rexmit...
2020-09-25 Justin HibbitsFix compat32 on mips64
2020-09-25 Michal MelounRefine locking inside of syscon driver.
2020-09-25 Michal MelounCorrectly handle nodes compatible with "syscon", "simpl...
2020-09-25 Richard ScheffeneggerTCP: send full initial window when timestamps are in use
2020-09-25 Richard ScheffeneggerTCP newreno: improve after_idle ssthresh
2020-09-25 Edward Tomasz Napi... Regen after r366145.
2020-09-25 Michal MelounMake simplebus friendlier for subclassing.
2020-09-25 Edward Tomasz Napi... Make makesyscalls.lua initialize 'struct sysent' entrie...
2020-09-25 Andriy Gaponaw_pwm: add a check and some comments related to long...
2020-09-25 Andriy Gaponaw_pwm: ensure sane configuration, just in case
2020-09-25 Andriy Gaponaw_pwm: fix programming of the period
2020-09-25 Andriy Gaponaw_pwm: fix selection of the prescaler
2020-09-25 Andriy Gaponaw_pwm: remove the busy bit check
2020-09-25 Andriy Gaponaw_pwm: trivially add H3 support
2020-09-25 Conrad Meyeramdtemp(4), amdsmn(4): Attach to Ryzen 4000 APU (Zen...
2020-09-24 Alan Somersfusefs: fix mmap'd writes in direct_io mode
2020-09-24 Alan SomersFix some signed/unsigned comparison warnings in NFS
2020-09-24 Michael TuexenWhitespace changes.
2020-09-24 Konstantin BelousovRemove pointless local variable.
2020-09-24 Bjoern A. ZeebProvide MS() and SM() macros for 80211 and wireless...
2020-09-24 Andrew TurnerClean up the arm64 bus_dma_run_filter
2020-09-24 Andrew TurnerEnsure arm64 DMA alignment is passed from parents to...
2020-09-24 Michal MelounAdd missing declarations of 64-bit variants of bus_peek...
2020-09-24 Andrew TurnerBounce in more cases in the arm64 busdma
2020-09-24 Andrew TurnerEnsure we always align and size arm64 busdma allocation...
2020-09-24 Warner LoshDon't define _STANDALONE when building kernel modules.
2020-09-24 Andrew TurnerAdd a coherent flag on the arm64 dma map struct
2020-09-24 Andrew TurnerAdd bounce helpers to the arm64 busdma
2020-09-24 Warner LoshCreate a standalone version of sys/malloc.h
2020-09-24 Mateusz Guzikcache: eliminate cache_zap_locked_vnode
2020-09-23 Mark JohnstonFlag vm_reserv and vm_phys sysctls as MPSAFE.
2020-09-23 Mark JohnstonAdd a vmparam.h constant indicating pmap support for...
2020-09-23 Mark JohnstonAdd largepage support to the arm64 pmap.
2020-09-23 Warner LoshUse envvar rather than nonstandard hint. lines
2020-09-23 Nick O'Brienriscv: Trap cleanup - use nitems()
2020-09-23 Konstantin BelousovDo not leak oldvmspace if image activation failed
2020-09-23 Ed Masteremove reference to obsolete arm NOTES files
2020-09-23 Mateusz GuzikBump __FreeBSD_version after cache_purgevfs change
2020-09-23 Mateusz Guzikcache: drop the force flag from purgevfs
2020-09-23 Mateusz Guzikcache: reimplement purgevfs to iterate vnodes instead...
2020-09-23 Mateusz Guzikcache: clean up atomic ops on numneg and numcache
2020-09-23 Brandon Bergren[PowerPC64LE] Fix RTAS LE calls in pseries.
2020-09-23 Brandon Bergren__FreeBSD_version bump for introduction of the powerpc6...
2020-09-23 Brandon Bergren[PowerPC64LE] Fix sleeping on POWER8.
2020-09-23 Brandon Bergren[PowerPC64LE] Fix AP spinup on powernv.
2020-09-23 Brandon Bergren[PowerPC64LE] Endian fix for opal_hmi.c
2020-09-23 Brandon Bergren[PowerPC64LE] Get XIVE up and running.
2020-09-23 Brandon Bergren[PowerPC64LE] Endian fix for opal_dev.c.
2020-09-23 Brandon Bergren[PowerPC64LE] Endian fixes for opal_pci.c.
2020-09-23 Brandon Bergren[PowerPC64LE] Implement endian-independent dword atomic...
2020-09-23 Brandon Bergren[PowerPC64LE] Fix endian conversion bugs in moea64.
2020-09-23 Brandon Bergren[PowerPC64LE] Initial GENERIC64LE kernel config.
2020-09-23 Brandon Bergren[PowerPC64LE] powernv ILE setup code.
2020-09-23 Brandon Bergren[PowerPC64LE] LE opal_call() implementation
2020-09-23 Brandon Bergren[PowerPC64LE] Fix endianness issues in phyp_vscsi.
2020-09-23 Brandon Bergren[PowerPC64LE] Work around qemu TCG bug in mtmsrd emulation.
2020-09-23 Brandon Bergren[PowerPC64LE] Fix endianness issues in phyp and opal...
2020-09-23 Brandon Bergren[PowerPC64LE] Tell the hypervisor to switch interrupts...
2020-09-22 Brandon Bergren[PowerPC64LE] Fix endian dependence of ofw_real.c.
2020-09-22 Brandon Bergren[PowerPC64LE] LE bringup work: locore / machdep / platform
2020-09-22 Brandon Bergren[PowerPC64LE] Set up powerpc.powerpc64le architecture
2020-09-22 Konstantin Belousovamd64 pmap: More unification for psind = 1 vs 2 in...
2020-09-22 Konstantin BelousovAdd O_RESOLVE_BENEATH and AT_RESOLVE_BENEATH to mimic...
2020-09-22 Konstantin BelousovChange O_BENEATH to handle relative paths same as absolute.
2020-09-22 Konstantin BelousovOnly clear latch for BENEATH when we walk out of the...
2020-09-22 Konstantin BelousovAdd open2nameif()
2020-09-22 Konstantin BelousovAdd at2cnpflags()
2020-09-22 Konstantin BelousovAdd NIRES_STRICTREL.
2020-09-22 Konstantin Belousovlookup: Track last lookup component if it is directory.
2020-09-22 Konstantin BelousovImprove comment above nameicap_check_dotdot().
2020-09-22 Mark Johnstonudf: Validate the full file entry length
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-22 Mitchell HorneRISC-V: build SiFive drivers and DTB in GENERIC
2020-09-22 Navdeep Parharcxgbe(4): let the PF driver use VM work requests for...
2020-09-22 Navdeep Parharcxgbe(4): add counters for mbuf pullups and defrags.
2020-09-21 D Scott Phillipsarm64/pmap: Sparsify pv_table
2020-09-21 D Scott Phillipsvm_reserv: Sparsify the vm_reserv_array when VM_PHYSSEG...
2020-09-21 D Scott PhillipsSparsify the vm_page_dump bitmap
next