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

2012-03-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar  6 10:32:15 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_stat.c

Log Message:
A test case for PR kern/46077: fstat() returns EINVAL on dup'd connected
socket. Expected failure on NetBSD x86, 5.0 - 6.0. Does not fail on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar  6 11:02:56 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_mmap.c

Log Message:
A test case for serious PR kern/38889: crash on open/mmap/close of block
device. The test case is skipped for the time being as it replicates the
panic described in the PR (tested on NetBSD/amd64 6.0 BETA).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar  7 07:24:06 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_listen.c

Log Message:
Check the error values from listen(2), incl. case for standards/46150.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_listen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2012-03-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 10 20:11:01 UTC 2012

Modified Files:
src/tests/lib/libm: t_atan.c

Log Message:
Point to PR port-i386/46108 when failing on i386.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libm/t_atan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2012-03-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 06:32:53 UTC 2012

Modified Files:
src/tests/lib/libm: t_atan.c

Log Message:
Fix previous: curiously enough, i386/qemu is not affected, so use the
"system(3) hack" to identify Qemu.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libm/t_atan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2012-03-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 06:36:05 UTC 2012

Modified Files:
src/tests/lib/libm: t_atan.c

Log Message:
And finally, fix boolean logic in the previous.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libm/t_atan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 18:36:01 UTC 2012

Modified Files:
src/tests/usr.bin/awk: Makefile t_awk.sh
Added Files:
src/tests/usr.bin/awk: d_assign_NF.awk d_assign_NF.in d_assign_NF.out
d_big_regexp.awk d_big_regexp.in d_big_regexp.out d_end1.awk
d_end1.in d_end1.out d_end2.awk d_end2.in d_end2.out d_period.awk
d_period.in d_period.out d_string1.awk d_string1.out d_tolower.awk
d_tolower.in d_tolower.out d_toupper.awk d_toupper.in d_toupper.out

Log Message:
Move the existing tests from util/awk to usr.bin/awk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/awk/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/awk/d_assign_NF.awk \
src/tests/usr.bin/awk/d_assign_NF.in \
src/tests/usr.bin/awk/d_assign_NF.out \
src/tests/usr.bin/awk/d_big_regexp.awk \
src/tests/usr.bin/awk/d_big_regexp.in \
src/tests/usr.bin/awk/d_big_regexp.out src/tests/usr.bin/awk/d_end1.awk \
src/tests/usr.bin/awk/d_end1.in src/tests/usr.bin/awk/d_end1.out \
src/tests/usr.bin/awk/d_end2.awk src/tests/usr.bin/awk/d_end2.in \
src/tests/usr.bin/awk/d_end2.out src/tests/usr.bin/awk/d_period.awk \
src/tests/usr.bin/awk/d_period.in src/tests/usr.bin/awk/d_period.out \
src/tests/usr.bin/awk/d_string1.awk src/tests/usr.bin/awk/d_string1.out \
src/tests/usr.bin/awk/d_tolower.awk src/tests/usr.bin/awk/d_tolower.in \
src/tests/usr.bin/awk/d_tolower.out src/tests/usr.bin/awk/d_toupper.awk \
src/tests/usr.bin/awk/d_toupper.in src/tests/usr.bin/awk/d_toupper.out
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/awk/t_awk.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/util/awk

2012-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 18:38:18 UTC 2012

Removed Files:
src/tests/util/awk: Makefile d_assign_NF.awk d_assign_NF.in
d_assign_NF.out d_big_regexp.awk d_big_regexp.in d_big_regexp.out
d_end1.awk d_end1.in d_end1.out d_end2.awk d_end2.in d_end2.out
d_period.awk d_period.in d_period.out d_string1.awk d_string1.out
d_tolower.awk d_tolower.in d_tolower.out d_toupper.awk d_toupper.in
d_toupper.out t_awk.sh

Log Message:
Deprecate tests/util/awk.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r0 src/tests/util/awk/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/util/awk/d_assign_NF.awk \
src/tests/util/awk/d_assign_NF.in src/tests/util/awk/d_assign_NF.out \
src/tests/util/awk/d_big_regexp.awk src/tests/util/awk/d_big_regexp.in \
src/tests/util/awk/d_big_regexp.out src/tests/util/awk/d_end1.awk \
src/tests/util/awk/d_end1.in src/tests/util/awk/d_end1.out \
src/tests/util/awk/d_end2.awk src/tests/util/awk/d_end2.in \
src/tests/util/awk/d_end2.out src/tests/util/awk/d_period.awk \
src/tests/util/awk/d_period.in src/tests/util/awk/d_period.out \
src/tests/util/awk/d_string1.awk src/tests/util/awk/d_string1.out \
src/tests/util/awk/d_tolower.awk src/tests/util/awk/d_tolower.in \
src/tests/util/awk/d_tolower.out src/tests/util/awk/d_toupper.awk \
src/tests/util/awk/d_toupper.in src/tests/util/awk/d_toupper.out
cvs rdiff -u -r1.7 -r0 src/tests/util/awk/t_awk.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 18:45:19 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests

