CVS commit: src/tests/syscall

2011-06-07 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Jun 7 19:06:39 UTC 2011 Modified Files: src/tests/syscall: t_stat.c Log Message: Temporarily comment out the 'stat_dir' test. It panics QEMU/i386 guests. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests

CVS commit: src

2011-06-06 Thread Jukka Ruohonen
: src/share/man/man4/man4.x86/apic.4 diff -u /dev/null src/share/man/man4/man4.x86/apic.4:1.1 --- /dev/null Mon Jun 6 16:52:16 2011 +++ src/share/man/man4/man4.x86/apic.4 Mon Jun 6 16:52:15 2011 @@ -0,0 +1,174 @@ +.\" $NetBSD: apic.4,v 1.1 2011/06/06 16:52:15 jruoho Exp $ +.\" +.\&

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

2011-06-06 Thread Jukka Ruohonen
$ */ /*- * Copyright (c) 2010, 2011 Jukka Ruohonen @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_md.c,v 1.59 2011/05/31 14:45:36 jruoho Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_md.c,v 1.60 2011/06/06 07:42:32 jruoho Exp $"); #include

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

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 16:33:52 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Granularity is fine, but also adjust atf_tc_expect_fail() properly. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 sr

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

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 13:51:46 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtol.c Log Message: Do not blindly cast things (obviously makes the test fail). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/li

CVS commit: src/tests/syscall

2011-06-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Jun 5 13:49:46 UTC 2011 Modified Files: src/tests/syscall: t_stat.c Log Message: Remove the dirent(3) check entirely. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_stat.c Please note that

CVS commit: src

2011-06-04 Thread Jukka Ruohonen
1 @@ -0,0 +1,55 @@ +.\" $NetBSD: floppytab.5,v 1.1 2011/06/04 18:27:40 jruoho Exp $ +.\" +.\" Copyright (c) 2011 Jukka Ruohonen +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted p

CVS commit: src/sys/dev/acpi

2011-06-04 Thread Jukka Ruohonen
1.49 2011/06/04 18:03:10 jruoho Exp $ */ /*- * Copyright (c) 2010, 2011 Jukka Ruohonen @@ -27,7 +27,7 @@ * SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_pstate.c,v 1.48 2011/04/01 11:46:57 jruoho Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_cpu_pstate.c,v

CVS commit: src/tests/syscall

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 15:51:45 UTC 2011 Modified Files: src/tests/syscall: t_getrusage.c Log Message: Until PR bin/44837 is fixed, use atf_tc_fail("anticipated error did not occur") even if the bug did not trigger. To generate a diff of th

CVS commit: src/tests/syscall

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 15:45:56 UTC 2011 Modified Files: src/tests/syscall: t_stat.c Log Message: Do not fail if readdir(3) fails, probably due fts(3). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_stat.c

CVS commit: src

2011-06-04 Thread Jukka Ruohonen
58 2011 @@ -0,0 +1,236 @@ +/* $NetBSD: t_strtol.c,v 1.1 2011/06/04 14:56:58 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution an

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

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 11:12:29 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: Makefile t_strtod.c Log Message: Add -ffloat-store add test lib/45020 also with __isnanl(). To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 sr

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

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 10:16:59 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Add more strings to the "infinity test". To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/tests/lib/libc/stdlib/t_s

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

2011-06-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sat Jun 4 09:57:33 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Verify PR lib/45020. Fails at least on amd64. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/tests/lib/libc/stdli

CVS commit: src

2011-06-04 Thread Jukka Ruohonen
@@ +/* $NetBSD: t_stat.c,v 1.1 2011/06/04 09:29:44 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and bin

CVS commit: src/sys/dev/acpi

2011-06-03 Thread Jukka Ruohonen
right (c) 2011 Jukka Ruohonen @@ -27,10 +27,11 @@ * SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: acpi_pmtr.c,v 1.3 2011/02/16 09:05:12 jruoho Exp $"); +__KERNEL_RCSID(0, "$NetBSD: acpi_pmtr.c,v 1.4 2011/06/03 18:50:36 jruoho Exp $"); #include #includ

CVS commit: src/sys/dev/acpi

2011-06-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jun 3 18:40:42 UTC 2011 Modified Files: src/sys/dev/acpi: acpi_acad.c Log Message: Remove unnecessary (due SME_DISABLE_REFRESH) locking. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/dev/acpi/acpi_ac

CVS commit: src/sys/dev/acpi

2011-06-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jun 3 09:15:02 UTC 2011 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Flush CPU caches before entering S1, as noted in the specifications. To generate a diff of this commit: cvs rdiff -u -r1.241 -r1.242 src/sys/dev/

CVS commit: src

2011-06-02 Thread Jukka Ruohonen
lib/libc/string/t_memset.c Fri Jun 3 06:39:52 2011 @@ -0,0 +1,192 @@ +/* $NetBSD: t_memset.c,v 1.1 2011/06/03 06:39:52 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by

CVS commit: src/lib/libc/sys

2011-06-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Fri Jun 3 05:50:08 UTC 2011 Modified Files: src/lib/libc/sys: getpeername.2 Log Message: Note STANDARDS and use more markup. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/getpeername.2 Please n

CVS commit: src

2011-06-02 Thread Jukka Ruohonen
nname.c Fri Jun 3 05:42:09 2011 @@ -0,0 +1,132 @@ +/* $NetBSD: t_setdomainname.c,v 1.1 2011/06/03 05:42:09 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by

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

2011-06-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jun 2 12:42:28 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_sethostname.c Log Message: Cleanup. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_sethostname.c Please note that diff

CVS commit: src

2011-06-02 Thread Jukka Ruohonen
+ * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Red

CVS commit: src

2011-06-02 Thread Jukka Ruohonen
* Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided tha

CVS commit: src/share/man/man7

2011-06-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jun 2 09:02:39 UTC 2011 Modified Files: src/share/man/man7: symlink.7 Log Message: Use .Ss and -offset indent. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man7/symlink.7 Please note that dif

CVS commit: src/share/man/man5

2011-06-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Jun 2 08:58:34 UTC 2011 Modified Files: src/share/man/man5: mk.conf.5 Log Message: Note USE_FORT. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/share/man/man5/mk.conf.5 Please note that diffs are not pu

CVS commit: src/share/man/man9

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 11:19:19 UTC 2011 Modified Files: src/share/man/man9: roundup.9 Log Message: Fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/roundup.9 Please note that diffs are not public

CVS commit: src/share/man/man5

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 11:10:59 UTC 2011 Modified Files: src/share/man/man5: daily.5 Log Message: Indent the two lists with the same width. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man5/daily.5 Please note

CVS commit: src/share/man/man5

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 11:06:36 UTC 2011 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Remove the previous, as it was already there. Instead, split one long paragraph and fix a typo. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man5

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 11:03:28 UTC 2011 Modified Files: src/share/man/man5: rc.conf.5 Log Message: Note bluetooth. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/share/man/man5/rc.conf.5 Please note that diffs are not

CVS commit: src/sbin/swapctl

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 09:46:48 UTC 2011 Modified Files: src/sbin/swapctl: swapctl.8 Log Message: Clarify placement of commas. From Snader_LB on freenode/#netbsd-code. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sbin/s

CVS commit: src/doc

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 08:50:00 UTC 2011 Modified Files: src/doc: CHANGES Log Message: fujitsu(4) -> fujbp(4), fujhk(4). To generate a diff of this commit: cvs rdiff -u -r1.1551 -r1.1552 src/doc/CHANGES Please note that diffs are not publi

CVS commit: src/doc

2011-06-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 08:40:02 UTC 2011 Modified Files: src/doc: 3RDPARTY Log Message: ACPICA 20110527 is out. To generate a diff of this commit: cvs rdiff -u -r1.842 -r1.843 src/doc/3RDPARTY Please note that diffs are not public domain;

CVS commit: src/tests/syscall

2011-05-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jun 1 03:39:45 UTC 2011 Modified Files: src/tests/syscall: t_pollts.c Log Message: Check also basic EFAULT and EINVAL from bogus calls to pollts(2). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/sysc

CVS commit: src/tests/lib

2011-05-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 31 20:17:37 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c src/tests/lib/libm: t_infinity.c Log Message: Mark the following tests as expected failures on qemu/amd64: 'strtod_inf', 'strtod_round', an

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

2011-05-31 Thread Jukka Ruohonen
h/x86/acpi/acpi_cpu_md.c Tue May 31 14:45:36 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_cpu_md.c,v 1.58 2011/04/04 20:37:55 dyoung Exp $ */ +/* $NetBSD: acpi_cpu_md.c,v 1.59 2011/05/31 14:45:36 jruoho Exp $ */ /*- * Copyright (c) 2010, 2011 Jukka Ruohonen @@ -27,7 +27,7 @@ * SUCH DAMAGE. */

