CVS: cvs.openbsd.org: src

2023-02-03 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/03 11:34:24 Modified files: sys/dev/rasops : rasops.c Log message: RASOPS_CLIPPING is about screen coordinates, don't let it mess with color codes. NFC as this option is not enabled anywhere.

CVS: cvs.openbsd.org: src

2023-02-03 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/03 11:32:31 Modified files: sys/dev/rasops : rasops.h Log message: Remove leftover rasops_isgray[] declaration. >From Crystal Kolipe.

CVS: cvs.openbsd.org: src

2023-02-03 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/03 11:31:17 Modified files: sys/crypto : blake2s.c blake2s.h sys/dev/ic : ahci.c sys/net: wg_noise.c Log message: Remove redundant DIAGNOSTIC wrappers around

CVS: cvs.openbsd.org: src

2023-02-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/02 23:13:08 Modified files: sys/arch/powerpc/include: asm.h Log message: Remove a bunch of pic-related macros which were supposed to mimic similar x86 macros but have never been implemented and

CVS: cvs.openbsd.org: src

2023-02-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/02 13:12:05 Modified files: lib/libcrypto/aes/asm: aes-ppc.pl lib/libcrypto/bn/asm: ppc-mont.pl ppc.pl lib/libcrypto/sha/asm: sha1-ppc.pl sha512-ppc.pl Log message: Remove AIX toc

CVS: cvs.openbsd.org: src

2023-02-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/02 06:03:50 Modified files: lib/libcrypto/bn/asm: alpha-mont.pl lib/libcrypto/modes/asm: ghash-alpha.pl lib/libcrypto/sha/asm: sha1-alpha.pl Log message: Move all data blocks from

CVS: cvs.openbsd.org: src

2023-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/01 13:56:23 Modified files: gnu/usr.bin/gcc/gcc/config/vax: vax.h vax.md Log message: Despite only testing the low-order bit of its operand, the blbc and blbs instructions always fetch a 32-bit word

CVS: cvs.openbsd.org: src

2023-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/01 13:45:04 Modified files: lib/libcrypto/aes/asm: aes-586.pl aesni-x86.pl vpaes-x86.pl lib/libcrypto/bn/asm: bn-586.pl x86-gf2m.pl x86-mont.pl lib/libcrypto/camellia/asm:

CVS: cvs.openbsd.org: src

2023-02-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/02/01 13:34:10 Modified files: gnu/usr.bin/gcc/gcc: c-typeck.c Log message: Backport gnu/gcc/gcc/c-typeck.c r1.3 to the gcc 3 code base: Adjust how gcc3 handles the "missing braces around initializer"

CVS: cvs.openbsd.org: src

2023-01-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/30 12:26:16 Modified files: lib/libcrypto/perlasm: x86gas.pl Log message: Fix logic of picmeup() to only produce one set of statements on OpenBSD; this got accidentally lost in 1.4.

CVS: cvs.openbsd.org: src

2023-01-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/27 09:43:33 Modified files: lib/libm/arch/hppa: fenv.c s_ceil.c s_ceilf.c s_floor.c s_floorf.c s_trunc.c s_truncf.c Log message: Use the same inline assembly constraints

CVS: cvs.openbsd.org: src

2023-01-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/27 09:42:03 Removed files: lib/libm/arch/hppa: s_round.c s_roundf.c Log message: Remove fast round(3) implementation for hppa. It is a nice idea, but does not round in the right direction for

CVS: cvs.openbsd.org: src

2023-01-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/27 09:39:58 Modified files: regress/lib/libm/round: round.c Log message: Test the behaviour of round() on halfway values.

CVS: cvs.openbsd.org: src

2023-01-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/27 09:39:22 Modified files: regress/lib/libm/cephes: Makefile regress/lib/libm/exp: Makefile regress/lib/libm/floor: Makefile regress/lib/libm/fpaccuracy: Makefile

CVS: cvs.openbsd.org: src

2023-01-27 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/27 04:25:16 Modified files: lib/libc/arch/hppa/gen: fpsetmask.c fpsetround.c fpsetsticky.c Log message: Use stricter constraints in the assembly statements in fpset{mask,round,sticky} and make them