Log Message:
Adjust set lists and mtree.


To generate a diff of this commit:
cvs rdiff -u -r1.440 -r1.441 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.61 -r1.62 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/libevent/dist/test

2012-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 19:03:34 UTC 2012

Modified Files:
src/external/bsd/libevent/dist/test: regress.c

Log Message:
Skip the "simple timeout" test. This test case is known to fail rather
consistently when run in emulated environments such as Qemu.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libevent/dist/test/regress.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules

2012-03-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 11 19:33:17 UTC 2012

Modified Files:
src/tests/modules: t_modctl.c

Log Message:
Skip the tests even if modctl(2) does not fail specifically with ENOSYS.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/modules/t_modctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sbin/sysctl

2012-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 12 08:14:02 UTC 2012

Modified Files:
src/tests/sbin/sysctl: t_perm.sh

Log Message:
Remove xfail, as PR kern/44946 was fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/sbin/sysctl/t_perm.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/usr.bin

2012-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 13 05:40:00 UTC 2012

Modified Files:
src/tests/usr.bin/diff: t_diff.sh
src/tests/usr.bin/pr: t_basic.sh

Log Message:
PRs bin/41880 and bin/26453 were fixed, so remove xfails.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/diff/t_diff.sh
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/pr/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules

2012-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 13 05:56:46 UTC 2012

Modified Files:
src/tests/modules: t_modctl.c

Log Message:
A modctl(MODCTL_STAT, ...) always succeeds, even in non-modular kernels such
as Xen domUs. Thus, refactor the code to detect non-modular kernels; when the
other operations (MODCTL_LOAD or MODCTL_UNLOAD) fail specifically with ENOSYS,
this is taken as a hint about non-modularity and the test is skipped.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/modules/t_modctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 13 06:37:03 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_mmap.c

Log Message:
Use atf_tc_skip().


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_mmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 14 11:50:53 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_mincore.c

Log Message:
Skip the ENOMEM/RLIMIT_MEMLOCK case when doing mlockall(2).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_mincore.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/sys

2012-03-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 14 13:24:48 UTC 2012

Modified Files:
src/lib/libc/sys: _lwp_ctl.2

Log Message:
Use more markup.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/_lwp_ctl.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sbin/route

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 08:34:55 UTC 2012

Modified Files:
src/tests/sbin/route: t_missing.sh

Log Message:
PR bin/42179 was fixed; remove xfail.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/sbin/route/t_missing.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 08:37:08 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_stat.c

Log Message:
PR kern/46077 was fixed; remove xfail.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 16:33:22 UTC 2012

