CVS commit: src/tests/syscall

2011-05-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon May 2 11:14:29 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Don't print a time_t with %lu To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_nanosleep.c Please note

CVS commit: src/usr.bin/xinstall

2009-06-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jun 8 14:22:01 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: Fix race condition causing install -d to randomly fail when multiple concurrent install processes try to create the same directory. Modelled

CVS commit: src/usr.bin/xinstall

2009-07-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jul 25 11:45:58 UTC 2009 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When installing via a temporary file, base the name of the temporary file on the name of the target file, not just the target directory, to

CVS commit: src/distrib/utils/sysinst

2012-01-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jan 10 21:02:48 UTC 2012 Modified Files: src/distrib/utils/sysinst: defs.h main.c menus.mi msg.mi.de msg.mi.en msg.mi.es msg.mi.fr msg.mi.pl net.c util.c Log Message: Add support for installing source sets as

CVS commit: src/sys/rump/dev/lib/libpud

2012-03-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Mar 11 13:14:04 UTC 2012 Modified Files: src/sys/rump/dev/lib/libpud: component.c Log Message: Fix obvious cut-and-paste-o in error message string To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/netinet

2012-03-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Mar 15 13:25:46 UTC 2012 Modified Files: src/sys/netinet: rfc6056.c Log Message: Fix random kernel memory corruption by algo_doublehash(). And by random I don't mean just arbitary as in using an uninitialized pointer, but

CVS commit: src/sys/rump/dev/lib

2012-04-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Apr 10 13:45:08 UTC 2012 Modified Files: src/sys/rump/dev/lib/libdrvctl: component.c src/sys/rump/dev/lib/libmd: component.c Log Message: Fix cut-and-paste-os in panic messages To generate a diff of this commit: cvs

CVS commit: src/sys/kern

2012-05-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue May 8 08:44:49 UTC 2012 Modified Files: src/sys/kern: vfs_mount.c vfs_syscalls.c Log Message: Move VFS_EXTATTRCTL to mount_domount(). This makes the fs/puffs/t_fuzz:mountfuzz7, fs/puffs/t_fuzz:mountfuzz8, and

CVS commit: src/distrib/utils/sysinst

2013-03-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Mar 23 15:36:43 UTC 2013 Modified Files: src/distrib/utils/sysinst: msg.mi.en Log Message: Fix some nits in the English messages for the recently added debug sets: rename the Source sets group to Source and debug sets to better

CVS commit: src/distrib/utils/sysinst

2013-03-23 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Mar 23 15:53:49 UTC 2013 Modified Files: src/distrib/utils/sysinst: msg.mi.de msg.mi.es msg.mi.fr msg.mi.pl Log Message: Sync non-English messages with the changes of msg.mi.en 1.179 to the best of my ability. To generate a

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

2013-03-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Mar 25 15:31:03 UTC 2013 Modified Files: src/tests/lib/libc/locale: t_wctomb.c Log Message: Don't size an array using MB_CUR_MAX while one locale is in effect and then use it with another locale having a larger MB_CUR_MAX.

CVS commit: src/tests/dev/raidframe

2011-10-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 15 11:31:41 UTC 2011 Modified Files: src/tests/dev/raidframe: t_raid.sh Log Message: Fix cut-and-paste-o that casused the raid1_normal test case to have no cleanup function defined, resulting in a rump_server process

CVS commit: src/sys/dev/pci

2012-08-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 12 18:39:32 UTC 2012 Modified Files: src/sys/dev/pci: eso.c Log Message: Add missing locking calls to eso_attach() to avoid panic on boot. Partly based on a patch from mrg. Fixes PR kern/46791. To generate a diff of this

CVS commit: src/tests/share/mk

2012-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 28 15:22:18 UTC 2012 Modified Files: src/tests/share/mk: t_prog.sh Log Message: Skip test requiring /usr/bin/mandoc if it does not exist, as is the case when text.tgz has not been installed. To generate a diff of this

