svn commit: r215294 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched tools/regression/lib/msun tools/regression/usr.bin/...

2010-11-14 Thread Norikatsu Shigemura
Author: nork Date: Sun Nov 14 13:06:34 2010 New Revision: 215294 URL: http://svn.freebsd.org/changeset/base/215294 Log: Remove extra svn:mergeinfo. Pointy hat to:myself Pointed out by: hrs, ume, nyan, avg, jhb Suggested by: jhb Reviewd by: nyan, jhb Approved by: imp

Re: svn commit: r215077 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched sys/modules tools/regression/lib/msun tools/regres

2010-11-10 Thread Norikatsu Shigemura
x27;ll confirm operations you said, and test on my local environment. -- Norikatsu Shigemura ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r215077 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched sys/modules tools/regression/lib/msun tools/regres

2010-11-10 Thread Norikatsu Shigemura
s case, too. Sorry, I forgot http://wiki.freebsd.org/SubversionPrimer/Merging. So I'll contact to mentor, and remove svn:mergeinfo (r211201, r211204, r211270-r211271, r212861, r211249) from src/ exclude src/sys. -- Nor

svn commit: r215077 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched sys/modules tools/regression/lib/msun tools/regress...

2010-11-09 Thread Norikatsu Shigemura
Author: nork Date: Wed Nov 10 05:22:12 2010 New Revision: 215077 URL: http://svn.freebsd.org/changeset/base/215077 Log: MFC 211249 This depends on ACPI, so only build on i386:i386, amd64:amd64 and ia64:ia64. It can't possibly work on pc98, or any of the embedded platform

svn commit: r215036 - in stable/8: . contrib/top etc/periodic/daily gnu/usr.bin lib/libusb release/picobsd/floppy.tree/sbin sbin/geom/class/sched share/man/man4 sys/amd64/conf sys/boot/forth sys/co...

2010-11-09 Thread Norikatsu Shigemura
Author: nork Date: Tue Nov 9 13:39:17 2010 New Revision: 215036 URL: http://svn.freebsd.org/changeset/base/215036 Log: MFC 211201 Add tpm(4) driver for Trusted Platform Module. You may want to look at http://bsssd.sourceforge.net/ . Submitted by: Hans-Joerg Hoexer

svn commit: r212861 - in head/sys: amd64/conf boot/forth conf i386/conf

2010-09-19 Thread Norikatsu Shigemura
Author: nork Date: Sun Sep 19 14:40:37 2010 New Revision: 212861 URL: http://svn.freebsd.org/changeset/base/212861 Log: Add support 'device tpm' for amd64. Add tpm(4)'s default setting to /boot/defaults/loader.conf. Add 'device tpm' to NOTES for amd64 and i386. Discussed with: tak

Re: svn commit: r212549 - head/sys/dev/acpica

