CVS commit: src/lib/libperfuse

2010-08-25 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Wed Aug 25 07:16:00 UTC 2010

Added Files:
src/lib/libperfuse: Makefile debug.c fuse.h libperfuse.3 ops.c
perfuse.c perfuse.h perfuse_if.h perfuse_priv.h shlib_version
subr.c

Log Message:
libperfuse(3) is a PUFFS relay to FUSE. In order to use it,
FUSE filesystem must be patched to #include  in the source
files that open /dev/fuse and perform the mount(2) system call. The
FUSE filesystem must be linked with -lperfuse.

libperfuse(3) implements the FUSE kernel interface, on which libfuse or
any FUSE filesystem that opens /dev/fuse directly can be used.

For now, an external daemon called perfused(8) is used. This may change
in the future.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libperfuse/Makefile src/lib/libperfuse/debug.c \
src/lib/libperfuse/fuse.h src/lib/libperfuse/libperfuse.3 \
src/lib/libperfuse/ops.c src/lib/libperfuse/perfuse.c \
src/lib/libperfuse/perfuse.h src/lib/libperfuse/perfuse_if.h \
src/lib/libperfuse/perfuse_priv.h src/lib/libperfuse/shlib_version \
src/lib/libperfuse/subr.c

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



CVS commit: src/usr.sbin/perfused

2010-08-25 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Wed Aug 25 07:18:01 UTC 2010

Added Files:
src/usr.sbin/perfused: Makefile debug.c msg.c perfused.8 perfused.c
perfused.h

Log Message:
perfused(8) creates a /dev/fuse socket and performs PUFFS to FUSE relaying.
This is still a work in progress.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/perfused/Makefile \
src/usr.sbin/perfused/debug.c src/usr.sbin/perfused/msg.c \
src/usr.sbin/perfused/perfused.8 src/usr.sbin/perfused/perfused.c \
src/usr.sbin/perfused/perfused.h

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



CVS commit: src/sys/dev/usb

2010-08-25 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Wed Aug 25 12:43:56 UTC 2010

Modified Files:
src/sys/dev/usb: if_upgt.c

Log Message:
If firmware_load() returns ENOENT (i.e. No such file or directory),
explicitly mention that firmware file is not in the default distribution.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/if_upgt.c

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



CVS commit: [uebayasi-xip] src/sys/arch/x86/x86

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 13:36:09 UTC 2010

Modified Files:
src/sys/arch/x86/x86 [uebayasi-xip]: xmd_machdep.c

Log Message:
PA != VA here, use vtophys() to convert VA to PA.

(I hate x86.)


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/x86/x86/xmd_machdep.c

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



CVS commit: src/sys/kern

2010-08-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Aug 25 13:51:50 UTC 2010

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

Log Message:
I'm not even going to describe this change.  I'll just say that
churn creates interesting code.

Fixes open(O_CREAT|O_TRUNC) on at least tmpfs and nfs to not fail
with ENOENT due to a racy removal of the newly created file.

Caught, as most bugs these days are, by a test run.


To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/sys/kern/vfs_vnops.c

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



CVS commit: src/doc

2010-08-25 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Aug 25 14:02:52 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Note some recent changes.


To generate a diff of this commit:
cvs rdiff -u -r1.1428 -r1.1429 src/doc/CHANGES

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



CVS commit: [uebayasi-xip] src/sys/uvm

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:21:23 UTC 2010

Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_vnode.c

Log Message:
Actually make this build with options XIP.


To generate a diff of this commit:
cvs rdiff -u -r1.93.2.1 -r1.93.2.2 src/sys/uvm/uvm_vnode.c

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



CVS commit: [uebayasi-xip] src/sys/uvm

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:23:16 UTC 2010

Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_page.c

Log Message:
Fix DIAGNOSTIC build.  Sprinkle some assertions.


To generate a diff of this commit:
cvs rdiff -u -r1.153.2.53 -r1.153.2.54 src/sys/uvm/uvm_page.c

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



CVS commit: [uebayasi-xip] src/sys/miscfs/genfs

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:29:12 UTC 2010

Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c

Log Message:
Fix UVMHIST build.

Remove a comment about xip getpages optimization; quick profiling showed
that this routine is not expensive.  It'd be better to concentrate on
reducing TLB miss.


To generate a diff of this commit:
cvs rdiff -u -r1.36.2.21 -r1.36.2.22 src/sys/miscfs/genfs/genfs_io.c

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



CVS commit: [uebayasi-xip] src/sys/conf

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:32:30 UTC 2010