CVS: cvs.openbsd.org: src

2023-01-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/24 00:26:34 Modified files: sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: pmap.c trap.c Log message: Add and use a specific routine to fetch instructions from userland when

CVS: cvs.openbsd.org: src

2023-01-23 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/23 12:31:42 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Make sure pmap_extract() doesn't incorrectly return success when invoked on behalf of an invalid but not page-aligned

CVS: cvs.openbsd.org: src

2023-01-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/21 12:39:28 Modified files: sys/arch/powerpc/include: pmap.h sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: machdep.c Log message: Remove dead/unused prototypes

CVS: cvs.openbsd.org: src

2023-01-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/17 08:04:27 Modified files: lib/libcrypto : ppccap.c sparccpuid.S x86_64cpuid.pl x86cpuid.pl lib/libcrypto/arch/alpha: Makefile.inc lib/libcrypto/arch/arm:

CVS: cvs.openbsd.org: src

2023-01-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/13 10:53:30 Modified files: sys/arch/sparc64/include: asm.h Log message: Drop PICCY_SET() and RODATA() macros now that libc no longer needs them. ok kettenis@

CVS: cvs.openbsd.org: src

2023-01-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/13 10:52:08 Modified files: lib/libc/arch/sparc64/gen: fixunsdfsi.S modf.S lib/libc/arch/sparc64/string: ffs.S lib/libc/arch/sparc64/sys: brk.S sbrk.S Log message: Move all data

CVS: cvs.openbsd.org: src

2023-01-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/13 10:27:26 Modified files: lib/libcrypto/aes/asm: aes-sparcv9.pl lib/libcrypto/arch/sparc64: Makefile.inc lib/libcrypto/bn/asm: sparcv9-mont.pl sparcv9a-mont.pl

CVS: cvs.openbsd.org: src

2023-01-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/13 10:11:41 Modified files: lib/libcrypto/aes/asm: aes-parisc.pl lib/libcrypto/arch/hppa: Makefile.inc lib/libcrypto/bn/asm: parisc-mont.pl lib/libcrypto/modes/asm:

CVS: cvs.openbsd.org: src

2023-01-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/12 13:13:28 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: free(NULL) has been allowed in the kernel since 5.4; remove checks.

CVS: cvs.openbsd.org: src

2023-01-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/12 12:37:53 Modified files: share/man/man8/man8.luna88k: boot_luna88k.8 sys/arch/luna88k/stand: Makefile sys/arch/luna88k/stand/boot: Makefile Added files:

CVS: cvs.openbsd.org: src

2023-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/12 00:25:29 Modified files: libexec/ld.so/sparc64: ld.script Log message: Use proper sparc64 illtrap instruction as text sections filler, rather than the x86 one.

CVS: cvs.openbsd.org: src

2023-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/12 00:18:25 Modified files: gnu/usr.bin/texinfo/makeinfo: sectioning.c Log message: Fix trivial stack buf oflow

CVS: cvs.openbsd.org: src

2023-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/11 12:57:18 Modified files: sys/arch/sparc64/sparc64: genassym.cf locore.s pmap.c Log message: Implement X-only mappings on sun4u by not letting the dtlb miss handler allow ttes with the "exec only"

CVS: cvs.openbsd.org: src

2023-01-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/11 09:31:46 Modified files: libexec/ld.so/m88k: Makefile.inc libexec/ld.so/sh: Makefile.inc Added files: libexec/ld.so/m88k: ld.script libexec/ld.so/sh: ld.script Log

CVS: cvs.openbsd.org: src

2023-01-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/10 10:38:10 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: In pmap_bootstrap, when importing the PROM translations into the kernel pmap, be sure to clear all software bits from the

CVS: cvs.openbsd.org: src

2023-01-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/10 10:10:57 Modified files: sys/arch/luna88k/stand/boot: Makefile bcd.c bmc.c boot.ldscript dev_net.c dev_net.h devopen.c

CVS: cvs.openbsd.org: src