CVS commit: src/bin/date

2010-10-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 2 08:26:09 UTC 2010 Modified Files: src/bin/date: date.c Log Message: putenv() no longer accepts a const string To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/bin/date/date.c Please note that diffs

CVS commit: src/usr.bin/rsh

2010-10-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 2 09:24:16 UTC 2010 Modified Files: src/usr.bin/rsh: rsh.c Log Message: putenv() no longer accepts a const string To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/rsh/rsh.c Please note that

CVS commit: src/bin/date

2010-10-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 3 08:21:28 UTC 2010 Modified Files: src/bin/date: date.c Log Message: Simplify by using setenv() instead of putenv(). To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/bin/date/date.c Please note that

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

2013-10-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 5 11:20:35 UTC 2013 Modified Files: src/sys/arch/x86/pci: pci_machdep.c Log Message: Force PCI mode 1 when running under QEMU, to work around QEMU bug 897771. This should also make it possible to boot NetBSD under versions

CVS commit: src/share/man/man9

2013-10-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Oct 17 13:17:51 UTC 2013 Modified Files: src/share/man/man9: kpause.9 Log Message: Don't capitalize it in the middle of a sentence. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/kpause.9

CVS commit: src/sys/dev/ic

2013-10-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Oct 30 08:40:32 UTC 2013 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Fix incorrect function names in panic message strings. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/dev/ic/esiop.c

CVS commit: src/sys/dev/ic

2013-11-02 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Nov 2 13:59:14 UTC 2013 Modified Files: src/sys/dev/ic: esiop.c siop.c Log Message: Turn the esiop_intr: I shouldn't be there ! panic into a printf followed by a return from the interrupt handler. The condition is triggered

CVS commit: src

2014-01-06 Thread Andreas Gustafsson
+ * by Andreas Gustafsson. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + *notice, this list of conditions and the following

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

2014-01-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 6 16:42:57 UTC 2014 Modified Files: src/tests/lib/libc/net: h_dns_server.c Log Message: Fix spelling of daemon. Pointed out by Thomas Klausner. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2014-01-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jan 7 16:47:13 UTC 2014 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/vmstat: Makefile t_vmstat.sh Log

CVS commit: src/tests/lib/libpthread

2013-04-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 12 14:21:52 UTC 2013 Modified Files: src/tests/lib/libpthread: t_condwait.c Log Message: Make cond_wait_mono and cond_wait_real tests accept a wait time in the range of 90% to 250% of nominal, to allow the test to pass

CVS commit: src/tests/kernel

2013-05-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri May 31 14:40:48 UTC 2013 Modified Files: src/tests/kernel: t_umountstress.sh Log Message: Don't rely on kill -0 to check whether a background shell command has exited; it does not work reliably because the process may still

CVS commit: src/tests/lib/librumpclient

2011-08-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 15 15:19:09 UTC 2011 Modified Files: src/tests/lib/librumpclient: t_fd.c Log Message: As the sigio test case is currently failing with sigcnt != 1, print the actual sigcnt value to aid in diagnosing the problem. To

CVS commit: src/sbin/fdisk

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 28 15:46:26 UTC 2011 Modified Files: src/sbin/fdisk: fdisk.c Log Message: fix the sparc build To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 src/sbin/fdisk/fdisk.c Please note that diffs are not public

CVS commit: src/tests/util/df

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Aug 28 19:09:34 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Golden output was not so golden after all To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/util/df/t_df.sh Please note

CVS commit: src/tests/util/df

2011-08-28 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 29 04:55:58 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Fix remaining misaligned columns in golden output, missed in previous commit To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/bin/df

2011-08-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 29 17:30:28 UTC 2011 Modified Files: src/bin/df: df.c Log Message: Use the same column spacing for the -h output as with the normal output, as the same header line format is used in both cases and it can't line up correctly

CVS commit: src/tests/util/df