Modified Files:
src/tests: Makefile
src/tests/usr.bin: Makefile
src/tests/usr.sbin: Makefile
Added Files:
src/tests/bin: Makefile
src/tests/bin/cp: Makefile t_cp.sh
src/tests/bin/dd: Makefile t_dd.sh
src/tests/bin/df: Makefile getmntinfo.c t_df.sh
src/tests/bin/expr: Makefile t_expr.sh
src/tests/bin/pax: Makefile t_pax.sh
src/tests/bin/ps: Makefile keywords t_ps.sh
src/tests/bin/sh: Makefile t_compexit.sh t_evaltested.sh t_exit.sh
t_expand.sh t_fsplit.sh t_here.sh t_set_e.sh t_varquote.sh
t_wait.sh
src/tests/bin/tar: Makefile t_tar.sh
src/tests/usr.bin/basename: Makefile t_basename.sh
src/tests/usr.bin/bzip2: Makefile t_bzip2.sh
src/tests/usr.bin/config: Makefile d_deffs_redef d_loop d_loop2
d_no_pseudo d_postponed_orphan d_pseudo_parent d_shadow_instance
t_config.sh
src/tests/usr.bin/config/support: Makefile
src/tests/usr.bin/config/support/arch: Makefile
src/tests/usr.bin/config/support/arch/regress: Makefile
src/tests/usr.bin/config/support/arch/regress/conf: Makefile
Makefile.regress files.regress std.regress
src/tests/usr.bin/config/support/conf: Makefile files
src/tests/usr.bin/cut: Makefile d_basic.out d_cut.in d_dflag.out
d_dsflag.out d_latin1.in d_sflag.out d_utf8.in t_cut.sh
src/tests/usr.bin/dirname: Makefile t_dirname.sh
src/tests/usr.bin/grep: Makefile d_basic.out d_begin_end_a.out
d_begin_end_b.out d_binary.out d_context2_a.out d_context2_b.out
d_context2_c.out d_context_a.in d_context_a.out d_context_b.in
d_context_b.out d_context_c.out d_context_d.out d_egrep.out
d_file_exp.in d_file_exp.out d_ignore_case.out d_input d_invert.in
d_invert.out d_recurse.out d_recurse_symlink.err
d_recurse_symlink.out d_whole_line.out d_word_regexps.out
d_zgrep.out t_grep.sh
src/tests/usr.bin/gzip: Makefile t_gzip.sh
src/tests/usr.bin/id: Makefile pwgr.c t_groups.sh t_id.sh t_whoami.sh
src/tests/usr.bin/m4: Makefile d_ff_after_dnl.m4.uue d_ff_after_dnl.out
d_m4wrap-P.m4 d_m4wrap-P.out d_m4wrap.m4 d_m4wrap.out t_m4.sh
src/tests/usr.bin/make: Makefile d_comment.mk d_comment.out d_cond1.mk
d_cond1.out d_dotwait.mk d_dotwait.out d_export.mk d_export.out
d_export_all.mk d_export_all.out d_moderrs.mk d_moderrs.out
d_modmatch.mk d_modmatch.out d_modmisc.mk d_modmisc.out
d_modorder.mk d_modorder.out d_modts.mk d_modts.out d_modword.mk
d_modword.out d_posix.mk d_posix.out d_qequals.mk d_qequals.out
d_ternary.mk d_ternary.out d_unmatchedvarparen.mk
d_unmatchedvarparen.out d_varcmd.mk d_varcmd.out t_make.sh
src/tests/usr.bin/sdiff: Makefile d_dot.in d_flags_l.out d_flags_s.out
d_flags_w.out d_iflags_a1.out d_iflags_a2.out d_iflags_b1.out
d_iflags_b2.out d_iflags_c1.out d_iflags_c2.out d_iflags_d1.out
d_iflags_d2.out d_input1 d_input2 d_oneline.in d_oneline_a.out
d_oneline_b.out d_same.out d_short.out d_tabends.in d_tabends_a.out
d_tabends_b.out d_tabends_c.out d_tabs.out d_tabs1.in d_tabs2.in
t_sdiff.sh
src/tests/usr.bin/sort: Makefile d_any_char_dflag_out.txt
d_any_char_fflag_out.txt d_any_char_iflag_out.txt d_any_char_in.txt
t_sort.sh
src/tests/usr.bin/xlint: Makefile
src/tests/usr.bin/xlint/lint1: Makefile d_alignof.c d_c99_complex_num.c
d_c99_decls_after_stmt.c d_c99_decls_after_stmt2.c
d_c99_for_loops.c d_c99_func.c d_c99_recursive_init.c
d_c99_struct_init.c d_c99_union_init1.c d_c99_union_init2.c
d_c99_union_init3.c d_c9x_array_init.c d_c9x_recursive_init.c
d_cast_init.c d_cast_init2.c d_cast_lhs.c d_compound_literals1.c
d_compound_literals2.c d_constant_conv1.c d_constant_conv2.c
d_cvt_in_ternary.c d_ellipsis_in_switch.c
d_gcc_compound_statements1.c d_gcc_compound_statements2.c
d_gcc_compound_statements3.c d_gcc_func.c
d_gcc_variable_array_init.c d_incorrect_array_size.c
d_long_double_int.c d_nested_structs.c d_nolimit_init.c
d_packed_structs.c d_shift_to_narrower_type.c d_type_conv1.c
d_type_conv2.c d_type_conv3.c d_typename_as_var.c
d_zero_sized_arrays.c t_integration.sh
src/tests/usr.sbin/mtree: Makefile d_convert.in d_convert_C.out
d_convert_C_S.out d_convert_D.out d_convert_D_S.out d_create.out
d_merge.in d_merge_C_M.out d_merge_C_M_S.out t_mtree.sh
Removed Files:
src/tests/util: Makefile Makefile.inc t_basename.sh t_cp.sh t_dd.sh
  

CVS commit: src

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 16:35:02 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests

Log Message:
Adjust set lists and mtree.


To generate a diff of this commit:
cvs rdiff -u -r1.442 -r1.443 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.62 -r1.63 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 16:40:14 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/gen: Makefile
Added Files:
src/tests/lib/libc/gen: t_realpath.c

