Module Name:src
Committed By: skrll
Date: Fri May 20 06:59:02 UTC 2022
Modified Files:
src/sys/arch/arm/imx: imxuart.c
Log Message:
Add the character read in as part of imxuart_common_putc into the
readahead buffer
port-arm/45354: no character is put in the read-ahead buf
Module Name:src
Committed By: skrll
Date: Fri May 20 06:59:02 UTC 2022
Modified Files:
src/sys/arch/arm/imx: imxuart.c
Log Message:
Add the character read in as part of imxuart_common_putc into the
readahead buffer
port-arm/45354: no character is put in the read-ahead buf
Module Name:src
Committed By: skrll
Date: Fri May 20 06:56:59 UTC 2022
Modified Files:
src/sys/arch/arm/imx: imxuart.c
Log Message:
Use a macro. Part of
port-arm/45354: no character is put in the read-ahead buffer in a console code
of arch/arm/imx/imxuart.c
To generat
Module Name:src
Committed By: skrll
Date: Fri May 20 06:56:59 UTC 2022
Modified Files:
src/sys/arch/arm/imx: imxuart.c
Log Message:
Use a macro. Part of
port-arm/45354: no character is put in the read-ahead buffer in a console code
of arch/arm/imx/imxuart.c
To generat
Module Name:src
Committed By: rillig
Date: Thu May 19 23:12:40 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove unused function 'list_eq'
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/gomoku.h
cvs
Module Name:src
Committed By: rillig
Date: Thu May 19 23:12:40 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove unused function 'list_eq'
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/games/gomoku/gomoku.h
cvs
Module Name:src
Committed By: rillig
Date: Thu May 19 22:49:05 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c main.c
Log Message:
gomoku: use combined curses functions
To save some screen space in the source code and some bytes in the
generated binary.
No functional
Module Name:src
Committed By: rillig
Date: Thu May 19 22:49:05 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c main.c
Log Message:
gomoku: use combined curses functions
To save some screen space in the source code and some bytes in the
generated binary.
No functional
Module Name:src
Committed By: rillig
Date: Thu May 19 22:29:36 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c pickmove.c
Log Message:
gomoku: use NULL instead of more verbose null pointer
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.
Module Name:src
Committed By: rillig
Date: Thu May 19 22:29:36 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c pickmove.c
Log Message:
gomoku: use NULL instead of more verbose null pointer
No binary change.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.
Module Name:src
Committed By: rillig
Date: Thu May 19 22:24:54 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: clean up coordinate for the currently selected spot
There is no need to make this coordinate dependent on the board size.
No binary chan
Module Name:src
Committed By: rillig
Date: Thu May 19 22:24:54 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: clean up coordinate for the currently selected spot
There is no need to make this coordinate dependent on the board size.
No binary chan
Module Name:src
Committed By: rillig
Date: Thu May 19 22:19:18 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
Log Message:
gomoku: clean up version control sections
Lint can handle these definitions, and the '#if 0' is redu
Module Name:src
Committed By: rillig
Date: Thu May 19 22:19:18 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
Log Message:
gomoku: clean up version control sections
Lint can handle these definitions, and the '#if 0' is redu
Module Name:src
Committed By: riastradh
Date: Thu May 19 20:51:59 UTC 2022
Modified Files:
src/sys/opencrypto: crypto.c
Log Message:
opencrypto: Assert !cpu_intr_p() on dispatch and invoke.
These should only ever have been potentially called from hard
interrupt context by
Module Name:src
Committed By: riastradh
Date: Thu May 19 20:51:59 UTC 2022
Modified Files:
src/sys/opencrypto: crypto.c
Log Message:
opencrypto: Assert !cpu_intr_p() on dispatch and invoke.
These should only ever have been potentially called from hard
interrupt context by
Module Name:src
Committed By: riastradh
Date: Thu May 19 20:51:46 UTC 2022
Modified Files:
src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h
Log Message:
opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC.
CRYPTO_F_USER is no longer needed. It was introd
Module Name:src
Committed By: riastradh
Date: Thu May 19 20:51:46 UTC 2022
Modified Files:
src/sys/opencrypto: crypto.c cryptodev.c cryptodev.h
Log Message:
opencrypto: Nix CRYPTO_F_USER, CRYPTO_F_CBIMM, CRYPTO_F_CBIFSYNC.
CRYPTO_F_USER is no longer needed. It was introd
Module Name:src
Committed By: rillig
Date: Thu May 19 20:09:46 UTC 2022
Modified Files:
src/games/gomoku: main.c
Log Message:
gomoku: remove unreachable code at the end of main
In C99 mode, lint accepts when control gets to the end of main without
returning a value. It d
Module Name:src
Committed By: rillig
Date: Thu May 19 20:09:46 UTC 2022
Modified Files:
src/games/gomoku: main.c
Log Message:
gomoku: remove unreachable code at the end of main
In C99 mode, lint accepts when control gets to the end of main without
returning a value. It d
Module Name:src
Committed By: rillig
Date: Thu May 19 19:52:56 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: replace magic numbers with proper coordinate calculation
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/games/gomoku/
Module Name:src
Committed By: rillig
Date: Thu May 19 19:52:56 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: replace magic numbers with proper coordinate calculation
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/games/gomoku/
Module Name:src
Committed By: christos
Date: Thu May 19 19:18:03 UTC 2022
Modified Files:
src/sys/netipsec: ipsec_input.c
Log Message:
PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no
functional change).
Factor out spi retrieving code into a function.
Module Name:src
Committed By: christos
Date: Thu May 19 19:18:03 UTC 2022
Modified Files:
src/sys/netipsec: ipsec_input.c
Log Message:
PR/56840: Andrew Cagney: use the proper polarity hton/ntoh macros (no
functional change).
Factor out spi retrieving code into a function.
Module Name:src
Committed By: rillig
Date: Thu May 19 19:16:38 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: properly center the player's names
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/games/gomoku/bdisp.c
Please note t
Module Name:src
Committed By: rillig
Date: Thu May 19 19:16:38 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: properly center the player's names
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/games/gomoku/bdisp.c
Please note t
Module Name:src
Committed By: rillig
Date: Thu May 19 18:58:59 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h pickmove.c
Log Message:
gomoku: de-obfuscate screen coordinate calculation
Modern compilers optimize linear integer arithmetic, so there is
Module Name:src
Committed By: rillig
Date: Thu May 19 18:58:59 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h pickmove.c
Log Message:
gomoku: de-obfuscate screen coordinate calculation
Modern compilers optimize linear integer arithmetic, so there is
Module Name:src
Committed By: rillig
Date: Thu May 19 17:24:14 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
src/usr.bin/xlint/lint1: ckbool.c
Log Message:
lint: in strict bool mode, chec
Module Name:src
Committed By: rillig
Date: Thu May 19 17:24:14 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
src/usr.bin/xlint/lint1: ckbool.c
Log Message:
lint: in strict bool mode, chec
Module Name:src
Committed By: rillig
Date: Thu May 19 17:10:50 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
Log Message:
tests/lint: extend tests for type mismatch in strict bool mode
Seen in g
Module Name:src
Committed By: rillig
Date: Thu May 19 17:10:50 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: d_c99_bool_strict_syshdr.c
d_c99_bool_strict_syshdr.exp
Log Message:
tests/lint: extend tests for type mismatch in strict bool mode
Seen in g
Module Name:src
Committed By: rillig
Date: Thu May 19 17:02:51 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: fix error message for small screen
- gomoku: Screen too small (need 8018d)
+ gomoku: Screen too small (need 80x24)
To generate a diff o
Module Name:src
Committed By: rillig
Date: Thu May 19 17:02:51 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: fix error message for small screen
- gomoku: Screen too small (need 8018d)
+ gomoku: Screen too small (need 80x24)
To generate a diff o
Module Name:src
Committed By: rillig
Date: Thu May 19 16:58:39 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: fix type mismatch in call to curses function
Not yet detected by lint, as lint is more permissive for type mismatches
if the value is a c
Module Name:src
Committed By: rillig
Date: Thu May 19 16:58:39 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c
Log Message:
gomoku: fix type mismatch in call to curses function
Not yet detected by lint, as lint is more permissive for type mismatches
if the value is a c
Module Name:src
Committed By: martin
Date: Thu May 19 16:25:11 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1456
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Thu May 19 16:25:11 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Ticket #1456
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-9.3
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Thu May 19 16:24:20 UTC 2022
Modified Files:
src/sys/dev/pci [netbsd-9]: if_bge.c
Log Message:
Pull up following revision(s) (requested by buhrow in ticket #1456):
sys/dev/pci/if_bge.c: revision 1.353
For chips which con
Module Name:src
Committed By: martin
Date: Thu May 19 16:24:20 UTC 2022
Modified Files:
src/sys/dev/pci [netbsd-9]: if_bge.c
Log Message:
Pull up following revision(s) (requested by buhrow in ticket #1456):
sys/dev/pci/if_bge.c: revision 1.353
For chips which con
Module Name:src
Committed By: simonb
Date: Thu May 19 13:57:03 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Bump some column widths for "vmstat -mW".
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c
Please
Module Name:src
Committed By: simonb
Date: Thu May 19 13:57:03 UTC 2022
Modified Files:
src/usr.bin/vmstat: vmstat.c
Log Message:
Bump some column widths for "vmstat -mW".
To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 src/usr.bin/vmstat/vmstat.c
Please
Module Name:src
Committed By: bouyer
Date: Thu May 19 09:54:27 UTC 2022
Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: hypervisor_machdep.c
src/sys/arch/xen/xen: evtchn.c
Log Message:
Restore de EOI mechanism for pirq, using th
Module Name:src
Committed By: bouyer
Date: Thu May 19 09:54:27 UTC 2022
Modified Files:
src/sys/arch/xen/include: hypervisor.h
src/sys/arch/xen/x86: hypervisor_machdep.c
src/sys/arch/xen/xen: evtchn.c
Log Message:
Restore de EOI mechanism for pirq, using th
Module Name:src
Committed By: blymn
Date: Thu May 19 07:41:26 UTC 2022
Modified Files:
src/lib/libcurses: addbytes.c
Log Message:
Set the last change pointer after adding a character at the bottom right
of a window. This fixes the character missing in the LR of a window.
Module Name:src
Committed By: blymn
Date: Thu May 19 07:41:26 UTC 2022
Modified Files:
src/lib/libcurses: addbytes.c
Log Message:
Set the last change pointer after adding a character at the bottom right
of a window. This fixes the character missing in the LR of a window.
Module Name:src
Committed By: skrll
Date: Thu May 19 07:10:15 UTC 2022
Modified Files:
src/lib/libpthread/arch/hppa: pthread_md.S
Log Message:
Use RAS_{START,END}_ASM_HIDDEN
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/arch/hppa/pthread_
Module Name:src
Committed By: skrll
Date: Thu May 19 07:10:15 UTC 2022
Modified Files:
src/lib/libpthread/arch/hppa: pthread_md.S
Log Message:
Use RAS_{START,END}_ASM_HIDDEN
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libpthread/arch/hppa/pthread_
48 matches
Mail list logo