2011-08-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Aug 29 17:31:41 UTC 2011 Modified Files: src/tests/util/df: t_df.sh Log Message: Track spacing changes of df.c 1.89 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/util/df/t_df.sh Please note that

CVS commit: src/usr.sbin/moused

2011-08-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 31 07:17:44 UTC 2011 Modified Files: src/usr.sbin/moused: moused.c Log Message: Fix format string to unbreak i386 build To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/moused/moused.c Please

CVS commit: src/usr.sbin/moused

2011-08-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 31 08:15:08 UTC 2011 Modified Files: src/usr.sbin/moused: moused.c Log Message: Yet another format string fix To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/moused/moused.c Please note that

CVS commit: src/sys/dev/pci

2012-09-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 25 06:31:44 UTC 2012 Modified Files: src/sys/dev/pci: pucdata.c Log Message: Add Lava Computers SSERIAL-PCI single port serial PCI card. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81

CVS commit: src/share/man/man4

2012-10-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 7 17:00:20 UTC 2012 Modified Files: src/share/man/man4: puc.4 Log Message: Add Lava Computers SSERIAL-PCI to the list of supported devices. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

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

2014-01-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Jan 10 20:38:11 UTC 2014 Modified Files: src/tests/lib/libc/net: t_hostent.sh Log Message: Remove comment that no longer applies. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/net/t_hostent.sh

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

2014-01-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 13 10:49:47 UTC 2014 Modified Files: src/tests/lib/libc/net: t_hostent.sh Log Message: Add missing resolv.conf override to the gethostbyaddr6 test case. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

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

2014-01-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 13 11:08:14 UTC 2014 Modified Files: src/tests/lib/libc/net: t_hostent.sh Log Message: When using braces around shell variable names, do so consistently To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/crypto/external/bsd/openssh/dist

2014-02-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Feb 20 08:20:05 UTC 2014 Modified Files: src/crypto/external/bsd/openssh/dist: ssh.c Log Message: Don't print an empty line after the debug message Enabled Dynamic Window Scaling. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/fs/nfs

2014-03-13 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Mar 13 12:45:14 UTC 2014 Modified Files: src/tests/fs/nfs: t_rquotad.sh Log Message: Add -lrumpnet_netinet6 to the rump_server invocation, to stop rpc.rquotad from printing the error message rpc.rquotad: _svc_tli_create: could

CVS commit: src/libexec/rpc.rquotad

2014-03-18 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Mar 18 11:00:20 UTC 2014 Modified Files: src/libexec/rpc.rquotad: rquotad.c Log Message: Delay daemonization until RPC services have been registered. Fixes one of the race conditions of PR misc/48282. To generate a diff of

CVS commit: src/usr.sbin/nfsd

2014-03-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Mar 29 13:50:53 UTC 2014 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: When daemonizing, delay the parent exit until the daemon is ready to provide service. Fixes one of the race conditions of PR misc/48282. To

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

2014-03-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Mar 29 16:10:54 UTC 2014 Modified Files: src/tests/lib/libc/net: h_dns_server.c Log Message: Use daemon(3) instead of the experimental daemon2_fork() and daemon2_detach(). Now that newer versions of daemon2_fork() and

CVS commit: src/usr.sbin/mountd

2014-04-04 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 4 12:45:59 UTC 2014 Modified Files: src/usr.sbin/mountd: mountd.c Log Message: When daemonizing, delay the parent exit until the daemon is ready to provide service. Fixes a race that is a third possible cause of PR

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

2014-07-15 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 15 14:56:35 UTC 2014 Modified Files: src/tests/lib/libc/gen: t_sleep.c Log Message: space after comma To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_sleep.c Please note that diffs

CVS commit: src/lib/librumphijack

2014-07-19 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jul 19 14:14:21 UTC 2014 Modified Files: src/lib/librumphijack: hijack.c Log Message: Do not assert that the two threads do not simultanously notify each other, because sometimes they do. Should fix PR kern/46464. OK pooka.