2023-01-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/10 10:04:01 Modified files: sys/arch/mips64/mips64: trap.c Log message: Enable the fine-grained fault type computation code added in 1.117 on all mips64 processors, not only Octeon; needed to cope

CVS: cvs.openbsd.org: src

2023-01-09 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/09 04:18:44 Modified files: sys/arch/m88k/m88k: trap.c Log message: Use PROT_EXEC when servicing instruction faults. ok aoyama@

CVS: cvs.openbsd.org: src

2023-01-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/08 23:04:14 Modified files: sys/arch/sh/sh : trap.c Log message: Handle possible PROT_EXEC fault if PROT_READ fails; needed to cope with kern_exec.c 1.241

CVS: cvs.openbsd.org: src

2023-01-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/07 10:29:37 Modified files: sys/arch/powerpc64/powerpc64: machdep.c Log message: Bring back a local copystr() declaration, as copy{in,out} still make us of it but its body is in locore.

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:23:53 Modified files: sys/arch/arm/arm: undefined.c Log message: Use copyin32() to fetch a faulting instruction rather than short-circuit it with a comment saying that we really ought to use

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:12:12 Removed files: sys/arch/powerpc/powerpc: copystr.c Log message: Oops, forgot to cvs rm

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:10:18 Modified files: share/man/man9 : copy.9 sys/arch/alpha/alpha: locore.s sys/arch/amd64/amd64: copy.S sys/arch/arm/arm: copystr.S sys/arch/arm64/arm64:

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:08:36 Modified files: sys/kern : vfs_lookup.c Log message: Replace last user of copystr() with strlcpy(). NFCI

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:07:17 Removed files: sys/arch/hppa/include: nvm.h Log message: Remove no longer needed and quite worthless header.

CVS: cvs.openbsd.org: src

2023-01-06 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/06 12:05:46 Modified files: sys/arch/hppa/stand/libsa: pdc.c Log message: Remove unused local variables as well as the dependency on .

CVS: cvs.openbsd.org: src

2023-01-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/02 12:09:17 Modified files: sys/arch/alpha/alpha: machdep.c Log message: Fix the check for the BWX extension introduced in 1.92. This repairs operation on 21164 processors (not 21164A!) which lack

CVS: cvs.openbsd.org: src

2023-01-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/01 12:49:18 Modified files: sys/arch/arm/arm: pmap7.c sys/arch/arm/include: pmap.h sys/arch/hppa/include: cpu.h pmap.h sys/arch/mips64/include: pmap.h

CVS: cvs.openbsd.org: src

2023-01-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/01 10:43:04 Modified files: regress/lib/libssl/bytestring: bytestringtest.c Log message: Add explicit LL suffixes to large constants to appease some compilers on 32-bit systems.

CVS: cvs.openbsd.org: src

2023-01-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/01 10:00:08 Modified files: regress/lib/libcrypto/ct: cttest.c Log message: Add explicit LL suffixes to large constants to appease some compilers on 32-bit systems.

CVS: cvs.openbsd.org: src

2023-01-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/01/01 09:58:23 Modified files: lib/libcrypto/asn1: a_time_posix.c Log message: Add explicit LL suffixes to large constants to appease some compilers on 32-bit platforms; NFCI ok tb@

CVS: cvs.openbsd.org: src

2022-12-26 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/12/26 12:25:49 Modified files: sys/kern : vfs_subr.c Log message: Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls. ok millert@

CVS: cvs.openbsd.org: src

2022-12-26 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/12/26 12:17:00 Modified files: sys/arch/macppc/dev: adb.c Log message: send_adb_cuda() would assume the returned value of splhigh() is the macintr interrupt enable register; this used to be true more

CVS: cvs.openbsd.org: src

2022-12-26 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/12/26 12:14:18 Modified files: sys/arch/macppc/dev: akbd_machdep.c Log message: Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddb input on adb machines.

CVS: cvs.openbsd.org: src

2022-11-13 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/11/14 00:22:44 Modified files: sys/dev/fdt: pwmbl.c Log message: When the fdt does not provide a list of brightness states, pwmbl(4) builds a 256 state ramp (i.e. state[i] = i with 0 <= i < 256).

