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
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 tha
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 commit:
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 co
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/null
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/progres
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
atf/atf-c++/macro
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
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 d
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 src/s
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
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
iot[i].in
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 src/sys/dev/usb/
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 src/share/man/man4/uaudio.
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 doma
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 src/share
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 n
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" c
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 -
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 se
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 src/sys/kern/tty.c
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 src/sys/rump/dev/li
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 r
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 di
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 rd
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 fs/zfs/t_zpool:cr
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
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 comm
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 src/sys/dev/pci/pcidev
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 s
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 src/sys/dev/pci/pucdata
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 src/share/man/man4/
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
bet
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 di
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
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 thi
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 gener
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
daemon2_d
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 misc/48
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
P
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 are
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.
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 genera
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 th
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
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 publ
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 src/usr.
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 readi
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 wi
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 fai
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
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 cases:
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, s
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 qemu
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 a
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
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.
To
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 src/tes
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
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
round
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 are
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 diffs
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 dif
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 gener
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 do
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 that
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 src/test
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
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 diffs
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 not
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 dif
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 hanging
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 discuss
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 that
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. This
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 under
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
ex
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
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
Ple
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
c
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
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
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 src/tests/lib/
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 Messa
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
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 src/tests
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 src/test
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
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 g
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 th
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 \
src/external/cddl/os
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) wrapper.
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
Pleas
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 diff
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 pub
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
the
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 note
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 subseq
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
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
variable-s
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 se
1 - 100 of 177 matches
Mail list logo