2010-09-13 Thread Norikatsu Shigemura
_C3: > default: > - if (cx_ptr->trans_lat > 1000 || > - (cpu_quirks & CPU_QUIRK_NO_C3) != 0) { > - > + if ((cpu_quirks & CPU_QUIRK_NO_C3) != 0) { > ACPI_DEBUG_PRINT((ACPI_DB_INFO, >"acpi_cpu%d:

svn commit: r210243 - head/usr.sbin/tzsetup

2010-07-19 Thread Norikatsu Shigemura
Author: nork Date: Mon Jul 19 16:38:45 2010 New Revision: 210243 URL: http://svn.freebsd.org/changeset/base/210243 Log: Fix support for chrooted installs. Approved by: imp (mentor) Modified: head/usr.sbin/tzsetup/tzsetup.c Modified: head/usr.sbin/tzsetup/tzsetup.c =

Re: svn commit: r208649 - head/usr.sbin/newsyslog

2010-05-29 Thread Norikatsu Shigemura
/etc/newsyslog.conf sed -i "" "/include ports/d" /etc/newsyslog.conf And 3. same to syslog.conf -- Norikatsu Shigemura ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mai

svn commit: r208365 - stable/8/usr.sbin/mergemaster

2010-05-20 Thread Norikatsu Shigemura
Author: nork Date: Thu May 20 22:12:36 2010 New Revision: 208365 URL: http://svn.freebsd.org/changeset/base/208365 Log: MFC r207612: Add support run services_mkdb(8). Approved by: dougb, imp (mentor) Reviewed by: ume Modified: stable/8/usr.sbin/mergemaster/mergemaster.sh Director

Re: svn commit: r207643 - in head: sys/dev/cxgb usr.sbin/cxgbtool

2010-05-05 Thread Norikatsu Shigemura
, and mac > addr is possible. Add support in cxgbtool to program these filters. Great news. Do you have any schedule to implement ipfw(4) hardware acceleration? :-) -- Norikatsu Shigemura ___ svn-src-all@freebsd.org maili

Re: svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Norikatsu Shigemura
Hi netchild. On Tue, 04 May 2010 16:02:55 +0200 Alexander Leidinger wrote: > > URL: http://svn.freebsd.org/changeset/base/207612 > > Log: > > Add support run services_mkdb(8). > Shouldn't this (and similar messages) only be done if there is a > corresponding DB file? > Everything is working j

svn commit: r207612 - head/usr.sbin/mergemaster

2010-05-04 Thread Norikatsu Shigemura
Author: nork Date: Tue May 4 11:25:04 2010 New Revision: 207612 URL: http://svn.freebsd.org/changeset/base/207612 Log: Add support run services_mkdb(8). Approved by: dougb, imp (mentor) Reviewed by: ume MFC after:2 weeks Modified: head/usr.sbin/mergemaster/mergemaster.sh Modi

svn commit: r203780 - head/share/zoneinfo

2010-02-11 Thread Norikatsu Shigemura
Author: nork Date: Thu Feb 11 15:34:54 2010 New Revision: 203780 URL: http://svn.freebsd.org/changeset/base/203780 Log: Fix a installation issue with $DESTDIR. Approved by: imp (mentor) Modified: head/share/zoneinfo/Makefile Modified: head/share/zoneinfo/Makefile ==

Re: svn commit: r203767 - head/lib/libufs

2010-02-10 Thread Norikatsu Shigemura
Hi Warner-san. On Thu, 11 Feb 2010 04:45:08 + (UTC) Warner Losh wrote: > Author: imp > Date: Thu Feb 11 04:45:08 2010 > New Revision: 203767 > URL: http://svn.freebsd.org/changeset/base/203767 > Log: > Increased warnings weren't tested on ARM. Bump warnings back down to > 0 until it can

Re: svn commit: r200743 - in head/usr.sbin: . service

2009-12-20 Thread Norikatsu Shigemura
On Sun, 20 Dec 2009 18:31:56 +0900 Hajimu UMEMOTO wrote: > > About the value this change, I think it should be same as the values > > at boot time. I cannot imagine that someone want to restart the > > system daemons under the user environment. > dougb> I can actually, especially for ports. > Yu

svn commit: r197149 - stable/8/sys/dev/coretemp

2009-09-13 Thread Norikatsu Shigemura
Author: nork Date: Sun Sep 13 10:04:08 2009 New Revision: 197149 URL: http://svn.freebsd.org/changeset/base/197149 Log: MFC r196889: Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin), to match acpi_thermal(4) and amdtemp(4). Approved by: re (rwatson) Reviewed by: rpaulo

svn commit: r196889 - head/sys/dev/coretemp

2009-09-06 Thread Norikatsu Shigemura
Author: nork Date: Sun Sep 6 12:01:29 2009 New Revision: 196889 URL: http://svn.freebsd.org/changeset/base/196889 Log: Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin). Approved by: re (rwatson) Reviewed by: rpaulo Suggested by: ume MFC After:3 days Modified: h

Re: svn commit: r195750 - head/etc/pam.d

2009-07-18 Thread Norikatsu Shigemura
Hi marcus. On Sat, 18 Jul 2009 06:08:21 + (UTC) Joe Marcus Clarke wrote: > Author: marcus (doc,ports committer) > Date: Sat Jul 18 06:08:21 2009 > New Revision: 195750 > URL: http://svn.freebsd.org/changeset/base/195750 > Log: > Remove this file. It is no longer needed as x11/gdm provides

svn commit: r194197 - head/share/misc

2009-06-14 Thread Norikatsu Shigemura
ay stokely\nmur...@freebsd.org\n2000/04/05"] netchild [label="Alexander leidinger\nnetch...@freebsd.org\n2005/03/31"] njl [label="Nate lawson\n...@freebsd.org\n2002/08/07"] +nork [label="Norikatsu shigemura\nn...@freebsd.org\n2009/06/09"] np [label="Navdee

Re: svn commit: r190943 - head/include

2009-04-11 Thread Norikatsu Shigemura
the problem; signal.h > and sys/signal.h are not the same header, nor does one include the > other. Simple-fully, no required signal.h. -- Norikatsu Shigemura ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: svn commit: r190943 - head/include

2009-04-11 Thread Norikatsu Shigemura
On Sat, 11 Apr 2009 23:00:54 -0400 > > > Can't we just put a patch in ports tree itself? What meant under 'no > > > clean solution emerged'? I can prepare a patch, if needed. > > I think so, too. I have a quick hack patch. > As I mentioned to vd@ on 3/20, I'd prefer something like > that. Does

Re: svn commit: r190943 - head/include

2009-04-11 Thread Norikatsu Shigemura
On Sat, 11 Apr 2009 21:07:02 +0400 Stanislav Sedov wrote: > > Log: > > GNU Pth has some fragile kludges that were broken by r189828. > > I've discussed this with the Pth maintainer and no clear solution > > has emerged on the ports side of things, so for now, hack around > > the issue in s

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Norikatsu Shigemura
Hi Sean! On Fri, 13 Mar 2009 16:12:00 -0500 (CDT) "Sean C. Farley" wrote: > >> functionality, however, the Citrus website is ambiguous about the > >> license. > > Really? > ambigous > > Citrus is licensed under BSD License or variant (like > > Perl or MIT). It can use with (L)GPL. >

Re: svn commit: r189765 - in head: . lib/libc lib/libc/nls

2009-03-13 Thread Norikatsu Shigemura
Hi Sean! On Fri, 13 Mar 2009 13:36:07 -0500 (CDT) "Sean C. Farley" wrote: > functionality, however, the Citrus website is ambiguous about the > license. Really? > ambigous Citrus is licensed under BSD License or variant (like Perl or MIT). It can use with (L)GPL.

Re: svn commit: r185097 - in head/sys: boot/zfs cddl/boot/zfs

2008-11-19 Thread Norikatsu Shigemura
Hi Doug! On Wed, 19 Nov 2008 16:59:19 + (UTC) Doug Rabson <[EMAIL PROTECTED]> wrote: Author: dfr > Date: Wed Nov 19 16:59:19 2008 > New Revision: 185097 > URL: http://svn.freebsd.org/changeset/base/185097 > Log: > Some zfsboot fixes from Norikatsu Shigemura: > 1.