CVS commit: src/sys

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 19:15:49 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/sys

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 19:15:49 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon May 20 19:14:12 UTC 2024 Modified Files: src/usr.bin/make: dir.c Log Message: make: cleanup style in FindFile Since we removed the last check for isinclude, restore to the previous indentation etc. No functional change. To

CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon May 20 19:14:12 UTC 2024 Modified Files: src/usr.bin/make: dir.c Log Message: make: cleanup style in FindFile Since we removed the last check for isinclude, restore to the previous indentation etc. No functional change. To

CVS commit: src/sys/modules

2024-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 20 18:14:38 UTC 2024 Modified Files: src/sys/modules: Makefile src/sys/modules/ffs: Makefile src/sys/modules/ufs: Makefile Log Message: Oooppss remove some local change that was accidentally committed

CVS commit: src/sys/modules

2024-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 20 18:14:38 UTC 2024 Modified Files: src/sys/modules: Makefile src/sys/modules/ffs: Makefile src/sys/modules/ufs: Makefile Log Message: Oooppss remove some local change that was accidentally committed

Re: CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Taylor R Campbell wrote: > Can you please back this out promptly, add automatic tests for > whatever the underlying issue is, and redo it another way? I did a scan of miss-use of <>, and looks like libc might have an issue: lib/libc/arch/arm/Makefile.inc:28:.include expects to find

CVS commit: src/sys/modules

2024-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 20 17:32:51 UTC 2024 Modified Files: src/sys/modules: Makefile Log Message: Don't build the compat_110 module yet - there's no release_110 with which we can be compatable. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/modules

2024-05-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon May 20 17:32:51 UTC 2024 Modified Files: src/sys/modules: Makefile Log Message: Don't build the compat_110 module yet - there's no release_110 with which we can be compatable. To generate a diff of this commit: cvs rdiff

re: CVS commit: src

2024-05-20 Thread matthew green
thanks for this fix. > Modified Files: > src/external/gpl3/gcc/dist/libstdc++-v3/config/io: basic_file_stdio.cc probably want to apply this fix to gcc.old, and also consider pullup-10 (and pullup-9, if similar?), since gcc.old is the currently used compiler in current. .mrg.

CVS commit: src/share/man/man9

2024-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 17:12:41 UTC 2024 Modified Files: src/share/man/man9: versioningsyscalls.9 Log Message: explain what the current and new numbering practice are. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/share/man/man9

2024-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 17:12:41 UTC 2024 Modified Files: src/share/man/man9: versioningsyscalls.9 Log Message: explain what the current and new numbering practice are. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

Re: CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Taylor R Campbell wrote: > > --- cleandir-libterminfo --- > nbmake[5]: "/tmp/build/2024.05.19.20.09.40-i386/src/lib/libterminfo/Makefile" > line 50: Could not find Makefile.hash > > Can you please back this out promptly, add automatic tests for > whatever the underlying issue is, and redo it

CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon May 20 16:04:46 UTC 2024 Modified Files: src/usr.bin/make: dir.c Log Message: Allow .include <> to search .CURDIR last libc at least appears to depend on this. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/usr.bin/make

2024-05-20 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Mon May 20 16:04:46 UTC 2024 Modified Files: src/usr.bin/make: dir.c Log Message: Allow .include <> to search .CURDIR last libc at least appears to depend on this. To generate a diff of this commit: cvs rdiff -u -r1.288 -r1.289

CVS commit: src/usr.bin/tic

2024-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 14:41:37 UTC 2024 Modified Files: src/usr.bin/tic: tic.c Log Message: PR/58270: RVP: tic does not honor the user's umask, output files are 0666. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/tic

2024-05-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 14:41:37 UTC 2024 Modified Files: src/usr.bin/tic: tic.c Log Message: PR/58270: RVP: tic does not honor the user's umask, output files are 0666. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/sys/modules

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 13:34:13 UTC 2024 Modified Files: src/sys/modules: Makefile Log Message: sys/modules: Don't make compat_110. Eventually we'll need this but it doesn't make sense until 11.0 is released. To generate a diff of this

CVS commit: src/sys/modules

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 13:34:13 UTC 2024 Modified Files: src/sys/modules: Makefile Log Message: sys/modules: Don't make compat_110. Eventually we'll need this but it doesn't make sense until 11.0 is released. To generate a diff of this

Re: CVS commit: src/usr.bin/make

