CVS commit: src/usr.bin/progress

2021-08-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 17 07:18:43 UTC 2021 Modified Files: src/usr.bin/progress: progress.c Log Message: Add missing check for error returns from read(). Found by inspection while reviewing the changes suggested by RVP in PR install/56303, but

CVS commit: src/usr.bin/progress

2021-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 9 10:46:39 UTC 2021 Modified Files: src/usr.bin/progress: progress.c Log Message: Test errno when the return value from wait() indicates an error, not when it indicates success. PR install/56303. To generate a diff of

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jul 29 14:58:35 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Skip the test when the dtrace_syscall module is not loaded and can't be autoloaded, as may be the case on arm because

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 27 15:29:22 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Show the stderr from execsnoop so that we can see why it fails on arm. To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jul 25 15:51:32 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Only expect failure on ARM To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jul 25 10:21:44 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Remove "pkill -9 execsnoop". It's wrong on so many levels: first of all, it does not actually kill anything because the process

CVS commit: src/tests/usr.sbin/execsnoop

2021-07-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jul 25 10:11:32 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh Log Message: Increase sleep waiting for execsnoop to start; one second is not sufficient on a Dell Latitude D400 i386 laptop. To generate a

CVS commit: src/tests/usr.sbin

2021-07-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jul 24 15:56:06 UTC 2021 Modified Files: src/tests/usr.sbin/execsnoop: t_execsnoop.sh src/tests/usr.sbin/opensnoop: t_opensnoop.sh Log Message: Create temporary files in . rather than /tmp so that they get cleaned up

CVS commit: src/external/bsd/atf/dist/tools

2021-07-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jul 8 18:10:52 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: atf-run.cpp Log Message: When running an individual test case under isolation, make the test case count on the tp-start line of the output match the

CVS commit: src/tests/fs/tmpfs

2021-06-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 5 06:40:59 UTC 2021 Modified Files: src/tests/fs/tmpfs: t_vnd.sh Log Message: Use the correct pathname when cleaning up the inner mount on test failure. Fixes the ATF crash reported in PR bin/56221, but not the issue

CVS commit: src/tests/lib/libc/sys

2021-05-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon May 24 10:44:06 UTC 2021 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.h Log Message: On mips, avoid deliberately executing an illegal instruction for now because it causes GXemul to exit rather than generating a trap.

CVS commit: src/external/bsd/atf/dist/tools

2021-04-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Apr 10 10:32:57 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: atf-run.1 atf-run.cpp Log Message: Add support for running individual test cases under isolation. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/tests/lib/libossaudio

2020-12-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Dec 26 15:28:52 UTC 2020 Modified Files: src/tests/lib/libossaudio: t_ossaudio.c Log Message: Disable the lib/libossaudio/t_ossaudio:oss_dsp_trigger_read test case on sparc until PR port-sparc/55876 gets fixed. To generate a

CVS commit: src/tests/lib/libc/string

2020-11-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Nov 27 15:37:06 UTC 2020 Modified Files: src/tests/lib/libc/string: t_memmem.c Log Message: delete trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/string/t_memmem.c Please

CVS commit: src/tests/usr.bin

2020-11-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Nov 17 08:25:57 UTC 2020 Modified Files: src/tests/usr.bin/c++: t_tsan_data_race.sh t_tsan_heap_use_after_free.sh t_tsan_lock_order_inversion.sh t_tsan_locked_mutex_destroy.sh t_tsan_signal_errno.sh

CVS commit: src/external

2020-11-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Nov 10 11:00:02 UTC 2020 Modified Files: src/external: README Log Message: Delete trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/external/README Please note that diffs are not public

CVS commit: src/usr.sbin/sysinst

2020-11-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Nov 10 09:14:01 UTC 2020 Modified Files: src/usr.sbin/sysinst: util.c Log Message: Fix typos in comment To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/sysinst/util.c Please note that diffs are not

CVS commit: src/tests/lib/libc/stdlib

2020-11-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Nov 1 18:19:54 UTC 2020 Modified Files: src/tests/lib/libc/stdlib: t_mktemp.c Log Message: Make the mkstemps_basic and mkostemps_basic test cases not randomly fail when the replacement string happens to contain the letter "y".

