CVS commit: src/games/fortune/datfiles

2021-08-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Aug 15 08:57:01 UTC 2021

Modified Files:
src/games/fortune/datfiles: netbsd-tips

Log Message:
Capitalization police.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/fortune/datfiles/netbsd-tips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/perfused

2021-08-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Aug  8 20:56:54 UTC 2021

Modified Files:
src/usr.sbin/perfused: perfused.c

Log Message:
perfused: use SOL_LOCAL


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/perfused/perfused.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-08-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Aug  8 20:54:49 UTC 2021

Modified Files:
src/lib/libc/net: getpeereid.c
src/lib/libc/rpc: svc_vc.c
src/lib/libc/sys: getsockopt.2
src/lib/libperfuse: perfuse.c
src/regress/sys/kern/unfdpass: unfdpass.c
src/share/man/man4: unix.4
src/sys/kern: uipc_usrreq.c
src/sys/sys: un.h
src/tests/net/net: t_unix.c
src/usr.sbin/perfused: msg.c
src/usr.sbin/sdpd: server.c

Log Message:
introduce a SOL_LOCAL for unix-domain socket level socket options
as an alias of the current 0 used for these options, as in FreeBSD.

reviewed by many.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/net/getpeereid.c
cvs rdiff -u -r1.34 -r1.35 src/lib/libc/rpc/svc_vc.c
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/sys/getsockopt.2
cvs rdiff -u -r1.42 -r1.43 src/lib/libperfuse/perfuse.c
cvs rdiff -u -r1.11 -r1.12 src/regress/sys/kern/unfdpass/unfdpass.c
cvs rdiff -u -r1.26 -r1.27 src/share/man/man4/unix.4
cvs rdiff -u -r1.200 -r1.201 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.59 -r1.60 src/sys/sys/un.h
cvs rdiff -u -r1.24 -r1.25 src/tests/net/net/t_unix.c
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/perfused/msg.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/sdpd/server.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-08-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Aug  4 13:50:47 UTC 2021

Modified Files:
src/doc: TODO.smpnet

Log Message:
doc: more MPSAFE interfaces


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/doc/TODO.smpnet

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2021-08-03 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Aug  3 07:58:50 UTC 2021

Modified Files:
src/lib/libcurses: curses_attributes.3 curses_standout.3

Log Message:
curses: clarify standout as the "best" _supported_ highlighting mode
of the current terminal


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libcurses/curses_attributes.3
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/curses_standout.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2021-08-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Aug  2 11:11:20 UTC 2021

Modified Files:
src/lib/libcurses: curses_attributes.3 curses_standout.3

Log Message:
curses: clarify documentation regarding the standout attribute


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/curses_attributes.3
cvs rdiff -u -r1.8 -r1.9 src/lib/libcurses/curses_standout.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2021-07-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Jul 26 20:17:10 UTC 2021

Modified Files:
src/lib/libcurses: curses_standout.3

Log Message:
The BUGS sections is incorrect again for "modern" terminals.

For example, wscons and xterm both display standout differently to bold.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libcurses/curses_standout.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-07-25 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 25 07:35:55 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.x86: Makefile
Added Files:
src/share/man/man4/man4.x86: amdccp.4

