CVS commit: src/etc

2024-12-31 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jan 1 03:21:10 UTC 2025 Modified Files: src/etc: Makefile Log Message: add pam.d to the subdir list, so an objdir is created for the temp files that pam.d/Makefile wants to do now days. To generate a diff of this commit: cvs r

CVS commit: src/etc

2024-12-31 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jan 1 03:21:10 UTC 2025 Modified Files: src/etc: Makefile Log Message: add pam.d to the subdir list, so an objdir is created for the temp files that pam.d/Makefile wants to do now days. To generate a diff of this commit: cvs r

re: CVS commit: src/etc/pam.d

2024-12-31 Thread matthew green
"Christos Zoulas" writes: > Module Name: src > Committed By: christos > Date: Tue Dec 31 20:27:49 UTC 2024 > > Modified Files: > src/etc/pam.d: Makefile > > Log Message: > Use a suffix rule. I would have just commented out the skey entry instead, > since it is rarely used and we alre

CVS commit: src/lib/libcurses

2024-12-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 1 00:29:18 UTC 2025 Modified Files: src/lib/libcurses: curses_scroll.3 Log Message: - s/setscrreg/getscrreg/ for new getscrreg function - while here, bump date for new functions To generate a diff of this commit: cvs r

CVS commit: src/lib/libcurses

2024-12-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 1 00:29:18 UTC 2025 Modified Files: src/lib/libcurses: curses_scroll.3 Log Message: - s/setscrreg/getscrreg/ for new getscrreg function - while here, bump date for new functions To generate a diff of this commit: cvs r

CVS commit: src/sys/conf

2024-12-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 1 00:00:05 UTC 2025 Modified Files: src/sys/conf: copyright Log Message: Welcome to 2025! To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/conf/copyright Please note that diffs are not public doma

CVS commit: src/sys/conf

2024-12-31 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 1 00:00:05 UTC 2025 Modified Files: src/sys/conf: copyright Log Message: Welcome to 2025! To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/conf/copyright Please note that diffs are not public doma

Re: CVS commit: src/etc/pam.d

2024-12-31 Thread Julio Merino
On Tue, Dec 31, 2024 at 03:27:49PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Tue Dec 31 20:27:49 UTC 2024 > > Modified Files: > src/etc/pam.d: Makefile > > Log Message: > Use a suffix rule. Thanks for this. I suppose this fixes the problem t

CVS commit: src/etc/pam.d

2024-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:27:49 UTC 2024 Modified Files: src/etc/pam.d: Makefile Log Message: Use a suffix rule. I would have just commented out the skey entry instead, since it is rarely used and we already do that for kerberos. We could n

CVS commit: src/etc/pam.d

2024-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 31 20:27:49 UTC 2024 Modified Files: src/etc/pam.d: Makefile Log Message: Use a suffix rule. I would have just commented out the skey entry instead, since it is rarely used and we already do that for kerberos. We could n

CVS commit: src/sys/dev/pci

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:00:35 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Use C99 types To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/pci/pcireg.h Please note that diffs are not public dom

CVS commit: src/sys/dev/pci

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 14:00:35 UTC 2024 Modified Files: src/sys/dev/pci: pcireg.h Log Message: Use C99 types To generate a diff of this commit: cvs rdiff -u -r1.171 -r1.172 src/sys/dev/pci/pcireg.h Please note that diffs are not public dom

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

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 13:58:21 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: Whitespace. (mainly spaces to tabs) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2838

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

2024-12-31 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 31 13:58:21 UTC 2024 Modified Files: src/sys/arch/arm/broadcom: bcm2838_pcie.c Log Message: Whitespace. (mainly spaces to tabs) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/broadcom/bcm2838

CVS commit: src/usr.bin/make

2024-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 31 09:35:21 UTC 2024 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce pointer indirections when unexporting a variable To generate a diff of this commit: cvs rdiff -u -r1.1141 -r1.1142 src/usr.bin/make/v

CVS commit: src/usr.bin/make

2024-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 31 09:35:21 UTC 2024 Modified Files: src/usr.bin/make: var.c Log Message: make: reduce pointer indirections when unexporting a variable To generate a diff of this commit: cvs rdiff -u -r1.1141 -r1.1142 src/usr.bin/make/v

CVS commit: src/tests/lib/libutil

2024-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 31 08:56:21 UTC 2024 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: tests/snprintb: clean up test for mixing 'Ff=:' conversions To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/li

CVS commit: src/tests/lib/libutil

2024-12-31 Thread Roland Illig
Module Name:src Committed By: rillig Date: Tue Dec 31 08:56:21 UTC 2024 Modified Files: src/tests/lib/libutil: t_snprintb.c Log Message: tests/snprintb: clean up test for mixing 'Ff=:' conversions To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/tests/li

CVS commit: src/etc/etc.evbarm

2024-12-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Dec 31 08:02:48 UTC 2024 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Avoid unnecessary evbarm image re-compression during build To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/etc/etc.evba

CVS commit: src/etc/etc.evbarm

2024-12-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Dec 31 08:02:48 UTC 2024 Modified Files: src/etc/etc.evbarm: Makefile.inc Log Message: Avoid unnecessary evbarm image re-compression during build To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/etc/etc.evba