CVS: cvs.openbsd.org: src

2022-11-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/11/09 00:20:12 Modified files: usr.sbin/eeprom: eeprom.8 main.c Log message: Remove old-style eeprom mentions and relevant leftover code; ok kettenis@

CVS: cvs.openbsd.org: src

2022-11-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/11/09 00:11:30 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Minor cleanups: - remove unused pmap_vp_remove function. - remove obviously not-applying-to-this-situation comment in

CVS: cvs.openbsd.org: src

2022-10-28 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/28 10:06:54 Modified files: regress/sys/kern/signal/fpsig: fpsig.c Log message: Fix indent botch; noticed by kettenis@

CVS: cvs.openbsd.org: src

2022-10-28 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/28 09:50:55 Modified files: gnu/usr.bin: Makefile Removed files: gnu/usr.bin/cxxfilt: Makefile cxxfilt.c cxxfilt.man Log message: Remove antique^Wolder-than-binutils-2.17 c++filt(1).

CVS: cvs.openbsd.org: src

2022-10-28 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/28 09:49:52 Modified files: gnu/usr.bin/binutils-2.17/binutils: Makefile.am Makefile.in Log message: Build and install binutils-2.17's version of c++filt(1), since we already install its manual

CVS: cvs.openbsd.org: src

2022-10-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/25 13:55:31 Modified files: regress/sys/kern/signal/fpsig: fpsig.c Log message: Make the floating-point computations a sligthly teeny bit more complex (but real), to prevent llvm panzers from

CVS: cvs.openbsd.org: src

2022-10-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/25 12:44:36 Modified files: sys/arch/hppa/include: pmap.h sys/arch/hppa/hppa: pmap.c Log message: Store mod/ref flags using md pg_flags values rather than a specific field in vm_page_md,

CVS: cvs.openbsd.org: src

2022-10-22 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/22 14:09:41 Modified files: sys/arch/sparc64/include: cpu.h frame.h reg.h Log message: Put struct rwindow back in reg.h, pcb.h depends on this.

CVS: cvs.openbsd.org: src

2022-10-21 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/21 12:55:42 Modified files: sys/arch/sparc64/dev: creator.c sys/arch/sparc64/fpu: fpu.c fpu_emu.h fpu_extern.h sys/arch/sparc64/include: cpu.h db_machdep.h frame.h pcb.h

Re: CVS: cvs.openbsd.org: src

2022-10-04 Thread Miod Vallat
> CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org2022/10/04 13:38:20 > > Modified files: > sys/dev/usb: ukbd.c > > Log message: > Repair Apple-specific translation support broken by mistake in 1.88; reported > by Leonardo Moreno That should read

CVS: cvs.openbsd.org: src

2022-10-04 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/10/04 13:38:20 Modified files: sys/dev/usb: ukbd.c Log message: Repair Apple-specific translation support broken by mistake in 1.88; reported by Leonardo Moreno

CVS: cvs.openbsd.org: src

2022-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/12 13:35:20 Modified files: sys/arch/alpha/alpha: pmap.c sys/arch/alpha/include: pmap.h Log message: Store mod/ref flags using md pg_flags values rather than a specific field in vm_page_md,

CVS: cvs.openbsd.org: src

2022-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/12 13:33:34 Modified files: sys/arch/sh/include: pmap.h sys/arch/sh/sh : pmap.c trap.c Log message: Store mod/ref flags using md pg_flags values rather than a specific field in vm_page_md,

CVS: cvs.openbsd.org: src

2022-09-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/12 13:28:19 Modified files: sys/arch/arm/arm: pmap7.c sys/arch/arm/include: pmap.h Log message: Drop orphaned pv_flags values.

CVS: cvs.openbsd.org: src

2022-09-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/11 13:34:40 Modified files: sys/dev: softraid.c sys/kern : subr_disk.c sys/sys: disk.h Log message: Remove the DKF_LABELVALID flag from struct disk. Instead,

CVS: cvs.openbsd.org: src

2022-09-11 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/11 01:38:33 Modified files: usr.sbin/installboot: loongson_installboot.c Log message: Fix build after previous