CVS commit: src/sys/net

2020-10-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 18 13:07:31 UTC 2020 Modified Files: src/sys/net: radix.c Log Message: Suppress the "rn_init: radix functions require max_keylen be set" message when _KERNEL is defined, to avoid spurious messages from kernels that have no

CVS commit: src/usr.sbin/syslogd

2020-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 29 14:08:43 UTC 2020 Modified Files: src/usr.sbin/syslogd: syslogd.c Log Message: When reporting an error before daemonizing, prefix the error message with the program name. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/kern

2020-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 29 07:51:01 UTC 2020 Modified Files: src/sys/kern: kern_entropy.c Log Message: Log a message when a process blocks due to a lack of entropy. Discussed on tech-kern. To generate a diff of this commit: cvs rdiff -u -r1.23

CVS commit: src/sys/dev/usb

2020-09-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Sep 20 09:08:01 UTC 2020 Modified Files: src/sys/dev/usb: ehci.c Log Message: Talk Like a Pirate Day was yesterday. To generate a diff of this commit: cvs rdiff -u -r1.281 -r1.282 src/sys/dev/usb/ehci.c Please note that

CVS commit: src/tests/rump/rumpnet

2020-09-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Sep 9 09:17:14 UTC 2020 Modified Files: src/tests/rump/rumpnet: t_shmif.sh Log Message: Disable reverse DNS lookups in ping to avoid spurious test failures due to unresponsive DNS servers. To generate a diff of this commit:

CVS commit: src/tests/rump/rumpkern

2020-09-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 1 18:40:09 UTC 2020 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: Format PR references consistently so that they can be automatically turned into links in HTML reports. To generate a diff of this commit:

CVS commit: src/usr.sbin/nfsd

2020-08-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 26 13:35:12 UTC 2020 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: Fix indentation To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/nfsd/nfsd.c Please note that diffs are not public

CVS commit: src/usr.sbin/nfsd

2020-08-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 26 13:33:42 UTC 2020 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: Remove trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/nfsd/nfsd.c Please note that diffs are not

CVS commit: src/usr.sbin/nfsd

2020-08-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 26 13:32:57 UTC 2020 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: Remove superfluous empty line To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/nfsd/nfsd.c Please note that diffs are

CVS commit: src/tests/lib/libm

2020-08-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 25 13:39:16 UTC 2020 Modified Files: src/tests/lib/libm: t_fmod.c Log Message: Only expect the fmod test case to fail when using qemu's TCG CPU emulation, and not under hardware virtualization such as qemu -accel nvmm. To

CVS commit: src/tests/lib/libc/gen

2020-08-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 24 06:55:16 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_siginfo.c Log Message: Expect a failure to trap unaligned acesses only when running under qemu's TCG CPU emulation, not when running under hardware

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:04:58 UTC 2020 Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: Expect failure only when running under qemu's TCG CPU emulation, not when running under hardware virtualization such as qemu -accel

CVS commit: src/tests/lib/libc/gen

2020-08-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 23 11:00:18 UTC 2020 Modified Files: src/tests/lib/libc/gen: isqemu.h Log Message: Provide separate functions to check for running under qemu in general and for running under qemu's built-in TCG CPU emulation (as opposed to

CVS commit: src/tests/fs/nfs

2020-08-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Aug 20 07:32:40 UTC 2020 Modified Files: src/tests/fs/nfs: t_rquotad.sh Log Message: Add cleanup of possible leftover rump processes, replacing the non-working cleanup code just removed from ffs_common.sh. Fixes PR bin/48892

CVS commit: src/tests/fs/ffs

2020-08-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Aug 20 07:23:20 UTC 2020 Modified Files: src/tests/fs/ffs: ffs_common.sh Log Message: Remove non-functional cleanup code from test_case() and test_case_root(). It had no effect because RUMP_SOCKETS_LIST is not set in the shell

CVS commit: src/tests/fs/ffs

