Search
34 results for “netbsdsrc”
-
distrib/utils/embedded/files: ec2_init
jschauma: Improve metadata fetching to work more reliably across
IPv4-only, IPv6-only, and dual-stack instances.http://cvsweb.netbsd.org/bsdweb.cgi/src/distrib/utils/embedded/files/ec2_init.diff?r1=1.7&r2=1.8
-
jkoshy: Import elftoolchain revision [r4324] (previous was [r4037]).
-
share/man/man4: ddb.4
riastradh: ddb(4): Specify which status and flags are meant in ddb man page.
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man4/ddb.4.diff?r1=1.206&r2=1.207
-
sys/dev/acpi/acpica: OsdSchedule.c
andvar: s/APCICA/ACPICA/ in comment.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/acpi/acpica/OsdSchedule.c.diff?r1=1.20&r2=1.21
-
external/bsd/elftoolchain: README
jkoshy: elftoolchain/README: Update the recommended invocation of 'cvs import'.
http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/elftoolchain/README.diff?r1=1.1&r2=1.2
-
sys/sys: atomic.h
riastradh: sys/atomic.h: Avoid needless stack spillage with typeof_unqual.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/atomic.h.diff?r1=1.27&r2=1.28
-
crypto/external/bsd/openssh/dist: sshd-auth.c sshd-session.c
christos: PR/60270: Jose Luis Duran: Add back accidentally removed probes.
http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssh/dist/sshd-auth.c.diff?r1=1.5&r2=1.6
http://cvsweb.netbsd.org/bsdweb.cgi/src/crypto/external/bsd/openssh/dist/sshd-session.c.diff?r1=1.12&r2=1.13 -
sys/arch/arm/arm: psci.c psci.h
sys/arch/arm/fdt: acpi_fdt.c psci_fdt.cjmcneill: psci: ensure cores are in a known state before SYSTEM_OFF
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/arm/psci.c.diff?r1=1.8&r2=1.9
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/arm/psci.h.diff?r1=1.5&r2=1.6
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/fdt/acpi_fdt.c.diff?r1=1.25&r2=1.26
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/arm/fdt/psci_fdt.c.diff?r1=1.21&r2=1.22 -
doc [netbsd-11]: CHANGES-11.0
martin: Tickets #286 and #287
http://cvsweb.netbsd.org/bsdweb.cgi/src/doc/CHANGES-11.0.diff?r1=1.1.2.91&r2=1.1.2.92
-
tools/xz-include [netbsd-11]: Makefile
martin: Pull up following revision(s) (requested by hgutch in ticket #287):
http://cvsweb.netbsd.org/bsdweb.cgi/src/tools/xz-include/Makefile.diff?r1=1.4&r2=1.4.6.1
-
sys/net [netbsd-11]: if.c
martin: Pull up following revision(s) (requested by roy in ticket #286):
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/net/if.c.diff?r1=1.535.2.1&r2=1.535.2.2
-
external/gpl3/gcc/dist/gcc/config/vax: vax.md
kalvisd: gcc/vax: adjust the constraints on the output operands of the
'*extzv_aligned' instruction patterns, removing the 'earlyclobber'
modifier, to be consistent with the constraints on the output operands
of the related 'extv_aligned' instruction patterns. -
share/man/man5: mk.conf.5
jkoshy: mk.conf.5: Note that MKDTRACE defaults to "yes" for MACHINE_ARCH ~ /earm*/.
http://cvsweb.netbsd.org/bsdweb.cgi/src/share/man/man5/mk.conf.5.diff?r1=1.122&r2=1.123
-
external/bsd/elftoolchain/dist/tools: netbsd-base-system-import.sh
jkoshy: elftoolchain/netbsd-base-system-import.sh: Update to upstream [r4372].
-
doc: 3RDPARTY
jkoshy: doc/3RDPARTY: update the stanza for Elftoolchain.
http://cvsweb.netbsd.org/bsdweb.cgi/src/doc/3RDPARTY.diff?r1=1.2204&r2=1.2205
-
include: bitstring.h
kre: PR lib/60249 add some casts, and #include <stdlib.h>
http://cvsweb.netbsd.org/bsdweb.cgi/src/include/bitstring.h.diff?r1=1.15&r2=1.16
-
sys/arch/sparc64/include: param.h
kre: Return an #endif seemingly deleted by accident in previous.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sparc64/include/param.h.diff?r1=1.64&r2=1.65
-
sys/arch/sparc64/include: param.h
kre: Return an #endif seemingly deleted by accident in previous.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sparc64/include/param.h.diff?r1=1.64&r2=1.65
-
sys/arch/riscv/include: proc.h
thorpej: Two issues:
- Always include vmparams.h via <machine/vmparams.h>, because redirection
logic elsewhere relies on this.
- But akshually, isn't not even needed here because the code that would
use it is #if 0'd out anyway.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/include/proc.h.diff?r1=1.6&r2=1.7
-
sys/arch/riscv/include: proc.h
thorpej: Two issues:
- Always include vmparams.h via <machine/vmparams.h>, because redirection
logic elsewhere relies on this.
- But akshually, isn't not even needed here because the code that would
use it is #if 0'd out anyway.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/include/proc.h.diff?r1=1.6&r2=1.7
-
sys/arch/riscv/include: proc.h
thorpej: Two issues:
- Always include vmparams.h via <machine/vmparams.h>, because redirection
logic elsewhere relies on this.
- But akshually, isn't not even needed here because the code that would
use it is #if 0'd out anyway.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/include/proc.h.diff?r1=1.6&r2=1.7
-
sys/arch/riscv/include: proc.h
thorpej: Two issues:
- Always include vmparams.h via <machine/vmparams.h>, because redirection
logic elsewhere relies on this.
- But akshually, isn't not even needed here because the code that would
use it is #if 0'd out anyway.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/riscv/include/proc.h.diff?r1=1.6&r2=1.7
-
common/dist/zlib: zutil.h
kre: No #include <userland.header> in KERNEL or STANDALONE
http://cvsweb.netbsd.org/bsdweb.cgi/src/common/dist/zlib/zutil.h.diff?r1=1.9&r2=1.10
-
sys/arch/m68k/include: pmap_coldfire.h
skrll: Fix a typo in the multiple inclusion protection #define
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/m68k/include/pmap_coldfire.h.diff?r1=1.6&r2=1.7
-
sys/arch/m68k/include: asm.h
christos: Make the _C_LABEL definition match exactly <sys/cdefs_elf.h> because
atomic_cas.S now includes <sys/ras.h> and <sys/ras.h> includes <sys/cdefs.h>
because it wants things like __CONCAT(). I think it is better to do it this
way rather than #undef here or in atomic_cas.S because then if the definition
changes it will break again.http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/m68k/include/asm.h.diff?r1=1.37&r2=1.38
-
external/cddl/osnet/dist/uts/common/fs/zfs: zvol.c
yamt: zfs zvol.c: #ifdef out zvol_log_truncate
-
sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
nia: nvmm(4): x86: Handle #CP (control protection exception)
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/nvmm/x86/nvmm_x86_svm.c.diff?r1=1.92&r2=1.93
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/nvmm/x86/nvmm_x86_vmx.c.diff?r1=1.91&r2=1.92 -
sys/dev/mii: mcommphy.c
skrll: Slight re-arrangement of #defines. NFCI.
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/mii/mcommphy.c.diff?r1=1.4&r2=1.5
-
Dear #NetBSD people:
The reason that the spinners do not work in your boot loader when booted on TianoCore firmware is that, very unusually, #TianoCore has made back space (BS) consistent with forward space (SPC). They are *both* destructive spaces.
You need to print the BS before printing the spinner character. And do an initial SPC and a final BS.
https://github.com/NetBSD/src/blob/trunk/sys/lib/libsa/twiddle.c#L58
Or drop BS and save and restore the cursor position.
https://uefi.org/specs/UEFI/2.10/12_Protocols_Console_Support.html#efi-simple-text-output-protocol
-
#NetBSD10RC3
I am wary of breaking the 0W. Otherwise, smooth. And wifi seems to start more orderly now (especially where it was not running before).