Log Message:
Add few basic tests for realpath(3).


To generate a diff of this commit:
cvs rdiff -u -r1.443 -r1.444 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.34 -r1.35 src/tests/lib/libc/gen/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/t_realpath.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 17:15:29 UTC 2012

Modified Files:
src/tests: Makefile
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/cc: Makefile t_hello.sh
Removed Files:
src/tests/toolchain: Makefile
src/tests/toolchain/cc: Makefile t_hello.sh

Log Message:
Deprecate tests/toolchain.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/tests/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/toolchain/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/toolchain/cc/Makefile
cvs rdiff -u -r1.6 -r0 src/tests/toolchain/cc/t_hello.sh
cvs rdiff -u -r1.8 -r1.9 src/tests/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/cc/Makefile \
src/tests/usr.bin/cc/t_hello.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 17:16:41 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests

Log Message:
Adjust set lists and mtree.


To generate a diff of this commit:
cvs rdiff -u -r1.444 -r1.445 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.63 -r1.64 src/etc/mtree/NetBSD.dist.tests

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 17:23:34 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/kernel: Makefile
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_lwp_ctl.c
Removed Files:
src/tests/kernel: t_lwpctl.c

Log Message:
Move the _lwp_ctl(2) preemption counter check to the right place.


To generate a diff of this commit:
cvs rdiff -u -r1.445 -r1.446 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.24 -r1.25 src/tests/kernel/Makefile
cvs rdiff -u -r1.1 -r0 src/tests/kernel/t_lwpctl.c
cvs rdiff -u -r1.20 -r1.21 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_lwp_ctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sbin/ifconfig

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 17 17:39:44 UTC 2012

Modified Files:
src/tests/sbin/ifconfig: t_nonexistent.sh

Log Message:
Add '-e ignore" to atf-check(1) and remove xfail. Pointed by njoly@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/sbin/ifconfig/t_nonexistent.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 06:20:52 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_lwp_ctl.c

Log Message:
Get rid of the weird macros.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_lwp_ctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libc

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 07:00:52 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_nice.c t_syslog.c
src/tests/lib/libc/stdio: t_printf.c t_scanf.c
src/tests/lib/libc/stdlib: t_strtod.c
src/tests/lib/libc/sys: t_dup.c t_fsync.c t_kevent.c t_listen.c
t_mknod.c t_poll.c t_select.c t_timer_create.c

Log Message:
Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_nice.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_syslog.c
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/stdio/t_printf.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/t_scanf.c
cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libc/stdlib/t_strtod.c
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_dup.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_fsync.c \
src/tests/lib/libc/sys/t_kevent.c src/tests/lib/libc/sys/t_mknod.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_listen.c \
src/tests/lib/libc/sys/t_timer_create.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/sys/t_poll.c \
src/tests/lib/libc/sys/t_select.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 07:14:08 UTC 2012

Modified Files:
src/tests/include/sys: t_types.c
src/tests/lib/libc/gen: t_dir.c t_humanize_number.c t_siginfo.c
src/tests/lib/libc/termios: t_tcsetpgrp.c
src/tests/lib/librt: t_sched.c
src/tests/lib/libutil: t_parsedate.c

Log Message:
To be on the safe side, use the category/number notation when referring to
PRs (otherwise third-party sed-scripts might miss the references). Also
remove white-space.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/include/sys/t_types.c
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_dir.c
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_humanize_number.c
cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/gen/t_siginfo.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/termios/t_tcsetpgrp.c
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/librt/t_sched.c
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libutil/t_parsedate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 07:33:58 UTC 2012

Modified Files:
src/tests/lib/libc/time: t_mktime.c

Log Message:
Add a test case for the old NetBSD 2.0 era PR lib/28324.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/time/t_mktime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/regress/lib/libc

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 07:54:00 UTC 2012

Modified Files:
src/regress/lib/libc: Makefile
Removed Files:
src/regress/lib/libc/int_fmtio: Makefile fmtio_check.c

Log Message:
The inttypes(3) check has already been moved to ATF.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/regress/lib/libc/Makefile
cvs rdiff -u -r1.4 -r0 src/regress/lib/libc/int_fmtio/Makefile
cvs rdiff -u -r1.3 -r0 src/regress/lib/libc/int_fmtio/fmtio_check.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 08:13:57 UTC 2012

Modified Files:
src/tests/lib/libc/stdio: t_printf.c

Log Message:
Verify that PR lib/22019 is no longer an issue.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/stdio/t_printf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 08:52:08 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/gen: Makefile
Added Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
Add a case for PR lib/41558. It is unclear whether this is a bug, but at
least it is documented now. Probably it would be better to follow Linux,
where the test case does not fail.