2024-05-20 Thread Taylor R Campbell
> Module Name:src > Committed By: sjg > Date: Sun May 19 20:09:40 UTC 2024 > > Modified Files: > src/usr.bin/make: dir.c dir.h parse.c > > Log Message: > make: use separate function to include makefiles. > > Have Dir_FindFile and Dir_FindInclude call FindFile with a >

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:36:21 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Narrow some more variable scopes in xhci_device_isoc_enter. No functional change intended. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:36:21 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Narrow some more variable scopes in xhci_device_isoc_enter. No functional change intended. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:55 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Narrow scope of variable. Nix spurious initialization in wider scope. No functional change intended. To generate a diff of this

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:55 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci(4): Narrow scope of variable. Nix spurious initialization in wider scope. No functional change intended. To generate a diff of this

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:37 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci.c: Fix confusing line break. No functionanl change intended. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/sys/dev/usb

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:37 UTC 2024 Modified Files: src/sys/dev/usb: xhci.c Log Message: xhci.c: Fix confusing line break. No functionanl change intended. To generate a diff of this commit: cvs rdiff -u -r1.181 -r1.182

CVS commit: src/sys/external/bsd/drm2/linux

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:11 UTC 2024 Modified Files: src/sys/external/bsd/drm2/linux: linux_dma_buf.c Log Message: drm: Fix missing bounds checks in dma buf mmap. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/external/bsd/drm2/linux

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:35:11 UTC 2024 Modified Files: src/sys/external/bsd/drm2/linux: linux_dma_buf.c Log Message: drm: Fix missing bounds checks in dma buf mmap. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:34:45 UTC 2024 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_dmabuf.c Log Message: i915: Fix dmabuf mmap object. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915/gem

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:34:45 UTC 2024 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_dmabuf.c Log Message: i915: Fix dmabuf mmap object. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/sys

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:34:19 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/sys

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:34:19 UTC 2024 Modified Files: src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/xen/include: pci_machdep.h src/sys/arch/xen/xen:

CVS commit: src/tests/lib/libc/gen

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:21:46 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: More volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src/tests/lib/libc/gen

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:21:46 UTC 2024 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: t_siginfo: More volatile to prevent optimization. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52

CVS commit: src

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:20:53 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/io: basic_file_stdio.cc src/tests/lib/libstdc++: t_sync_with_stdio.sh Log Message: libstdc++: Don't try to fflush stdin. It

CVS commit: src

2024-05-20 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon May 20 11:20:53 UTC 2024 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/io: basic_file_stdio.cc src/tests/lib/libstdc++: t_sync_with_stdio.sh Log Message: libstdc++: Don't try to fflush stdin. It

CVS commit: src/lib/libterminfo

2024-05-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 20 09:48:42 UTC 2024 Modified Files: src/lib/libterminfo: Makefile Log Message: Use double quotes to include the local ./Makefile.hash To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/lib/libterminfo

2024-05-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 20 09:48:42 UTC 2024 Modified Files: src/lib/libterminfo: Makefile Log Message: Use double quotes to include the local ./Makefile.hash To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys

2024-05-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 20 09:37:34 UTC 2024 Modified Files: src/sys/compat/common: sys_descrip_100.c src/sys/kern: sys_descrip.c Log Message: Fix a few oversights from the renaming of dup3110 to dup3100 To generate a diff of this

CVS commit: src/sys

2024-05-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon May 20 09:37:34 UTC 2024 Modified Files: src/sys/compat/common: sys_descrip_100.c src/sys/kern: sys_descrip.c Log Message: Fix a few oversights from the renaming of dup3110 to dup3100 To generate a diff of this

CVS commit: src/sys/rump

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 04:16:48 UTC 2024 Modified Files: src/sys/rump: Makefile.rump Log Message: Handle versions > 100 To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/rump

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 04:16:48 UTC 2024 Modified Files: src/sys/rump: Makefile.rump Log Message: Handle versions > 100 To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/sys/rump/Makefile.rump Please note that diffs

CVS commit: src/sys/compat/common

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 02:36:33 UTC 2024 Modified Files: src/sys/compat/common: files.common Log Message: remove dup line To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/files.common Please note that

CVS commit: src/sys/compat/common

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 02:36:33 UTC 2024 Modified Files: src/sys/compat/common: files.common Log Message: remove dup line To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/compat/common/files.common Please note that

CVS commit: src/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:40:45 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:40:45 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

Re: CVS commit: src

2024-05-19 Thread Jason Thorpe
> On May 19, 2024, at 6:21 PM, Christos Zoulas wrote: > > We discussed it with Taylor and decided to call it dup3100 after all since > we've > already followed the old scheme for kevent100 and it is better to be > consistent > for the 11 release.We can start calling new syscalls 12 after 11

