Module Name:src
Committed By: skrll
Date: Mon May 16 06:07:23 UTC 2022
Modified Files:
src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_32.c
Log Message:
Fix the copy&paste botch from previous. Spotted by Tom Lane.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Mon May 16 06:07:23 UTC 2022
Modified Files:
src/common/lib/libc/atomic: atomic_c11_compare_exchange_cas_32.c
Log Message:
Fix the copy&paste botch from previous. Spotted by Tom Lane.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: nia
Date: Mon May 16 04:52:11 UTC 2022
Modified Files:
src/external/mit/ctwm/etc: system.ctwmrc
Log Message:
ctwmrc: Turn off sysinst menu item for now, it requires root for most
functions and users likely aren't running X as root. Also turn
Module Name:src
Committed By: nia
Date: Mon May 16 04:52:11 UTC 2022
Modified Files:
src/external/mit/ctwm/etc: system.ctwmrc
Log Message:
ctwmrc: Turn off sysinst menu item for now, it requires root for most
functions and users likely aren't running X as root. Also turn
On Sun, May 15, 2022 at 03:53:27PM -0400, Christos Zoulas wrote:
> Log Message:
> Build argon2 inline so that crunched programs work. I also disabled threads
> for now; we can put them back if needed.
Please re-enable threads. They influence the output hash
so by disabling threads you stop people
Module Name:src
Committed By: rillig
Date: Sun May 15 22:56:20 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c stoc.c
Log Message:
gomoku: inline macros BSZ1, BSZ2, BSZ3, BSZ4
These macro names didn't convey any meaning, so replace them with th
Module Name:src
Committed By: rillig
Date: Sun May 15 22:56:20 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c stoc.c
Log Message:
gomoku: inline macros BSZ1, BSZ2, BSZ3, BSZ4
These macro names didn't convey any meaning, so replace them with th
Module Name:src
Committed By: rillig
Date: Sun May 15 22:41:51 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove write-only members from overlap_info
Since overlap_info is only used in pickmove.c, move it there.
No functional chan
Module Name:src
Committed By: rillig
Date: Sun May 15 22:41:51 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove write-only members from overlap_info
Since overlap_info is only used in pickmove.c, move it there.
No functional chan
Module Name:src
Committed By: rillig
Date: Sun May 15 22:18:36 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove column macros
Of the 19 macros, only 3 were actually used. Replace their uses with
expressions based on the board siz
Module Name:src
Committed By: rillig
Date: Sun May 15 22:18:36 UTC 2022
Modified Files:
src/games/gomoku: gomoku.h pickmove.c
Log Message:
gomoku: remove column macros
Of the 19 macros, only 3 were actually used. Replace their uses with
expressions based on the board siz
Module Name:src
Committed By: rillig
Date: Sun May 15 22:08:05 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c main.c makemove.c pickmove.c stoc.c
Log Message:
gomoku: remove redundant parentheses around return values
No binary change.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Sun May 15 22:08:05 UTC 2022
Modified Files:
src/games/gomoku: bdisp.c main.c makemove.c pickmove.c stoc.c
Log Message:
gomoku: remove redundant parentheses around return values
No binary change.
To generate a diff of this comm
Module Name:src
Committed By: rillig
Date: Sun May 15 22:00:12 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c
pickmove.c stoc.c
Log Message:
gomoku: apply some style fixes towards KNF
There are still parts of the code th
Module Name:src
Committed By: rillig
Date: Sun May 15 22:00:12 UTC 2022
Modified Files:
src/games/gomoku: bdinit.c bdisp.c gomoku.h main.c makemove.c
pickmove.c stoc.c
Log Message:
gomoku: apply some style fixes towards KNF
There are still parts of the code th
Module Name:src
Committed By: mrg
Date: Sun May 15 21:41:56 UTC 2022
Modified Files:
src/etc/mtree: NetBSD.dist.aarch64 NetBSD.dist.base NetBSD.dist.i386
NetBSD.dist.x86_64
Log Message:
create ./usr/libdata/firmware/radeon same as the non-/usr version
should f
Module Name:src
Committed By: mrg
Date: Sun May 15 21:41:56 UTC 2022
Modified Files:
src/etc/mtree: NetBSD.dist.aarch64 NetBSD.dist.base NetBSD.dist.i386
NetBSD.dist.x86_64
Log Message:
create ./usr/libdata/firmware/radeon same as the non-/usr version
should f
Module Name:src
Committed By: andvar
Date: Sun May 15 20:37:51 UTC 2022
Modified Files:
src/lib/libc/gen: randomid.c
src/sbin/newfs_udf: udf_core.c
src/sys/arch/acorn32/acorn32: rpc_machdep.c
src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
Module Name:src
Committed By: andvar
Date: Sun May 15 20:37:51 UTC 2022
Modified Files:
src/lib/libc/gen: randomid.c
src/sbin/newfs_udf: udf_core.c
src/sys/arch/acorn32/acorn32: rpc_machdep.c
src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
Module Name:src
Committed By: christos
Date: Sun May 15 19:53:27 UTC 2022
Modified Files:
src/sbin/cgdconfig: Makefile
Log Message:
Build argon2 inline so that crunched programs work. I also disabled threads
for now; we can put them back if needed.
To generate a diff of
Module Name:src
Committed By: christos
Date: Sun May 15 19:53:27 UTC 2022
Modified Files:
src/sbin/cgdconfig: Makefile
Log Message:
Build argon2 inline so that crunched programs work. I also disabled threads
for now; we can put them back if needed.
To generate a diff of
Module Name:src
Committed By: jmcneill
Date: Sun May 15 18:27:35 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
Use non-deprecated proplib interfaces.
prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy
To generate a diff of this
Module Name:src
Committed By: jmcneill
Date: Sun May 15 18:27:35 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
Use non-deprecated proplib interfaces.
prop_dictionary_set_cstring_nocopy -> prop_dictionary_set_string_nocopy
To generate a diff of this
> > Module Name:src
> > Committed By: mrg
> > Date: Sun May 15 00:05:24 UTC 2022
> >
> > Modified Files:
> > src/distrib/common/bootimage: Makefile.bootimage
> >
> > Log Message:
> > allow some invocations of expr(1) to "fail" - expr(1) returns "1" is
> > the expre
Module Name:src
Committed By: jmcneill
Date: Sun May 15 17:42:32 UTC 2022
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
sysinst: Write custom hostname to rc.conf when using DHCP
If the user changes the suggested hostname from DHCP, ensure that the
new hostname
Module Name:src
Committed By: jmcneill
Date: Sun May 15 17:42:32 UTC 2022
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
sysinst: Write custom hostname to rc.conf when using DHCP
If the user changes the suggested hostname from DHCP, ensure that the
new hostname
Module Name:src
Committed By: jmcneill
Date: Sun May 15 17:02:37 UTC 2022
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
sysinst: Prompt for hostname and domain, even when using DHCP.
Values discovered from the network may not match desired values for the
target
Module Name:src
Committed By: jmcneill
Date: Sun May 15 17:02:37 UTC 2022
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
sysinst: Prompt for hostname and domain, even when using DHCP.
Values discovered from the network may not match desired values for the
target
Module Name:src
Committed By: riastradh
Date: Sun May 15 16:58:28 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Switch off polling when ready for interrupts.
When I introduced logic to do polling and then interrupts, I
accide
Module Name:src
Committed By: riastradh
Date: Sun May 15 16:58:28 UTC 2022
Modified Files:
src/sys/arch/arm/sunxi: sun8i_crypto.c
Log Message:
sun8icrypto(4): Switch off polling when ready for interrupts.
When I introduced logic to do polling and then interrupts, I
accide
Module Name:src
Committed By: uwe
Date: Sun May 15 16:43:39 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops: fix automagic box chars for stride > 1 on little endian
This makes DEC line drawing (acsc) work correctly for "iso" fonts of
large sizes,
Module Name:src
Committed By: uwe
Date: Sun May 15 16:43:39 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops: fix automagic box chars for stride > 1 on little endian
This makes DEC line drawing (acsc) work correctly for "iso" fonts of
large sizes,
Module Name:src
Committed By: jmcneill
Date: Sun May 15 16:38:26 UTC 2022
Modified Files:
src/usr.sbin/sysinst: configmenu.c msg.mi.en
Log Message:
sysinst: Enable mDNS lookups via NSS when enabling mdnsd.
Add/remove "multicast_dns" to the hosts: line in /etc/nsswitch.con
Module Name:src
Committed By: jmcneill
Date: Sun May 15 16:38:26 UTC 2022
Modified Files:
src/usr.sbin/sysinst: configmenu.c msg.mi.en
Log Message:
sysinst: Enable mDNS lookups via NSS when enabling mdnsd.
Add/remove "multicast_dns" to the hosts: line in /etc/nsswitch.con
mrg@ wrote:
> Module Name: src
> Committed By: mrg
> Date: Sun May 15 00:05:24 UTC 2022
>
> Modified Files:
> src/distrib/common/bootimage: Makefile.bootimage
>
> Log Message:
> allow some invocations of expr(1) to "fail" - expr(1) returns "1" is
> the expression expands to "0" or
Module Name:src
Committed By: christos
Date: Sun May 15 16:25:09 UTC 2022
Modified Files:
src/lib/libcrypt: Makefile
Added Files:
src/lib/libcrypt: namespace.h
Log Message:
PR/56838: David A. Holland: namespace pollution in static libcrypt
To generate a diff of t
Module Name:src
Committed By: christos
Date: Sun May 15 16:25:09 UTC 2022
Modified Files:
src/lib/libcrypt: Makefile
Added Files:
src/lib/libcrypt: namespace.h
Log Message:
PR/56838: David A. Holland: namespace pollution in static libcrypt
To generate a diff of t
Module Name:src
Committed By: riastradh
Date: Sun May 15 16:20:10 UTC 2022
Modified Files:
src/sys/kern: kern_time.c
Log Message:
adjtime(2): Handle negative tv_sec and tv_usec.
Previously I clamped these to avoid dangerous arithmetic overflow.
But I assumed sensible valu
Module Name:src
Committed By: riastradh
Date: Sun May 15 16:20:10 UTC 2022
Modified Files:
src/sys/kern: kern_time.c
Log Message:
adjtime(2): Handle negative tv_sec and tv_usec.
Previously I clamped these to avoid dangerous arithmetic overflow.
But I assumed sensible valu
Module Name:src
Committed By: uwe
Date: Sun May 15 16:12:52 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops_mapchar: cosmetics, same object code.
Don't hide the important function call inside an if condition. Don't
reuse a variable, changing wha
Module Name:src
Committed By: uwe
Date: Sun May 15 16:12:52 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops_mapchar: cosmetics, same object code.
Don't hide the important function call inside an if condition. Don't
reuse a variable, changing wha
Module Name:src
Committed By: jmcneill
Date: Sun May 15 15:06:59 UTC 2022
Modified Files:
src/usr.sbin/sysinst: part_edit.c
Log Message:
sysinst: Center the select_part_scheme menu horizontally
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sy
Module Name:src
Committed By: jmcneill
Date: Sun May 15 15:06:59 UTC 2022
Modified Files:
src/usr.sbin/sysinst: part_edit.c
Log Message:
sysinst: Center the select_part_scheme menu horizontally
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/sy
Module Name:src
Committed By: jmcneill
Date: Sun May 15 14:48:37 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
disks: Get disk identify data from drvctl
When /dev/drvctl exists, attempt to use the disk-info/type property as
a disk's description strin
Module Name:src
Committed By: jmcneill
Date: Sun May 15 14:48:37 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
disks: Get disk identify data from drvctl
When /dev/drvctl exists, attempt to use the disk-info/type property as
a disk's description strin
Module Name:src
Committed By: jmcneill
Date: Sun May 15 12:48:25 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
sysinst: Restore printing disk descriptions, lost in r1.35
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/sysi
Module Name:src
Committed By: jmcneill
Date: Sun May 15 12:48:25 UTC 2022
Modified Files:
src/usr.sbin/sysinst: disks.c
Log Message:
sysinst: Restore printing disk descriptions, lost in r1.35
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/sysi
Module Name:src
Committed By: riastradh
Date: Sun May 15 12:45:33 UTC 2022
Modified Files:
src/sys/arch/x86/x86: nmi.c
Log Message:
x86: Use atomic_store_release/atomic_load_consume for nmi_handlers.
Simplifies things a bit. No functional change intended.
To generate a
Module Name:src
Committed By: riastradh
Date: Sun May 15 12:45:33 UTC 2022
Modified Files:
src/sys/arch/x86/x86: nmi.c
Log Message:
x86: Use atomic_store_release/atomic_load_consume for nmi_handlers.
Simplifies things a bit. No functional change intended.
To generate a
Module Name:src
Committed By: martin
Date: Sun May 15 12:38:03 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1450 and #1451
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-9.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Sun May 15 12:38:03 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1450 and #1451
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-9.3
Please note that diffs
Module Name:src
Committed By: martin
Date: Sun May 15 12:37:00 UTC 2022
Modified Files:
src/common/lib/libc/atomic [netbsd-9]:
atomic_c11_compare_exchange_cas_16.c
atomic_c11_compare_exchange_cas_32.c
atomic_c11_compare_exchange_cas_8.c
Module Name:src
Committed By: martin
Date: Sun May 15 12:37:00 UTC 2022
Modified Files:
src/common/lib/libc/atomic [netbsd-9]:
atomic_c11_compare_exchange_cas_16.c
atomic_c11_compare_exchange_cas_32.c
atomic_c11_compare_exchange_cas_8.c
Module Name:src
Committed By: martin
Date: Sun May 15 12:29:47 UTC 2022
Modified Files:
src/sys/arch/luna68k/conf [netbsd-9]: GENERIC INSTALL
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1450):
sys/arch/luna68k/conf/INSTALL: revision
Module Name:src
Committed By: martin
Date: Sun May 15 12:29:47 UTC 2022
Modified Files:
src/sys/arch/luna68k/conf [netbsd-9]: GENERIC INSTALL
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1450):
sys/arch/luna68k/conf/INSTALL: revision
Module Name:src
Committed By: martin
Date: Sun May 15 12:18:18 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1741
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-8.3
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Sun May 15 12:18:18 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1741
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-8.3
Please note that diffs are not p
Module Name:src
Committed By: martin
Date: Sun May 15 12:15:53 UTC 2022
Modified Files:
src/sbin/bioctl [netbsd-8]: bioctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1741):
sbin/bioctl/bioctl.c: revision 1.19
bioctl(8): Don't pr
Module Name:src
Committed By: martin
Date: Sun May 15 12:15:53 UTC 2022
Modified Files:
src/sbin/bioctl [netbsd-8]: bioctl.c
Log Message:
Pull up following revision(s) (requested by msaitoh in ticket #1741):
sbin/bioctl/bioctl.c: revision 1.19
bioctl(8): Don't pr
Module Name:src
Committed By: martin
Date: Sun May 15 11:47:42 UTC 2022
Modified Files:
src/etc/rc.d: sshd
Log Message:
PR 56835: fix sshd startup script to only whine about bogus keys it
created if it actualy did create keys (one should thing that a
function called sshd_k
Module Name:src
Committed By: martin
Date: Sun May 15 11:47:42 UTC 2022
Modified Files:
src/etc/rc.d: sshd
Log Message:
PR 56835: fix sshd startup script to only whine about bogus keys it
created if it actualy did create keys (one should thing that a
function called sshd_k
Module Name:src
Committed By: uwe
Date: Sun May 15 10:29:20 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops: make autogenerated box drawing chars actually used
Fix mapchar to use PICK_FONT() to match what putchar does. Otherwise
putchar will nev
Module Name:src
Committed By: uwe
Date: Sun May 15 10:29:20 UTC 2022
Modified Files:
src/sys/dev/rasops: rasops.c
Log Message:
rasops: make autogenerated box drawing chars actually used
Fix mapchar to use PICK_FONT() to match what putchar does. Otherwise
putchar will nev
Module Name:src
Committed By: skrll
Date: Sun May 15 08:28:29 UTC 2022
Modified Files:
src/sys/arch/hppa/conf: GENERIC
Log Message:
Sprinkle some consistency
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/hppa/conf/GENERIC
Please note that d
Module Name:src
Committed By: skrll
Date: Sun May 15 08:28:29 UTC 2022
Modified Files:
src/sys/arch/hppa/conf: GENERIC
Log Message:
Sprinkle some consistency
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/hppa/conf/GENERIC
Please note that d
65 matches
Mail list logo