CVS commit: src/sys/dev/pci

2022-04-30 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 1 04:24:47 UTC 2022 Modified Files: src/sys/dev/pci: pucdata.c Log Message: attach the other pciid for intel 100 series KT serial. seen on a thinkpad 460s. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 s

CVS commit: src/sys/dev/pci

2022-04-30 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 1 04:24:47 UTC 2022 Modified Files: src/sys/dev/pci: pucdata.c Log Message: attach the other pciid for intel 100 series KT serial. seen on a thinkpad 460s. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 s

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

2022-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 1 03:18:41 UTC 2022 Modified Files: src/tests/lib/libc/kevent_nullmnt: h_nullmnt.c Log Message: Rename variables to be more descriptive of their local meaning rather than referring to external usage. To generate a dif

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

2022-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun May 1 03:18:41 UTC 2022 Modified Files: src/tests/lib/libc/kevent_nullmnt: h_nullmnt.c Log Message: Rename variables to be more descriptive of their local meaning rather than referring to external usage. To generate a dif

CVS commit: src/share/man/man4

2022-04-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun May 1 00:25:42 UTC 2022 Modified Files: src/share/man/man4: tun.4 Log Message: tun.4: some xrefs added and minor grammar fixes applied To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/tun

CVS commit: src/share/man/man4

2022-04-30 Thread David H. Gutteridge
Module Name:src Committed By: gutteridge Date: Sun May 1 00:25:42 UTC 2022 Modified Files: src/share/man/man4: tun.4 Log Message: tun.4: some xrefs added and minor grammar fixes applied To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/tun

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 22:31:23 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c err.c externs1.h func.c lex.c tree.c Log Message: lint: inline macro 'sflag' Mark all places where lint's C90 mode is stricter than

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 22:31:23 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c err.c externs1.h func.c lex.c tree.c Log Message: lint: inline macro 'sflag' Mark all places where lint's C90 mode is stricter than

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 21:38:03 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h func.c init.c lex.c main1.c tree.c Log Message: lint: inline macro 'tflag' The definition of the macro tested both allow_

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 21:38:03 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y decl.c externs1.h func.c init.c lex.c main1.c tree.c Log Message: lint: inline macro 'tflag' The definition of the macro tested both allow_

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 20:43:16 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: document why in GCC mode, C99 keywords are enabled To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/xlint/

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 20:43:16 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: document why in GCC mode, C99 keywords are enabled To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/usr.bin/xlint/

CVS commit: src

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 20:24:57 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_010.c msg_010.exp src/usr.bin/xlint/lint1: externs1.h lex.c Log Message: lint: document why C11 keywords are available in C99 mode as well T

CVS commit: src

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 20:24:57 UTC 2022 Modified Files: src/tests/usr.bin/xlint/lint1: msg_010.c msg_010.exp src/usr.bin/xlint/lint1: externs1.h lex.c Log Message: lint: document why C11 keywords are available in C99 mode as well T

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 19:53:37 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: move GCC attributes to the bottom of the list These identifiers have a simpler definition than the other keywords since they do not de

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 19:53:37 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: move GCC attributes to the bottom of the list These identifiers have a simpler definition than the other keywords since they do not de

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 19:18:48 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y func.c tree.c Log Message: lint: inline macro Sflag in cases of expected behavior In the grammar rules 'enums_with_opt_comma' and 'block_item_list', ch

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 19:18:48 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: cgram.y func.c tree.c Log Message: lint: inline macro Sflag in cases of expected behavior In the grammar rules 'enums_with_opt_comma' and 'block_item_list', ch

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 18:51:00 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h Log Message: lint: inline macro c11flag No functional change. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/usr.bin/xl

CVS commit: src/usr.bin/xlint/lint1

2022-04-30 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Apr 30 18:51:00 UTC 2022 Modified Files: src/usr.bin/xlint/lint1: err.c externs1.h Log Message: lint: inline macro c11flag No functional change. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/usr.bin/xl

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

