CVS commit: src/sys/net

2023-01-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 6 01:54:23 UTC 2023 Modified Files: src/sys/net: if_tap.c Log Message: tap: link up an interface cloned from /dev/tap Fix PR 57155 (partially) To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/net

2023-01-05 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 6 01:54:23 UTC 2023 Modified Files: src/sys/net: if_tap.c Log Message: tap: link up an interface cloned from /dev/tap Fix PR 57155 (partially) To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128

CVS commit: src/sys/net

2023-01-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 5 20:32:19 UTC 2023 Modified Files: src/sys/net: if_wg.c Log Message: centralize the kauth ugliness. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/net/if_wg.c Please note that diffs are not

CVS commit: src/sys/net

2023-01-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 5 20:32:19 UTC 2023 Modified Files: src/sys/net: if_wg.c Log Message: centralize the kauth ugliness. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/net/if_wg.c Please note that diffs are not

CVS commit: src/sys/arch/mac68k/conf

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:48:13 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: INSTALL Log Message: Disable (comment out) options DIAGNOSTIC in INSTALL kernels. It has been there since the initial revision 1.1 while it was disabled in

CVS commit: src/sys/arch/mac68k/conf

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:48:13 UTC 2023 Modified Files: src/sys/arch/mac68k/conf: INSTALL Log Message: Disable (comment out) options DIAGNOSTIC in INSTALL kernels. It has been there since the initial revision 1.1 while it was disabled in

CVS commit: src/sys

2023-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 5 18:29:46 UTC 2023 Modified Files: src/sys/net: if_wg.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: wg(4): Allow non-root to retrieve information other than the private

CVS commit: src/sys

2023-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 5 18:29:46 UTC 2023 Modified Files: src/sys/net: if_wg.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: wg(4): Allow non-root to retrieve information other than the private

CVS commit: src/sys/arch/m68k/m68k

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:27:48 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: bus_dma.c Log Message: Fix out of bounds invalidate (and writeback) in bus_dmamap_sync(9) ops. Detected by the POOL_REDZONE check in sys/kern/subr_pool.c that

CVS commit: src/sys/arch/m68k/m68k

2023-01-05 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Jan 5 18:27:48 UTC 2023 Modified Files: src/sys/arch/m68k/m68k: bus_dma.c Log Message: Fix out of bounds invalidate (and writeback) in bus_dmamap_sync(9) ops. Detected by the POOL_REDZONE check in sys/kern/subr_pool.c that

CVS commit: src

2023-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 5 17:36:53 UTC 2023 Modified Files: src/share/examples/secmodel: secmodel_example.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: more strip(4) removal, this time in

CVS commit: src

2023-01-05 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jan 5 17:36:53 UTC 2023 Modified Files: src/share/examples/secmodel: secmodel_example.c src/sys/secmodel/suser: secmodel_suser.c src/sys/sys: kauth.h Log Message: more strip(4) removal, this time in

CVS commit: src/lib/libc/gen

2023-01-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jan 5 15:13:57 UTC 2023 Modified Files: src/lib/libc/gen: err.3 Log Message: Add errc() and verrc() to the list of functions which do not return, but exit() instead. This was omitted when the *c() set of functions were added

CVS commit: src/lib/libc/gen

2023-01-05 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Jan 5 15:13:57 UTC 2023 Modified Files: src/lib/libc/gen: err.3 Log Message: Add errc() and verrc() to the list of functions which do not return, but exit() instead. This was omitted when the *c() set of functions were added

CVS commit: src/sys/dev/pci

2023-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 5 14:50:14 UTC 2023 Modified Files: src/sys/dev/pci: sdhc_pci.c Log Message: Add quirk setting for some Intel eMMC devices. On some Intel eMMC controllers, the driver reports "autoconfiguration error: couldn't enable

CVS commit: src/sys/dev/pci

2023-01-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jan 5 14:50:14 UTC 2023 Modified Files: src/sys/dev/pci: sdhc_pci.c Log Message: Add quirk setting for some Intel eMMC devices. On some Intel eMMC controllers, the driver reports "autoconfiguration error: couldn't enable

CVS commit: src/sys/dev/hdaudio

2023-01-05 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 5 09:57:39 UTC 2023 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: ignore NULL for hdaudio_audiodev in hdafg_freem also guard against NULL in ad_{capture,playback} observed during shutdown on Lenovo W510 To

CVS commit: src/sys/dev/hdaudio

2023-01-05 Thread Frank Kardel
Module Name:src Committed By: kardel Date: Thu Jan 5 09:57:39 UTC 2023 Modified Files: src/sys/dev/hdaudio: hdafg.c Log Message: ignore NULL for hdaudio_audiodev in hdafg_freem also guard against NULL in ad_{capture,playback} observed during shutdown on Lenovo W510 To

re: CVS commit: src/sys/net

2023-01-05 Thread matthew green
"Jonathan A. Kollasch" writes: > Module Name: src > Committed By: jakllsch > Date: Thu Jan 5 02:38:51 UTC 2023 > > Modified Files: > src/sys/net: if_wg.c > > Log Message: > Check for authorization for SIOCSDRVSPEC and SIOCGDRVSPEC ioctls for wg(4). > > Addresses PR 57161. might be