CVS commit: src/sys/dev/pci/ixgbe

2023-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 8 05:42:59 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: Update if_opackets outside the loop in ixgbe_txeof(). To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev

CVS commit: src/sys/dev/pci/ixgbe

2023-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 8 05:42:59 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: Update if_opackets outside the loop in ixgbe_txeof(). To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev

CVS commit: src/sys/dev/pci/ixgbe

2023-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 8 05:39:27 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: micro-optimize ixgbe_txeof() Update txr->tx_avail and txr->txr_no_space outside the loop in ixgbe_txeof(). To generate a diff o

CVS commit: src/sys/dev/pci/ixgbe

2023-12-07 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Dec 8 05:39:27 UTC 2023 Modified Files: src/sys/dev/pci/ixgbe: ix_txrx.c Log Message: ixgbe: micro-optimize ixgbe_txeof() Update txr->tx_avail and txr->txr_no_space outside the loop in ixgbe_txeof(). To generate a diff o

CVS commit: src/sys/arch/mipsco

2023-12-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 8 01:38:20 UTC 2023 Modified Files: src/sys/arch/mipsco/include: bus.h src/sys/arch/mipsco/mipsco: bus_space.c Log Message: Excise extent(9) from the mipsco bus_space -- it was completely unused, so let's make th

CVS commit: src/sys/arch/mipsco

2023-12-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Dec 8 01:38:20 UTC 2023 Modified Files: src/sys/arch/mipsco/include: bus.h src/sys/arch/mipsco/mipsco: bus_space.c Log Message: Excise extent(9) from the mipsco bus_space -- it was completely unused, so let's make th

Re: CVS commit: src/lib/libc/time

2023-12-07 Thread Steffen Nurpmeso
Valery Ushakov wrote in : |On Fri, Dec 08, 2023 at 01:32:49 +0300, Valery Ushakov wrote: | |> On Thu, Dec 07, 2023 at 20:13:37 +, Robert Elz wrote: |> |>> While here, consistemntly use minus when minus is meant, rather that |>> just using a hyphen. |> |> One has to be careful with this

Re: CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
On Fri, Dec 08, 2023 at 01:32:49 +0300, Valery Ushakov wrote: > On Thu, Dec 07, 2023 at 20:13:37 +, Robert Elz wrote: > > > While here, consistemntly use minus when minus is meant, rather that > > just using a hyphen. > > One has to be careful with this. And to have this on record for refernc

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 23:42:28 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix yet another wording (editing) botch noticed by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/zic.8 Pleas

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 23:42:28 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix yet another wording (editing) botch noticed by uwe@ To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libc/time/zic.8 Pleas

CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 7 23:21:21 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: zic(8): missed a .Ql To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/time/zic.8 Please note that diffs are not public do

CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 7 23:21:21 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: zic(8): missed a .Ql To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libc/time/zic.8 Please note that diffs are not public do