CVS commit: src/sys/dev/acpi

2011-05-31 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 31 14:27:44 UTC 2011 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix a bug where the S1 state was exited via AcpiLeaveSleepState() with interrupts being off at machine-level. Also add some comments. To generate

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

2011-05-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 11 08:11:36 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_closefrom.c Log Message: Adjust. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_closefrom.c Please note that diffs are

CVS commit: src/tests/sbin/sysctl

2011-05-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed May 11 07:07:41 UTC 2011 Modified Files: src/tests/sbin/sysctl: t_perm.sh Log Message: Do also a small functional verification that user did not succeed in writing garbage values, even if sysctl(8) reported a failure. To gen

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

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 19:18:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Use the same conditional check from to fix an immediate build error pointed out by cliff@. (This does not however sound like a sane t

CVS commit: src/share/man/man7

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 17:00:44 UTC 2011 Modified Files: src/share/man/man7: sticky.7 Log Message: Use .Ss. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man7/sticky.7 Please note that diffs are not public domai

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

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 15:20:19 UTC 2011 Modified Files: src/tests/lib/libc/stdlib: t_strtod.c Log Message: Verify that strtod(3) honors the current rounding mode set by fesetround(3). Passes on amd64. Prompted by a bug in the GNU C library.

CVS commit: src

2011-05-10 Thread Jukka Ruohonen
011/05/10 13:03:06 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without +

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

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 12:43:42 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_raise.c Log Message: Add also a simplistic stress unit test. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_raise.c Pl

CVS commit: src/share/man/man3

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 12:09:00 UTC 2011 Modified Files: src/share/man/man3: fast_divide32.3 Log Message: Xref div(3) and remainder(3). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man3/fast_divide32.3 Please n

CVS commit: src/lib/libm

2011-05-10 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 09:07:51 UTC 2011 Modified Files: src/lib/libm: Makefile Log Message: Remove trailing '\'. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/lib/libm/Makefile Please note that diffs are not public d

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

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 06:58:17 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_alarm.c Log Message: Fix comment/string typos. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/gen/t_alarm.c Please note that

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

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 06:55:27 UTC 2011 Modified Files: src/tests/lib/libc/string: t_strerror.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/string/t_strerror.c Please note that dif

CVS commit: src/share/man/man3

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 10 06:39:46 UTC 2011 Modified Files: src/share/man/man3: ilog2.3 Log Message: Xref ilogb(3). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/ilog2.3 Please note that diffs are not public d

CVS commit: src/lib/libm

2011-05-09 Thread Jukka Ruohonen
2** Ns Fa n ) Added files: Index: src/lib/libm/man/ilogb.3 diff -u /dev/null src/lib/libm/man/ilogb.3:1.1 --- /dev/null Tue May 10 06:38:34 2011 +++ src/lib/libm/man/ilogb.3 Tue May 10 06:38:33 2011 @@ -0,0 +1,110 @@ +.\" $NetBSD: ilogb.3,v 1.1 2011/05/10 06:38:33 jruoho Exp $ +.\" +.\