Log Message:
Add a man page for amdccp(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1723 -r1.1724 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.22 -r1.23 src/share/man/man4/man4.x86/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.x86/amdccp.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-07-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Jul 18 11:45:31 UTC 2021

Modified Files:
src/usr.bin/aiomixer: main.c

Log Message:
aiomixer: Honor terminal colors. Looks better in cool-retro-term.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/aiomixer/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-07-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jul 15 07:03:14 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: avoid wasting space


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-07-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jul 15 06:59:55 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: fix calculation of maximum screen width


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-07-14 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jul 15 06:57:11 UTC 2021

Modified Files:
src/usr.bin/aiomixer: main.c

Log Message:
aiomixer: Clear screen after device selection


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/aiomixer/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man7

2021-07-13 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jul 13 16:56:43 UTC 2021

Modified Files:
src/share/man/man7: sysctl.7

Log Message:
Swap encryption no longer experimental or default-off.


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/share/man/man7/sysctl.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-06-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun 29 10:26:17 UTC 2021

Modified Files:
src/doc: CHANGES

Log Message:
doc: removed uscanner


To generate a diff of this commit:
cvs rdiff -u -r1.2812 -r1.2813 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/conf

2021-06-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun 29 10:24:41 UTC 2021

Modified Files:
src/sys/conf: majors.usb

Log Message:
mark urio/uscanner device majors obsolete


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/conf/majors.usb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-06-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun 29 10:22:37 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi
src/etc: MAKEDEV.tmpl
src/share/man/man4: Makefile usb.4 usscanner.4
src/sys/arch/aarch64/conf: majors.aarch64
src/sys/arch/algor/conf: P4032 P5064 P6032 majors.algor
src/sys/arch/alpha/conf: GENERIC majors.alpha
src/sys/arch/amd64/conf: ALL XEN3_DOM0 majors.amd64
src/sys/arch/arm/conf: majors.arm32
src/sys/arch/cats/conf: GENERIC
src/sys/arch/cobalt/conf: majors.cobalt
src/sys/arch/epoc32/conf: majors.epoc32
src/sys/arch/evbarm/conf: HDL_G HPT5325 MINI2440 MMNET_GENERIC
MPCSA_GENERIC POGO SHEEVAPLUG SMDK2410 TS7200 TWINTAIL
src/sys/arch/evbmips/conf: majors.evbmips
src/sys/arch/evbppc/conf: OPENBLOCKS266_OPT PMPPC majors.evbppc
src/sys/arch/hpcarm/conf: majors.hpcarm
src/sys/arch/hpcmips/conf: GENERIC TX3922 VR41XX majors.hpcmips
src/sys/arch/hppa/conf: GENERIC
src/sys/arch/i386/conf: ALL XEN3PAE_DOM0 majors.i386
src/sys/arch/ia64/conf: majors.ia64
src/sys/arch/landisk/conf: GENERIC majors.landisk
src/sys/arch/ofppc/conf: GENERIC
src/sys/arch/or1k/conf: majors.or1k
src/sys/arch/playstation2/conf: DEBUG majors.playstation2
src/sys/arch/powerpc/conf: majors.powerpc
src/sys/arch/prep/conf: GENERIC
src/sys/arch/sandpoint/conf: GENERIC
src/sys/arch/sgimips/conf: majors.sgimips
src/sys/arch/sparc64/conf: majors.sparc64
src/sys/arch/x68k/conf: GENERIC majors.x68k
src/sys/arch/zaurus/conf: majors.zaurus
src/sys/dev: DEVNAMES
src/sys/dev/usb: FILES TODO.usbmp files.usb usbdevices.config
src/sys/rump/librump/rumpkern: devsw.c
Removed Files:
src/share/man/man4: uscanner.4
src/sys/dev/usb: uscanner.c

Log Message:
Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.


To generate a diff of this commit:
cvs rdiff -u -r1.1722 -r1.1723 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.222 -r1.223 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.713 -r1.714 src/share/man/man4/Makefile
cvs rdiff -u -r1.117 -r1.118 src/share/man/man4/usb.4
cvs rdiff -u -r1.12 -r0 src/share/man/man4/uscanner.4
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/usscanner.4
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/conf/majors.aarch64
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/algor/conf/P4032
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/algor/conf/P5064
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/algor/conf/P6032
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/algor/conf/majors.algor
cvs rdiff -u -r1.411 -r1.412 src/sys/arch/alpha/conf/GENERIC
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/alpha/conf/majors.alpha
cvs rdiff -u -r1.166 -r1.167 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.192 -r1.193 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amd64/conf/majors.amd64
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/conf/majors.arm32
cvs rdiff -u -r1.183 -r1.184 src/sys/arch/cats/conf/GENERIC
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/cobalt/conf/majors.cobalt
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/epoc32/conf/majors.epoc32
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/conf/HDL_G
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/conf/HPT5325
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbarm/conf/MINI2440
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/POGO
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/evbarm/conf/SHEEVAPLUG
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/evbarm/conf/SMDK2410
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/evbarm/conf/TS7200
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/evbarm/conf/TWINTAIL
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbmips/conf/majors.evbmips
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbppc/conf/OPENBLOCKS266_OPT
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbppc/conf/PMPPC
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/evbppc/conf/majors.evbppc
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpcarm/conf/majors.hpcarm
cvs rdiff -u -r1.244 -r1.245 src/sys/arch/hpcmips/conf/GENERIC
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/hpcmips/conf/TX3922
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/hpcmips/conf/VR41XX
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hpcmips/conf/majors.hpcmips
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/hppa/conf/GENERIC
cvs rdiff -u -r1.498 -r1.499 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/i386/conf/XEN3PAE_DOM0
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/i386/conf/majors.i386
cvs rdif

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

2021-06-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jun 26 09:29:14 UTC 2021

Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC.common GENERIC64

Log Message:
move pad to GENERIC.common


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/evbarm/conf/GENERIC.common
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2021-06-26 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Jun 26 09:05:24 UTC 2021

Modified Files:
src/sys/arch/evbarm/conf: GENERIC GENERIC64

Log Message:
Add pad(4) to arm kernels


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.177 -r1.178 src/sys/arch/evbarm/conf/GENERIC64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/efiboot

2021-06-22 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun 22 19:53:58 UTC 2021

Modified Files:
src/sys/arch/i386/stand/efiboot: boot.c

Log Message:
efiboot (x86): add ASCII art


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/i386/stand/efiboot/boot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/boot

2021-06-21 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Jun 21 19:52:17 UTC 2021

Modified Files:
src/sys/arch/i386/stand/boot: boot2.c

Log Message:
use a single printf call for readability


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/sys/arch/i386/stand/boot/boot2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/stand/boot

2021-06-21 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Jun 21 19:43:17 UTC 2021

Modified Files:
src/sys/arch/i386/stand/boot: boot2.c

Log Message:
biosboot: Add ASCII art.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/i386/stand/boot/boot2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/stand/efiboot

2021-06-21 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Jun 21 19:07:30 UTC 2021

Modified Files:
src/sys/stand/efiboot: boot.c

Log Message:
efiboot: Add ASCII art.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/stand/efiboot/boot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/calendar/calendars

2021-06-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun 18 13:13:45 UTC 2021

Modified Files:
src/usr.bin/calendar/calendars: calendar.holiday

Log Message:
June 19 is Juneteenth in USA


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/calendar/calendars/calendar.holiday

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/calendar/calendars

2021-06-17 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jun 17 11:48:19 UTC 2021

Modified Files:
src/usr.bin/calendar/calendars: calendar.holiday

Log Message:
U.S.S.R no longer exists


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/calendar/calendars/calendar.holiday

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/calendar/calendars

2021-06-17 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jun 17 11:45:22 UTC 2021

Modified Files:
src/usr.bin/calendar/calendars: calendar.holiday

Log Message:
November 20 is International Transgender Day of Remembrance

Officially recongized in Ontario, Canada. Originates from the murder
of Rita Hester in Allston, Massachusetts, on November 28, 1998.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/calendar/calendars/calendar.holiday

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/calendar/calendars

2021-06-17 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jun 17 11:32:34 UTC 2021

Modified Files:
src/usr.bin/calendar/calendars: calendar.computer

Log Message:
1985: first ARM silicon and first Amiga


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.bin/calendar/calendars/calendar.computer

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2021-06-15 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun 15 16:43:48 UTC 2021

Modified Files:
src/sys/arch/evbmips/conf: MIPSSIM

Log Message:
Add some more useful options to MIPSSIM

In particular, MAKEDEV fails if tmpfs isn't available, and having
compat_netbsd32 but no SysV shared memory causes some dmesg spam.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/MIPSSIM

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libossaudio

2021-06-09 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Jun  9 14:49:13 UTC 2021

Modified Files:
src/lib/libossaudio: oss_caps.c

Log Message:
ossaudio(3): continue getting capabilities if AUDIO_GETFORMAT fails

we want this to work on mixer devices too


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libossaudio/oss_caps.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Jun  9 06:00:16 UTC 2021

Modified Files:
src/lib/libc/sys: vfork.2

Log Message:
vfork.2: clarify posix_spawn recommendation, pointed out by kre


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/vfork.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun  8 19:26:48 UTC 2021

Modified Files:
src/lib/libossaudio: oss_dsp.c

Log Message:
ossaudio(3): nested switch statements are hard to read, refactor


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libossaudio/oss_dsp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libossaudio

2021-06-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun  8 18:43:54 UTC 2021

Modified Files:
src/lib/libossaudio: Makefile
Added Files:
src/lib/libossaudio: internal.h oss3_mixer.c oss4_global.c oss4_mixer.c
oss_caps.c oss_dsp.c oss_ioctl.c
Removed Files:
src/lib/libossaudio: ossaudio.c

Log Message:
ossaudio(3): refactor library into separate files


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libossaudio/Makefile
cvs rdiff -u -r0 -r1.1 src/lib/libossaudio/internal.h \
src/lib/libossaudio/oss3_mixer.c src/lib/libossaudio/oss4_global.c \
src/lib/libossaudio/oss4_mixer.c src/lib/libossaudio/oss_caps.c \
src/lib/libossaudio/oss_dsp.c src/lib/libossaudio/oss_ioctl.c
cvs rdiff -u -r1.68 -r0 src/lib/libossaudio/ossaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/sys

2021-06-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun  8 16:15:12 UTC 2021

Modified Files:
src/lib/libc/sys: vfork.2

Log Message:
vfork.2: recommend posix_spawn instead


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/vfork.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pad

2021-06-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Jun  8 09:09:29 UTC 2021

Modified Files:
src/sys/dev/pad: pad.c

Log Message:
pad(4): run the callout if the buffer is saturated instead of returning

reverts to the same behavior as in -8 and -9. prevents immediate failures
and device timeouts if there's a slight delay in the buffer being
consumed.

this is reproducible with the example in the man page that uses
ffmpeg to record the output of audioplay:

$ ffmpeg -f s16le -ar 44100 -ac 2 -i /dev/pad0 output.wav
$ audioplay -d /dev/audio1 input.wav

if output.wav already exists, ffmpeg will prompt for confirmation
to overwrite as soon as audioplay starts, causing a noticable delay,
followed by a write failure that causes audioplay to immediately
exit.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pad/pad.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 12:43:14 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
actually, an anchor is needed so the period is appended


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 12:29:33 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
remove empty anchor text


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 12:12:02 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
re-order initial sections in the order a user is likely to be able
to address them. add a section on NPF. attempt to make various things
easier to find.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 11:48:18 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
adjust layout of afterboot(8) to make things easier to find


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 11:33:19 UTC 2021

Modified Files:
src/share/man/man8: afterboot.8

Log Message:
capitalization police, etc


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/share/man/man8/afterboot.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 11:18:31 UTC 2021

Modified Files:
src/games/fortune/datfiles: netbsd-tips

Log Message:
SIGINFO is a useful tip


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/games/fortune/datfiles/netbsd-tips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/fortune/datfiles

2021-06-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Jun  4 10:56:55 UTC 2021

Modified Files:
src/games/fortune/datfiles: netbsd-tips

Log Message:
add some tips


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/games/fortune/datfiles/netbsd-tips

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/modules

2021-06-03 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu Jun  3 15:59:04 UTC 2021

Modified Files:
src/sys/modules/drmkms: Makefile
src/sys/modules/i915drmkms: Makefile
src/sys/modules/radeondrm: Makefile

Log Message:
build the drmkms modules with -fwrapv too


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/modules/drmkms/Makefile
cvs rdiff -u -r1.17 -r1.18 src/sys/modules/i915drmkms/Makefile
cvs rdiff -u -r1.14 -r1.15 src/sys/modules/radeondrm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2021-06-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Jun  2 15:45:29 UTC 2021

Modified Files:
src/sys/conf: Makefile.kern.inc
src/sys/external/bsd/drm2/drm: files.drmkms
src/sys/external/bsd/drm2/i915drm: files.i915drmkms
src/sys/external/bsd/drm2/nouveau: files.nouveau
src/sys/external/bsd/drm2/radeon: files.radeon

Log Message:
drm2: build with -fwrapv, since the Linux kernel does and we don't
want to spend too much time fixing their code. silences a lot of
KUBSAN warnings.

we need to use COPTS to have per-option compiler flags. help from
Riastradh.


To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/conf/Makefile.kern.inc
cvs rdiff -u -r1.34 -r1.35 src/sys/external/bsd/drm2/drm/files.drmkms
cvs rdiff -u -r1.40 -r1.41 src/sys/external/bsd/drm2/i915drm/files.i915drmkms
cvs rdiff -u -r1.29 -r1.30 src/sys/external/bsd/drm2/nouveau/files.nouveau
cvs rdiff -u -r1.28 -r1.29 src/sys/external/bsd/drm2/radeon/files.radeon

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2021-06-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Jun  2 11:32:24 UTC 2021

Modified Files:
src/sys/dev/pci: if_iwmreg.h

Log Message:
Can't left shift a signed int by 31. Found by kubsan.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/if_iwmreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2021-06-01 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Jun  2 06:48:10 UTC 2021

Modified Files:
src/sys/arch/x86/x86: tsc.c

Log Message:
when warning about TSC going backwards, provide advice to the sysadmin.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/x86/x86/tsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May 29 09:11:41 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: remove workaround for libcurses bug


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libcurses

2021-05-29 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May 29 09:11:14 UTC 2021

Modified Files:
src/lib/libcurses: resize.c

Log Message:
wresize: don't bound pads to the size of the screen

allows avoiding a workaround in aiomixer,

ok blymn uwe


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/lib/libcurses/resize.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-05-22 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May 22 17:20:01 UTC 2021

Modified Files:
src/doc: RESPONSIBLE

Log Message:
ossaudio too I guess


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/doc/RESPONSIBLE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-05-22 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May 22 17:18:57 UTC 2021

Modified Files:
src/doc: RESPONSIBLE

Log Message:
doc: allege responsibility


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/doc/RESPONSIBLE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-05-19 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed May 19 16:06:13 UTC 2021

Modified Files:
src/doc: CHANGES

Log Message:
fix syntax


To generate a diff of this commit:
cvs rdiff -u -r1.2807 -r1.2808 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/bin/dd

2021-05-18 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue May 18 07:17:09 UTC 2021

Modified Files:
src/bin/dd: dd.1

Log Message:
dd.1: add an example of writing a NetBSD image


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/dd/dd.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dist/lib/libzfs/common

2021-05-13 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu May 13 09:05:19 UTC 2021

Modified Files:
src/external/cddl/osnet/dist/lib/libzfs/common: libzfs_dataset.c

Log Message:
this is not FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external/cddl/osnet/dist/lib/libzfs/common/libzfs_dataset.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dist/cmd/zfs

2021-05-13 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Thu May 13 09:03:35 UTC 2021

Modified Files:
src/external/cddl/osnet/dist/cmd/zfs: zfs_main.c

Log Message:
zfs: this is not FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/dist/cmd/zfs/zfs_main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/snake/snake

2021-05-12 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed May 12 11:08:31 UTC 2021

Modified Files:
src/games/snake/snake: pathnames.h snake.c

Log Message:
snake: Avoid creating definitions prefixed with _ inside a program


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/snake/snake/pathnames.h
cvs rdiff -u -r1.30 -r1.31 src/games/snake/snake/snake.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-05-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue May 11 14:52:22 UTC 2021

Modified Files:
src/doc: CHANGES

Log Message:
doc: added Neo 2 keyboard layout


To generate a diff of this commit:
cvs rdiff -u -r1.2804 -r1.2805 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2021-05-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue May 11 14:51:34 UTC 2021

Modified Files:
src/share/man/man4: wskbd.4

Log Message:
wskbd.4: document neo layout


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/wskbd.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2021-05-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue May 11 10:16:48 UTC 2021

Modified Files:
src/sys/dev/hid: hidkbdmap.c
src/sys/dev/pckbport: wskbdmap_mfii.c
src/sys/dev/wscons: wsksymdef.h

Log Message:
wscons: add support for the Neo 2 German keyboard layout

Neo is an optimized layout for German and English, similar to
Dvorak for English. It can be used to type most Latin-based languages
and has separate layers for symbols and directional commands.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/hid/hidkbdmap.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pckbport/wskbdmap_mfii.c
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wscons/wsksymdef.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun May  9 12:51:45 UTC 2021

Modified Files:
src/lib/libossaudio: ossaudio.c

Log Message:
ossaudio: Set handle on OSSv4 mixer devices


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/lib/libossaudio/ossaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libossaudio

2021-05-09 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun May  9 11:28:25 UTC 2021

Modified Files:
src/lib/libossaudio: ossaudio.c soundcard.h

Log Message:
libossaudio: Various OSSv4 fixes to allow reference programs to compile

- Define various new AFMT_*. These are not returned as supported
  formats by SNDCTL_DSP_GETFMTS, because it would be very silly to
  have Vorbis in the kernel.

- Implement PLAYTGT and RECSRC. For each NetBSD audio device
  we only return one playback and recording source, "primary".

- Return preferred channel configuration in capabilities.
  Either DSP_CH_STEREO, DSP_CH_MONO, or DSP_CH_MULTI
  depending on the current hardware format.

- SNDCTL_DSP_HALT_* simply flushes the audio device.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/lib/libossaudio/ossaudio.c
cvs rdiff -u -r1.33 -r1.34 src/lib/libossaudio/soundcard.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 14:49:14 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: bound the drawn area to the screen size, rather than replacing it


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 14:38:26 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: do not adjust class widget pad height, draw to end of screen

ncurses refuses to paint pads if the height argument extends beyond
the bounds of the screen. it's probably not good for our curses either.

libcurses wresize() refuses to resize a pad beyond the bounds of the
screen even if it was created with a larger size. this is probably
a bug.

found by uwe


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 13:28:45 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: fix background banding with slightly older libcurses

reported by uwe


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 13:03:41 UTC 2021

Modified Files:
src/usr.bin/aiomixer: parse.c

Log Message:
aiomixer: try to make sure the first pane is always "outputs"

In QEMU with an ac97 audio device, "inputs" is the first pane,
which is significantly less important especially when you don't
have input in QEMU most of the time.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/aiomixer/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 12:53:15 UTC 2021

Modified Files:
src/usr.bin/aiomixer: parse.c

Log Message:
aiomixer: Fix sorting of ac97 controls


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2021-05-08 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  8 12:45:04 UTC 2021

Modified Files:
src/doc: CHANGES

Log Message:
doc: imported aiomixer


To generate a diff of this commit:
cvs rdiff -u -r1.2803 -r1.2804 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-05-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri May  7 21:51:21 UTC 2021

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/usr.bin: Makefile

Log Message:
hook up aiomixer


To generate a diff of this commit:
cvs rdiff -u -r1.1278 -r1.1279 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.1718 -r1.1719 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.234 -r1.235 src/usr.bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri May  7 19:37:03 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: display the unit type for value controls


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri May  7 17:47:30 UTC 2021

Modified Files:
src/usr.bin/aiomixer: draw.c

Log Message:
aiomixer: use standout for headings, avoid banding in header

fixed a minor rendering problem when compiled against ncurses.

based mostly on feedback from uwe.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri May  7 16:29:24 UTC 2021

Added Files:
src/usr.bin/aiomixer: Makefile aiomixer.1 app.h draw.c draw.h main.c
parse.c parse.h

Log Message:
import aiomixer from git into usr.bin.

aiomixer is a graphical (curses-based) mixer for NetBSD audio.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.bin/aiomixer/Makefile \
src/usr.bin/aiomixer/aiomixer.1 src/usr.bin/aiomixer/app.h \
src/usr.bin/aiomixer/draw.c src/usr.bin/aiomixer/draw.h \
src/usr.bin/aiomixer/main.c src/usr.bin/aiomixer/parse.c \
src/usr.bin/aiomixer/parse.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/audio

2021-05-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun May  2 21:37:32 UTC 2021

Modified Files:
src/sys/dev/audio: audio.c

Log Message:
audio: Only score hardware formats by channel count at count<=2

Scoring by channel count makes sense when you are using hardware that
supports mono and stereo formats. However, if your hardware also supports
surround formats, defaulting to those might be confusing. So, don't
prefer them.

Problem reported and fix tested by tcmart14 with a 2015 model Macbook Pro.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/dev/audio/audio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man7

2021-05-01 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat May  1 07:41:14 UTC 2021

Modified Files:
src/share/man/man7: intro.7

Log Message:
intro.7: add missing entries


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man7/intro.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/cgdconfig

2021-04-30 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Apr 30 21:07:34 UTC 2021

Modified Files:
src/sbin/cgdconfig: cgdconfig.8

Log Message:
cgdconfig.8: use gpt in examples, it's more versatile for this use case


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sbin/cgdconfig/cgdconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/dist/cmd

2021-04-30 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Apr 30 18:59:31 UTC 2021

Modified Files:
src/external/cddl/osnet/dist/cmd/zfs: zfs.8
src/external/cddl/osnet/dist/cmd/zpool: zpool.8

Log Message:
zfs: Fix up references to FreeBSD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/dist/cmd/zfs/zfs.8
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/dist/cmd/zpool/zpool.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2021-04-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Apr 27 21:13:38 UTC 2021

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.evbarm: Makefile
Added Files:
src/share/man/man4/man4.evbarm: sun8icrypto.4

Log Message:
add a man page for sun8icrypto(4)


To generate a diff of this commit:
cvs rdiff -u -r1.1717 -r1.1718 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/man4.evbarm/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.evbarm/sun8icrypto.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes/evbarm

2021-04-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Tue Apr 27 19:52:06 UTC 2021

Modified Files:
src/distrib/notes/evbarm: install

Log Message:
ignore machine-dependent disklabel partitions


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/distrib/notes/evbarm/install

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr 25 05:52:22 UTC 2021

Modified Files:
src/share/man/man8: compat_linux.8

Log Message:
these sysctl variables were removed


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/share/man/man8/compat_linux.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 09:18:44 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload.8: clean up examples

add an example of loading a larger font since a lot of people ask.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 09:03:05 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload: clarify more


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/wsfontload

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 08:59:09 UTC 2021

Modified Files:
src/usr.sbin/wsfontload: wsfontload.8

Log Message:
wsfontload: clarify documentation of -l


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/wsfontload/wsfontload.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man8

2021-04-24 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 24 07:12:17 UTC 2021

Modified Files:
src/share/man/man8: compat_linux.8

Log Message:
update information


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man8/compat_linux.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man3

2021-04-14 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 14 07:56:23 UTC 2021

Modified Files:
src/share/man/man3: intro.3

Log Message:
OpenSSL man pages have moved


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/share/man/man3/intro.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man3

2021-04-14 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr 14 07:52:53 UTC 2021

Modified Files:
src/share/man/man3: intro.3

Log Message:
intro.3: add a few


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man3/intro.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/hdaudioctl

2021-04-12 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Mon Apr 12 12:22:10 UTC 2021

Modified Files:
src/usr.sbin/hdaudioctl: hdaudioctl.8

Log Message:
hdaudioctl.8: add missing arguments

pointed out by RVP


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/hdaudioctl/hdaudioctl.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/ctwm/etc

2021-04-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr 11 11:05:50 UTC 2021

Modified Files:
src/external/mit/ctwm/etc: system.ctwmrc

Log Message:
ctwmrc: add DontShowWelcomeWindow, new in 4.x


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/external/mit/ctwm/etc/system.ctwmrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/ctwm

2021-04-11 Thread Nia Alarie
Module Name:xsrc
Committed By:   nia
Date:   Sun Apr 11 11:00:30 UTC 2021

Added Files:
xsrc/external/mit/ctwm: prepare-import.sh
Removed Files:
xsrc/external/mit/ctwm/dist: CHANGES.html CMakeLists.txt Doxyfile.in
README.html image_jpeg.c image_jpeg.h sound.c sound.h
xsrc/external/mit/ctwm/dist/examples: example.ctwmrc levitte.ctwmrc
peterc.ctwmrc
xsrc/external/mit/ctwm/dist/gen: ctwm.1.html
xsrc/external/mit/ctwm/dist/minibuild: README.md defs.mk main.mk
mkmk.sh
xsrc/external/mit/ctwm/dist/tools: ctwm.astyle mk_atoms.sh
mk_ctf_info.sh mk_deftwmrc.sh mk_event_names.sh mk_function_bits.sh
mk_tar.sh mk_version_in.sh rewrite_version_bzr.sh
rewrite_version_git.sh try_all_opts.pl

Log Message:
Remove some files we don't need, add a prepare-import script to automate it


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 xsrc/external/mit/ctwm/prepare-import.sh
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/ctwm/dist/CHANGES.html \
xsrc/external/mit/ctwm/dist/CMakeLists.txt \
xsrc/external/mit/ctwm/dist/Doxyfile.in \
xsrc/external/mit/ctwm/dist/README.html \
xsrc/external/mit/ctwm/dist/image_jpeg.c \
xsrc/external/mit/ctwm/dist/image_jpeg.h
cvs rdiff -u -r1.2 -r0 xsrc/external/mit/ctwm/dist/sound.c \
xsrc/external/mit/ctwm/dist/sound.h
cvs rdiff -u -r1.1.1.1 -r0 \
xsrc/external/mit/ctwm/dist/examples/example.ctwmrc \
xsrc/external/mit/ctwm/dist/examples/levitte.ctwmrc \
xsrc/external/mit/ctwm/dist/examples/peterc.ctwmrc
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/ctwm/dist/gen/ctwm.1.html
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/ctwm/dist/minibuild/README.md \
xsrc/external/mit/ctwm/dist/minibuild/defs.mk \
xsrc/external/mit/ctwm/dist/minibuild/main.mk \
xsrc/external/mit/ctwm/dist/minibuild/mkmk.sh
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/ctwm/dist/tools/ctwm.astyle \
xsrc/external/mit/ctwm/dist/tools/mk_atoms.sh \
xsrc/external/mit/ctwm/dist/tools/mk_ctf_info.sh \
xsrc/external/mit/ctwm/dist/tools/mk_deftwmrc.sh \
xsrc/external/mit/ctwm/dist/tools/mk_event_names.sh \
xsrc/external/mit/ctwm/dist/tools/mk_function_bits.sh \
xsrc/external/mit/ctwm/dist/tools/mk_tar.sh \
xsrc/external/mit/ctwm/dist/tools/mk_version_in.sh \
xsrc/external/mit/ctwm/dist/tools/rewrite_version_bzr.sh \
xsrc/external/mit/ctwm/dist/tools/rewrite_version_git.sh \
xsrc/external/mit/ctwm/dist/tools/try_all_opts.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/ctwm/bin/ctwm

2021-04-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr 11 10:52:16 UTC 2021

Modified Files:
src/external/mit/ctwm/bin/ctwm: Makefile

Log Message:
ctwm: build autogenerated files from gen/


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/mit/ctwm/bin/ctwm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/ctwm/dist

2021-04-11 Thread Nia Alarie
Module Name:xsrc
Committed By:   nia
Date:   Sun Apr 11 10:51:49 UTC 2021

Removed Files:
xsrc/external/mit/ctwm/dist: gram.tab.c gram.tab.h lex.c

Log Message:
Remove accidental duplicates of autogenerated files


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 xsrc/external/mit/ctwm/dist/gram.tab.c \
xsrc/external/mit/ctwm/dist/lex.c
cvs rdiff -u -r1.2 -r0 xsrc/external/mit/ctwm/dist/gram.tab.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/ctwm/bin/ctwm

2021-04-11 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr 11 10:29:50 UTC 2021

Modified Files:
src/external/mit/ctwm/bin/ctwm: Makefile

Log Message:
Update build recipe for ctwm-4.0.3


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/mit/ctwm/bin/ctwm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: xsrc/external/mit/ctwm/dist

2021-04-11 Thread Nia Alarie
Module Name:xsrc
Committed By:   nia
Date:   Sun Apr 11 10:11:58 UTC 2021

Modified Files:
xsrc/external/mit/ctwm/dist: add_window.c add_window.h clicktofocus.c
clicktofocus.h ctwm.h cursor.c cursor.h events.h gc.c gc.h
gram.tab.h gram.y iconmgr.c iconmgr.h icons.c icons.h lex.l list.c
list.h menus.c menus.h mwmhints.c mwmhints.h parse.c parse.h
screen.h session.c session.h sound.c sound.h types.h util.c util.h
version.c version.h vscreen.c vscreen.h windowbox.c windowbox.h
Added Files:
xsrc/external/mit/ctwm/dist: ctwm.1 ctwm_atoms.c ctwm_atoms.h
ctwm_config.h event_names_table.h ewmh_atoms.c ewmh_atoms.h
functions_deferral.h functions_defs.h
functions_dispatch_execution.h functions_parse_table.h
Removed Files:
xsrc/external/mit/ctwm/dist: CHANGES Imakefile Imakefile.local-template
PROBLEMS README README.VMS README.gnome TODO TODO.gnome
ctwm.axp_opt ctwm.c ctwm.com ctwm.man ctwm.spec ctwm.txt
ctwm.vax_opt demolib.c descrip.local-template descrip.mms
descrip.submms events.c example.ctwmrc gendeftwmrc.com gnome.c
gnome.h gnomewindefs.h gram.c_VMS gram.h_VMS gtw.c levitte.ctwmrc
lex.c_VMS libctwm.c link.com lnm.c lnm.h make.com mk_tar.sh
peterc.ctwmrc resize.c resize.h siconify.bm sound.doc system.ctwmrc
system.ctwmrc.gnome twm.h vms.txt vms2.txt vms_cmd_services.c
vms_cmd_services.h workmgr.c workmgr.h

Log Message:
Merge ctwm-4-0-3

# CTWM Change History

## 4.0.3  (2019-07-21)

### Bugfixes

1. Perform various manipulations and overrides of `WM_HINTS` property
   when it gets reset during runtime, like we do when initially adopting
   the window.  The most visible effect of this was in windows that don't
   give a focus hint (which we override to give focus), but then reset
   `WM_HINTS` later and still don't give us a hint, where we wound up not
   re-overriding previously.  Reported for `xvile` by Wayne Cuddy.

1. The font height estimation changes in 4.0.0 were not applied correctly
   when UseThreeDMenus was set, leading to some odd vertical misalignment
   of the text with some fonts.  Reported by Wayne Cuddy.

1. A failure in OTP consistency checks caused by the handling of
   transients of fullscreen windows has been fixed.  This manifested as
   failures in OtpCheckConsistencyVS() assertions.

## 4.0.2  (2018-08-25)

### Backward-Incompatible Changes And Removed Features

1. The `UseThreeDIconBorders` config var has been removed.  It came in
   silently and undocumented in 3.4 and has never done anything.

1. The attempts to use DNS lookups for setting the `HOSTNAME` `m4` variable
   have been removed; it is now just a duplicate of `CLIENTHOST`.

### New Features

1. The EWMH `_NET_WM_NAME` property is now supported, and used for the
   window name in place of the ICCCM `WM_NAME` when set.  By default, we
   also accept `UTF8_STRING` encoded `WM_NAME` as a result of this
   change; see below for var to restore historical strictness.

1. The EWMH `_NET_WM_ICON_NAME` property is now supported, and used for
   the icon name in place of the ICCCM `WM_ICON_NAME` when set.  Similar
   comments as above apply to the encodings.

1. Support has been added for `CTWM_WM_NAME` and `CTWM_WM_ICON_NAME`
   properties, which will override any window/icon names otherwise
   specified.  This may be useful for applications that set unhelpful
   names themselves, or for manually adjusting labelling.  These
   properties can be set from the command line via `xprop`; as an
   example, `xprop -f CTWM_WM_NAME 8u -set CTWM_WM_NAME "awesome
   windowsauce"`.  See `xprop(1)` manual for details; the `s`, `t`, and
   `u` field type specifiers will all work.

1. When no icon name is set for a window, we've always used the window
   name for the icon name as well.  But that only happened the first time
   the window name is set; after that, the icon name is stuck at the
   first name.  It now updates along with the window name, if no icon
   name is set.

1. All icon manager windows will now have the `TwmIconManager` class set
   on them, so they can be addressed en mass by other config like
   `NoTitle` by that class name.

### New Config Options

1. Added `DontNameDecorations` config option to disable setting names on
   the X windows we create for window decoration (added in 4.0.0).  These
   have been reported to confuse `xwit`, and might do the same for other
   tools that don't expect to find them on non-end-app windows.  Reported
   by Frank Steiner.

1. Added `StrictWinNameEncoding` config option to enable historical
   behavior, where we're reject invalid property encoding for window
   naming properties (like a `UTF8_STRING` encoded `WM_NAME`).

### Bugfixes

1. Fix up broken parsing of `IconifyStyle "sweep"`.  Bug was introduced
   in 4.0.0.

1. When multiple X Screens are used, bu

CVS import: xsrc/external/mit/ctwm/dist/

2021-04-11 Thread Nia Alarie
Module Name:xsrc
Committed By:   nia
Date:   Sun Apr 11 08:36:54 UTC 2021

Update of /cvsroot/xsrc/external/mit/ctwm/dist/
In directory ivanova.netbsd.org:/tmp/cvs-serv9012

Log Message:
ctwm-4.0.3

Status:

Vendor Tag: CTWM
Release Tags:   ctwm-4-0-3

N xsrc/external/mit/ctwm/dist//workspace_manager.h
N xsrc/external/mit/ctwm/dist//ctopts.h
N xsrc/external/mit/ctwm/dist//colormaps.h
C xsrc/external/mit/ctwm/dist//menus.h
C xsrc/external/mit/ctwm/dist//gc.h
C xsrc/external/mit/ctwm/dist//system.ctwmrc
N xsrc/external/mit/ctwm/dist//event_handlers.h
N xsrc/external/mit/ctwm/dist//ctwm_config.h.in
N xsrc/external/mit/ctwm/dist//animate.c
C xsrc/external/mit/ctwm/dist//parse.c
N xsrc/external/mit/ctwm/dist//captive.h
N xsrc/external/mit/ctwm/dist//.bzrignore
C xsrc/external/mit/ctwm/dist//session.h
N xsrc/external/mit/ctwm/dist//parse_be.h
N xsrc/external/mit/ctwm/dist//deftwmrc.h
N xsrc/external/mit/ctwm/dist//win_utils.h
N xsrc/external/mit/ctwm/dist//workspace_utils.c
N xsrc/external/mit/ctwm/dist//otp.h
N xsrc/external/mit/ctwm/dist//win_decorations_init.c
N xsrc/external/mit/ctwm/dist//win_iconify.c
C xsrc/external/mit/ctwm/dist//list.c
N xsrc/external/mit/ctwm/dist//drawing.h
N xsrc/external/mit/ctwm/dist//parse_int.h
N xsrc/external/mit/ctwm/dist//ewmh_atoms.in
N xsrc/external/mit/ctwm/dist//event_names.list
C xsrc/external/mit/ctwm/dist//vscreen.h
C xsrc/external/mit/ctwm/dist//mwmhints.c
N xsrc/external/mit/ctwm/dist//COPYRIGHT
N xsrc/external/mit/ctwm/dist//clargs.h
N xsrc/external/mit/ctwm/dist//functions_misc.c
C xsrc/external/mit/ctwm/dist//icons.c
C xsrc/external/mit/ctwm/dist//gram.y
N xsrc/external/mit/ctwm/dist//occupation.h
N xsrc/external/mit/ctwm/dist//image_jpeg.h
N xsrc/external/mit/ctwm/dist//functions_captive.c
N xsrc/external/mit/ctwm/dist//win_ops.h
N xsrc/external/mit/ctwm/dist//ctwm_main.h
N xsrc/external/mit/ctwm/dist//mask_screen.h
N xsrc/external/mit/ctwm/dist//event_names.h
N xsrc/external/mit/ctwm/dist//image_bitmap.h
N xsrc/external/mit/ctwm/dist//parse_yacc.c
N xsrc/external/mit/ctwm/dist//workspace_config.h
C xsrc/external/mit/ctwm/dist//version.h
C xsrc/external/mit/ctwm/dist//clicktofocus.h
N xsrc/external/mit/ctwm/dist//functions_warp.c
N xsrc/external/mit/ctwm/dist//functions_defs.list
N xsrc/external/mit/ctwm/dist//win_resize.h
N xsrc/external/mit/ctwm/dist//README.html
C xsrc/external/mit/ctwm/dist//util.c
C xsrc/external/mit/ctwm/dist//windowbox.h
N xsrc/external/mit/ctwm/dist//functions_win.c
N xsrc/external/mit/ctwm/dist//VERSION
N xsrc/external/mit/ctwm/dist//ewmh.c
N xsrc/external/mit/ctwm/dist//win_decorations.c
N xsrc/external/mit/ctwm/dist//image.c
N xsrc/external/mit/ctwm/dist//functions.c
N xsrc/external/mit/ctwm/dist//functions_workspaces.c
C xsrc/external/mit/ctwm/dist//events.h
N xsrc/external/mit/ctwm/dist//image_xwd.c
C xsrc/external/mit/ctwm/dist//iconmgr.h
N xsrc/external/mit/ctwm/dist//image_xpm.c
N xsrc/external/mit/ctwm/dist//image_bitmap_builtin.h
N xsrc/external/mit/ctwm/dist//event_core.c
C xsrc/external/mit/ctwm/dist//cursor.h
N xsrc/external/mit/ctwm/dist//CHANGES.html
C xsrc/external/mit/ctwm/dist//sound.c
C xsrc/external/mit/ctwm/dist//add_window.h
N xsrc/external/mit/ctwm/dist//win_regions.c
N xsrc/external/mit/ctwm/dist//icons_builtin.c
N xsrc/external/mit/ctwm/dist//README.md
C xsrc/external/mit/ctwm/dist//mwmhints.h
N xsrc/external/mit/ctwm/dist//clargs.c
N xsrc/external/mit/ctwm/dist//functions_icmgr_wsmgr.c
C xsrc/external/mit/ctwm/dist//lex.l
C xsrc/external/mit/ctwm/dist//icons.h
N xsrc/external/mit/ctwm/dist//occupation.c
N xsrc/external/mit/ctwm/dist//parse_m4.c
N xsrc/external/mit/ctwm/dist//image_jpeg.c
N xsrc/external/mit/ctwm/dist//win_ops.c
N xsrc/external/mit/ctwm/dist//workspace_utils.h
N xsrc/external/mit/ctwm/dist//otp.c
N xsrc/external/mit/ctwm/dist//win_decorations_init.h
N xsrc/external/mit/ctwm/dist//win_iconify.h
C xsrc/external/mit/ctwm/dist//list.h
N xsrc/external/mit/ctwm/dist//drawing.c
C xsrc/external/mit/ctwm/dist//vscreen.c
C xsrc/external/mit/ctwm/dist//parse.h
N xsrc/external/mit/ctwm/dist//captive.c
N xsrc/external/mit/ctwm/dist//Doxyfile.in
N xsrc/external/mit/ctwm/dist//workspace_structs.h
C xsrc/external/mit/ctwm/dist//session.c
N xsrc/external/mit/ctwm/dist//parse_be.c
N xsrc/external/mit/ctwm/dist//win_utils.c
N xsrc/external/mit/ctwm/dist//CHANGES.md
N xsrc/external/mit/ctwm/dist//Makefile
N xsrc/external/mit/ctwm/dist//CMakeLists.txt
N xsrc/external/mit/ctwm/dist//workspace_manager.c
N xsrc/external/mit/ctwm/dist//event_internal.h
N xsrc/external/mit/ctwm/dist//ctopts.c
N xsrc/external/mit/ctwm/dist//colormaps.c
C xsrc/external/mit/ctwm/dist//menus.c
N xsrc/external/mit/ctwm/dist//version.c.in
C xsrc/external/mit/ctwm/dist//gc.c
N xsrc/external/mit/ctwm/dist//event_utils.c
N xsrc/external/mit/ctwm/dist//twm_window_struct.h
N xsrc/external/mit/ctwm/dist//ctwm_atoms.in
N xsrc/external/mit/ctwm/dist//event_handlers.c
C xsrc/external/mit/ctwm/dist//ctwm.h
N xsrc/external/mi

CVS commit: src/doc

2021-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 10 20:12:47 UTC 2021

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new pkg_install


To generate a diff of this commit:
cvs rdiff -u -r1.1792 -r1.1793 src/doc/3RDPARTY
cvs rdiff -u -r1.2794 -r1.2795 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/pkg_install/dist/add

2021-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 10 20:07:57 UTC 2021

Modified Files:
src/external/bsd/pkg_install/dist/add: perform.c

Log Message:
fix build, sign comparison is an issue here


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/pkg_install/dist/add/perform.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/pkg_install/dist

2021-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 10 19:50:00 UTC 2021

Modified Files:
src/external/bsd/pkg_install/dist/add: add.h main.c perform.c pkg_add.1
src/external/bsd/pkg_install/dist/admin: audit-packages.8 audit.c
check.c download-vulnerability-list.8 pkg_admin.1
src/external/bsd/pkg_install/dist/create: build.c create.h main.c
perform.c pkg_create.1 pl.c
src/external/bsd/pkg_install/dist/delete: pkg_delete.1 pkg_delete.c
src/external/bsd/pkg_install/dist/info: info.h main.c perform.c
pkg_info.1 show.c
src/external/bsd/pkg_install/dist/lib: automatic.c conflicts.c defs.h
dewey.c dewey.h fexec.c file.c global.c gpgsig.c iterate.c lib.h
license.c lpkg.c opattern.c parse-config.c pkcs7.c
pkg_install.conf.5.in pkg_io.c pkg_signature.c pkg_summary.5
pkgdb.c pkgsrc.7 plist.c remove.c str.c var.c version.c version.h
vulnerabilities-file.c xwrapper.c
src/external/bsd/pkg_install/dist/x509: pkgsrc.cnf pkgsrc.sh

Log Message:
merge pkg_install-20210410

- simplified version checking for netbsd, treat 9.0 and 9.1 as compatible
- minor man page updates


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/dist/add/add.h \
src/external/bsd/pkg_install/dist/add/main.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/pkg_install/dist/add/perform.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/add/pkg_add.1
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/pkg_install/dist/admin/audit-packages.8 \
src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/admin/audit.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_install/dist/admin/check.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pkg_install/dist/admin/pkg_admin.1
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/dist/create/build.c \
src/external/bsd/pkg_install/dist/create/create.h \
src/external/bsd/pkg_install/dist/create/main.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/create/perform.c \
src/external/bsd/pkg_install/dist/create/pkg_create.1
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_install/dist/create/pl.c
cvs rdiff -u -r1.2 -r1.3 \
src/external/bsd/pkg_install/dist/delete/pkg_delete.1
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/pkg_install/dist/delete/pkg_delete.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/dist/info/info.h
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/info/main.c \
src/external/bsd/pkg_install/dist/info/perform.c \
src/external/bsd/pkg_install/dist/info/pkg_info.1
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_install/dist/info/show.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/dist/lib/automatic.c \
src/external/bsd/pkg_install/dist/lib/conflicts.c \
src/external/bsd/pkg_install/dist/lib/dewey.h \
src/external/bsd/pkg_install/dist/lib/fexec.c \
src/external/bsd/pkg_install/dist/lib/file.c \
src/external/bsd/pkg_install/dist/lib/global.c \
src/external/bsd/pkg_install/dist/lib/gpgsig.c \
src/external/bsd/pkg_install/dist/lib/lpkg.c \
src/external/bsd/pkg_install/dist/lib/opattern.c \
src/external/bsd/pkg_install/dist/lib/pkgsrc.7 \
src/external/bsd/pkg_install/dist/lib/remove.c \
src/external/bsd/pkg_install/dist/lib/str.c \
src/external/bsd/pkg_install/dist/lib/version.c \
src/external/bsd/pkg_install/dist/lib/xwrapper.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/pkg_install/dist/lib/defs.h \
src/external/bsd/pkg_install/dist/lib/pkg_summary.5 \
src/external/bsd/pkg_install/dist/lib/pkgdb.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pkg_install/dist/lib/dewey.c \
src/external/bsd/pkg_install/dist/lib/parse-config.c \
src/external/bsd/pkg_install/dist/lib/pkcs7.c \
src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in \
src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/pkg_install/dist/lib/iterate.c \
src/external/bsd/pkg_install/dist/lib/pkg_io.c \
src/external/bsd/pkg_install/dist/lib/pkg_signature.c \
src/external/bsd/pkg_install/dist/lib/var.c
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/pkg_install/dist/lib/lib.h
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/pkg_install/dist/lib/license.c
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/pkg_install/dist/lib/plist.c
cvs rdiff -u -r1.19 -r1.20 src/external/bsd/pkg_install/dist/lib/version.h
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf \
src/external/bsd/pkg_install/dist/x509/pkgsrc.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: src/external/bsd/pkg_install/dist

2021-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 10 19:26:04 UTC 2021

Update of /cvsroot/src/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv29884

Log Message:
pkg_install-20210410

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20210410

C src/external/bsd/pkg_install/dist/add/perform.c
C src/external/bsd/pkg_install/dist/add/add.h
C src/external/bsd/pkg_install/dist/add/main.c
C src/external/bsd/pkg_install/dist/add/pkg_add.1
U src/external/bsd/pkg_install/dist/admin/admin.h
C src/external/bsd/pkg_install/dist/admin/audit-packages.8
U src/external/bsd/pkg_install/dist/admin/audit-packages.sh.in
C src/external/bsd/pkg_install/dist/admin/audit.c
C src/external/bsd/pkg_install/dist/admin/check.c
C src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
U src/external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
C src/external/bsd/pkg_install/dist/admin/main.c
C src/external/bsd/pkg_install/dist/admin/pkg_admin.1
C src/external/bsd/pkg_install/dist/create/build.c
C src/external/bsd/pkg_install/dist/create/create.h
C src/external/bsd/pkg_install/dist/create/main.c
C src/external/bsd/pkg_install/dist/create/perform.c
C src/external/bsd/pkg_install/dist/create/pkg_create.1
C src/external/bsd/pkg_install/dist/create/pl.c
U src/external/bsd/pkg_install/dist/create/util.c
C src/external/bsd/pkg_install/dist/delete/pkg_delete.1
C src/external/bsd/pkg_install/dist/delete/pkg_delete.c
C src/external/bsd/pkg_install/dist/info/perform.c
C src/external/bsd/pkg_install/dist/info/info.h
C src/external/bsd/pkg_install/dist/info/main.c
C src/external/bsd/pkg_install/dist/info/pkg_info.1
C src/external/bsd/pkg_install/dist/info/show.c
C src/external/bsd/pkg_install/dist/lib/automatic.c
U src/external/bsd/pkg_install/dist/lib/config.h.in
C src/external/bsd/pkg_install/dist/lib/conflicts.c
C src/external/bsd/pkg_install/dist/lib/defs.h
C src/external/bsd/pkg_install/dist/lib/dewey.c
C src/external/bsd/pkg_install/dist/lib/dewey.h
C src/external/bsd/pkg_install/dist/lib/fexec.c
C src/external/bsd/pkg_install/dist/lib/file.c
C src/external/bsd/pkg_install/dist/lib/global.c
C src/external/bsd/pkg_install/dist/lib/gpgsig.c
C src/external/bsd/pkg_install/dist/lib/iterate.c
C src/external/bsd/pkg_install/dist/lib/lib.h
C src/external/bsd/pkg_install/dist/lib/license.c
C src/external/bsd/pkg_install/dist/lib/lpkg.c
C src/external/bsd/pkg_install/dist/lib/opattern.c
C src/external/bsd/pkg_install/dist/lib/parse-config.c
C src/external/bsd/pkg_install/dist/lib/pkcs7.c
C src/external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
C src/external/bsd/pkg_install/dist/lib/pkg_io.c
C src/external/bsd/pkg_install/dist/lib/pkg_signature.c
C src/external/bsd/pkg_install/dist/lib/pkg_summary.5
C src/external/bsd/pkg_install/dist/lib/pkgdb.c
C src/external/bsd/pkg_install/dist/lib/pkgsrc.7
C src/external/bsd/pkg_install/dist/lib/plist.c
C src/external/bsd/pkg_install/dist/lib/remove.c
C src/external/bsd/pkg_install/dist/lib/str.c
C src/external/bsd/pkg_install/dist/lib/var.c
C src/external/bsd/pkg_install/dist/lib/version.c
C src/external/bsd/pkg_install/dist/lib/version.h
C src/external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
C src/external/bsd/pkg_install/dist/lib/xwrapper.c
C src/external/bsd/pkg_install/dist/x509/pkgsrc.cnf
C src/external/bsd/pkg_install/dist/x509/pkgsrc.sh
U src/external/bsd/pkg_install/dist/x509/signing.txt

55 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jPKGSRC:yesterday -jPKGSRC 
src/external/bsd/pkg_install/dist



CVS import: external/bsd/pkg_install/dist

2021-04-10 Thread Nia Alarie
Module Name:external
Committed By:   nia
Date:   Sat Apr 10 19:00:12 UTC 2021

Update of /cvsroot/external/bsd/pkg_install/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv13146

Log Message:
pkg_install-20210410

Status:

Vendor Tag: PKGSRC
Release Tags:   pkg_install-20210410

N external/bsd/pkg_install/dist/add/add.h
N external/bsd/pkg_install/dist/add/main.c
N external/bsd/pkg_install/dist/add/perform.c
N external/bsd/pkg_install/dist/add/pkg_add.1
N external/bsd/pkg_install/dist/admin/admin.h
N external/bsd/pkg_install/dist/admin/audit-packages.8
N external/bsd/pkg_install/dist/admin/audit-packages.sh.in
N external/bsd/pkg_install/dist/admin/audit.c
N external/bsd/pkg_install/dist/admin/check.c
N external/bsd/pkg_install/dist/admin/download-vulnerability-list.8
N external/bsd/pkg_install/dist/admin/download-vulnerability-list.sh.in
N external/bsd/pkg_install/dist/admin/main.c
N external/bsd/pkg_install/dist/admin/pkg_admin.1
N external/bsd/pkg_install/dist/create/build.c
N external/bsd/pkg_install/dist/create/create.h
N external/bsd/pkg_install/dist/create/main.c
N external/bsd/pkg_install/dist/create/perform.c
N external/bsd/pkg_install/dist/create/pkg_create.1
N external/bsd/pkg_install/dist/create/pl.c
N external/bsd/pkg_install/dist/create/util.c
N external/bsd/pkg_install/dist/delete/pkg_delete.1
N external/bsd/pkg_install/dist/delete/pkg_delete.c
N external/bsd/pkg_install/dist/info/info.h
N external/bsd/pkg_install/dist/info/main.c
N external/bsd/pkg_install/dist/info/perform.c
N external/bsd/pkg_install/dist/info/pkg_info.1
N external/bsd/pkg_install/dist/info/show.c
N external/bsd/pkg_install/dist/lib/automatic.c
N external/bsd/pkg_install/dist/lib/config.h.in
N external/bsd/pkg_install/dist/lib/conflicts.c
N external/bsd/pkg_install/dist/lib/defs.h
N external/bsd/pkg_install/dist/lib/dewey.c
N external/bsd/pkg_install/dist/lib/dewey.h
N external/bsd/pkg_install/dist/lib/fexec.c
N external/bsd/pkg_install/dist/lib/file.c
N external/bsd/pkg_install/dist/lib/global.c
N external/bsd/pkg_install/dist/lib/gpgsig.c
N external/bsd/pkg_install/dist/lib/iterate.c
N external/bsd/pkg_install/dist/lib/lib.h
N external/bsd/pkg_install/dist/lib/license.c
N external/bsd/pkg_install/dist/lib/lpkg.c
N external/bsd/pkg_install/dist/lib/opattern.c
N external/bsd/pkg_install/dist/lib/parse-config.c
N external/bsd/pkg_install/dist/lib/pkcs7.c
N external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in
N external/bsd/pkg_install/dist/lib/pkg_io.c
N external/bsd/pkg_install/dist/lib/pkg_signature.c
N external/bsd/pkg_install/dist/lib/pkg_summary.5
N external/bsd/pkg_install/dist/lib/pkgdb.c
N external/bsd/pkg_install/dist/lib/pkgsrc.7
N external/bsd/pkg_install/dist/lib/plist.c
N external/bsd/pkg_install/dist/lib/remove.c
N external/bsd/pkg_install/dist/lib/str.c
N external/bsd/pkg_install/dist/lib/var.c
N external/bsd/pkg_install/dist/lib/version.c
N external/bsd/pkg_install/dist/lib/version.h
N external/bsd/pkg_install/dist/lib/vulnerabilities-file.c
N external/bsd/pkg_install/dist/lib/xwrapper.c
N external/bsd/pkg_install/dist/x509/pkgsrc.cnf
N external/bsd/pkg_install/dist/x509/pkgsrc.sh
N external/bsd/pkg_install/dist/x509/signing.txt

No conflicts created by this import



CVS commit: src/share/man/man4

2021-04-10 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sat Apr 10 08:01:21 UTC 2021

Modified Files:
src/share/man/man4: hdaudio.4

Log Message:
'no merit' is a strong statement


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/hdaudio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/audiocfg

2021-04-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr  7 09:58:58 UTC 2021

Modified Files:
src/usr.bin/audiocfg: audiocfg.1

Log Message:
audiocfg(1): add examples


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/audiocfg/audiocfg.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/notes

2021-04-07 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Wed Apr  7 07:51:13 UTC 2021

Modified Files:
src/distrib/notes/arc: prep
src/distrib/notes/cats: prep
src/distrib/notes/macppc: prep.OPENFIRMWARE

Log Message:
Update for pkgsrc README.html transition


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/notes/arc/prep
cvs rdiff -u -r1.14 -r1.15 src/distrib/notes/cats/prep
cvs rdiff -u -r1.21 -r1.22 src/distrib/notes/macppc/prep.OPENFIRMWARE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/rndctl

2021-04-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr  4 13:37:17 UTC 2021

Modified Files:
src/sbin/rndctl: rndctl.c

Log Message:
rndctl(8): to -l, add a "samples" column separate to "bits"

rename the "bits" column to "estimated bits".

this provides a clear indication when a source is being used, but
not increasing the entropy counter.

this commit fixes an unrelated bug where verbose output functioned
incorrectly when a class of device was specified with -t.

while here, reduce code duplication.

"gofer it" riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sbin/rndctl/rndctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/rndctl

2021-04-04 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Sun Apr  4 12:50:31 UTC 2021

Modified Files:
src/sbin/rndctl: rndctl.c

Log Message:
rndctl(8): remove no-longer-useful stats from -s

these are always 0 now.

"gofer it" riastradh@


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sbin/rndctl/rndctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sbin/rndctl

2021-04-02 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Apr  2 07:17:56 UTC 2021

Modified Files:
src/sbin/rndctl: rndctl.c

Log Message:
rndctl: make -l's "Flags" field reflect current reality

don't print "legacy options" RND_FLAG_ESTIMATE_TIME and
"RND_FLAG_ESTIMATE_VALUE"

only print "estimate" if we have actually counted any bits from
something, since it's no longer really possible to "enable estimation".

ideally, there should also be a "samples" field so it's clear
collected bits are not being counted.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sbin/rndctl/rndctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   3   4   5   >