CVS commit: src/sys/dev/acpi

2011-11-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Nov 15 07:43:37 UTC 2011

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

Log Message:
Add comment.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/acpi/acpi_cpu_pstate.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-11-14 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Nov 15 07:20:31 UTC 2011

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

Log Message:
Add support for AMD family 12h. Also revert revision 1.67, as it implies
maintenance burden for limited value. XXX: Need to add family 15h too.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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

2011-11-14 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Tue Nov 15 00:50:57 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile

Log Message:
pool_cache_sethiwat(9), pool_cache_setlowat(9), pool_cache_sethardlimit(9)


To generate a diff of this commit:
cvs rdiff -u -r1.1708 -r1.1709 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.358 -r1.359 src/share/man/man9/Makefile

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



CVS commit: src/share/man/man9

2011-11-14 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Tue Nov 15 00:32:34 UTC 2011

Modified Files:
src/share/man/man9: pool_cache.9

Log Message:
Document pool_cache_sethardlimit(9), the faithful friend of
pool_sethardlimit(9).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/pool_cache.9

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



CVS commit: src

2011-11-14 Thread Jean-Yves Migeon
Module Name:src
Committed By:   jym
Date:   Tue Nov 15 00:19:43 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: mi
src/share/man/man9: Makefile

Log Message:
pool_sethardlimit.9 => pool.9


To generate a diff of this commit:
cvs rdiff -u -r1.1707 -r1.1708 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.357 -r1.358 src/share/man/man9/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/xen/xen

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 21:34:50 UTC 2011

Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c

Log Message:
Use getdiskinfo() to print the name of the device; the previous code
constructed the wrong name if it was a wedge.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/xen/xen/xbdback_xenbus.c

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



CVS commit: src/tests/util/sh

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 20:47:33 UTC 2011

Modified Files:
src/tests/util/sh: t_evaltested.sh

Log Message:
remove c3 and c4


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

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

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 20:25:15 UTC 2011

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

Log Message:
add t_evaltested


To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 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/tests/util/sh

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 20:23:29 UTC 2011

Modified Files:
src/tests/util/sh: Makefile
Added Files:
src/tests/util/sh: t_evaltested.sh

Log Message:
Add a test for PR/45613 (eval failing in a tested context)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/util/sh/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/util/sh/t_evaltested.sh

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



CVS commit: src/sys/fs/union

2011-11-14 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Nov 14 18:42:57 UTC 2011

Modified Files:
src/sys/fs/union: union_vnops.c

Log Message:
VOP_ABORTOP() has no specific lock requirements so there is no need
to force locked vnodes here.  It should be impossible to come here
with a nil upper node.

Relock the directory vnode after copyup.  A locked union node with an
unlocked upper vnode can no longer exist so make FIXUP() an assertion.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/fs/union/union_vnops.c

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



CVS commit: src/sys/fs/union

2011-11-14 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Nov 14 18:38:14 UTC 2011

Modified Files:
src/sys/fs/union: union_subr.c

Log Message:
Remove a needless vnode lock/unlock dance.  This is a leftover from the
removal of VOP_LEASE().

Function union_removed_upper() always works on unlocked upper vnodes so
remove the test-and-unlock and add an assertion.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/fs/union/union_subr.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-11-14 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Nov 14 18:35:15 UTC 2011

Modified Files:
src/sys/fs/adosfs: advfsops.c
src/sys/fs/cd9660: cd9660_vfsops.c
src/sys/fs/filecorefs: filecore_vfsops.c
src/sys/fs/hfs: hfs_subr.c
src/sys/fs/msdosfs: msdosfs_vfsops.c
src/sys/fs/nilfs: nilfs_vfsops.c
src/sys/fs/ntfs: ntfs_vfsops.c
src/sys/fs/udf: udf_vfsops.c
src/sys/ufs/ext2fs: ext2fs_vfsops.c
src/sys/ufs/ffs: ffs_vfsops.c
src/sys/ufs/lfs: lfs_vfsops.c

Log Message:
VOP_OPEN() needs a locked vnode.  All these copy-and-pasted xxxfs_mount()
implementations need more review.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/fs/adosfs/advfsops.c
cvs rdiff -u -r1.73 -r1.74 src/sys/fs/cd9660/cd9660_vfsops.c
cvs rdiff -u -r1.67 -r1.68 src/sys/fs/filecorefs/filecore_vfsops.c
cvs rdiff -u -r1.16 -r1.17 src/sys/fs/hfs/hfs_subr.c
cvs rdiff -u -r1.92 -r1.93 src/sys/fs/msdosfs/msdosfs_vfsops.c
cvs rdiff -u -r1.7 -r1.8 src/sys/fs/nilfs/nilfs_vfsops.c
cvs rdiff -u -r1.86 -r1.87 src/sys/fs/ntfs/ntfs_vfsops.c
cvs rdiff -u -r1.61 -r1.62 src/sys/fs/udf/udf_vfsops.c
cvs rdiff -u -r1.161 -r1.162 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -u -r1.270 -r1.271 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -u -r1.290 -r1.291 src/sys/ufs/lfs/lfs_vfsops.c

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



CVS commit: src/bin/sh

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 18:24:45 UTC 2011

Modified Files:
src/bin/sh: eval.c

Log Message:
PR/45613: Aleksey Cheusov: /bin/sh: 'set -e' + 'if eval false' problem
Fixed from: http://www.freebsd.org/cgi/query-pr.cgi?pr=134881&cat=


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/bin/sh/eval.c

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



