CVS commit: src

2022-05-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun May 1 13:45:46 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libX11: Makefile Log Message: libX11: Add missing MLINKS. To generate a diff of this commit: cvs rdiff -u -r1.230

CVS commit: src/sys/dev/pci

2022-04-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Apr 24 11:51:09 UTC 2022 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio: cosmetics - use (*pfn)(...) syntax. Some people prefer to call function pointers without an explicit dereference (that is purely cosmetic

CVS commit: src/sys/dev/pci

2022-04-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Apr 24 11:51:09 UTC 2022 Modified Files: src/sys/dev/pci: virtio.c Log Message: virtio: cosmetics - use (*pfn)(...) syntax. Some people prefer to call function pointers without an explicit dereference (that is purely cosmetic

CVS commit: src/sys/dev/pci

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 22:08:10 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: avoid null pointer dereference on attach. Pass "vqs" argument to virtio_child_attach_start(). The virtio API is not quite clear to me here -

CVS commit: src/sys/dev/pci

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 22:08:10 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: avoid null pointer dereference on attach. Pass "vqs" argument to virtio_child_attach_start(). The virtio API is not quite clear to me here -

CVS commit: src/sys/ddb

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 19:06:35 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: guard invocation of db_cmd_on_enter properly. db_command_loop - do not ignore the return value from setjmp used to guard db_cmd_on_enter. We

CVS commit: src/sys/ddb

2022-04-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 20 19:06:35 UTC 2022 Modified Files: src/sys/ddb: db_command.c Log Message: ddb: guard invocation of db_cmd_on_enter properly. db_command_loop - do not ignore the return value from setjmp used to guard db_cmd_on_enter. We

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 22:41:18 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci: Don't use a cast for upcasting. Same object code is generated. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 22:41:18 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci: Don't use a cast for upcasting. Same object code is generated. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 15:24:42 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Bump max tag len to match QEMU. QEMU defines it to 32 but includes the final zero byte into the limit. Our code counts the final zero byte

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 15:24:42 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Bump max tag len to match QEMU. QEMU defines it to 32 but includes the final zero byte into the limit. Our code counts the final zero byte

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 15:08:52 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Properly negotiate MOUNT_TAG feature. I _think_ that this is what is intended here. The code used to actually test for the presence of any

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 15:08:52 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Properly negotiate MOUNT_TAG feature. I _think_ that this is what is intended here. The code used to actually test for the presence of any

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 13:50:37 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Add definition for the MOUNT_TAG feature bit. >From QEMU sources. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 13:50:37 UTC 2022 Modified Files: src/sys/dev/pci: vio9p.c Log Message: vio9p: Add definition for the MOUNT_TAG feature bit. >From QEMU sources. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:56:11 UTC 2022 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: virtio: Use UINT64_C() instead of explicit ULL suffix. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/virtioreg.h

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:56:11 UTC 2022 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: virtio: Use UINT64_C() instead of explicit ULL suffix. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/pci/virtioreg.h

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:50:28 UTC 2022 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: virtio: G/c accidentally committed comment in previous. The format spec for the V1 bit was to be committed as a separate followup commit, but I

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:50:28 UTC 2022 Modified Files: src/sys/dev/pci: virtioreg.h Log Message: virtio: G/c accidentally committed comment in previous. The format spec for the V1 bit was to be committed as a separate followup commit, but I

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:42:12 UTC 2022 Modified Files: src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtioreg.h Log Message: virtio: use the new syntax for snprintb(3) format strings. The old syntax is limited to 32 bits only (and has

CVS commit: src/sys/dev/pci

2022-04-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Apr 13 10:42:12 UTC 2022 Modified Files: src/sys/dev/pci: if_vioif.c ld_virtio.c viomb.c virtioreg.h Log Message: virtio: use the new syntax for snprintb(3) format strings. The old syntax is limited to 32 bits only (and has

CVS commit: src/lib/libcurses

2022-03-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Mar 26 16:03:02 UTC 2022 Modified Files: src/lib/libcurses: newwin.c Log Message: __makenew: use calloc to get zeroed memory for window contents. PR lib/56767. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/lib/libcurses

2022-03-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Mar 26 16:03:02 UTC 2022 Modified Files: src/lib/libcurses: newwin.c Log Message: __makenew: use calloc to get zeroed memory for window contents. PR lib/56767. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/sys/dev/ic

2022-03-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Mar 25 12:24:44 UTC 2022 Modified Files: src/sys/dev/ic: pcdisplay_subr.c Log Message: pcdisplay_getwschar: on error return error code, not -1. This value ends up being returned from vga_ioctl to sys_ioctl which expects an

CVS commit: src/sys/dev/ic

2022-03-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Mar 25 12:24:44 UTC 2022 Modified Files: src/sys/dev/ic: pcdisplay_subr.c Log Message: pcdisplay_getwschar: on error return error code, not -1. This value ends up being returned from vga_ioctl to sys_ioctl which expects an

CVS commit: src/sys/dev/pci

2022-03-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 17 23:05:01 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_bus_space_write_8: don't use bus_space_write_8. The standard says: 4.1.3.1 Driver Requirements: PCI Device Layout For device

CVS commit: src/sys/dev/pci

2022-03-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 17 23:05:01 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_bus_space_write_8: don't use bus_space_write_8. The standard says: 4.1.3.1 Driver Requirements: PCI Device Layout For device

CVS commit: src/sys/dev/pci

2022-03-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 17 22:53:13 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: use PCI_BAR macro instead of open-coding it. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/pci

2022-03-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 17 22:53:13 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci.c: use PCI_BAR macro instead of open-coding it. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/sys/dev/pci

2022-03-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 14 12:22:02 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_match: add TODO about PCI Revision ID. The standard says: Transitional devices MUST have a PCI Revision ID of 0.

CVS commit: src/sys/dev/pci

2022-03-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Mar 14 12:22:02 UTC 2022 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: virtio_pci_match: add TODO about PCI Revision ID. The standard says: Transitional devices MUST have a PCI Revision ID of 0.

CVS commit: src/external/mit/xorg/lib/libXi

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 23 00:06:49 UTC 2022 Modified Files: src/external/mit/xorg/lib/libXi: Makefile Log Message: libXi: Fixup libmansuffix in manual pages. The manpages use unadorned libmansuffix instead of __libmansuffix__ or @libmansuffix@

CVS commit: src/external/mit/xorg/lib/libXi

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 23 00:06:49 UTC 2022 Modified Files: src/external/mit/xorg/lib/libXi: Makefile Log Message: libXi: Fixup libmansuffix in manual pages. The manpages use unadorned libmansuffix instead of __libmansuffix__ or @libmansuffix@

CVS commit: src

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 22:49:39 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXi: Makefile Log Message: libXi: Bring back manual pages. To generate a diff of this commit: cvs rdiff -u -r1.229

CVS commit: src

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 22:49:39 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXi: Makefile Log Message: libXi: Bring back manual pages. To generate a diff of this commit: cvs rdiff -u -r1.229

CVS commit: src

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 15:42:09 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXxf86vm: Makefile Log Message: libXxf86vm: Add missing XF86VidModeAddModeLine.3 mlink. To generate a diff of this

CVS commit: src

2022-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 15:42:09 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXxf86vm: Makefile Log Message: libXxf86vm: Add missing XF86VidModeAddModeLine.3 mlink. To generate a diff of this

CVS commit: src

2022-02-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 00:05:14 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXv: Makefile Log Message: libXv: add missing man pages added in libXv-1.0.5 While here, split MAN and MLINKS into

CVS commit: src

2022-02-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 22 00:05:14 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXv: Makefile Log Message: libXv: add missing man pages added in libXv-1.0.5 While here, split MAN and MLINKS into

CVS commit: src

2022-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 21 02:13:47 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXext: Makefile Log Message: libXext: Fix MLINKS for XShape.3 XShapeQueryExtension.3 and XShapeQueryVersion.3 are not

CVS commit: src

2022-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 21 02:13:47 UTC 2022 Modified Files: src/distrib/sets/lists/xcomp: mi src/external/mit/xorg/lib/libXext: Makefile Log Message: libXext: Fix MLINKS for XShape.3 XShapeQueryExtension.3 and XShapeQueryVersion.3 are not

CVS commit: src/distrib/sets/lists

2022-02-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 16 01:26:31 UTC 2022 Modified Files: src/distrib/sets/lists/games: mi src/distrib/sets/lists/man: mi Log Message: Add missing cat pages to fix MKCATPAGES build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/distrib/sets/lists

2022-02-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 16 01:26:31 UTC 2022 Modified Files: src/distrib/sets/lists/games: mi src/distrib/sets/lists/man: mi Log Message: Add missing cat pages to fix MKCATPAGES build. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/puffs/mount_9p

2022-02-11 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 11 14:10:13 UTC 2022 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: mount_9p(8): Use full month name in previos (oops). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.sbin/puffs/mount_9p

2022-02-11 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 11 14:10:13 UTC 2022 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: mount_9p(8): Use full month name in previos (oops). To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: xsrc/local/programs/xsetwallpaper

2022-02-10 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Fri Feb 11 02:16:40 UTC 2022 Added Files: xsrc/local/programs/xsetwallpaper: xsetwallpaper.1 Log Message: xsetwallpaper(1): throw together a manpage. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: xsrc/local/programs/xsetwallpaper

2022-02-10 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Fri Feb 11 02:16:40 UTC 2022 Added Files: xsrc/local/programs/xsetwallpaper: xsetwallpaper.1 Log Message: xsetwallpaper(1): throw together a manpage. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/external/mit/xorg/bin/xsetwallpaper

2022-02-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 11 01:36:02 UTC 2022 Modified Files: src/external/mit/xorg/bin/xsetwallpaper: Makefile Log Message: xsetwallpaper: Drop unused -lXpm. This looks like a commit accident. Ok mrg@. To generate a diff of this commit: cvs

CVS commit: src/external/mit/xorg/bin/xsetwallpaper

2022-02-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 11 01:36:02 UTC 2022 Modified Files: src/external/mit/xorg/bin/xsetwallpaper: Makefile Log Message: xsetwallpaper: Drop unused -lXpm. This looks like a commit accident. Ok mrg@. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/puffs/mount_9p

2022-02-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Feb 10 13:05:07 UTC 2022 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: mount_9p(8): document the new -C option. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.sbin/puffs/mount_9p

2022-02-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Feb 10 13:05:07 UTC 2022 Modified Files: src/usr.sbin/puffs/mount_9p: mount_9p.8 Log Message: mount_9p(8): document the new -C option. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/dev/wscons

2022-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 29 01:19:30 UTC 2022 Modified Files: src/sys/dev/wscons: wsdisplayvar.h Log Message: Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG. Avoids black overscan area when WS_DEFAULT_BG is set. To generate a diff of this commit:

CVS commit: src/sys/dev/wscons

2022-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 29 01:19:30 UTC 2022 Modified Files: src/sys/dev/wscons: wsdisplayvar.h Log Message: Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG. Avoids black overscan area when WS_DEFAULT_BG is set. To generate a diff of this commit:

CVS commit: src/include

2022-01-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 6 00:16:47 UTC 2022 Modified Files: src/include: err.h Log Message: err.h: dead once is dead enough Per joerg's advice keep the __dead in front position as it is where _Noreturn would go. To generate a diff of this

CVS commit: src/include

2022-01-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 6 00:16:47 UTC 2022 Modified Files: src/include: err.h Log Message: err.h: dead once is dead enough Per joerg's advice keep the __dead in front position as it is where _Noreturn would go. To generate a diff of this

CVS commit: src/lib/libc/gen

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 20:01:52 UTC 2022 Modified Files: src/lib/libc/gen: exec.3 Log Message: exec(3): execlpe() first argument should be named "file" "path" arguments are names used as-is, "file" arguments to "p" functions are used to

CVS commit: src/lib/libc/gen

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 20:01:52 UTC 2022 Modified Files: src/lib/libc/gen: exec.3 Log Message: exec(3): execlpe() first argument should be named "file" "path" arguments are names used as-is, "file" arguments to "p" functions are used to

CVS commit: src/lib/libc/stdlib

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 19:36:16 UTC 2022 Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: getopt_long(3): "index" is an argument, not a field. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/lib/libc/stdlib

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 19:36:16 UTC 2022 Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: getopt_long(3): "index" is an argument, not a field. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22

CVS commit: src/lib/libc/stdlib

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 19:32:16 UTC 2022 Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: getopt_long(3): use NULL, not 0, for flag in the example. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/lib/libc/stdlib

2022-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 4 19:32:16 UTC 2022 Modified Files: src/lib/libc/stdlib: getopt_long.3 Log Message: getopt_long(3): use NULL, not 0, for flag in the example. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/sys/dev/wscons

2022-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 23:46:21 UTC 2022 Modified Files: src/sys/dev/wscons: wsemul_vt100.c Log Message: wsemul_vt100.c - make static everything that can be static Externally, wsdisplay only needs wsemul_vt100_ops. Internally (as vt100

CVS commit: src/sys/dev/wscons

2022-01-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 23:46:21 UTC 2022 Modified Files: src/sys/dev/wscons: wsemul_vt100.c Log Message: wsemul_vt100.c - make static everything that can be static Externally, wsdisplay only needs wsemul_vt100_ops. Internally (as vt100

CVS commit: src/lib/libc/stdlib

2022-01-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 03:46:40 UTC 2022 Modified Files: src/lib/libc/stdlib: ptsname.3 Log Message: ptsname(3): fix equivalence example The buffer is static, don't make it appear that we are returning a pointer to a local variable. To

CVS commit: src/lib/libc/stdlib

2022-01-01 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 2 03:46:40 UTC 2022 Modified Files: src/lib/libc/stdlib: ptsname.3 Log Message: ptsname(3): fix equivalence example The buffer is static, don't make it appear that we are returning a pointer to a local variable. To

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

2021-12-29 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Dec 29 16:01:58 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed

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

2021-12-29 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Dec 29 16:01:58 UTC 2021 Modified Files: xsrc/external/mit/xinit/dist: xinitrc.cpp Log Message: xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed

CVS commit: src/lib/libcurses

2021-12-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 17 03:50:18 UTC 2021 Modified Files: src/lib/libcurses: color.c refresh.c Log Message: curses: spell "foreground" correctly in comments To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/lib/libcurses

2021-12-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 17 03:50:18 UTC 2021 Modified Files: src/lib/libcurses: color.c refresh.c Log Message: curses: spell "foreground" correctly in comments To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/distrib/notes

2021-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 8 13:06:44 UTC 2021 Modified Files: src/distrib/notes: Makefile.inc Log Message: Make .Nx \*V happy for current builds. I'm not sure why mdoc complains here (not the technical reason, but the pragmatic purpose). My best

CVS commit: src/distrib/notes

2021-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 8 13:06:44 UTC 2021 Modified Files: src/distrib/notes: Makefile.inc Log Message: Make .Nx \*V happy for current builds. I'm not sure why mdoc complains here (not the technical reason, but the pragmatic purpose). My best

CVS commit: src/distrib/notes/sparc

2021-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 8 12:54:15 UTC 2021 Modified Files: src/distrib/notes/sparc: install Log Message: Punctuation in macro invocation must be a separate argument. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/distrib/notes/sparc

2021-12-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 8 12:54:15 UTC 2021 Modified Files: src/distrib/notes/sparc: install Log Message: Punctuation in macro invocation must be a separate argument. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:41:04 UTC 2021 Modified Files: src/usr.bin/m4/PSD.doc: m4.ms Log Message: m4 manual - bring over the rest of the tmac.sU bits. All tmac.sU does is sets wider text and defines the .MH abbreviation for "Murray Hill"

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:41:04 UTC 2021 Modified Files: src/usr.bin/m4/PSD.doc: m4.ms Log Message: m4 manual - bring over the rest of the tmac.sU bits. All tmac.sU does is sets wider text and defines the .MH abbreviation for "Murray Hill"

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:26:20 UTC 2021 Modified Files: src/usr.bin/m4/PSD.doc: Makefile m4.ms Log Message: m4 manual - adapt to current -ms Comment out macros related to the Bell Labs memorandum style. Bring over .MH (abbreviation for

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:26:20 UTC 2021 Modified Files: src/usr.bin/m4/PSD.doc: Makefile m4.ms Log Message: m4 manual - adapt to current -ms Comment out macros related to the Bell Labs memorandum style. Bring over .MH (abbreviation for

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:04:00 UTC 2021 Added Files: src/usr.bin/m4/PSD.doc: Makefile m4.ms Log Message: m4 - bring back the m4 manual. This is the version from the csrg-final tree by way of OpenBSD. FreeBSD version is identical modulo

CVS commit: src/usr.bin/m4/PSD.doc

2021-12-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 7 20:04:00 UTC 2021 Added Files: src/usr.bin/m4/PSD.doc: Makefile m4.ms Log Message: m4 - bring back the m4 manual. This is the version from the csrg-final tree by way of OpenBSD. FreeBSD version is identical modulo

CVS commit: src/etc

2021-11-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Nov 27 18:39:15 UTC 2021 Modified Files: src/etc: shells Log Message: /etc/shells - Add tmux. We ship tmux in base and tmux can be used as user's default shell. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/etc

2021-11-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Nov 27 18:39:15 UTC 2021 Modified Files: src/etc: shells Log Message: /etc/shells - Add tmux. We ship tmux in base and tmux can be used as user's default shell. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.sbin/wsmoused

2021-11-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Nov 24 14:34:51 UTC 2021 Modified Files: src/usr.sbin/wsmoused: selection.c wsmoused.c wsmoused.h Log Message: wsmoused: support absolute mouse position events Tested with VirtualBox Guest Addtions. To generate a diff of this

CVS commit: src/usr.sbin/wsmoused

2021-11-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Nov 24 14:34:51 UTC 2021 Modified Files: src/usr.sbin/wsmoused: selection.c wsmoused.c wsmoused.h Log Message: wsmoused: support absolute mouse position events Tested with VirtualBox Guest Addtions. To generate a diff of this

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-11-21 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun Nov 21 21:52:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for

CVS commit: xsrc/external/mit/xf86-input-ws/dist/src

2021-11-21 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun Nov 21 21:52:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-input-ws/dist/src: ws.c Log Message: wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:11:08 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Also print the device name with aprint_naive, like wss@pnpbios does. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:11:08 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Also print the device name with aprint_naive, like wss@pnpbios does. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev/isapnp

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:01:45 UTC 2021 Modified Files: src/sys/dev/isapnp: wss_isapnp.c Log Message: Fix KASSERT triggered when attaching opl at wss@isapnp. Not really tested (no h/w), but this problem is exhibited by the congruent code in

CVS commit: src/sys/dev/isapnp

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Oct 7 00:01:45 UTC 2021 Modified Files: src/sys/dev/isapnp: wss_isapnp.c Log Message: Fix KASSERT triggered when attaching opl at wss@isapnp. Not really tested (no h/w), but this problem is exhibited by the congruent code in

CVS commit: src/sys/arch/i386/pnpbios

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 23:58:49 UTC 2021 Modified Files: src/sys/arch/i386/pnpbios: wss_pnpbios.c Log Message: Fix KASSERT triggered when attaching opl at wss@pnpbios wss has two attributes, "wss" and "audiobus", and this call didn't specify

CVS commit: src/sys/arch/i386/pnpbios

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 23:58:49 UTC 2021 Modified Files: src/sys/arch/i386/pnpbios: wss_pnpbios.c Log Message: Fix KASSERT triggered when attaching opl at wss@pnpbios wss has two attributes, "wss" and "audiobus", and this call didn't specify

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 20:10:42 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Don't use aprint_normal_dev("") to print the device name. wssattach eventually calls ad1848_attach that prints the chip name with ": %s".

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 20:10:42 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Don't use aprint_normal_dev("") to print the device name. wssattach eventually calls ad1848_attach that prints the chip name with ": %s".

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 18:41:34 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Fix KASSERT triggered when attaching opl at wss. wss has two attributes, "wss" and "audiobus", and this call didn't specify an iattr for opl to

CVS commit: src/sys/dev/acpi

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 18:41:34 UTC 2021 Modified Files: src/sys/dev/acpi: wss_acpi.c Log Message: Fix KASSERT triggered when attaching opl at wss. wss has two attributes, "wss" and "audiobus", and this call didn't specify an iattr for opl to

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 17:04:49 UTC 2021 Modified Files: src/sys/ddb: ddbvar.h Log Message: Sort variable declarations. Add short comments while here. The list was neither sorted nor grouped logically when db_dumpstack and db_panicstackframes

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:18:20 UTC 2021 Modified Files: src/sys/ddb: db_panic.c Log Message: KNF: The function type must be declared on a line by itself. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/ddb/db_panic.c

CVS commit: src/sys/ddb

2021-10-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Oct 6 12:14:51 UTC 2021 Modified Files: src/sys/ddb: files.ddb Log Message: Add DDB_DUMPSTACK to opt_ddbparam.h. PR kern/56445 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/ddb/files.ddb Please note

<    1   2   3   4   5   6   7   >