2022-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 30 17:09:44 UTC 2022 Modified Files: src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh Log Message: Don't put temporary files and directories into the atf_srcdir (that might be read-only!). Instead, put them in the test's

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

2022-04-30 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Apr 30 17:09:44 UTC 2022 Modified Files: src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh Log Message: Don't put temporary files and directories into the atf_srcdir (that might be read-only!). Instead, put them in the test's

CVS commit: src/doc

2022-04-30 Thread Brad Spencer
3. [christos 20220402] udf: Added fsck_udf(8) and upgraded newfs_udf/makefs for UDF. [reinoud 20220506] OpenSSH: Import 9.0. [christos 20220415] + gpio: Allow /etc/rc.d/gpio to use a '!' character like /etc/rc.d/network + can to run a shell script. [brad 20220430]

CVS commit: src/doc

2022-04-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Sat Apr 30 15:45:41 UTC 2022 Modified Files: src/doc: CHANGES Log Message: Mention the changes for /etc/rc.d/gpio To generate a diff of this commit: cvs rdiff -u -r1.2870 -r1.2871 src/doc/CHANGES Please note that diffs are not pu

CVS commit: src/usr.sbin/cpuctl/arch

2022-04-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 30 14:06:10 UTC 2022 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: add CPU_ID_APPLE_M1_ICESTORM and CPU_ID_APPLE_M1_FIRESTORM. sync cpuids[] to sys/arch/aarch64/aarch64/cpu.c r1.69 To generate a diff of

CVS commit: src/usr.sbin/cpuctl/arch

2022-04-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 30 14:06:10 UTC 2022 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: add CPU_ID_APPLE_M1_ICESTORM and CPU_ID_APPLE_M1_FIRESTORM. sync cpuids[] to sys/arch/aarch64/aarch64/cpu.c r1.69 To generate a diff of

CVS commit: src

2022-04-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Sat Apr 30 13:48:09 UTC 2022 Modified Files: src/etc/rc.d: gpio src/share/man/man5: gpio.conf.5 Log Message: Like /etc/rc.d/network, add the ability to put a '!' character as the first character in /etc/gpio.conf and have th

CVS commit: src

2022-04-30 Thread Brad Spencer
Module Name:src Committed By: brad Date: Sat Apr 30 13:48:09 UTC 2022 Modified Files: src/etc/rc.d: gpio src/share/man/man5: gpio.conf.5 Log Message: Like /etc/rc.d/network, add the ability to put a '!' character as the first character in /etc/gpio.conf and have th

CVS commit: src/usr.sbin/npf/npfd

2022-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 30 13:20:09 UTC 2022 Modified Files: src/usr.sbin/npf/npfd: npfd_log.c Log Message: Handle warnings and errors from pcap_activate properly (from bch) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/us

CVS commit: src/usr.sbin/npf/npfd

2022-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 30 13:20:09 UTC 2022 Modified Files: src/usr.sbin/npf/npfd: npfd_log.c Log Message: Handle warnings and errors from pcap_activate properly (from bch) To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/us

CVS commit: src/sys/lib/libsa

2022-04-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 30 09:24:05 UTC 2022 Modified Files: src/sys/lib/libsa: stand.h Log Message: Now, NULL is always defined correctly, as we include above. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/lib/libsa/stand

CVS commit: src/sys/lib/libsa

2022-04-30 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Apr 30 09:24:05 UTC 2022 Modified Files: src/sys/lib/libsa: stand.h Log Message: Now, NULL is always defined correctly, as we include above. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/lib/libsa/stand

CVS commit: src/sys/arch/aarch64/aarch64

2022-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 07:07:01 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/aarch64/aarch64/fault.c Please note that diffs

CVS commit: src/sys/arch/aarch64/aarch64

2022-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 07:07:01 UTC 2022 Modified Files: src/sys/arch/aarch64/aarch64: fault.c Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/aarch64/aarch64/fault.c Please note that diffs