CVS: cvs.openbsd.org: src

2022-09-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/10 14:35:29 Modified files: sys/arch/alpha/include: pmap.h sys/arch/amd64/amd64: pmap.c sys/arch/arm/arm: pmap7.c sys/arch/arm64/arm64: pmap.c sys/arch/hppa/hppa:

CVS: cvs.openbsd.org: src

2022-09-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/10 00:48:31 Modified files: lib/libc/softfloat: softfloat-for-gcc.h Log message: Add EABI strong aliases for __fixunssfdi and __fixunsdfdi added recently on armv7; ok mbuhl@

CVS: cvs.openbsd.org: src

2022-09-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/08 11:44:48 Modified files: sys/arch/sparc64/include: pmap.h sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Remove old debug code knobs, wrong comments, and unused pv entry flags.

CVS: cvs.openbsd.org: src

2022-09-08 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/08 04:21:45 Modified files: sys/arch/arm/include: pmap.h Log message: Remove vm_page_md fields which were only needed for pre-v7 arm ports.

CVS: cvs.openbsd.org: src

2022-09-05 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/05 14:09:24 Modified files: libexec/ld.so/sh: rtld_machine.c Log message: Do not perform out-of-bounds arrray accesses for bogus relocation type values.

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 14:06:56 Modified files: sys/arch/alpha/alpha: autoconf.c conf.c sys/arch/amd64/amd64: autoconf.c conf.c sys/arch/arm/arm: conf.c sys/arch/arm64/arm64: autoconf.c conf.c

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 04:16:51 Modified files: distrib/landisk/ramdisk: install.md Log message: Now that boot blocks are able to parse ufs2, there is no need to force ufs1 for the / file system. Brings landisk into

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 04:15:35 Modified files: sys/arch/landisk/stand/boot: conf.c getsecs.c srt0.S sys/arch/landisk/stand/xxboot: Makefile boot1.c Added files: sys/arch/landisk/stand/xxboot: ufs12.c

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 04:14:02 Modified files: sys/lib/libsa : Makefile Log message: Add ufs2 to the list of filesystem, for the sake of boot blocks which do not provide an explicit list of files to build in libsa.

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 04:12:46 Modified files: sys/lib/libkern/arch/sh: sdivsi3.S udivsi3.S Log message: Remove non-_KERNEL code path for division by zero. This will allow the bootblocks to shrink a little.

CVS: cvs.openbsd.org: src

2022-09-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/09/02 00:19:05 Modified files: lib/libc/arch/sh: SYS.h lib/libc/arch/sh/sys: brk.S sbrk.S sigprocmask.S sigsuspend.S tfork_thread.S libexec/ld.so/sh:

CVS: cvs.openbsd.org: src

2022-08-31 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/31 23:49:05 Modified files: lib/libelf : _elftc.h Log message: Do not embed ident(1) strings in object code. ok daniel@ deraadt@ jca@

CVS: cvs.openbsd.org: src

2022-08-31 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/31 12:46:06 Modified files: distrib/special/installboot: Makefile usr.sbin/installboot: Makefile landisk_installboot.c Log message: Make installboot on landisk aware of a possible MBR on

CVS: cvs.openbsd.org: src

2022-08-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/30 10:26:29 Modified files: sys/arch/alpha/include: asm.h sys/arch/amd64/include: asm.h sys/arch/arm/include: asm.h sys/arch/arm64/include: asm.h

CVS: cvs.openbsd.org: src

2022-08-30 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/30 10:24:16 Modified files: sys/kern : uipc_usrreq.c Log message: Fix uninitialized variable after the switch to (*pru_send); found the hard way on alpha. ok bluhm@ mvs@

CVS: cvs.openbsd.org: src

2022-08-25 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/25 10:10:15 Modified files: sys/arch/octeon/conf: BOOT Log message: No need for wsmux in this kernel configuration; ok visa@

CVS: cvs.openbsd.org: src

2022-08-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/24 13:36:55 Modified files: sys/arch/landisk/stand/boot: getsecs.c Log message: Add missing licence, from non...@netbsd.org