CVS commit: src/lib/libc/net

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:33:49 UTC 2023 Modified Files: src/lib/libc/net: sethostent.c Log Message: Fix a couple of (not very likely) memory leaks, reported by e...@google.com who attributed them: the malloc one was reported to Android (as

CVS commit: src/lib/libc/net

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 22:33:49 UTC 2023 Modified Files: src/lib/libc/net: sethostent.c Log Message: Fix a couple of (not very likely) memory leaks, reported by e...@google.com who attributed them: the malloc one was reported to Android (as

Re: CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
On Thu, Dec 07, 2023 at 20:13:37 +, Robert Elz wrote: > While here, consistemntly use minus when minus is meant, rather that > just using a hyphen. One has to be careful with this. In the literal context (Ql, Li, etc) the ascii minus-hyphen in the input is preserved as such. In other contex

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 20:13:37 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix a wording botch noticed by uwe@ (and one more smaller one), and a few more markup issues. While here, consistemntly use minus when minus is mean

CVS commit: src/lib/libc/time

2023-12-07 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Dec 7 20:13:37 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: Fix a wording botch noticed by uwe@ (and one more smaller one), and a few more markup issues. While here, consistemntly use minus when minus is mean

CVS commit: src/bin/cat

2023-12-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 7 20:02:07 UTC 2023 Modified Files: src/bin/cat: cat.c Log Message: cat: reduce visibility of local functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/cat/cat.c Pleas

CVS commit: src/bin/cat

2023-12-07 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Dec 7 20:02:07 UTC 2023 Modified Files: src/bin/cat: cat.c Log Message: cat: reduce visibility of local functions No functional change. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/cat/cat.c Pleas

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-07 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Dec 7 17:28:36 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 Log Message: Update elfconstants.m4 to upstream [r3986]. - Add the NetBSD spelling of a 386 relocation. - Add VAX relocat

CVS commit: src/external/bsd/elftoolchain/dist/common/sys

2023-12-07 Thread Joseph Koshy
Module Name:src Committed By: jkoshy Date: Thu Dec 7 17:28:36 UTC 2023 Modified Files: src/external/bsd/elftoolchain/dist/common/sys: elfconstants.m4 Log Message: Update elfconstants.m4 to upstream [r3986]. - Add the NetBSD spelling of a 386 relocation. - Add VAX relocat

CVS commit: src/share/man/man7

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 17:24:22 UTC 2023 Modified Files: src/share/man/man7: stack.7 Log Message: stack(7): Fix diagram of non-main thread stacks. Had stackaddr (pthread_attr_setstack parameter, lowest-numbered virtual address of stack re

CVS commit: src/share/man/man7

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 17:24:22 UTC 2023 Modified Files: src/share/man/man7: stack.7 Log Message: stack(7): Fix diagram of non-main thread stacks. Had stackaddr (pthread_attr_setstack parameter, lowest-numbered virtual address of stack re

CVS commit: src/share/man/man7

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 17:15:48 UTC 2023 Modified Files: src/share/man/man7: stack.7 Log Message: stack(7): Minor clarifications and wording tweaks. Suggested by pgoyette@ and uwe@. PR pkg/57708 XXX pullup-10 To generate a diff of thi

CVS commit: src/share/man/man7

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 17:15:48 UTC 2023 Modified Files: src/share/man/man7: stack.7 Log Message: stack(7): Minor clarifications and wording tweaks. Suggested by pgoyette@ and uwe@. PR pkg/57708 XXX pullup-10 To generate a diff of thi

CVS commit: src/sys/arch/atari

2023-12-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 7 16:56:09 UTC 2023 Modified Files: src/sys/arch/atari/atari: atari_init.c bus.c machdep.c src/sys/arch/atari/include: bus_funcs.h Log Message: extent(9) -> vmem(9) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/atari

2023-12-07 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Thu Dec 7 16:56:09 UTC 2023 Modified Files: src/sys/arch/atari/atari: atari_init.c bus.c machdep.c src/sys/arch/atari/include: bus_funcs.h Log Message: extent(9) -> vmem(9) To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libpthread

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:55:01 UTC 2023 Modified Files: src/lib/libpthread: pthread_attr_getguardsize.3 pthread_attr_getstack.3 Log Message: pthread: Document the setstack vs setguardsize bug. Suggest the safe, compatible workaround. T

CVS commit: src/lib/libpthread

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:55:01 UTC 2023 Modified Files: src/lib/libpthread: pthread_attr_getguardsize.3 pthread_attr_getstack.3 Log Message: pthread: Document the setstack vs setguardsize bug. Suggest the safe, compatible workaround. T

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

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:54:44 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile t_setrlimit.c Log Message: t_setrlimit: Narrow the scope of stack-protector warning suppression. To generate a diff of this commit: cvs rdiff -u -r

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

2023-12-07 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Dec 7 16:54:44 UTC 2023 Modified Files: src/tests/lib/libc/sys: Makefile t_setrlimit.c Log Message: t_setrlimit: Narrow the scope of stack-protector warning suppression. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/netinet6

2023-12-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 7 16:47:44 UTC 2023 Modified Files: src/sys/netinet6: in6.c Log Message: Identify the need to rework the COMPAT_* code to be more module-aware. This is an XXX comment block only, NFCI. To generate a diff of this comm

CVS commit: src/sys/netinet6

2023-12-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 7 16:47:44 UTC 2023 Modified Files: src/sys/netinet6: in6.c Log Message: Identify the need to rework the COMPAT_* code to be more module-aware. This is an XXX comment block only, NFCI. To generate a diff of this comm

CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 7 16:16:03 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: zic(8): more markup fixes Still need to go over the tables. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/zic.8

CVS commit: src/lib/libc/time

2023-12-07 Thread Valery Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 7 16:16:03 UTC 2023 Modified Files: src/lib/libc/time: zic.8 Log Message: zic(8): more markup fixes Still need to go over the tables. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/lib/libc/time/zic.8

CVS commit: src/share/misc

2023-12-07 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Thu Dec 7 16:03:32 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +STEKsession ticket encryption key To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/share/misc/acronyms.comp Pleas

CVS commit: src/share/misc

2023-12-07 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Thu Dec 7 16:03:32 UTC 2023 Modified Files: src/share/misc: acronyms.comp Log Message: +STEKsession ticket encryption key To generate a diff of this commit: cvs rdiff -u -r1.382 -r1.383 src/share/misc/acronyms.comp Pleas

CVS commit: src/sys/kern

2023-12-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 7 09:00:32 UTC 2023 Modified Files: src/sys/kern: tty.c Log Message: There's no COMPAT_60 code left here, so no need for conditional inclusion of header file. To generate a diff of this commit: cvs rdiff -u -r1.311 -r

CVS commit: src/sys/kern

2023-12-07 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 7 09:00:32 UTC 2023 Modified Files: src/sys/kern: tty.c Log Message: There's no COMPAT_60 code left here, so no need for conditional inclusion of header file. To generate a diff of this commit: cvs rdiff -u -r1.311 -r