Re: CVS commit: src

2014-01-06 Thread Andreas Gustafsson
inherited across a fork, which forces you to daemonize early, which in turn leads to race conditions as the parent process continues before the daemon is ready to provide service. -- Andreas Gustafsson, g...@netbsd.org

Re: CVS commit: src/sys/kern

2014-03-05 Thread Andreas Gustafsson
. If the original types of the sysctl variables are restored, this work-around will no longer serve a purpose, and I'm asking for it to be removed. Opinions? -- Andreas Gustafsson, g...@netbsd.org Index: x86_machdep.c === RCS file: /cvsroot/src

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/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/usr.sbin/installboot/arch

2012-04-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Fri Apr 6 10:10:11 UTC 2012 Modified Files: src/usr.sbin/installboot/arch: i386.c Log Message: When printing the list of valid console names, don't treat the consoles[] array as NULL terminated, because it's not. To generate a

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/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/sys/dev/pci

2012-09-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 25 06:26:53 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Lava Computers SSERIAL-PCI single serial port adapter. To generate a diff of this commit: cvs rdiff -u -r1.1137 -r1.1138

CVS commit: src/sys/dev/pci

2012-09-25 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue Sep 25 06:29:29 UTC 2012 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1130 -r1.1131 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1129 -r1.1130

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/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
Module Name:src Committed By: gson Date: Mon Jan 6 14:50:33 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libc/net: Makefile t_hostent.sh Added Files: src/tests/lib/libc/net: h_dns_server.c

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

2014-05-06 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Tue May 6 10:16:52 UTC 2014 Modified Files: src/share/misc: inter.phone Log Message: Add country codes for Lithuania, Latvia, and Estonia To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/misc/inter.phone

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

  1   2   3   4   5   >