Modified Files:
src/sys/conf [uebayasi-xip]: files

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.974.2.8 -r1.974.2.9 src/sys/conf/files

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



CVS commit: [uebayasi-xip] src/sys/arch/powerpc/powerpc

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:32:54 UTC 2010

Modified Files:
src/sys/arch/powerpc/powerpc [uebayasi-xip]: xmd_machdep.c

Log Message:
RCS id.  Minor clean up.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/powerpc/powerpc/xmd_machdep.c

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



CVS commit: [uebayasi-xip] src/sys/arch/powerpc/conf

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 14:33:07 UTC 2010

Modified Files:
src/sys/arch/powerpc/conf [uebayasi-xip]: files.powerpc

Log Message:
Indent.


To generate a diff of this commit:
cvs rdiff -u -r1.71.4.3 -r1.71.4.4 src/sys/arch/powerpc/conf/files.powerpc

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



CVS commit: src/doc

2010-08-25 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Wed Aug 25 14:57:26 UTC 2010

Modified Files:
src/doc: CHANGES

Log Message:
Mention mips64 support (from the first branch merge) by matt@,
so details wont be forgotten in the release notes.


To generate a diff of this commit:
cvs rdiff -u -r1.1429 -r1.1430 src/doc/CHANGES

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



CVS commit: src/crypto/dist/heimdal/kpasswd

2010-08-25 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Wed Aug 25 15:08:22 UTC 2010

Modified Files:
src/crypto/dist/heimdal/kpasswd: kpasswdd.8

Log Message:
Add copyright and license.
I reported this in October 2009 and it was fixed upstream.
http://github.com/heimdal/heimdal/commits/master/kpasswd/kpasswdd.8


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/crypto/dist/heimdal/kpasswd/kpasswdd.8

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



CVS commit: src/share/mk

2010-08-25 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Wed Aug 25 15:24:29 UTC 2010

Modified Files:
src/share/mk: bsd.README

Log Message:
For MLINKS description, remove sentence saying they
are soft-linked (as it is not accurate).


To generate a diff of this commit:
cvs rdiff -u -r1.275 -r1.276 src/share/mk/bsd.README

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



CVS commit: [uebayasi-xip] src/sys/dev/microcode/radeon

2010-08-25 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Wed Aug 25 15:36:28 UTC 2010

Added Files:
src/sys/dev/microcode/radeon [uebayasi-xip]: CEDAR_me.bin CEDAR_pfp.bin
CEDAR_rlc.bin CYPRESS_me.bin CYPRESS_pfp.bin CYPRESS_rlc.bin
JUNIPER_me.bin JUNIPER_pfp.bin JUNIPER_rlc.bin R100_cp.bin
R200_cp.bin R300_cp.bin R420_cp.bin R520_cp.bin R600_me.bin
R600_pfp.bin R600_rlc.bin R700_rlc.bin REDWOOD_me.bin
REDWOOD_pfp.bin REDWOOD_rlc.bin RS600_cp.bin RS690_cp.bin
RS780_me.bin RS780_pfp.bin RV610_me.bin RV610_pfp.bin RV620_me.bin
RV620_pfp.bin RV630_me.bin RV630_pfp.bin RV635_me.bin RV635_pfp.bin
RV670_me.bin RV670_pfp.bin RV710_me.bin RV710_pfp.bin RV730_me.bin
RV730_pfp.bin RV770_me.bin RV770_pfp.bin