2020-08-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 17 06:18:39 UTC 2020 Modified Files: src/tests/fs/ffs: ffs_common.sh Log Message: Remove unused function rump_shutdown() To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/ffs/ffs_common.sh Please

CVS commit: src/tests/sbin/ifconfig

2020-07-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jul 27 16:57:45 UTC 2020 Modified Files: src/tests/sbin/ifconfig: t_repeated_link_addr.sh Log Message: Skip the repeated_link_addr test by default as it causes the evbarm-aarch64 testbed to hang (PR port-evbarm/55521), and will

CVS commit: src/tests/sbin/ifconfig

2020-07-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jul 27 06:52:48 UTC 2020 Modified Files: src/tests/sbin/ifconfig: t_repeated_updown.sh Log Message: Instead of just skipping interfaces that are "up", skip the whole repeated_updown test case unless explicitly enabled with

CVS commit: src/sys/dev/usb

2020-06-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 6 13:53:43 UTC 2020 Modified Files: src/sys/dev/usb: if_run.c if_runvar.h Log Message: Conditionally enable the formerly #if'ed-out code to use the WRITE_REGION_1 command for writing blocks of data to the device. This is

CVS commit: src/sbin/mount_qemufwcfg

2020-04-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 29 09:54:43 UTC 2020 Modified Files: src/sbin/mount_qemufwcfg: mount_qemufwcfg.8 Log Message: Remove references to "special", as mount_qemufwcfg(8) does not actually take such an argument. Discussed with jmcneill. To

CVS commit: src/tests/crypto/libcrypto

2020-04-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Apr 11 16:55:33 UTC 2020 Modified Files: src/tests/crypto/libcrypto: t_libcrypto.sh Log Message: Double the timeout for the bn test case; 360 seconds is no longer sufficient under qemu since the latest openssl update. To

CVS commit: src/share/man/man4

2020-04-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 1 15:42:15 UTC 2020 Modified Files: src/share/man/man4: qemufwcfg.4 Log Message: Fix incorrect device path. OK jmcneill. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/qemufwcfg.4 Please

CVS commit: src/share/man/man8

2020-04-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 1 15:33:50 UTC 2020 Modified Files: src/share/man/man8: MAKEDEV.8 Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/share/man/man8/MAKEDEV.8 Please note that diffs are not public

CVS commit: src/etc

2020-04-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 1 15:32:21 UTC 2020 Modified Files: src/etc: MAKEDEV.tmpl Log Message: Create the qemufwcfg device as part of "all". Discussed with jmcneill. Also, include it in the list of special purpose devices. To generate a diff

CVS commit: src/sys/dev/usb

2019-12-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Dec 19 15:17:30 UTC 2019 Modified Files: src/sys/dev/usb: if_run.c Log Message: Code that's #if'ed out still ought to compile. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/if_run.c Please

CVS commit: src/tests/crypto/libcrypto

2019-03-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Mar 27 21:14:54 UTC 2019 Modified Files: src/tests/crypto/libcrypto: t_ciphers.sh Log Message: Timeout for evp test case is still not enough for qemu/sparc To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/share/man/man4

2019-03-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Mar 24 13:31:31 UTC 2019 Modified Files: src/share/man/man4: zyd.4 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/zyd.4 Please note that diffs are not

CVS commit: src/share/man/man4

2019-03-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Mar 24 11:22:06 UTC 2019 Modified Files: src/share/man/man4: zyd.4 Log Message: Delete the sentence "Wired Equivalent Privacy (WEP) is the de facto encryption standard for wireless networks", because it no longer is. To

CVS commit: src/share/man/man4

2019-03-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Mar 23 18:56:50 UTC 2019 Modified Files: src/share/man/man4: cdce.4 Log Message: The USB port of the Huawei E5573s-320s portable 4G router successfully attaches as cdce(4) and works. To generate a diff of this commit: cvs

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

2019-03-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Mar 12 08:29:52 UTC 2019 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Add missing space in "wiring for pmap .. did not change" message To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331

CVS commit: src/usr.bin/tip