CVS commit: src/common/lib/libutil

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 16:21:44 UTC 2011

Modified Files:
src/common/lib/libutil: getfstypename.c

Log Message:
compile into nothing if _STANDALONE


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libutil/getfstypename.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/xen/xen

2011-11-14 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Nov 14 16:04:30 UTC 2011

Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c

Log Message:
Bring back sys/disklabel.h for DISKUNIT and DISKPART.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/xen/xen/xbdback_xenbus.c

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



CVS commit: src/common/lib/libutil

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 14:37:13 UTC 2011

Modified Files:
src/common/lib/libutil: getfstypename.c

Log Message:
add netbsd id


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libutil/getfstypename.c

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



CVS commit: src/common/lib/libutil

2011-11-14 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Nov 14 14:36:40 UTC 2011

Modified Files:
src/common/lib/libutil: getfstypename.c

Log Message:
- fix boot block building (-D_STANDALONE)
- explain why we cast.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libutil/getfstypename.c

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



CVS commit: [yamt-pagecache] src/usr.bin/vmstat

2011-11-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Mon Nov 14 14:27:53 UTC 2011

Modified Files:
src/usr.bin/vmstat [yamt-pagecache]: vmstat.c

Log Message:
might dirty -> possibly dirty
suggested by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.186.2.1 -r1.186.2.2 src/usr.bin/vmstat/vmstat.c

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



CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Mon Nov 14 14:24:54 UTC 2011

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_extern.h uvm_meter.c

Log Message:
might dirty -> possibly dirty
suggested by wiz@


To generate a diff of this commit:
cvs rdiff -u -r1.176.2.2 -r1.176.2.3 src/sys/uvm/uvm_extern.h
cvs rdiff -u -r1.56.4.3 -r1.56.4.4 src/sys/uvm/uvm_meter.c

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



CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Mon Nov 14 14:23:16 UTC 2011

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_fault.c

Log Message:
assertions


To generate a diff of this commit:
cvs rdiff -u -r1.190.2.1 -r1.190.2.2 src/sys/uvm/uvm_fault.c

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



CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Mon Nov 14 14:22:28 UTC 2011

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page_array.h

Log Message:
comment


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/uvm/uvm_page_array.h

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



CVS commit: [yamt-pagecache] src/sys/uvm

2011-11-14 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Mon Nov 14 14:21:41 UTC 2011

Modified Files:
src/sys/uvm [yamt-pagecache]: uvm_page.h

Log Message:
remove now unused UVM_PAGE_TREE_PENALTY


To generate a diff of this commit:
cvs rdiff -u -r1.73.2.4 -r1.73.2.5 src/sys/uvm/uvm_page.h

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



CVS commit: src/dist/nvi/common

2011-11-14 Thread Takehiko NOZAKI
Module Name:src
Committed By:   tnozaki
Date:   Mon Nov 14 13:29:07 UTC 2011

Modified Files:
src/dist/nvi/common: key.h

Log Message:
nvi cannot display international character(west european accented chars).
reported by Ian D. Leroux at current-users, thanks a lot!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/dist/nvi/common/key.h

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



CVS commit: [ipsec-tools-0_8-branch] src/crypto/dist/ipsec-tools/src/libipsec

2011-11-14 Thread Timo Teräs
Module Name:src
Committed By:   tteras
Date:   Mon Nov 14 13:25:06 UTC 2011

Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec [ipsec-tools-0_8-branch]:
pfkey.c

Log Message:
>From Marcelo Leitner : do not shrink pfkey socket
buffers (if system default is larger than what we want as minimum)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.21.2.1 \
src/crypto/dist/ipsec-tools/src/libipsec/pfkey.c

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



CVS commit: src/crypto/dist/ipsec-tools/src/libipsec

2011-11-14 Thread Timo Teräs
Module Name:src
Committed By:   tteras
Date:   Mon Nov 14 13:24:05 UTC 2011

Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: pfkey.c

Log Message:
>From Marcelo Leitner : do not shrink pfkey socket
buffers (if system default is larger than what we want as minimum)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/crypto/dist/ipsec-tools/src/libipsec/pfkey.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

2011-11-14 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Nov 14 11:29:48 UTC 2011

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

Log Message:
add machdep.dmi.bios-date


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/x86/platform.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/puffs/rump_v7fs

2011-11-14 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Nov 14 11:28:05 UTC 2011

Modified Files:
src/usr.sbin/puffs/rump_v7fs: Makefile

Log Message:
Define RUMP_DISKFS to provide getdiskinfo from rumpdev_disk library.


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

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



CVS commit: xsrc/external/mit/xf86-video-intel/dist/src

2011-11-14 Thread Jared D. McNeill
Module Name:xsrc
Committed By:   jmcneill
Date:   Mon Nov 14 11:26:52 UTC 2011

Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src: i830_quirks.c

Log Message:
Use sysctl machdep.dmi.* instead of /sys/class/dmi/id/* for extracting DMI info 
on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
xsrc/external/mit/xf86-video-intel/dist/src/i830_quirks.c

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



CVS commit: othersrc/usr.sbin/pkg_setup

2011-11-14 Thread Aleksey Cheusov
Module Name:othersrc
Committed By:   cheusov
Date:   Mon Nov 14 11:12:38 UTC 2011

Modified Files:
othersrc/usr.sbin/pkg_setup: pkg_setup

Log Message:
Add option '-p ' for installing specified packages in addition to
pkg_install.
  Example: pkg_setup -v -d http://example.org/pkgsrc/linux/repo -p nih


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.sbin/pkg_setup/pkg_setup

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