CVS commit: src/bin/rcmd

2011-05-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 31 10:24:44 UTC 2011

Modified Files:
src/bin/rcmd: rcmd.1

Log Message:
PR/45008: Martin Neitzel: document all rcmd(1) options. -46p were missing,
and -d was not in the synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/bin/rcmd/rcmd.1

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



CVS commit: src/bin/rcmd

2011-05-31 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue May 31 11:31:10 UTC 2011

Modified Files:
src/bin/rcmd: rcmd.1

Log Message:
Sort options in SYNOPSIS, sort option descriptions, remove some extra
space, bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/bin/rcmd/rcmd.1

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



CVS commit: src/lib/librmt

2011-05-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue May 31 12:24:33 UTC 2011

Modified Files:
src/lib/librmt: rmtlib.c

Log Message:
PR/38413: Takahiro Kambe: mt(1) print some junk output when using remote tape
Not all fields are valid in the ioctl to get tape info in the rmt protocol.
Zero out the struct so that we don't print junk.
While here, KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/librmt/rmtlib.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/mkdep

2011-05-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 31 13:22:56 UTC 2011

Modified Files:
src/tests/usr.bin/mkdep: t_mkdep.sh

Log Message:
Adjust testcase for recent changes.
- suffixes output order is now reversed.
- remove expected failure for empty list.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/mkdep/t_mkdep.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

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 a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 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/sys/arch/x86/acpi

2011-05-31 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue May 31 14:45:37 UTC 2011

Modified Files:
src/sys/arch/x86/acpi: acpi_cpu_md.c

Log Message:
Remove the sanity check that tested the internal consistency of the "FID/VID
algorithm" used by K8. Tested by cegger@. The check is still included in the
original powernow(4) (where possible failures have probably gone unnoticed
because the driver is less noisy).


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/x86/acpi/acpi_cpu_md.c

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



CVS commit: src/sbin/ifconfig

2011-05-31 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Tue May 31 16:17:30 UTC 2011

Modified Files:
src/sbin/ifconfig: ifconfig.8