2019-02-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Feb 28 17:41:27 UTC 2019 Modified Files: src/usr.bin/tip: tip.c Log Message: Make xgetchar() return an int like getchar() does, and remove needless cast. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src

2019-02-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Feb 13 07:55:33 UTC 2019 Modified Files: src/distrib/pmax/ramdisk: Makefile src/sys/arch/pmax/conf: RAMDISK Log Message: Bump pmax install ramdisk size by another 100k, as 3500k is no longer enough with GCC 7. To

CVS commit: src/tests/fs/common

2019-01-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 20 14:50:58 UTC 2019 Modified Files: src/tests/fs/common: fstest_lfs.c Log Message: Call rump_pub_lwproc_newlwp() in the lfs cleaner thread to make its rump system calls all use the same lwp. Hopefully this will fix PR

CVS commit: src/tests/fs/vfs

2019-01-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 13 14:35:00 UTC 2019 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Mark the fs/vfs/t_renamerace:udf_renamerace_dirs test case as an expected failure referencing PR kern/53865, and force failure to avoid

CVS commit: src/tests/lib/libc/sys

2019-01-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 13 11:03:20 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Don't mark the traceme_vfork_crash_bus test case as an expected failure when it is executing as part of the

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

2018-12-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Dec 17 15:12:52 UTC 2018 Modified Files: src/sys/arch/x86/x86: ipmi.c Log Message: Don't call aprint_error_dev() with a NULL dev. Fixes PR port-amd64/53789. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69

CVS commit: src/distrib/amd64/liveimage/emuimage

2018-12-16 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Dec 16 08:58:21 UTC 2018 Modified Files: src/distrib/amd64/liveimage/emuimage: Makefile Log Message: Fix previous: set EMUIMAGEMB, not USBIMAGEMB. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/distrib

2018-12-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Dec 15 18:03:18 UTC 2018 Modified Files: src/distrib/amd64/installimage: Makefile src/distrib/amd64/liveimage: Makefile Makefile.liveimage src/distrib/amd64/liveimage/emuimage: Makefile

CVS commit: src/tests/crypto/libcrypto

2018-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Sep 29 10:54:35 UTC 2018 Modified Files: src/tests/crypto/libcrypto: t_pubkey.sh Log Message: A timeout of 480 seconds is not enough for the t_pubkey:ec test case on qemu/sparc. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/crypto/libcrypto

2018-09-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Sep 29 10:50:33 UTC 2018 Modified Files: src/tests/crypto/libcrypto: t_ciphers.sh Log Message: The default timeout of 300 seconds is not enough for the t_ciphers:evp test case on qemu/sparc since the import of openssl 1.1.0i on

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

2018-08-14 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 14 13:21:52 UTC 2018 Modified Files: src/external/bsd/mdocml/dist: configure Log Message: remove stray "fi" to unbreak build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2018-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Aug 9 06:29:08 UTC 2018 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_core.c Log Message: One newline is enough. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2018-08-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 7 09:01:52 UTC 2018 Modified Files: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm: vchiq_arm.c vchiq_kern_lib.c Log Message: One newline is enough. To generate a diff of this commit: cvs rdiff -u -r1.19

CVS commit: src/share/man/man4

2018-07-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Jul 27 16:12:40 UTC 2018 Modified Files: src/share/man/man4: Makefile Log Message: Add missing backslash to unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.659 -r1.660 src/share/man/man4/Makefile Please

CVS commit: src/sys/sys

2018-06-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 23 07:23:06 UTC 2018 Modified Files: src/sys/sys: ipc.h Log Message: No semicolon after macro do ... while (0) wrapper. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/sys/ipc.h Please note that

CVS commit: src/libexec/ftpd

2018-06-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 23 07:21:00 UTC 2018 Modified Files: src/libexec/ftpd: extern.h Log Message: No semicolon after macro do ... while (0) wrapper. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/libexec/ftpd/extern.h

CVS commit: src/tests

2018-06-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jun 19 09:20:47 UTC 2018 Modified Files: src/tests/fs/common: h_fsmacros.h src/tests/lib/libc/gen: t_dir.c src/tests/lib/libc/sys: t_posix_fadvise.c Log Message: No semicolon after macro do ... while (0)

CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs

2018-06-16 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 16 15:18:33 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_ioctl.c Log Message: Use space between words To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/share/man/man9

2018-06-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 3 12:54:51 UTC 2018 Modified Files: src/share/man/man9: Makefile Log Message: Remove stray space to unbreak build To generate a diff of this commit: cvs rdiff -u -r1.426 -r1.427 src/share/man/man9/Makefile Please note

CVS commit: src/tests/net/net

2017-12-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Dec 30 22:02:34 UTC 2017 Modified Files: src/tests/net/net: t_pktinfo_send.c Log Message: Use the default ATF timeout instead of a reduced one of 5 seconds, which isn't enough for pmax under gxemul on babylon5.netbsd.org. To

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

2017-09-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 12 14:10:49 UTC 2017 Modified Files: src/sys/arch/i386/i386: trap.c Log Message: Don't use a const variable as an array size, because it is not a constant expression and will cause the array to needlessly become a

CVS commit: src/usr.sbin/sysinst/arch/i386

2017-09-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Sep 11 15:24:28 UTC 2017 Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: Clear the screen after running installboot. If we don't, there will be a leftover line saying "Status: Finished" at the top of the next

CVS commit: src/usr.sbin/sysinst/arch/landisk

2017-07-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 18 17:15:45 UTC 2017 Modified Files: src/usr.sbin/sysinst/arch/landisk: md.c Log Message: Clear the screen after running installboot. If we don't, there will be a leftover line saying "Status: Finished" at the top of

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

2017-07-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 11 14:00:16 UTC 2017 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix typo in comment To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/arch/x86/include/specialreg.h Please

CVS commit: src/tests/lib/libc/db

2017-06-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jun 24 10:25:23 UTC 2017 Modified Files: src/tests/lib/libc/db: h_lfsr.c Log Message: Reduce the number of iterations in the bsize_torture test from 65535 to 1000 to make the ATF test suite as a whole take less time. Before

CVS commit: src/bin/sh

2017-05-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat May 13 15:03:34 UTC 2017 Modified Files: src/bin/sh: miscbltin.c Log Message: Fix inconsistent whitespace To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/bin/sh/miscbltin.c Please note that diffs are not

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:41:03 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: x86_64-gf2m.S Log Message: regen (actually, hand-edited, but the changes should be identical) To generate a diff

CVS commit: src/crypto/external/bsd/openssl/dist/crypto/bn/asm

2017-01-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 9 17:36:24 UTC 2017 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gf2m.pl Log Message: Revert last two revisions; local changes should no longer be needed now that the root cause of PR

CVS commit: src/share/man/man4

2016-10-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Oct 18 18:44:20 UTC 2016 Modified Files: src/share/man/man4: ciss.4 Log Message: HP Smart Array P410i works for me To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/ciss.4 Please note that diffs

CVS commit: src/tests/fs/ffs

2016-10-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 8 13:23:53 UTC 2016 Modified Files: src/tests/fs/ffs: ffs_common.sh Log Message: Incrase timeout for the benefit of the walk_list_user test case which sometimes times out under qemu under Linux, where the timing is more

CVS commit: src/tests/lib/libutil

2016-05-04 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed May 4 18:36:46 UTC 2016 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: Reduce the step size, exposing another bug. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/tests/lib/libutil

2016-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun May 1 16:39:47 UTC 2016 Modified Files: src/tests/lib/libutil: t_parsedate.c Log Message: In the "relative" test case, run the tests multiple times relative to various dates over a span of a few decades, instead of just once

CVS commit: src

2016-04-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 8 10:09:16 UTC 2016 Modified Files: src/distrib/sets/lists/tests: mi src/etc/mtree: NetBSD.dist.tests src/tests/usr.bin: Makefile Added Files: src/tests/usr.bin/gdb: Makefile t_regress.sh Log

CVS commit: src/usr.bin/make

2016-04-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Apr 6 09:57:00 UTC 2016 Modified Files: src/usr.bin/make: arch.c parse.c str.c Log Message: Fully avoid the nonstandard types u_char, u_int, and u_long, which were only used inconsistently in a few places anyway. To generate

