Module Name:src
Committed By: msaitoh
Date: Mon May 30 05:08:17 UTC 2022
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h ixv.c
Log Message:
Remove unused adapter->msix_mem.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/pci/ixgbe/ixgbe.h
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Mon May 30 05:08:17 UTC 2022
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.h ixv.c
Log Message:
Remove unused adapter->msix_mem.
To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/dev/pci/ixgbe/ixgbe.h
cvs rdi
Module Name:src
Committed By: msaitoh
Date: Mon May 30 05:07:38 UTC 2022
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.
Fixes PR kern/56857.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: msaitoh
Date: Mon May 30 05:07:38 UTC 2022
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Fix a bug that the legacy interrupt doesn't work when MSI-X allocation failed.
Fixes PR kern/56857.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pgoyette
Date: Mon May 30 03:33:07 UTC 2022
Modified Files:
src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh
Log Message:
Update test so all four combinations of update_{upper, lower} x
monitor_{upper, lower}} can be verified. Currently update
Module Name:src
Committed By: pgoyette
Date: Mon May 30 03:33:07 UTC 2022
Modified Files:
src/tests/lib/libc/kevent_nullmnt: t_nullmnt.sh
Log Message:
Update test so all four combinations of update_{upper, lower} x
monitor_{upper, lower}} can be verified. Currently update
Module Name:src
Committed By: ryo
Date: Sun May 29 23:43:50 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_trace.c
Log Message:
Display the trap type of trapframe when backtracing.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarc
Module Name:src
Committed By: ryo
Date: Sun May 29 23:43:50 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_trace.c
Log Message:
Display the trap type of trapframe when backtracing.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/aarc
Module Name:src
Committed By: ryo
Date: Sun May 29 23:39:59 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: idle_machdep.S vectors.S
Log Message:
ESR_EL1 and FAR_EL1 are not required in interrupt trapframe and their values
are meaningless.
To identify it as an inte
Module Name:src
Committed By: ryo
Date: Sun May 29 23:39:59 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: idle_machdep.S vectors.S
Log Message:
ESR_EL1 and FAR_EL1 are not required in interrupt trapframe and their values
are meaningless.
To identify it as an inte
Module Name:src
Committed By: rillig
Date: Sun May 29 23:24:09 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix wrong errors about sizeof of a bit-field (since 2022-05-26)
To gene
Module Name:src
Committed By: rillig
Date: Sun May 29 23:24:09 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
src/usr.bin/xlint/lint1: tree.c
Log Message:
lint: fix wrong errors about sizeof of a bit-field (since 2022-05-26)
To gene
Module Name:src
Committed By: rillig
Date: Sun May 29 23:09:43 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
Log Message:
tests/lint: demonstrate wrong errors 'size/alignment of bit-field'
Since tree.c 1.444 from 2022-05-26, which added ran
Module Name:src
Committed By: rillig
Date: Sun May 29 23:09:43 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_132.c msg_132.exp
Log Message:
tests/lint: demonstrate wrong errors 'size/alignment of bit-field'
Since tree.c 1.444 from 2022-05-26, which added ran
Module Name:src
Committed By: rin
Date: Sun May 29 22:26:21 UTC 2022
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Apply extra delay quirk for
- Intel 7 Series (mobile) SATA Controller (AHCI):
rev. 0x04 sometimes fails to probe Seagate ST500LT012.
Report
Module Name:src
Committed By: rin
Date: Sun May 29 22:26:21 UTC 2022
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Apply extra delay quirk for
- Intel 7 Series (mobile) SATA Controller (AHCI):
rev. 0x04 sometimes fails to probe Seagate ST500LT012.
Report
Module Name:src
Committed By: rillig
Date: Sun May 29 22:03:29 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up variable names, add empty lines
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/games/g
Module Name:src
Committed By: rillig
Date: Sun May 29 22:03:29 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up variable names, add empty lines
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/games/g
Module Name:src
Committed By: rillig
Date: Sun May 29 21:47:12 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up color handling in 'pickmove'
Instead of searching for the best black and white moves, search instead
for our and their best m
Module Name:src
Committed By: rillig
Date: Sun May 29 21:47:12 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up color handling in 'pickmove'
Instead of searching for the best black and white moves, search instead
for our and their best m
Module Name:src
Committed By: rillig
Date: Sun May 29 21:38:36 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up 'pickmove' stylistically
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/games/gomo
Module Name:src
Committed By: rillig
Date: Sun May 29 21:38:36 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up 'pickmove' stylistically
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/games/gomo
Module Name:src
Committed By: rillig
Date: Sun May 29 21:02:37 UTC 2022
Modified Files:
src/games/gomoku: main.c pickmove.c
Log Message:
gomoku: migrate remaining functions to type player_color
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: rillig
Date: Sun May 29 21:02:37 UTC 2022
Modified Files:
src/games/gomoku: main.c pickmove.c
Log Message:
gomoku: migrate remaining functions to type player_color
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.72
Module Name:src
Committed By: rillig
Date: Sun May 29 20:21:29 UTC 2022
Modified Files:
src/games/gomoku: main.c
Log Message:
gomoku: make parsing of the debug command 'o' robust
Previously, the (invalid) debug command 'o,' succeeded to parse and led
to out-of-bounds memo
Module Name:src
Committed By: rillig
Date: Sun May 29 20:21:29 UTC 2022
Modified Files:
src/games/gomoku: main.c
Log Message:
gomoku: make parsing of the debug command 'o' robust
Previously, the (invalid) debug command 'o,' succeeded to parse and led
to out-of-bounds memo
> On 29. May 2022, at 19:04, nia wrote:
>
> On Sun, May 29, 2022 at 05:50:30PM +0100, Alistair Crooks wrote:
>> But before starting to make piecemeal changes to the build system, maybe
>> some research into how others have accomplished this before with NetBSD?
>>
>> I'd really like to avoid the
Module Name:src
Committed By: rillig
Date: Sun May 29 18:25:39 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up overlap info in 'checkframes'
In 2009, GCC had complained that the overlap_info might only be
partially filled. All possible
Module Name:src
Committed By: rillig
Date: Sun May 29 18:25:39 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up overlap info in 'checkframes'
In 2009, GCC had complained that the overlap_info might only be
partially filled. All possible
On Sun, May 29, 2022 at 17:39 nia wrote:
>
> Hi, sorry I missed this email, please CC me next time.
>
> I talked about this a bit on ICB, but not on the lists yet.
>
> My end-game is to make it easier to make minimal embedded
> images of NetBSD.
>
A laudable endgoal.
But before starting to make
Thanks for that explanation.
I was wondering if the same goal could be achieved with sypkgs as they
seem to have about the same granularity as the MKxxx options.
You would still build all component but could populate the images from
the set of syspkgs. So you would be able to generate tailore
Module Name:src
Committed By: rillig
Date: Sun May 29 18:05:25 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: do not scan the upper border for combos
Adding the '+ 1' to the row coordinate added an offset of 20, while the
intended offset was 1.
Module Name:src
Committed By: rillig
Date: Sun May 29 18:05:25 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: do not scan the upper border for combos
Adding the '+ 1' to the row coordinate added an offset of 20, while the
intended offset was 1.
On Sun, May 29, 2022 at 05:50:30PM +0100, Alistair Crooks wrote:
> But before starting to make piecemeal changes to the build system, maybe
> some research into how others have accomplished this before with NetBSD?
>
> I'd really like to avoid the plethora of (sometimes conflicting) switches
> tha
Module Name:src
Committed By: rillig
Date: Sun May 29 17:01:42 UTC 2022
Modified Files:
src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c
pickmove.c
Log Message:
gomoku: refine the type of some functions and variables
Assisted by WARNS=6. At that l
Module Name:src
Committed By: rillig
Date: Sun May 29 17:01:42 UTC 2022
Modified Files:
src/games/gomoku: Makefile bdisp.c gomoku.h main.c makemove.c
pickmove.c
Log Message:
gomoku: refine the type of some functions and variables
Assisted by WARNS=6. At that l
Module Name:src
Committed By: ryo
Date: Sun May 29 16:45:00 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
- Display "cpu[]" instead of "cpu[]".
- Also add cpu_info->ci_onproc to display.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: ryo
Date: Sun May 29 16:45:00 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_machdep.c
Log Message:
- Display "cpu[]" instead of "cpu[]".
- Also add cpu_info->ci_onproc to display.
To generate a diff of this commit:
cvs rdiff -u -
On Sun, May 29, 2022 at 09:34:16AM +0200, Frank Kardel wrote:
> Hi *!
>
> I see we are building knobs to not build and install parts of the system.
> Somehow I missed the discussion on this. Could someone point me to that
> thread, so that I can understand the overall rationale?
>
> As for NTP: s
Module Name:src
Committed By: ryo
Date: Sun May 29 16:39:22 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_interface.c
Log Message:
Use the PAR register to check for accessibility in db_(read|write)_bytes().
db_(read|write)_bytes() uses the TTBR[01] at that tim
Module Name:src
Committed By: ryo
Date: Sun May 29 16:39:22 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_interface.c
Log Message:
Use the PAR register to check for accessibility in db_(read|write)_bytes().
db_(read|write)_bytes() uses the TTBR[01] at that tim
Module Name:src
Committed By: rillig
Date: Sun May 29 16:30:44 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h
Log Message:
gomoku: when starting a new game, start in the middle of the board
Previously, when starting a new game, the user coordinate wa
Module Name:src
Committed By: rillig
Date: Sun May 29 16:30:44 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h
Log Message:
gomoku: when starting a new game, start in the middle of the board
Previously, when starting a new game, the user coordinate wa
Module Name:src
Committed By: rillig
Date: Sun May 29 16:19:52 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: after accepting a spot via the mouse, clear current coordinate
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/games/g
Module Name:src
Committed By: rillig
Date: Sun May 29 16:19:52 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: after accepting a spot via the mouse, clear current coordinate
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/games/g
Module Name:src
Committed By: ryo
Date: Sun May 29 16:14:42 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
Log Message:
fix build without options DDB
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/aarch64/aarch64/cpu.c
Please no
Module Name:src
Committed By: ryo
Date: Sun May 29 16:14:42 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
Log Message:
fix build without options DDB
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/aarch64/aarch64/cpu.c
Please no
Module Name:src
Committed By: ryo
Date: Sun May 29 16:13:41 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_trace.c vm_machdep.c
Log Message:
Simplified termination conditions for ddb backtrace.
Exit backtrace when the user trapframe is invalid. (Mainly in kerne
Module Name:src
Committed By: ryo
Date: Sun May 29 16:13:41 UTC 2022
Modified Files:
src/sys/arch/aarch64/aarch64: db_trace.c vm_machdep.c
Log Message:
Simplified termination conditions for ddb backtrace.
Exit backtrace when the user trapframe is invalid. (Mainly in kerne
Module Name:src
Committed By: rillig
Date: Sun May 29 15:31:12 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h makemove.c pickmove.c
Log Message:
gomoku: add type player_color
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/ga
Module Name:src
Committed By: rillig
Date: Sun May 29 15:31:12 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h makemove.c pickmove.c
Log Message:
gomoku: add type player_color
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/ga
Module Name:src
Committed By: nia
Date: Sun May 29 15:23:21 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
src/share/man/man5: mk.conf.5
Module Name:src
Committed By: nia
Date: Sun May 29 15:23:21 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/distrib/sets/lists/misc: mi
src/share/man/man5: mk.conf.5
Module Name:src
Committed By: rillig
Date: Sun May 29 15:16:11 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: use unsigned integers for bit sets
As all access to the bit sets happens through the unsigned spot_index
type, drop the type casts in
Module Name:src
Committed By: rillig
Date: Sun May 29 15:16:11 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: use unsigned integers for bit sets
As all access to the bit sets happens through the unsigned spot_index
type, drop the type casts in
Module Name:src
Committed By: rillig
Date: Sun May 29 14:50:37 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h
Log Message:
gomoku: provide a more gentle introduction to the code
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/gam
Module Name:src
Committed By: rillig
Date: Sun May 29 14:50:37 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h
Log Message:
gomoku: provide a more gentle introduction to the code
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/gam
Module Name:src
Committed By: rillig
Date: Sun May 29 14:37:44 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c
pickmove.c
Log Message:
gomoku: don't use 'i' as special-purpose variable name
No binary change.
To generate
Module Name:src
Committed By: rillig
Date: Sun May 29 14:37:44 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c
pickmove.c
Log Message:
gomoku: don't use 'i' as special-purpose variable name
No binary change.
To generate
Module Name:src
Committed By: rillig
Date: Sun May 29 14:01:58 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c makemove.c pickmove.c
Log Message:
gomoku: consistently name the offset of a spot in a frame 'off'
Leave 'i' for general purpose loops.
No functional change
Module Name:src
Committed By: rillig
Date: Sun May 29 14:01:58 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c makemove.c pickmove.c
Log Message:
gomoku: consistently name the offset of a spot in a frame 'off'
Leave 'i' for general purpose loops.
No functional change
Module Name:src
Committed By: rillig
Date: Sun May 29 13:49:10 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c gomoku.h makemove.c pickmove.c
Log Message:
gomoku: add data type for one of the 4 directions of a frame
No functional change.
To generate a diff of this c
Module Name:src
Committed By: rillig
Date: Sun May 29 13:49:10 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c gomoku.h makemove.c pickmove.c
Log Message:
gomoku: add data type for one of the 4 directions of a frame
No functional change.
To generate a diff of this c
Module Name:src
Committed By: rillig
Date: Sun May 29 12:44:17 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up four_in_a_row
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/games/gomoku/pickmove
Module Name:src
Committed By: rillig
Date: Sun May 29 12:44:17 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: clean up four_in_a_row
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/games/gomoku/pickmove
Module Name:xsrc
Committed By: nia
Date: Sun May 29 12:40:36 UTC 2022
Modified Files:
xsrc/external/mit/xdm/dist/config: Xsession.in
xsrc/external/mit/xinit/dist: xinitrc.cpp
Log Message:
Expand and escape comments. One minor change to variable expansion
as request
Module Name:xsrc
Committed By: nia
Date: Sun May 29 12:40:36 UTC 2022
Modified Files:
xsrc/external/mit/xdm/dist/config: Xsession.in
xsrc/external/mit/xinit/dist: xinitrc.cpp
Log Message:
Expand and escape comments. One minor change to variable expansion
as request
Module Name:src
Committed By: rillig
Date: Sun May 29 12:20:07 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: extract quick_check from scanframes
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/games/go
Module Name:src
Committed By: rillig
Date: Sun May 29 12:20:07 UTC 2022
Modified Files:
src/games/gomoku: pickmove.c
Log Message:
gomoku: extract quick_check from scanframes
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/games/go
Module Name:src
Committed By: martin
Date: Sun May 29 12:15:00 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Make it compile again
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libcrypt/crypt-argon2.c
Please note that dif
Module Name:src
Committed By: martin
Date: Sun May 29 12:15:00 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Make it compile again
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libcrypt/crypt-argon2.c
Please note that dif
Module Name:src
Committed By: rin
Date: Sun May 29 11:55:05 UTC 2022
Modified Files:
src/sys/arch/powerpc/include: instr.h
Log Message:
Fix insn field definitions for MD and MDS formats.
No one uses these yet.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: rin
Date: Sun May 29 11:55:05 UTC 2022
Modified Files:
src/sys/arch/powerpc/include: instr.h
Log Message:
Fix insn field definitions for MD and MDS formats.
No one uses these yet.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: rillig
Date: Sun May 29 11:36:12 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c makemove.c pickmove.c
Log Message:
gomoku: use proper types when indexing 'board' and 'frames'
No functional change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Sun May 29 11:36:12 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c makemove.c pickmove.c
Log Message:
gomoku: use proper types when indexing 'board' and 'frames'
No functional change.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rin
Date: Sun May 29 11:18:33 UTC 2022
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Apply extra delay quirk for followings:
- Intel Braswell AHCI: rev. 0x35 fails for Seagate ST2000LX001.
- Intel 8 Series (desktop) SATA Contr
Module Name:src
Committed By: rin
Date: Sun May 29 11:18:33 UTC 2022
Modified Files:
src/sys/dev/pci: ahcisata_pci.c
Log Message:
Apply extra delay quirk for followings:
- Intel Braswell AHCI: rev. 0x35 fails for Seagate ST2000LX001.
- Intel 8 Series (desktop) SATA Contr
Module Name:src
Committed By: abs
Date: Sun May 29 10:58:09 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Avoid null SEGV if libargon passed string with too few $
Seen on netbsd-9 built xscreensaver running on a current system.
Whatever triggered
Module Name:src
Committed By: abs
Date: Sun May 29 10:58:09 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Avoid null SEGV if libargon passed string with too few $
Seen on netbsd-9 built xscreensaver running on a current system.
Whatever triggered
Module Name:src
Committed By: rin
Date: Sun May 29 10:51:42 UTC 2022
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL
Log Message:
Regen for GENERIC.in rev. 1.149.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/amiga/conf/DRACO
Module Name:src
Committed By: rin
Date: Sun May 29 10:51:42 UTC 2022
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL
Log Message:
Regen for GENERIC.in rev. 1.149.
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/arch/amiga/conf/DRACO
Module Name:src
Committed By: abs
Date: Sun May 29 10:51:41 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Free strdup'd value in libargon decode_option error paths
If its worth freeing in the success path, its worth freeing in the
error path... (g
Module Name:src
Committed By: abs
Date: Sun May 29 10:51:41 UTC 2022
Modified Files:
src/lib/libcrypt: crypt-argon2.c
Log Message:
Free strdup'd value in libargon decode_option error paths
If its worth freeing in the success path, its worth freeing in the
error path... (g
Module Name:src
Committed By: andvar
Date: Sun May 29 10:47:40 UTC 2022
Modified Files:
src/compat: Makefile
src/sys/arch/acorn32/eb7500atx: if_cs.c
src/sys/arch/sparc/include: pte.h
src/sys/kern: subr_blist.c subr_pool.c
src/sys/netinet: sct
Module Name:src
Committed By: andvar
Date: Sun May 29 10:47:40 UTC 2022
Modified Files:
src/compat: Makefile
src/sys/arch/acorn32/eb7500atx: if_cs.c
src/sys/arch/sparc/include: pte.h
src/sys/kern: subr_blist.c subr_pool.c
src/sys/netinet: sct
Module Name:src
Committed By: rin
Date: Sun May 29 10:45:05 UTC 2022
Modified Files:
src/sys/arch/evbppc/explora/dev: le_elb.c
src/sys/arch/mipsco/obio: if_le.c
src/sys/arch/mvme68k/dev: if_le.c
src/sys/arch/sparc/dev: if_le_obio.c
src/sys/ar
Module Name:src
Committed By: rin
Date: Sun May 29 10:45:05 UTC 2022
Modified Files:
src/sys/arch/evbppc/explora/dev: le_elb.c
src/sys/arch/mipsco/obio: if_le.c
src/sys/arch/mvme68k/dev: if_le.c
src/sys/arch/sparc/dev: if_le_obio.c
src/sys/ar
Module Name:src
Committed By: rin
Date: Sun May 29 10:43:46 UTC 2022
Modified Files:
src/sys/dev/hyperv: if_hvn.c
src/sys/dev/ic: ciss.c elinkxl.c hme.c i82596.c
src/sys/dev/isa: if_le_isa.c
src/sys/dev/isapnp: if_le_isapnp.c
src/sys/dev/sbus
Module Name:src
Committed By: rin
Date: Sun May 29 10:43:46 UTC 2022
Modified Files:
src/sys/dev/hyperv: if_hvn.c
src/sys/dev/ic: ciss.c elinkxl.c hme.c i82596.c
src/sys/dev/isa: if_le_isa.c
src/sys/dev/isapnp: if_le_isapnp.c
src/sys/dev/sbus
Module Name:src
Committed By: andvar
Date: Sun May 29 10:43:19 UTC 2022
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL MDINSTALL
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/dev/rasops: rasops2.c
Log Message:
s/littel/little/
Module Name:src
Committed By: andvar
Date: Sun May 29 10:43:19 UTC 2022
Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC GENERIC.in INSTALL MDINSTALL
src/sys/arch/amigappc/conf: GENERIC NULL
src/sys/dev/rasops: rasops2.c
Log Message:
s/littel/little/
Module Name:src
Committed By: nia
Date: Sun May 29 08:15:47 UTC 2022
Modified Files:
src/share/man/man5: mk.conf.5
Log Message:
Document MKPPP
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/share/man/man5/mk.conf.5
Please note that diffs are not publi
Module Name:src
Committed By: nia
Date: Sun May 29 08:15:47 UTC 2022
Modified Files:
src/share/man/man5: mk.conf.5
Log Message:
Document MKPPP
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/share/man/man5/mk.conf.5
Please note that diffs are not publi
Module Name:src
Committed By: rillig
Date: Sun May 29 10:37:21 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c
Log Message:
gomoku: turn spotstr.s_frame into a frame index
Most calculations are done on the frame index, not the poi
Module Name:src
Committed By: rillig
Date: Sun May 29 10:37:21 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c gomoku.h main.c makemove.c pickmove.c
Log Message:
gomoku: turn spotstr.s_frame into a frame index
Most calculations are done on the frame index, not the poi
Module Name:src
Committed By: rin
Date: Sun May 29 08:06:40 UTC 2022
Modified Files:
src/sys/arch/amd64/conf: ALL
Log Message:
Add missing Hyper-V devices from GENERIC.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/sys/arch/amd64/conf/ALL
Please no
Module Name:src
Committed By: rin
Date: Sun May 29 08:11:15 UTC 2022
Modified Files:
src/common/lib/libc/atomic: atomic_swap_64_cas.c
Log Message:
One more typo; this is called _atomic_swap_64, not _8.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/comm
Module Name:src
Committed By: nia
Date: Sun May 29 08:10:00 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/etc: mi
src/distrib/sets/lists/man: mi
src/etc/rc.d: Makefile
Module Name:src
Committed By: rin
Date: Sun May 29 08:09:19 UTC 2022
Modified Files:
src/common/lib/libc/atomic: atomic_and_64_nv_cas.c
Log Message:
Fix typo; this is "and", not "add".
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/common/lib/libc/atomic
Module Name:src
Committed By: nia
Date: Sun May 29 08:10:00 UTC 2022
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/etc: mi
src/distrib/sets/lists/man: mi
src/etc/rc.d: Makefile
1 - 100 of 106 matches
Mail list logo