CVS commit: src/lib/librumphijack

2014-07-21 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jul 21 14:23:43 UTC 2014 Modified Files: src/lib/librumphijack: hijack.c Log Message: Ignore the contents of revents when poll() returns failure. This is one more part to the fix for PR kern/46464. Patch from pooka. To

CVS commit: src/tests/fs/vfs

2014-07-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Jul 29 09:15:48 UTC 2014 Modified Files: src/tests/fs/vfs: t_renamerace.c Log Message: Mark the udf_renamerace test case (but not udf_renamerace_dirs) as an expected failure again, now with a reference to PR kern/49046. Since

CVS commit: src/sys/fs/sysvbfs

2014-08-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Aug 8 19:14:45 UTC 2014 Modified Files: src/sys/fs/sysvbfs: sysvbfs_vnops.c Log Message: Whitespace fix To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/fs/sysvbfs/sysvbfs_vnops.c Please note that diffs

CVS commit: src/sys/fs/v7fs

2014-08-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Aug 8 19:15:33 UTC 2014 Modified Files: src/sys/fs/v7fs: v7fs_vnops.c Log Message: Whitespace fix To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/fs/v7fs/v7fs_vnops.c Please note that diffs are not

CVS commit: src/usr.bin/make

2014-08-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Aug 8 19:20:39 UTC 2014 Modified Files: src/usr.bin/make: main.c Log Message: Fix comment: Error, Fatal, and Punt take any number of arguments, not two. To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227

CVS commit: src

2014-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 9 07:04:03 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_sysctl.c Log Message: Test that

CVS commit: src/sys/kern

2014-08-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 9 07:05:42 UTC 2014 Modified Files: src/sys/kern: kern_sysctl.c Log Message: Remove the code to allow CTLTYPE_INT and CTLTYPE_QUAD to be read and written as either 4 or 8 byte values regardless of the type, in accordance

CVS commit: src/tests/fs/vfs

2014-08-12 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Aug 12 12:13:09 UTC 2014 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Mark udf_lookup_complex as an expected failure, referencing PR kern/49033. Since it does not fail reliably, force it to fail to avoid spurious

CVS commit: src/tests/lib/librumphijack

2014-08-27 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Aug 27 13:32:16 UTC 2014 Modified Files: src/tests/lib/librumphijack: t_asyncio.sh Log Message: The 4 second timeout of the invafd test case is not always enough when running under qemu; increase it to 10 seconds. To generate

CVS commit: src/tests/fs/vfs

2014-08-29 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Aug 29 17:39:18 UTC 2014 Modified Files: src/tests/fs/vfs: t_unpriv.c Log Message: Don't pass an uninitialized variable as the times[] argument of rump_sys_utimes(). Instead, pass combinations of values representing edge

CVS commit: src/tests/rump/rumpkern

2014-08-30 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Aug 30 12:14:17 UTC 2014 Modified Files: src/tests/rump/rumpkern: t_sp.sh Log Message: On systems that have only 32M of memory, the stress_short and stress_long tests thrash a lot, and the stress_long test sometimes times out,

CVS commit: src/tests/net/mpls

2014-09-01 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Sep 1 06:38:35 UTC 2014 Modified Files: src/tests/net/mpls: t_ldp_regen.sh Log Message: The t_ldp_regen test frequently fails under qemu, but reliably passes on real hardware. The failures are hardly surprising given that

CVS commit: src/tests/lib/libpthread

2014-09-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Wed Sep 3 16:23:25 UTC 2014 Modified Files: src/tests/lib/libpthread: t_cond.c Log Message: The cond_timedwait_race test case is no longer expected to fail; it has been consistently passing since CVS date 2014.01.31.19.22.00. See

CVS commit: src/tests/fs/vfs

2014-09-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Sep 7 09:10:09 UTC 2014 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Add a test of symlinks with long targets. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/tests/fs/vfs/t_vnops.c Please note