Log Message:
Fix typo: `symbolically' takes three l's, not two.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sbin/ifconfig/ifconfig.8

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



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', and 'infinity_long_double'. None of these fail on any known
native host. Use the tracker PR misc/44767 as the reference point.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/stdlib/t_strtod.c
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_infinity.c

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



CVS commit: src/sys/compat/linux/arch/alpha

2011-05-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 31 20:53:13 UTC 2011

Modified Files:
src/sys/compat/linux/arch/alpha: files.linux_alpha

Log Message:
Add needed linux_fadvise64.c


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/compat/linux/arch/alpha/files.linux_alpha

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



CVS commit: src/sys/compat/linux/arch/powerpc

2011-05-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 31 21:38:00 UTC 2011

Modified Files:
src/sys/compat/linux/arch/powerpc: syscalls.master

Log Message:
Small typo in fadvise64_64 args (advise -> advice).


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/linux/arch/powerpc/syscalls.master

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



CVS commit: src/sys/compat/linux/arch/powerpc

2011-05-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 31 21:39:00 UTC 2011

Modified Files:
src/sys/compat/linux/arch/powerpc: linux_syscall.h linux_syscallargs.h
linux_syscalls.c linux_sysent.c

Log Message:
Regen for fadvise64_64 typo fix.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/compat/linux/arch/powerpc/linux_syscall.h \
src/sys/compat/linux/arch/powerpc/linux_sysent.c
cvs rdiff -u -r1.53 -r1.54 \
src/sys/compat/linux/arch/powerpc/linux_syscallargs.h \
src/sys/compat/linux/arch/powerpc/linux_syscalls.c

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



CVS commit: src/sys/compat/linux/arch

2011-05-31 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue May 31 22:35:22 UTC 2011

Modified Files:
src/sys/compat/linux/arch/arm: linux_commons.c
src/sys/compat/linux/arch/i386: linux_commons.c

Log Message:
Fix path for fadvise64 files.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/compat/linux/arch/arm/linux_commons.c
cvs rdiff -u -r1.15 -r1.16 src/sys/compat/linux/arch/i386/linux_commons.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

2011-05-31 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Tue May 31 22:40:35 UTC 2011

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

Log Message:
Add  for system(3).


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

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



CVS commit: src/sys

2011-05-31 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Tue May 31 23:28:53 UTC 2011

Modified Files:
src/sys/arch/x86/conf: files.x86
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: x86_machdep.c
src/sys/kern: init_main.c kern_stub.c subr_userconf.c
src/sys/sys: userconf.h
Added Files:
src/sys/arch/x86/x86: x86_userconf.c

Log Message:
Don't use the C preprocessor to configure USERCONF.  Instead, either do
or do not link in subr_userconf.c and x86_userconf.c.

Provide no-op stubs for userconf_bootinfo(), userconf_init(), and
userconf_prompt().

Delete all occurrences of #include "opt_userconf.h" as well as USERCONF
and __HAVE_USERCONF_BOOTINFO #ifdef'age.


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/x86/x86_userconf.c
cvs rdiff -u -r1.430 -r1.431 src/sys/kern/init_main.c
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/kern_stub.c
cvs rdiff -u -r1.23 -r1.24 src/sys/kern/subr_userconf.c
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/userconf.h

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



CVS commit: src

2011-05-31 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Jun  1 02:22:20 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile uvm.9
Added Files:
src/share/man/man9: uvm_km.9 uvm_map.9

Log Message:
Split parts of uvm(9) into uvm_km(9) and uvm_map(9) man pages.

OK mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.1626 -r1.1627 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.346 -r1.347 src/share/man/man9/Makefile
cvs rdiff -u -r1.105 -r1.106 src/share/man/man9/uvm.9
cvs rdiff -u -r0 -r1.1 src/share/man/man9/uvm_km.9 \
src/share/man/man9/uvm_map.9

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



CVS commit: src/sys/kern

2011-05-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  1 02:43:33 UTC 2011

Modified Files:
src/sys/kern: subr_autoconf.c

Log Message:
provide a diagnostic for unsplit drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/kern/subr_autoconf.c

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



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/syscall/t_pollts.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/pci

2011-05-31 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Jun  1 05:06:17 UTC 2011

Modified Files:
src/sys/dev/pci: machfb.c

Log Message:
move wsdisplay_accessops into the softc so multiple instances have a chance
to work without stepping on each other's toes


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/dev/pci/machfb.c

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



CVS commit: [matt-nb5-mips64] src/distrib/sets/lists/comp

2011-05-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jun  1 05:46:13 UTC 2011

Modified Files:
src/distrib/sets/lists/comp [matt-nb5-mips64]: ad.mips

Log Message:
if elf2aout is obsolete, it's debug file is too.


To generate a diff of this commit:
cvs rdiff -u -r1.34.8.1 -r1.34.8.2 src/distrib/sets/lists/comp/ad.mips

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



CVS commit: [matt-nb5-mips64] src/lib/libc/arch/mips/softfloat

2011-05-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jun  1 06:28:00 UTC 2011

Modified Files:
src/lib/libc/arch/mips/softfloat [matt-nb5-mips64]: mips-gcc.h

Log Message:
Kill a section copied from arm-gcc.h.  MIPS is "normal" (well, more normal)
than ARM for FP.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/lib/libc/arch/mips/softfloat/mips-gcc.h

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



CVS commit: [matt-nb5-mips64] src/sys/arch/evbmips/conf

2011-05-31 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Wed Jun  1 06:31:07 UTC 2011

Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: Makefile.evbmips.inc

Log Message:
NetBSD/ makes the uboot id string too long.


To generate a diff of this commit:
cvs rdiff -u -r1.2.96.4 -r1.2.96.5 \
src/sys/arch/evbmips/conf/Makefile.evbmips.inc

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