CVS commit: src/tests/sbin/sysctl

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 17:55:38 UTC 2011 Modified Files: src/tests/sbin/sysctl: t_perm.sh Log Message: Add one missing cleanup routine declaration. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/sbin/sysctl/t_perm.sh

CVS commit: src

2011-05-09 Thread Jukka Ruohonen
m.sh,v 1.1 2011/05/09 17:53:54 jruoho Exp $ +# +# Copyright (c) 2011 The NetBSD Foundation, Inc. +# All rights reserved. +# +# This code is derived from software contributed to The NetBSD Foundation +# by Jukka Ruohonen. +# +# Redistribution and use in source and binary forms, with or without +# mo

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

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 11:05:36 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_closefrom.c Log Message: On a second thought, require that close(2) fails for a descriptor already closed with closefrom(3). For some odd reason (yet to be det

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

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 10:50:03 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_closefrom.c Log Message: Remove superfluous close(2) pointed out by martin@. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/g

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

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 09:27:37 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_raise.c Log Message: Add one more naive unit test. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/t_raise.c Please note

CVS commit: src/lib/libc/gen

2011-05-09 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 09:06:21 UTC 2011 Modified Files: src/lib/libc/gen: raise.3 Log Message: Xref raise_default_signal(3). To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gen/raise.3 Please note that diffs are

CVS commit: src

2011-05-09 Thread Jukka Ruohonen
undation + * by Jukka Ruohonen. + * + * 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 an

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

2011-05-08 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 9 06:05:54 UTC 2011 Modified Files: src/tests/lib/libc/string: t_strerror.c Log Message: List the ATF_TC_() thins in the order of appearance. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/lib

CVS commit: src

2011-05-08 Thread Jukka Ruohonen
* This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * 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 r

CVS commit: src

2011-05-08 Thread Jukka Ruohonen
7:12 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are per

CVS commit: src

2011-05-05 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu May 5 13:36:05 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/include/sys: Makefile src/tests/lib/libc/gen: Makefile Added Files: src/tests/include/sys: t_tree.c Removed Files:

CVS commit: src

2011-05-05 Thread Jukka Ruohonen
rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions

CVS commit: src/lib/libc/stdlib

2011-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu May 5 05:58:15 UTC 2011 Modified Files: src/lib/libc/stdlib: posix_openpt.3 Log Message: Fix lead paragraph. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdlib/posix_openpt.3 Please note that d

CVS commit: src

2011-05-04 Thread Jukka Ruohonen
tributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * 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 + *notic

CVS commit: src/distrib/sets/lists/tests

2011-05-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu May 5 05:28:52 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Fix some glitches (a human doing machine's work). To generate a diff of this commit: cvs rdiff -u -r1.327 -r1.328 src/distrib/sets/lists/

CVS commit: src

2011-05-04 Thread Jukka Ruohonen
ht (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the follo

CVS commit: src/share/man/man5

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 16:25:20 UTC 2011 Modified Files: src/share/man/man5: daily.5 monthly.5 weekly.5 Log Message: Fix PR bin/22230. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/daily.5 \ src/share/ma

CVS commit: src

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 16:12:24 UTC 2011 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man5: Makefile Added Files: src/share/man/man5: daily.5 monthly.5 weekly.5 Removed Files: src/share/man/man5: daily.c

CVS commit: src

2011-05-03 Thread Jukka Ruohonen
/usr/bin/atf-sh +# +# $NetBSD: t_diff.sh,v 1.1 2011/05/03 15:13:50 jruoho Exp $ +# +# Copyright (c) 2011 The NetBSD Foundation, Inc. +# All rights reserved. +# +# This code is derived from software contributed to The NetBSD Foundation +# by Jukka Ruohonen. +# +# Redistribution and use in source and bin

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

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 14:26:11 UTC 2011 Modified Files: src/tests/usr.bin/pr: t_basic.sh Log Message: Fix same copy-paste error here. (Why atf(7) does not warn about these?) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/t

CVS commit: src/tests/usr.bin

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 14:11:51 UTC 2011 Modified Files: src/tests/usr.bin/pr: Makefile src/tests/usr.bin/unifdef: Makefile Log Message: Fix build failure reported by pgoyette@. To generate a diff of this commit: cvs rdiff -u -r1.1

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

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 13:04:00 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config Log Message: Clarify the comment on how to disable password authentication (i.e. the combination of PasswordAuthentication=no and UsePa

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

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 12:54:48 UTC 2011 Modified Files: src/tests/usr.bin/unifdef: t_basic.sh Log Message: Fix copy-paste error. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/unifdef/t_basic.sh Please note

CVS commit: src/usr.sbin/cpuctl/arch

2011-05-03 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 09:06:22 UTC 2011 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: Identify AMD Family 11h. From PR bin/41188 by FUKAUMI Naoki. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/c

CVS commit: src

2011-05-03 Thread Jukka Ruohonen
/usr/bin/atf-sh +# +# $NetBSD: t_basic.sh,v 1.1 2011/05/03 08:36:15 jruoho Exp $ +# +# Copyright (c) 2011 The NetBSD Foundation, Inc. +# All rights reserved. +# +# This code is derived from software contributed to The NetBSD Foundation +# by Jukka Ruohonen. +# +# Redistribution and use in source and bin

CVS commit: src

2011-05-03 Thread Jukka Ruohonen
d to The NetBSD Foundation +# by Jukka Ruohonen. +# +# 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

CVS commit: src

2011-05-03 Thread Jukka Ruohonen
rights reserved. +# +# This code is derived from software contributed to The NetBSD Foundation +# by Jukka Ruohonen. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of s

CVS commit: src

2011-05-02 Thread Jukka Ruohonen
h +# +# $NetBSD: t_nonexistent.sh,v 1.1 2011/05/03 06:13:06 jruoho Exp $ +# +# Copyright (c) 2011 The NetBSD Foundation, Inc. +# All rights reserved. +# +# This code is derived from software contributed to The NetBSD Foundation +# by Jukka Ruohonen. +# +# Redistribution and use in source and binary

CVS commit: src

2011-05-02 Thread Jukka Ruohonen
rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of s

CVS commit: src/lib/libc/net

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue May 3 04:07:39 UTC 2011 Modified Files: src/lib/libc/net: byteorder.3 Log Message: Xref bswap(3). Simplify STANDARDS. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/net/byteorder.3 Please note t

CVS commit: src/lib/libc/gen

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:34:06 UTC 2011 Modified Files: src/lib/libc/gen: ualarm.3 Log Message: Clarify STANDARDS (i.e. cf. ualarm(3) is no longer in POSIX). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/gen/ua

CVS commit: src

2011-05-02 Thread Jukka Ruohonen
undation + * by Jukka Ruohonen. + * + * 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 con

CVS commit: src/lib/libc/sys

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:14:20 UTC 2011 Modified Files: src/lib/libc/sys: getitimer.2 Log Message: Note also that the interaction between setitimer(2) and alarm(3) or sleep(3) is unspecified. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/sys

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 17:01:52 UTC 2011 Modified Files: src/lib/libc/sys: getitimer.2 Log Message: Remove NOTES as it is documented in itimerval(3). Remove #ifdefs from SYNOPSIS (these are visible enough in the body of the text). Use a list

CVS commit: src/tests/util/awk

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 08:30:21 UTC 2011 Modified Files: src/tests/util/awk: t_awk.sh Log Message: Use the standard "PR foo/1234" notation such that the PR number is parsed correctly for the atf(7) HTML reports. To generate a diff of this c

CVS commit: src/tests/syscall

2011-05-02 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon May 2 07:02:09 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Verify that nanosleep(2) can suspend for one nanosecond (or longer). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/test

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

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 18:14:01 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_ttyname.c Log Message: Test also ttyname_r(3). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_ttyname.c Please note th

CVS commit: src

2011-05-01 Thread Jukka Ruohonen
d. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * 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

CVS commit: src

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 16:36:37 UTC 2011 Modified Files: src/distrib/sets/lists/tests: mi src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_clearerr.c Log Message: Naive tests for clearerr(3). Conver

CVS commit: src/tests/lib/libc

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 11:44:41 UTC 2011 Modified Files: src/tests/lib/libc: Makefile Log Message: Add the new 'termios' subdirectory. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tests/lib/libc/Makefile Please note th

CVS commit: src

2011-05-01 Thread Jukka Ruohonen
* Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that

CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 09:44:26 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Improve further so that this might actually fail. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_nanosle

CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 09:19:12 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Actually, as this is nanosleep(2), test 1-10 nano second sleep times. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tes

CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 09:15:14 UTC 2011 Modified Files: src/tests/syscall: t_nanosleep.c Log Message: Simplify the previous. (Apparently the sleep time is not that accurate.) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/

CVS commit: src

2011-05-01 Thread Jukka Ruohonen
sleep.c Sun May 1 09:09:35 2011 @@ -0,0 +1,206 @@ +/* $NetBSD: t_nanosleep.c,v 1.1 2011/05/01 09:09:35 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by

CVS commit: src

2011-05-01 Thread Jukka Ruohonen
c/tests/syscall/t_gettimeofday.c Sun May 1 07:22:40 2011 @@ -0,0 +1,86 @@ +/* $NetBSD: t_gettimeofday.c,v 1.1 2011/05/01 07:22:40 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundati

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

2011-04-30 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun May 1 06:42:29 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_nice.c Log Message: PR lib/42587 was fixed; remove xfail. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/gen/t_nice.c Please

CVS commit: src

2011-04-29 Thread Jukka Ruohonen
@@ +/* $NetBSD: t_kill.c,v 1.1 2011/04/30 06:20:37 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary

CVS commit: src/sys/dev/acpi

2011-04-24 Thread Jukka Ruohonen
+++ src/sys/dev/acpi/acpi_cpu.c Mon Apr 25 05:30:21 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: acpi_cpu.c,v 1.39 2011/03/24 05:10:06 jruoho Exp $ */ +/* $NetBSD: acpi_cpu.c,v 1.40 2011/04/25 05:30:21 jruoho Exp $ */ /*- * Copyright (c) 2010, 2011 Jukka Ruohonen @@ -27,7 +27,7 @@ * SUCH DAMAGE

CVS commit: src

2011-04-16 Thread Jukka Ruohonen
@@ +/* $NetBSD: t_getgroups.c,v 1.1 2011/04/17 06:26:02 jruoho Exp $ */ + +/*- + * Copyright (c) 2011 The NetBSD Foundation, Inc. + * All rights reserved. + * + * This code is derived from software contributed to The NetBSD Foundation + * by Jukka Ruohonen. + * + * Redistribution and use in source and binary

<    1   2   3   4   5   6   7   8   9   10   >