Log Message:
Sync with HEAD.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.4.2 src/sys/dev/microcode/radeon/CEDAR_me.bin \
src/sys/dev/microcode/radeon/CEDAR_pfp.bin \
src/sys/dev/microcode/radeon/CEDAR_rlc.bin \
src/sys/dev/microcode/radeon/CYPRESS_me.bin \
src/sys/dev/microcode/radeon/CYPRESS_pfp.bin \
src/sys/dev/microcode/radeon/CYPRESS_rlc.bin \
src/sys/dev/microcode/radeon/JUNIPER_me.bin \
src/sys/dev/microcode/radeon/JUNIPER_pfp.bin \
src/sys/dev/microcode/radeon/JUNIPER_rlc.bin \
src/sys/dev/microcode/radeon/R100_cp.bin \
src/sys/dev/microcode/radeon/R200_cp.bin \
src/sys/dev/microcode/radeon/R300_cp.bin \
src/sys/dev/microcode/radeon/R420_cp.bin \
src/sys/dev/microcode/radeon/R520_cp.bin \
src/sys/dev/microcode/radeon/R600_me.bin \
src/sys/dev/microcode/radeon/R600_pfp.bin \
src/sys/dev/microcode/radeon/R600_rlc.bin \
src/sys/dev/microcode/radeon/R700_rlc.bin \
src/sys/dev/microcode/radeon/REDWOOD_me.bin \
src/sys/dev/microcode/radeon/REDWOOD_pfp.bin \
src/sys/dev/microcode/radeon/REDWOOD_rlc.bin \
src/sys/dev/microcode/radeon/RS600_cp.bin \
src/sys/dev/microcode/radeon/RS690_cp.bin \
src/sys/dev/microcode/radeon/RS780_me.bin \
src/sys/dev/microcode/radeon/RS780_pfp.bin \
src/sys/dev/microcode/radeon/RV610_me.bin \
src/sys/dev/microcode/radeon/RV610_pfp.bin \
src/sys/dev/microcode/radeon/RV620_me.bin \
src/sys/dev/microcode/radeon/RV620_pfp.bin \
src/sys/dev/microcode/radeon/RV630_me.bin \
src/sys/dev/microcode/radeon/RV630_pfp.bin \
src/sys/dev/microcode/radeon/RV635_me.bin \
src/sys/dev/microcode/radeon/RV635_pfp.bin \
src/sys/dev/microcode/radeon/RV670_me.bin \
src/sys/dev/microcode/radeon/RV670_pfp.bin \
src/sys/dev/microcode/radeon/RV710_me.bin \
src/sys/dev/microcode/radeon/RV710_pfp.bin \
src/sys/dev/microcode/radeon/RV730_me.bin \
src/sys/dev/microcode/radeon/RV730_pfp.bin \
src/sys/dev/microcode/radeon/RV770_me.bin \
src/sys/dev/microcode/radeon/RV770_pfp.bin

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



CVS commit: src/etc

2010-08-25 Thread Jeremy C. Reed
Module Name:src
Committed By:   reed
Date:   Wed Aug 25 15:38:44 UTC 2010

Modified Files:
src/etc: aliases

Log Message:
mail(8) is no longer in /bin.
(Trivia: this sentence is from the 4.0BSD from 1980.)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/etc/aliases

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



CVS commit: src/sys/lib/libsa

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:23:23 UTC 2010

Modified Files:
src/sys/lib/libsa: loadfile.h

Log Message:
Add a new LOAD_MINIMAL flag to avoid loading sections that might seek backwards
and are not really needed like the note and the symbol section.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/lib/libsa/loadfile.h

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



CVS commit: src/sys/arch/sparc/stand/ofwboot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:24:45 UTC 2010

Modified Files:
src/sys/arch/sparc/stand/ofwboot: boot.c

Log Message:
Try to detect if we are doing a floppy boot from the device name and if
we are, load the minimal set to avoid backwards seeks.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/stand/ofwboot/boot.c

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



CVS commit: src/sys/lib/libsa

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:30:01 UTC 2010

Modified Files:
src/sys/lib/libsa: loadfile.h

Log Message:
add a LOAD_BACKWARDS flag on sections that might load backwards.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/lib/libsa/loadfile.h

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



CVS commit: src/sys/arch/alpha/stand

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:30:44 UTC 2010

Modified Files:
src/sys/arch/alpha/stand/common: boot.c
src/sys/arch/alpha/stand/ustarboot: Makefile

Log Message:
change LOAD_NOTE to LOAD_BACKWARDS


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/alpha/stand/common/boot.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/alpha/stand/ustarboot/Makefile

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



CVS commit: src/sys/arch/i386/stand/lib

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:32:51 UTC 2010

Modified Files:
src/sys/arch/i386/stand/lib: exec.c

Log Message:
use LOAD_BACKWARDS instead of LOAD_NOTE for floppy book.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/i386/stand/lib/exec.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/macppc/stand/ofwboot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:33:51 UTC 2010

Modified Files:
src/sys/arch/macppc/stand/ofwboot: boot.c

Log Message:
s/LOAD_NOTE/LOAD_BACKWARDS/


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/macppc/stand/ofwboot/boot.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/news68k/stand/boot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:35:02 UTC 2010

Modified Files:
src/sys/arch/news68k/stand/boot: boot.c

Log Message:
s/LOAD_NOTE/LOAD_BACKWARDS


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/news68k/stand/boot/boot.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/newsmips/stand/boot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:35:57 UTC 2010