CVS: cvs.openbsd.org: src

2022-08-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/24 13:36:05 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/xxboot: Makefile Log message: Build libsa with NO_NET as we don't need any of the network-related

CVS: cvs.openbsd.org: src

2022-08-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/24 11:36:19 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/xxboot: Makefile Log message: Force compilation to fail in case of implicit function declaration.

CVS: cvs.openbsd.org: src

2022-08-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/24 11:35:15 Modified files: sys/arch/landisk/stand/boot: getsecs.c libsa.h sys/arch/landisk/stand/xxboot: boot1.c pbr.S Log message: Add prototype declarations for a bunch of functions.

CVS: cvs.openbsd.org: src

2022-08-18 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/18 00:31:36 Modified files: sys/arch/loongson/dev: glx.c glxclk.c Log message: Move recomputation of hz and stathz from glk to glkclk, lets a kernel with glkclk disabled keep correct values of

CVS: cvs.openbsd.org: src

2022-08-17 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/17 07:49:57 Modified files: sys/arch/landisk/stand/xxboot: xxboot.8 Log message: No more disklabel -B.

CVS: cvs.openbsd.org: src

2022-08-12 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/12 11:19:52 Modified files: sys/arch/alpha/alpha: trap.c sys/arch/hppa/hppa: trap.c Log message: Make sure we don't pass uninitialized siginfo values to trapsignal(); from clang via jsg@,

CVS: cvs.openbsd.org: src

2022-08-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/10 11:37:48 Modified files: distrib/loongson/ramdisk: install.md Log message: Fix Gdium boot setup.

CVS: cvs.openbsd.org: src

2022-08-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/10 09:00:58 Modified files: sys/arch/loongson/dev: gdiumiic.c Log message: Also attach spdmem on Gdium.

CVS: cvs.openbsd.org: src

2022-08-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/10 06:20:05 Modified files: sys/arch/loongson/loongson: machdep.c sys/arch/loongson/stand/boot: conf.c exec.c Log message: Pass the "good random" flag from the bootblocks to the kernel when

CVS: cvs.openbsd.org: src

2022-08-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/10 05:05:50 Modified files: sys/arch/loongson/conf: GENERIC Log message: Add iic at glxpcib, to get spdmem to attach on 2F-based systems.

CVS: cvs.openbsd.org: src

2022-08-10 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/10 04:41:35 Modified files: etc/etc.alpha : sysctl.conf sys/arch/alpha/alpha: machdep.c trap.c sys/arch/alpha/include: cpu.h Log message: Remove alpha kernel code to process

CVS: cvs.openbsd.org: src

2022-08-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/07 13:40:48 Modified files: sys/uvm: uvm_pager.c Log message: Use PMAP_PREFER_ALIGN() == 0 rather than !defined(PMAP_PREFER) to enable the fast path in the pager code; this benefits most

CVS: cvs.openbsd.org: src

2022-08-07 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/07 13:39:25 Modified files: sys/uvm: uvm_map.c uvm_pmap.h Log message: Move fallback PMAP_PREFER definitions from uvm_map.c to uvm_pmap.h for them to be available to other files. NFC ok

CVS: cvs.openbsd.org: src

2022-08-05 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/05 10:59:50 Modified files: sys/dev/usb: ucc.c Log message: Fix bounds check in ucc_add_key(); ok anton@

CVS: cvs.openbsd.org: src

2022-08-02 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/02 14:15:29 Modified files: sys/arch/m88k/m88k: trap.c Log message: Correctly detect xmem operations faulting on missing pages on 88110. These must be handled as write faults rather than read

CVS: cvs.openbsd.org: src

2022-08-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/08/01 14:35:26 Modified files: sys/dev/ic : adwlib.c Log message: Fix bogus indent. NFC

CVS: cvs.openbsd.org: src

2022-07-28 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2022/07/28 10:06:04 Modified files: etc: rc Log message: Only attempt to set the yp domainname if not yet set; gets rid of an error message at shutdown. tweaks & ok deraadt@

<    1   2   3   4   5   6   7   8   9   10   >