To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.35 -r1.36 src/tests/lib/libc/gen/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/t_fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/sbin/newfs

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 09:31:50 UTC 2012

Modified Files:
src/tests/sbin/newfs: quotas_common.sh t_enable_quotas.sh

Log Message:
Add missing copyright and remove white space.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/sbin/newfs/quotas_common.sh \
src/tests/sbin/newfs/t_enable_quotas.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 09:46:50 UTC 2012

Modified Files:
src/tests/kernel: t_filedesc.c t_rnd.c
src/tests/net/icmp: t_forward.c
src/tests/net/if_loop: t_pr.c
src/tests/sbin/ifconfig: t_nonexistent.sh
src/tests/sbin/sysctl: t_perm.sh
src/tests/usr.bin/unifdef: t_basic.sh

Log Message:
Move more PR references from comments to ATF's "descr".


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/t_filedesc.c \
src/tests/kernel/t_rnd.c
cvs rdiff -u -r1.7 -r1.8 src/tests/net/icmp/t_forward.c
cvs rdiff -u -r1.6 -r1.7 src/tests/net/if_loop/t_pr.c
cvs rdiff -u -r1.3 -r1.4 src/tests/sbin/ifconfig/t_nonexistent.sh
cvs rdiff -u -r1.5 -r1.6 src/tests/sbin/sysctl/t_perm.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/unifdef/t_basic.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 10:12:31 UTC 2012

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/sed: Makefile t_sed.sh

Log Message:
Add a test case for PR bin/28126. Does not fail with GNU sed.


To generate a diff of this commit:
cvs rdiff -u -r1.447 -r1.448 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.64 -r1.65 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/sed/Makefile \
src/tests/usr.bin/sed/t_sed.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 11:50:55 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
Verify that bin/25693 is no longer an issue.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 12:40:43 UTC 2012

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/find: Makefile t_find.sh

Log Message:
Add a case for PR bin/44973.


To generate a diff of this commit:
cvs rdiff -u -r1.448 -r1.449 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.65 -r1.66 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/find/Makefile \
src/tests/usr.bin/find/t_find.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 18:32:16 UTC 2012

Modified Files:
src/tests/usr.bin/find: t_find.sh

Log Message:
Now that this works, test also some random exit statuses.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/find/t_find.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 19:11:31 UTC 2012

Modified Files:
src/tests/usr.bin/find: t_find.sh

Log Message:
Also verify that PR bin/44179 is no longer an issue.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/find/t_find.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Mar 18 19:21:53 UTC 2012

Modified Files:
src/tests/usr.bin/find: t_find.sh

Log Message:
Add a better check for the previous.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/find/t_find.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 06:21:53 UTC 2012

Modified Files:
src/tests/usr.bin/sed: t_sed.sh

Log Message:
Add a case also for (fixed) PR bin/42261.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/sed/t_sed.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-18 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 06:39:22 UTC 2012

Modified Files:
src/tests/usr.sbin/mtree: t_mtree.sh

Log Message:
Add a case for PR bin/41061.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/mtree/t_mtree.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 07:05:18 UTC 2012

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/cmp: Makefile t_cmp.sh

Log Message:
Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.


To generate a diff of this commit:
cvs rdiff -u -r1.450 -r1.451 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.66 -r1.67 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.11 -r1.12 src/tests/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/cmp/Makefile \
src/tests/usr.bin/cmp/t_cmp.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 12:58:41 UTC 2012

Modified Files:
src/tests/usr.bin/find: t_find.sh

Log Message:
Remove check.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/usr.bin/find/t_find.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Mar 19 13:07:23 UTC 2012

Modified Files:
src/tests/usr.bin/awk: d_period.out

Log Message:
As noted by christos@ in rev. 1.4 to t_awk.sh, the "period" test has been
broken all along. Fix expected output (tested on Linux, GNU awk 1.3.3).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/awk/d_period.out

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/fs/vfs

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 20 05:21:45 UTC 2012

Modified Files:
src/tests/fs/vfs: t_io.c

Log Message:
Remove xfail.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_io.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 20 05:50:11 UTC 2012

Modified Files:
src/tests/modules: t_abi_uvm.sh t_modload.sh

Log Message:
Skip Xen. XXX: There should be a reliable way to detect MODULAR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/modules/t_abi_uvm.sh
cvs rdiff -u -r1.9 -r1.10 src/tests/modules/t_modload.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 20 06:18:34 UTC 2012

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/jot: Makefile d_basic.out t_jot.sh