Modified Files:
src/sys/arch/newsmips/stand/boot: boot.c

Log Message:
s/LOAD_NOTE/LOAD_BACKWARDS/


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/newsmips/stand/boot/boot.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/x68k/stand/boot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:37:02 UTC 2010

Modified Files:
src/sys/arch/x68k/stand/boot: boot.c

Log Message:
s/LOAD_NOTE/LOAD_BACKWARDS/


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x68k/stand/boot/boot.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/sparc/stand/ofwboot

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 16:38:04 UTC 2010

Modified Files:
src/sys/arch/sparc/stand/ofwboot: boot.c

Log Message:
kill LOAD_MINIMAL.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/ofwboot/boot.c

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



CVS commit: src/etc/mtree

2010-08-25 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Wed Aug 25 16:44:25 UTC 2010

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
Add tests dir for libdes.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/etc/mtree/NetBSD.dist.base

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



CVS commit: src/tests/lib

2010-08-25 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Wed Aug 25 16:46:36 UTC 2010

Modified Files:
src/tests/lib: Makefile
Added Files:
src/tests/lib/libdes: Makefile t_des.c

Log Message:
Convert the libdes tests to atf.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libdes/Makefile \
src/tests/lib/libdes/t_des.c

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



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

2010-08-25 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Wed Aug 25 16:46:48 UTC 2010

Modified Files:
src/distrib/sets/lists/tests: mi

Log Message:
Add entries for the libdes tests.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/distrib/sets/lists/tests/mi

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



CVS commit: src/regress/lib

2010-08-25 Thread Julio Merino
Module Name:src
Committed By:   jmmv
Date:   Wed Aug 25 16:47:44 UTC 2010

Modified Files:
src/regress/lib: Makefile
Removed Files:
src/regress/lib/libdes: Makefile destest.c

Log Message:
The libdes tests have been converted to atf and now live in tests/lib/libdes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/regress/lib/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/lib/libdes/Makefile \
src/regress/lib/libdes/destest.c

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

2010-08-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Aug 25 18:11:20 UTC 2010

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

Log Message:
Start many more threads for the renamerace since it seems to catch
more errors.

Add a sleepkludge to deal with NFS's sillyrename brokenness.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/vfs/t_renamerace.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/sparc/stand

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 18:11:54 UTC 2010

Modified Files:
src/sys/arch/sparc/stand/boot: boot.c
src/sys/arch/sparc/stand/common: promdev.c promdev.h

Log Message:
Don't LOAD_BACKWARDS for floppies.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/stand/boot/boot.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/common/promdev.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sparc/stand/common/promdev.h

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



CVS commit: src/tests/fs/common

2010-08-25 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Wed Aug 25 18:16:06 UTC 2010

Modified Files:
src/tests/fs/common: h_fsmacros.h

Log Message:
* fail with errnos
* in case unmount fails, call rump_pub_vfs_mount_print() to print
  mountpoint status and dump active vnodes.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/fs/common/h_fsmacros.h

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



CVS commit: src/sys/arch/sparc/stand

2010-08-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Aug 25 20:16:49 UTC 2010

Modified Files:
src/sys/arch/sparc/stand: Makefile.buildboot
src/sys/arch/sparc/stand/boot: boot.c
src/sys/arch/sparc/stand/common: promdev.c promdev.h
src/sys/arch/sparc/stand/ofwboot: Makefile boot.c
Added Files:
src/sys/arch/sparc/stand/common: isfloppy.c isfloppy.h

Log Message:
factor out the floppy detection code.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sparc/stand/Makefile.buildboot
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/sparc/stand/boot/boot.c
cvs rdiff -u -r0 -r1.1 src/sys/arch/sparc/stand/common/isfloppy.c \
src/sys/arch/sparc/stand/common/isfloppy.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/stand/common/promdev.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sparc/stand/common/promdev.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/sparc/stand/ofwboot/Makefile \
src/sys/arch/sparc/stand/ofwboot/boot.c

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



CVS commit: src/bin/pax

2010-08-25 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Wed Aug 25 21:36:03 UTC 2010

Modified Files:
src/bin/pax: options.c

Log Message:
Do not throw a usage message for -i followed by -t
since 'cpio -itv' is a valid command.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/bin/pax/options.c

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



CVS commit: src/usr.sbin/envstat

2010-08-25 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Aug 26 05:25:57 UTC 2010

Modified Files:
src/usr.sbin/envstat: envstat.c

Log Message:
Use . Remove trailing white space.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.sbin/envstat/envstat.c

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