CVS commit: src/lib/libc/compat

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:33:40 UTC 2024 Modified Files: src/lib/libc/compat/include: unistd.h src/lib/libc/compat/sys: compat_dup3.c Log Message: finish renaming __dup3110 to __dup3100 To generate a diff of this commit: cvs

CVS commit: src/lib/libc/compat

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:33:40 UTC 2024 Modified Files: src/lib/libc/compat/include: unistd.h src/lib/libc/compat/sys: compat_dup3.c Log Message: finish renaming __dup3110 to __dup3100 To generate a diff of this commit: cvs

CVS commit: src

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:30:34 UTC 2024 Modified Files: src/include: unistd.h src/lib/libc/sys: Makefile.inc src/sys/compat/common: compat_100_mod.c compat_110_mod.c compat_mod.h files.common

CVS commit: src

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 01:30:34 UTC 2024 Modified Files: src/include: unistd.h src/lib/libc/sys: Makefile.inc src/sys/compat/common: compat_100_mod.c compat_110_mod.c compat_mod.h files.common

Re: CVS commit: src

2024-05-19 Thread Christos Zoulas
> On May 19, 2024, at 9:19 PM, Jason Thorpe wrote: > > >> On May 19, 2024, at 5:35 PM, Christos Zoulas wrote: >> >> In article <9c72736d-707b-4267-bd05-45bffea52...@me.com>, >> Jason Thorpe wrote: >>> >>> On May 19, 2024, at 3:25 PM, Christos Zoulas wrote:

Re: CVS commit: src

2024-05-19 Thread Jason Thorpe
> On May 19, 2024, at 5:35 PM, Christos Zoulas wrote: > > In article <9c72736d-707b-4267-bd05-45bffea52...@me.com>, > Jason Thorpe wrote: >> >> >>> On May 19, 2024, at 3:25 PM, Christos Zoulas wrote: >>> >>> src/sys/compat/common: compat_110_mod.c sys_decrip_110.c >>>

Re: CVS commit: src

2024-05-19 Thread Christos Zoulas
In article <9c72736d-707b-4267-bd05-45bffea52...@me.com>, Jason Thorpe wrote: > > >> On May 19, 2024, at 3:25 PM, Christos Zoulas wrote: >> >> src/sys/compat/common: compat_110_mod.c sys_decrip_110.c >> src/sys/compat/netbsd32: netbsd32_compat_110.c >> src/sys/conf: compat_netbsd110.config

CVS commit: src/tests/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tests/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 20 00:27:53 UTC 2024 Modified Files: src/tests/lib/libc/sys: t_dup.c Log Message: Adjust to the new dup3 behavior for equal fds To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

Re: CVS commit: src

2024-05-19 Thread Jason Thorpe
> On May 19, 2024, at 3:25 PM, Christos Zoulas wrote: > > src/sys/compat/common: compat_110_mod.c sys_decrip_110.c > src/sys/compat/netbsd32: netbsd32_compat_110.c > src/sys/conf: compat_netbsd110.config > src/sys/modules/compat_110: Makefile > src/sys/modules/compat_netbsd32_110: Makefile

CVS commit: src/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 22:27:16 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 22:27:16 UTC 2024 Modified Files: src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h netbsd32_syscalls.c netbsd32_syscalls_autoload.c netbsd32_sysent.c netbsd32_systrace_args.c

CVS commit: src

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 22:25:49 UTC 2024 Modified Files: src/include: unistd.h src/lib/libc/compat/include: unistd.h src/lib/libc/compat/sys: Makefile.inc src/lib/libc/sys: Makefile.inc src/sys/compat/common:

CVS commit: src

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 22:25:49 UTC 2024 Modified Files: src/include: unistd.h src/lib/libc/compat/include: unistd.h src/lib/libc/compat/sys: Makefile.inc src/lib/libc/sys: Makefile.inc src/sys/compat/common:

CVS commit: src/usr.bin/make

2024-05-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun May 19 20:09:40 UTC 2024 Modified Files: src/usr.bin/make: dir.c dir.h parse.c Log Message: make: use separate function to include makefiles. Have Dir_FindFile and Dir_FindInclude call FindFile with a bool flag to indicate

CVS commit: src/usr.bin/make

2024-05-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun May 19 20:09:40 UTC 2024 Modified Files: src/usr.bin/make: dir.c dir.h parse.c Log Message: make: use separate function to include makefiles. Have Dir_FindFile and Dir_FindInclude call FindFile with a bool flag to indicate