CVS commit: src/tests/usr.bin/cc

2016-04-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Apr 3 14:41:30 UTC 2016 Modified Files: src/tests/usr.bin/cc: t_hello.sh Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/cc/t_hello.sh Please note that diffs are not

CVS commit: src/lib/libm/src

2016-01-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 24 20:34:30 UTC 2016 Modified Files: src/lib/libm/src: e_hypotf.c Log Message: Fix incorrect magic numbers in scaling. From FreeBSD commit 23397, by way of Rin Okuyama. Fixes PR lib/50698. To generate a diff of this

CVS commit: src/tests/lib/libm

2016-01-24 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jan 24 20:26:47 UTC 2016 Modified Files: src/tests/lib/libm: Makefile Added Files: src/tests/lib/libm: t_hypot.c Log Message: Add some tests of hypot() and hypotf() To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/fs/vfs

2016-01-14 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jan 14 08:58:02 UTC 2016 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Don't use a filename with an embedded newline in the create_many test case. Instead, add a separate test case "create_nonalphanum" for filenames

CVS commit: src/sys/kern

2015-12-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Dec 27 20:52:25 UTC 2015 Modified Files: src/sys/kern: kern_ksyms.c Log Message: KSYMS_MAX_ID is too small for i386 kernels built with MKDEBUG=yes, causing a number of ATF tests to fail. Increase it by 50%, from 65536 to

CVS commit: src/lib/libedit

2015-12-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Dec 8 16:53:28 UTC 2015 Modified Files: src/lib/libedit: tty.c Log Message: unbreak the build To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/tty.c Please note that diffs are not public domain;

CVS commit: src/sys/kern

2015-08-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 25 12:55:30 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: In ttywait_timo(), break out of loop on all errors, not just EWOULDBLOCK, as ttywait() did prior to 1.265. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2015-08-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 19 12:02:55 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: When closing a tty, limit the amount of time spent waiting for the output to drain to five seconds so that exiting processes with buffered output for a

CVS commit: src/sys/kern

2015-06-14 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Jun 14 16:19:31 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: Revert previous; it broke the lib/libc/ttyio/t_ttyio/ioctl test case. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264

CVS commit: src/sys/kern

2015-06-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Jun 12 17:28:53 UTC 2015 Modified Files: src/sys/kern: tty.c Log Message: When closing a tty, limit the amount of time spent waiting for the output to drain to five seconds so that exiting processes with buffered output for a

CVS commit: src/usr.bin/tip

2015-06-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jun 11 18:12:00 UTC 2015 Modified Files: src/usr.bin/tip: tip.c Log Message: Don't call exit() from a signal handler, as it's not async-signal-safe; use _exit() instead. To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/usr.sbin/sysinst

2015-05-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri May 1 13:48:05 UTC 2015 Modified Files: src/usr.sbin/sysinst: msg.mi.en Log Message: Shorten the message System configuration files (/etc) to just Configuration files (/etc) so that it doesn't overflow into the Selected

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:32:18 UTC 2015 Modified Files: src/sys/dev/usb: uaudio.c Log Message: When dumping iot[] contents to the console for debugging, don't crash if iot[i].output is NULL for some i. Share code with the dumping of

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:37:44 UTC 2015 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Don't crash with a division by zero if a bControlSize field is 0. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

CVS commit: src/share/man/man4

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:41:49 UTC 2015 Modified Files: src/share/man/man4: uaudio.4 Log Message: Fix URL of USB Approved Class Specification Documents. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 09:58:10 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Silicon Labs EC3 USB debug adapter. To generate a diff of this commit: cvs rdiff -u -r1.687 -r1.688 src/sys/dev/usb/usbdevs Please note that

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 09:25:09 UTC 2015 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Include opt_usb.h so that options UAUDIO_DEBUG works. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 src/sys/dev/usb/uaudio.c

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 10:53:21 UTC 2015 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.679 -r1.680 src/sys/dev/usb/usbdevs.h cvs rdiff -u -r1.680 -r1.681

  1   2   >