Log Message:
Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
all fixed long time ago.


To generate a diff of this commit:
cvs rdiff -u -r1.452 -r1.453 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.68 -r1.69 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.12 -r1.13 src/tests/usr.bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/jot/Makefile \
src/tests/usr.bin/jot/d_basic.out src/tests/usr.bin/jot/t_jot.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/bin/expr

2012-03-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 20 06:30:02 UTC 2012

Modified Files:
src/tests/bin/expr: t_expr.sh

Log Message:
Note PR bin/12838.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/expr/t_expr.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 20 17:13:44 UTC 2012

Modified Files:
src/tests/usr.bin/jot: Makefile

Log Message:
Add missing text file. Pointed out by P. Welche.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/jot/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/bin/expr

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 07:23:06 UTC 2012

Modified Files:
src/tests/bin/expr: t_expr.sh

Log Message:
Add a check for old PR bin/2486.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/bin/expr/t_expr.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 07:39:00 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/usr.bin/sed: Makefile t_sed.sh
Added Files:
src/tests/usr.bin/sed: d_c2048.in

Log Message:
Append a case for (fixed) PR bin/25899. From Min Sik Kim.


To generate a diff of this commit:
cvs rdiff -u -r1.456 -r1.457 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/sed/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/sed/d_c2048.in
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/sed/t_sed.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 08:16:33 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/bin: Makefile
Added Files:
src/tests/bin/cat: Makefile d_align.in d_align.out t_cat.sh

Log Message:
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.


To generate a diff of this commit:
cvs rdiff -u -r1.457 -r1.458 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.69 -r1.70 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/bin/cat/Makefile \
src/tests/bin/cat/d_align.in src/tests/bin/cat/d_align.out \
src/tests/bin/cat/t_cat.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/ipf

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 09:27:34 UTC 2012

Modified Files:
src/tests/ipf: t_filter_exec.sh t_filter_parse.sh t_nat_exec.sh
t_nat_ipf_exec.sh

Log Message:
Mark the failing tests as broken. XXX: If no one is willing to maintain
the ipf tests, these should be removed.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/ipf/t_filter_exec.sh \
src/tests/ipf/t_nat_ipf_exec.sh
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/t_filter_parse.sh
cvs rdiff -u -r1.6 -r1.7 src/tests/ipf/t_nat_exec.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 12:32:47 UTC 2012

Modified Files:
src/tests/usr.bin/sed: Makefile

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/sed/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/bin/cat

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 17:57:02 UTC 2012

Modified Files:
src/tests/bin/cat: t_cat.sh

Log Message:
Fix another type in the metadata.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/cat/t_cat.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2012-03-27 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Mar 27 18:37:57 UTC 2012

Modified Files:
src/sys/dev/acpi: acpi_cpu.c

Log Message:
Fix a regression introduced during the change of the DMI naming conventions
(rev. 1.48). Also add a quirk for ASUSTeK's M2A-MX in order to allow
powernow(4) to attach (reported by bouyer@).


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/dev/acpi/acpi_cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-28 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 28 10:33:58 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdlib: t_random.c

Log Message:
Add a small test that checks that random(3) does not always return zero when
the RNG is initialized with zero. Prompoted by the recent nasty bug in the
OpenBSD libc.


To generate a diff of this commit:
cvs rdiff -u -r1.458 -r1.459 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-28 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Mar 28 10:38:00 UTC 2012

Modified Files:
src/tests/lib/libc/stdlib: t_random.c

Log Message:
Apparently there is a CVE coming for the bug, so append that to a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-28 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 29 05:42:31 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdlib: t_atoi.c

Log Message:
Few naive consistency checks for the atoi(3) family.


To generate a diff of this commit:
cvs rdiff -u -r1.459 -r1.460 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.20 -r1.21 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_atoi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-28 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 29 05:56:36 UTC 2012

Modified Files:
src/tests/lib/libc/stdlib: t_atoi.c