CVS commit: src/usr.bin/make

2024-05-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun May 19 17:55:55 UTC 2024 Modified Files: src/usr.bin/make: dir.c main.c src/usr.bin/make/unit-tests: deptgt-phony.exp Log Message: Dir_FindFile treat sysIncPath and defSysIncPath as special Rather than play games with

CVS commit: src/usr.bin/make

2024-05-19 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun May 19 17:55:55 UTC 2024 Modified Files: src/usr.bin/make: dir.c main.c src/usr.bin/make/unit-tests: deptgt-phony.exp Log Message: Dir_FindFile treat sysIncPath and defSysIncPath as special Rather than play games with

CVS commit: src/sys/external/bsd/drm2

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 17:36:08 UTC 2024 Modified Files: src/sys/external/bsd/drm2/include/linux: pci.h src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: linux: Add a few more cases to pci_get_class. Should fix crash on

CVS commit: src/sys/external/bsd/drm2

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 17:36:08 UTC 2024 Modified Files: src/sys/external/bsd/drm2/include/linux: pci.h src/sys/external/bsd/drm2/linux: linux_pci.c Log Message: linux: Add a few more cases to pci_get_class. Should fix crash on

CVS commit: src/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 16:04:46 UTC 2024 Modified Files: src/lib/libc/sys: dup.2 Log Message: Amend for oldfd == newfd returning EINVAL in dup3 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/dup.2 Please

CVS commit: src/lib/libc/sys

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 16:04:46 UTC 2024 Modified Files: src/lib/libc/sys: dup.2 Log Message: Amend for oldfd == newfd returning EINVAL in dup3 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/dup.2 Please

CVS commit: src/sys/kern

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 15:56:55 UTC 2024 Modified Files: src/sys/kern: sys_descrip.c Log Message: PR/58266: Collin Funk: Fail if from == to, like FreeBSD and Linux. The test is done in dup3 before any other tests so even if a bad

CVS commit: src/sys/kern

2024-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 15:56:55 UTC 2024 Modified Files: src/sys/kern: sys_descrip.c Log Message: PR/58266: Collin Funk: Fail if from == to, like FreeBSD and Linux. The test is done in dup3 before any other tests so even if a bad

CVS commit: src/distrib/cdrom/macppc_installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:52:34 UTC 2024 Modified Files: src/distrib/cdrom/macppc_installboot: cd9660.c installboot.c Log Message: Use native cd9660 blocksize to specify block numbers in cd9660.c. This reduces diffs from

CVS commit: src/distrib/cdrom/macppc_installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:52:34 UTC 2024 Modified Files: src/distrib/cdrom/macppc_installboot: cd9660.c installboot.c Log Message: Use native cd9660 blocksize to specify block numbers in cd9660.c. This reduces diffs from

CVS commit: src/distrib/cdrom/macppc_installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:51:30 UTC 2024 Modified Files: src/distrib/cdrom/macppc_installboot: Makefile cd9660.c installboot.c installboot.h Log Message: Sync with src/usr.sbin/installboot/cd9660.c: - include now properly

CVS commit: src/distrib/cdrom/macppc_installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:51:30 UTC 2024 Modified Files: src/distrib/cdrom/macppc_installboot: Makefile cd9660.c installboot.c installboot.h Log Message: Sync with src/usr.sbin/installboot/cd9660.c: - include now properly

CVS commit: src/distrib/hp300/cdroms/installcd

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:50:00 UTC 2024 Modified Files: src/distrib/hp300/cdroms/installcd: Makefile Log Message: Put a RAMDISK kernel and SYS_UBOOT into hp300 installcd to make it bootable. This should finally close PR/54455. To

CVS commit: src/distrib/hp300/cdroms/installcd

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:50:00 UTC 2024 Modified Files: src/distrib/hp300/cdroms/installcd: Makefile Log Message: Put a RAMDISK kernel and SYS_UBOOT into hp300 installcd to make it bootable. This should finally close PR/54455. To

CVS commit: src/usr.sbin/installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:48:58 UTC 2024 Modified Files: src/usr.sbin/installboot: Makefile fstypes.c installboot.8 installboot.h src/usr.sbin/installboot/arch: hp300.c Added Files: src/usr.sbin/installboot:

CVS commit: src/usr.sbin/installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:48:58 UTC 2024 Modified Files: src/usr.sbin/installboot: Makefile fstypes.c installboot.8 installboot.h src/usr.sbin/installboot/arch: hp300.c Added Files: src/usr.sbin/installboot:

CVS commit: src/share/misc

2024-05-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun May 19 15:47:38 UTC 2024 Modified Files: src/share/misc: acronyms.comp Log Message: acronyms.comp: add SBI To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390 src/share/misc/acronyms.comp Please note that

CVS commit: src/share/misc

2024-05-19 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun May 19 15:47:38 UTC 2024 Modified Files: src/share/misc: acronyms.comp Log Message: acronyms.comp: add SBI To generate a diff of this commit: cvs rdiff -u -r1.389 -r1.390 src/share/misc/acronyms.comp Please note that

CVS commit: src/usr.sbin/installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:44:22 UTC 2024 Modified Files: src/usr.sbin/installboot: installboot.h Log Message: Reorder function prototypes per source files. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/usr.sbin/installboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:44:22 UTC 2024 Modified Files: src/usr.sbin/installboot: installboot.h Log Message: Reorder function prototypes per source files. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/tools

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:43:24 UTC 2024 Modified Files: src/tools: Makefile.nbincludes Log Message: Install cd9660 related system headers for tools installboot(8) builds. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tools

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:43:24 UTC 2024 Modified Files: src/tools: Makefile.nbincludes Log Message: Install cd9660 related system headers for tools installboot(8) builds. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/fs/cd9660

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:41:53 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_extern.h cd9660_util.c Log Message: Make cd9660_util.c usable in userland tools like installboot(8). This was partially done for

CVS commit: src/sys/fs/cd9660

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:41:53 UTC 2024 Modified Files: src/sys/fs/cd9660: cd9660_extern.h cd9660_util.c Log Message: Make cd9660_util.c usable in userland tools like installboot(8). This was partially done for

CVS commit: src/sys/arch/hp300/stand/uboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:39:58 UTC 2024 Modified Files: src/sys/arch/hp300/stand/uboot: Makefile Log Message: Enable SUPPORT_CD on uboot. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/arch/hp300/stand/uboot

2024-05-19 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun May 19 15:39:58 UTC 2024 Modified Files: src/sys/arch/hp300/stand/uboot: Makefile Log Message: Enable SUPPORT_CD on uboot. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/sys/external/bsd/drm2/ttm

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 13:50:05 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Undo mistake in previous. PR xsrc/58133 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/external/bsd/drm2/ttm

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 13:50:05 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Undo mistake in previous. PR xsrc/58133 To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/external/bsd/drm2/ttm

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 13:28:28 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync ttm_bo_uvm_fault_idle better with Linux. PR xsrc/58133 To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/sys/external/bsd/drm2/ttm

2024-05-19 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 19 13:28:28 UTC 2024 Modified Files: src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: ttm: Sync ttm_bo_uvm_fault_idle better with Linux. PR xsrc/58133 To generate a diff of this commit: cvs rdiff -u -r1.22

CVS commit: src/sys/arch/ia64/include

2024-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 18 19:57:03 UTC 2024 Modified Files: src/sys/arch/ia64/include: mcontext.h Log Message: allow things to compile again To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/include/mcontext.h

CVS commit: src/sys/arch/ia64/include

2024-05-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 18 19:57:03 UTC 2024 Modified Files: src/sys/arch/ia64/include: mcontext.h Log Message: allow things to compile again To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/ia64/include/mcontext.h

CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:28:36 UTC 2024 Modified Files: src/usr.bin/passwd: yp_passwd.c Log Message: s/Abosrb/Absorb/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/passwd/yp_passwd.c Please note

CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:28:36 UTC 2024 Modified Files: src/usr.bin/passwd: yp_passwd.c Log Message: s/Abosrb/Absorb/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/passwd/yp_passwd.c Please note

CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:04:45 UTC 2024 Modified Files: src/sys/arch/arm/iomd: vidc20config.c Log Message: s/abou/about/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.c

CVS commit: src/sys/arch/arm/iomd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:04:45 UTC 2024 Modified Files: src/sys/arch/arm/iomd: vidc20config.c Log Message: s/abou/about/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/arm/iomd/vidc20config.c

CVS commit: src/usr.bin/passwd

2024-05-18 Thread Andrius Varanavicius
Module Name:src Committed By: andvar Date: Sat May 18 19:03:31 UTC 2024 Modified Files: src/usr.bin/passwd: local_passwd.c Log Message: s/Aborb/Absorb/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/passwd/local_passwd.c Please

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