CVS commit: src/sys/fs/tmpfs

2014-09-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Sep 8 14:49:47 UTC 2014 Modified Files: src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c Log Message: Store symlinks without a NUL terminator so that lstat(2) returns the correct length. Fixes the tmpfs part of PR kern/48864.

CVS commit: src/tests/fs/vfs

2014-09-09 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 9 06:51:01 UTC 2014 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: Mark v7fs_lstat_symlink as an expected failure, referencing PR kern/48864. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/dev/usb

2014-09-20 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Sep 20 08:45:23 UTC 2014 Modified Files: src/sys/dev/usb: ugen.c Log Message: Include opt_usb.h to make options UGEN_DEBUG work. To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 src/sys/dev/usb/ugen.c Please

CVS commit: src/tests/lib/libm

2014-10-07 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Oct 7 16:53:44 UTC 2014 Modified Files: src/tests/lib/libm: t_exp.c Log Message: In the exp2_values test case, provide separate expected return values for the float case, reflecting the actual exp2f() argument value after

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

2014-10-11 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 11 13:34:01 UTC 2014 Modified Files: src/usr.sbin/sysinst/arch/i386: md.c Log Message: When checking if the user chose to use the existing bootblocks, use the appropriate variable, boottype.bp_consdev, not the uninitialized

CVS commit: src/tests/lib/libm

2015-01-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jan 3 14:23:53 UTC 2015 Modified Files: src/tests/lib/libm: Makefile t_fmod.c Log Message: Mark the lib/libm/t_fmod test as an expected failure under QEMU, with a reference to PR misc/44767. To generate a diff of this

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

2015-01-03 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jan 3 14:21:05 UTC 2015 Modified Files: src/tests/lib/libc/gen: isqemu.h Log Message: Need stdlib.h for EXIT_FAILURE To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/isqemu.h Please note

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

2015-01-22 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jan 22 12:33:36 UTC 2015 Modified Files: src/external/bsd/atf/dist/atf-c: macros_test.c src/external/bsd/atf/dist/atf-c++: macros_test.cpp Log Message: Mark atf/atf-c/macros_test/detect_unused_tests and

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/usr.bin/progress

2015-01-17 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Jan 17 10:57:51 UTC 2015 Modified Files: src/usr.bin/progress: progress.c Log Message: Retry read() on EINTR. Fixes premature exit of /dev/random progress -e cat /dev/null To generate a diff of this commit: cvs rdiff -u

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

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 11:05:21 UTC 2015 Modified Files: src/sys/dev/usb: usb_quirks.c Log Message: The Silicon Labs EC3 USB Debug Adapter looks like a HID, but needs to be accessed via the ugen driver. To generate a diff of this commit: cvs

CVS commit: src/share/man/man4

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:53:12 UTC 2015 Modified Files: src/share/man/man4: uaudio.4 Log Message: Note that revision 2.0 of the audio device class spec is not supported. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/share/man/man4

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:53:49 UTC 2015 Modified Files: src/share/man/man4: uaudio.4 Log Message: bump date To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/uaudio.4 Please note that diffs are not public

CVS commit: src/sys/dev/usb

2015-01-26 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 26 20:56:44 UTC 2015 Modified Files: src/sys/dev/usb: uaudio.c Log Message: Fix URLs of USB audio specs To generate a diff of this commit: cvs rdiff -u -r1.143 -r1.144 src/sys/dev/usb/uaudio.c Please note that diffs are

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

2015-01-05 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Mon Jan 5 18:51:10 UTC 2015 Modified Files: src/external/mit/xorg/lib/dri: Makefile src/external/mit/xorg/lib/gallium: Makefile Log Message: Test for ${MKDEBUG} using the same construct as in other places, so that we get

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/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/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/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-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/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-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/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/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/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

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/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/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/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/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/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/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

  1   2   >