Log Message:
There was also atoll(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdlib/t_atoi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-28 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 29 06:16:57 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/stdlib: Makefile
Added Files:
src/tests/lib/libc/stdlib: t_abs.c

Log Message:
Few fundamental consistency checks for the abs(3) family.


To generate a diff of this commit:
cvs rdiff -u -r1.460 -r1.461 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.21 -r1.22 src/tests/lib/libc/stdlib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/stdlib/t_abs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-29 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Mar 29 08:56:06 UTC 2012

Modified Files:
src/tests/lib/libc/stdlib: t_random.c

Log Message:
Adjust as per apb@'s suggestion.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdlib/t_random.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-03-30 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Mar 30 09:27:10 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
Added Files:
src/tests/bin/sleep: Makefile t_sleep.sh

Log Message:
Add regression tests for PR bin/3914 and PR bin/27140.


To generate a diff of this commit:
cvs rdiff -u -r1.461 -r1.462 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.70 -r1.71 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r0 -r1.1 src/tests/bin/sleep/Makefile \
src/tests/bin/sleep/t_sleep.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-03-31 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Mar 31 11:41:33 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_nanosleep.c

Log Message:
Note PR bin/14558.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  6 07:53:11 UTC 2012

Modified Files:
src/tests/lib/libc/string: t_memchr.c

Log Message:
Adjust.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_memchr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2012-04-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  6 08:07:32 UTC 2012

Modified Files:
src/tests/lib/libm: t_log.c

Log Message:
Point to PR port-alpha/46301 when failing on Alpha.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libm/t_log.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/libm

2012-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  8 09:36:04 UTC 2012

Modified Files:
src/tests/lib/libm: t_log.c

Log Message:
Remove one xfail that does not seem to fail (on alpha).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_log.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  8 09:58:59 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fnmatch.c

Log Message:
Append few basic test cases.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_fnmatch.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 02:39:34 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/sbin/sysctl: Makefile
Added Files:
src/tests/sbin/sysctl: t_sysctl.sh

Log Message:
Test that sysctl(8) does not segfault, as reported by pgoyette@ on current
users.


To generate a diff of this commit:
cvs rdiff -u -r1.462 -r1.463 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.1 -r1.2 src/tests/sbin/sysctl/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/sbin/sysctl/t_sysctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-09 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 03:59:59 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Point to port-macppc/46319 when failing on macppc.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 12:43:07 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Do not skip the tests on Qemu, but point to PR misc/44767 instead.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2012-04-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 12:51:31 UTC 2012

Modified Files:
src/share/man/man4: acpi.4

Log Message:
Fix wrong acronym.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/share/man/man4/acpi.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 13:48:24 UTC 2012

Modified Files:
src/share/man/man4: acpi.4
src/sys/arch/x86/acpi: acpi_wakeup.c
src/sys/dev/acpi: acpi.c

Log Message:
Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/share/man/man4/acpi.4
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/x86/acpi/acpi_wakeup.c
cvs rdiff -u -r1.252 -r1.253 src/sys/dev/acpi/acpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/powerd/scripts

2012-04-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 10 13:58:52 UTC 2012

Modified Files:
src/etc/powerd/scripts: sensor_temperature

Log Message:
Gracefully shutdown upon reaching critical temperature levels. Prevents few
laptops (ThinkPad T61 and x61s, among others) from hitting the in-CPU reset.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/etc/powerd/scripts/sensor_temperature

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-10 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr 11 06:45:16 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
As it turned out, the fpsetmask(3) tests were unnecessarily skipped on Qemu.
Thus, remove xfails that do not trigger.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr 11 10:18:26 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Revisit the previous: fails on qemu/amd64 but not qemu/i386.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr 11 16:18:39 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Flip previous (i386/qemu fails, not the amd64/qemu).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-11 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr 11 16:21:43 UTC 2012

Modified Files:
src/tests/lib/libc/stdio: t_printf.c

Log Message:
Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/stdio/t_printf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 13 06:10:55 UTC 2012

Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Xfail on qemu unconditionally after all.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libc/gen/t_fpsetmask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/bin/sh

2012-04-12 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 13 06:12:32 UTC 2012

Modified Files:
src/tests/bin/sh: t_exit.sh

Log Message:
Although this does not fail, add a case for the discussion in PR bin/46327.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/bin/sh/t_exit.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-13 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 13 07:05:32 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: module.mi
src/tests/modules: Makefile t_modload.sh
Added Files:
src/tests/modules/k_helper3: Makefile k_helper3.c

Log Message:
Add a helper program that loads a module and returns the errno from modctl(8).

XXX: As noted on tech-kern@, the syscall should be modified to fail
 consistently with a given predefined errno on non-MODULAR kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/sets/lists/tests/module.mi
cvs rdiff -u -r1.9 -r1.10 src/tests/modules/Makefile
cvs rdiff -u -r1.10 -r1.11 src/tests/modules/t_modload.sh
cvs rdiff -u -r0 -r1.1 src/tests/modules/k_helper3/Makefile \
src/tests/modules/k_helper3/k_helper3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 14 12:21:46 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/usr.sbin: Makefile
Added Files:
src/tests/usr.sbin/tcpdump: Makefile t_tcpdump.sh

Log Message:
Add a test case for PR kern/46328 (tested naively with tcpdump(8)).


To generate a diff of this commit:
cvs rdiff -u -r1.463 -r1.464 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.73 -r1.74 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.sbin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.sbin/tcpdump/Makefile \
src/tests/usr.sbin/tcpdump/t_tcpdump.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 14 12:43:06 UTC 2012

Modified Files:
src/tests/usr.sbin/tcpdump: Makefile

Log Message:
Fix RCS string.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/tcpdump/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 14 15:13:58 UTC 2012

Modified Files:
src/tests/usr.sbin/tcpdump: t_tcpdump.sh

Log Message:
Add few more NICs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/tcpdump/t_tcpdump.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules/k_helper3

2012-04-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 17 05:18:54 UTC 2012

Modified Files:
src/tests/modules/k_helper3: k_helper3.c

Log Message:
Adjust.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/modules/k_helper3/k_helper3.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules

2012-04-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 17 06:23:52 UTC 2012

Modified Files:
src/tests/modules: t_modctl.c

Log Message:
Avoid zero-length format string.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/modules/t_modctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/librumphijack

2012-04-17 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr 17 09:23:21 UTC 2012

Modified Files:
src/tests/lib/librumphijack: h_client.c h_cwd.c h_netget.c

Log Message:
Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/librumphijack/h_client.c
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/librumphijack/h_cwd.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/librumphijack/h_netget.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr 19 18:51:36 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/tests/usr.sbin: Makefile
Added Files:
src/tests/usr.sbin/useradd: Makefile t_useradd.sh

Log Message:
Add a test case for PR bin/39546.


To generate a diff of this commit:
cvs rdiff -u -r1.464 -r1.465 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.74 -r1.75 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.3 -r1.4 src/tests/usr.sbin/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/usr.sbin/useradd/Makefile \
src/tests/usr.sbin/useradd/t_useradd.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/librumphijack

2012-04-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 20 05:15:11 UTC 2012

Modified Files:
src/tests/lib/librumphijack: h_client.c

Log Message:
Close all file descriptors before trying to reason about the number of open
descriptors. Should fix the test failures reported on current users.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/librumphijack/h_client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/modules

2012-04-19 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 20 05:41:26 UTC 2012

Modified Files:
src/tests/modules: t_abi_uvm.sh t_modload.sh

Log Message:
For now, skip module tests if modctl(8) fails either with EPERM or ENOSYS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/modules/t_abi_uvm.sh
cvs rdiff -u -r1.12 -r1.13 src/tests/modules/t_modload.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-04-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 20 12:11:30 UTC 2012

Modified Files:
src/distrib/sets/lists/tests: mi
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_mlock.c

Log Message:
Add few unit tests for mlock(2), including a case for PR kern/44788.


To generate a diff of this commit:
cvs rdiff -u -r1.465 -r1.466 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.21 -r1.22 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_mlock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Apr 21 01:15:13 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_mlock.c

Log Message:
Avoid harmless compiler (integer) warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_mlock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi/acpica

2012-04-21 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr 22 06:33:05 UTC 2012

Modified Files:
src/sys/dev/acpi/acpica: OsdMemory.c

Log Message:
As in Linux, prevent BIOS from trying to map addresses beyond ULONG_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/acpica/OsdMemory.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr 26 10:15:42 UTC 2012

Modified Files:
src/sys/arch/x86/x86: mpacpi.c

Log Message:
Based on PR kern/44069, revert revision 1.79.

XXX: The actual problem related to Qemu/KVM is yet to be determined.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/x86/x86/mpacpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 27 04:32:27 UTC 2012

Modified Files:
src/sys/arch/x86/x86: mpacpi.c

Log Message:
Revert previous. Revision 1.79 was right; Qemu does not implement _PIC.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/x86/x86/mpacpi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/acpi

2012-04-26 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr 27 04:38:24 UTC 2012

Modified Files:
src/sys/dev/acpi: acpi_cpu.h acpi_cpu_tstate.c

Log Message:
Remove the upper limit for the number of T-states.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/acpi/acpi_cpu.h
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/acpi/acpi_cpu_tstate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-05-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed May 16 09:06:35 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_pipe2.c

Log Message:
Add a case for PR kern/46457. This is skipped for the time being, as it
reproduces the panic described in the PR.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/sys/t_pipe2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2012-05-16 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed May 16 13:54:28 UTC 2012

Modified Files:
src/tests/lib/libc/sys: t_pipe2.c

Log Message:
Remove also redundant comment (the reference to the PR is already in the
metadata).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/sys/t_pipe2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



  1   2   3   4   5   6   7   8   9   10   >