cvs commit: src/sys/xen gnttab.c gnttab.h src/sys/xen/evtchn evtchn.c src/sys/xen/interface callback.h domctl.h features.h grant_table.h memory.h physdev.h vcpu.h src/sys/xen/interface/arch-x86 xen-x8

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:01:31 UTC

  FreeBSD src repository

  Modified files:
sys/xen  gnttab.c gnttab.h 
sys/xen/evtchn   evtchn.c 
sys/xen/interfacecallback.h domctl.h features.h 
 grant_table.h memory.h physdev.h vcpu.h 
sys/xen/interface/arch-x86 xen-x86_32.h xen-x86_64.h xen.h 
  Log:
  SVN rev 183340 on 2008-09-25 07:01:31Z by kmacy
  
  partial update to interface headers to 3.2
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.3   +11 -2 src/sys/xen/evtchn/evtchn.c
  1.3   +6 -4  src/sys/xen/gnttab.c
  1.2   +19 -5 src/sys/xen/gnttab.h
  1.2   +6 -23 src/sys/xen/interface/arch-x86/xen-x86_32.h
  1.2   +4 -3  src/sys/xen/interface/arch-x86/xen-x86_64.h
  1.2   +20 -11src/sys/xen/interface/arch-x86/xen.h
  1.2   +33 -4 src/sys/xen/interface/callback.h
  1.2   +197 -1src/sys/xen/interface/domctl.h
  1.2   +3 -0  src/sys/xen/interface/features.h
  1.2   +35 -1 src/sys/xen/interface/grant_table.h
  1.2   +4 -4  src/sys/xen/interface/memory.h
  1.2   +51 -1 src/sys/xen/interface/physdev.h
  1.2   +22 -1 src/sys/xen/interface/vcpu.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/xen/netfront netfront.c

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:02:00 UTC

  FreeBSD src repository

  Modified files:
sys/dev/xen/netfront netfront.c 
  Log:
  SVN rev 183341 on 2008-09-25 07:02:00Z by kmacy
  
  reflect header change in netfront
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.6   +1 -1  src/sys/dev/xen/netfront/netfront.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/xen pmap.c xen_machdep.c

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:03:09 UTC

  FreeBSD src repository

  Modified files:
sys/i386/xen pmap.c xen_machdep.c 
  Log:
  SVN rev 183342 on 2008-09-25 07:03:09Z by kmacy
  
  Make nkpt dependent on the size of the initial memory allocation
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.6   +2 -1  src/sys/i386/xen/pmap.c
  1.11  +7 -9  src/sys/i386/xen/xen_machdep.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/include param.h

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:05:17 UTC

  FreeBSD src repository

  Modified files:
sys/i386/include param.h 
  Log:
  SVN rev 183343 on 2008-09-25 07:05:17Z by kmacy
  
  add NPGPTD_SHIFT for the nkpt calculation
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.83  +2 -0  src/sys/i386/include/param.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/include smp.h

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:09:50 UTC

  FreeBSD src repository

  Modified files:
sys/i386/include smp.h 
  Log:
  SVN rev 183344 on 2008-09-25 07:09:50Z by kmacy
  
  add  ipi mapping
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.92  +3 -1  src/sys/i386/include/smp.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/xen mp_machdep.c

2008-09-25 Thread Kip Macy
kmacy   2008-09-25 07:11:04 UTC

  FreeBSD src repository

  Modified files:
sys/i386/xen mp_machdep.c 
  Log:
  SVN rev 183345 on 2008-09-25 07:11:04Z by kmacy
  
  add initial ipi definitions
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.4   +32 -6 src/sys/i386/xen/mp_machdep.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml

2008-09-25 Thread Manolis Kiagias
manolis 2008-09-25 07:30:03 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/handbook/eresources chapter.sgml 
  Log:
  Remove "cvs-all" from General Lists, as it obviously does not belong there
  
  Reviewed by:keramida
  
  Revision  ChangesPath
  1.188 +0 -5  
doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h

2008-09-25 Thread Pyun YongHyeon
yongari 2008-09-25 07:31:45 UTC

  FreeBSD src repository

  Modified files:
sys/dev/msk  if_msk.c if_mskreg.h 
  Log:
  SVN rev 183346 on 2008-09-25 07:31:45Z by yongari
  
  Add another hardware bug workaround for Yukon II controllers that
  have hardware ram buffer. The silicon bug seem to be triggered by
  pause frames if receive buffer is not aligned on FIFO word(8 bytes).
  To workaround the issue, make sure to align Rx buffers on 8 bytes.
  Unfortunately this workaround requires yet another Rx fixup for
  strict alignment architecture machines to align IP header.
  
  For newer hardwares that lacks ram buffer may not have this bug so
  check number of available ram buffer size to see the existence of
  ram buffer.
  
  Reported by:Ian Freislich (ianf  clue dot co dot za), das
  Tested by:  Ian Freislich (ianf  clue dot co dot za)
  
  Revision  ChangesPath
  1.32  +58 -7 src/sys/dev/msk/if_msk.c
  1.13  +4 -0  src/sys/dev/msk/if_mskreg.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: www/en/donations donors.sgml

2008-09-25 Thread Pietro Cerutti
gahr2008-09-25 07:48:56 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
en/donations donors.sgml 
  Log:
  - Mark donation to des@ as Received
  
  Revision  ChangesPath
  1.379 +2 -2  www/en/donations/donors.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/en_US.ISO8859-1/books/handbook/security chapter.sgml

2008-09-25 Thread Remko Lodder
remko   2008-09-25 08:45:39 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/books/handbook/security chapter.sgml 
  Log:
  Fix typo, s/k5destroy/kdestroy/
  
  Submitted by: Rene Ladan
  Obtained from:  The FreeBSD Dutch Documentation Project
  
  Revision  ChangesPath
  1.331 +1 -1  doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/mn_MN.UTF-8/books/handbook/eresources chapter.sgml

2008-09-25 Thread Ganbold Tsagaankhuu
ganbold 2008-09-25 08:47:12 UTC

  FreeBSD doc repository

  Modified files:
mn_MN.UTF-8/books/handbook/eresources chapter.sgml 
  Log:
  MFen: Resync with the English version of the handbook
  
  Obtained from: FreeBSD Mongolian Documentation project
  
  Revision  ChangesPath
  1.9   +2 -6  doc/mn_MN.UTF-8/books/handbook/eresources/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: doc/mn_MN.UTF-8/books/handbook/security chapter.sgml

2008-09-25 Thread Ganbold Tsagaankhuu
ganbold 2008-09-25 08:55:31 UTC

  FreeBSD doc repository

  Modified files:
mn_MN.UTF-8/books/handbook/security chapter.sgml 
  Log:
  MFen: Resync with the English version of the handbook
  
  Obtained from: FreeBSD Mongolian Documentation project
  
  Revision  ChangesPath
  1.19  +2 -2  doc/mn_MN.UTF-8/books/handbook/security/chapter.sgml
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/databases/mysql-gui-tools/files patch-mysql-gui-common-source-linux_MDispatcher.cc

2008-09-25 Thread Pietro Cerutti
gahr2008-09-25 09:16:22 UTC

  FreeBSD ports repository

  Added files:
databases/mysql-gui-tools/files 

patch-mysql-gui-common-source-linux_MDispatcher.cc 
  Log:
  - Fix build on 64-bits platforms
  
  Reported by:QA Tindie
  
  Revision  ChangesPath
  1.1   +13 -0 
ports/databases/mysql-gui-tools/files/patch-mysql-gui-common-source-linux_MDispatcher.cc
 (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net/rubygem-twitter4r Makefile pkg-plist

2008-09-25 Thread Cheng-Lung Sung
clsung  2008-09-25 09:22:30 UTC

  FreeBSD ports repository

  Modified files:
net/rubygem-twitter4r Makefile 
  Removed files:
net/rubygem-twitter4r pkg-plist 
  Log:
  - update the method of pkg-plist generation
  
  Revision  ChangesPath
  1.8   +8 -0  ports/net/rubygem-twitter4r/Makefile
  1.6   +0 -172ports/net/rubygem-twitter4r/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c

2008-09-25 Thread David Malone
dwmalone2008-09-25 09:28:18 UTC

  FreeBSD src repository

  Modified files:
usr.sbin/syslogd syslogd.8 syslogd.c 
  Log:
  SVN rev 183347 on 2008-09-25 09:28:18Z by dwmalone
  
  Add a flag, -T, that tells syslogd to always replace the timestamp on
  messages from the network. We already replace malformatted timestamps
  and this option lets us replace timestamps that are correctly formatted
  but wrong.
  
  PR: 120891
  Submitted by:   Thomas Vogt <[EMAIL PROTECTED]>
  MFC after:  1 week
  
  Revision  ChangesPath
  1.63  +12 -0 src/usr.sbin/syslogd/syslogd.8
  1.159 +12 -7 src/usr.sbin/syslogd/syslogd.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/rubygem-mechanize Makefile distinfo

2008-09-25 Thread Cheng-Lung Sung
clsung  2008-09-25 09:32:23 UTC

  FreeBSD ports repository

  Modified files:
www/rubygem-mechanize Makefile distinfo 
  Log:
  - Update to 0.8.0
  
  Revision  ChangesPath
  1.15  +1 -1  ports/www/rubygem-mechanize/Makefile
  1.14  +3 -3  ports/www/rubygem-mechanize/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/xfce4-dict-plugin Makefile distinfo pkg-plist

2008-09-25 Thread Martin Wilke
miwi2008-09-25 10:03:48 UTC

  FreeBSD ports repository

  Modified files:
textproc/xfce4-dict-plugin Makefile distinfo pkg-plist 
  Log:
  - Update to 0.4.1
  
  Revision  ChangesPath
  1.9   +2 -2  ports/textproc/xfce4-dict-plugin/Makefile
  1.3   +3 -3  ports/textproc/xfce4-dict-plugin/distinfo
  1.3   +5 -0  ports/textproc/xfce4-dict-plugin/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/pear-Crypt_GPG Makefile distinfo

2008-09-25 Thread Martin Wilke
miwi2008-09-25 11:23:36 UTC

  FreeBSD ports repository

  Modified files:
security/pear-Crypt_GPG Makefile distinfo 
  Log:
  - Update to 0.7.1
  
  Revision  ChangesPath
  1.5   +1 -1  ports/security/pear-Crypt_GPG/Makefile
  1.5   +3 -3  ports/security/pear-Crypt_GPG/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/net Makefile ports/net/p5-Socket Makefile distinfo pkg-descr pkg-plist

2008-09-25 Thread Renato Botelho
garga   2008-09-25 11:40:49 UTC

  FreeBSD ports repository

  Modified files:
net  Makefile 
  Removed files:
net/p5-SocketMakefile distinfo pkg-descr pkg-plist 
  Log:
  This is the old version of Socket, that is available inside perl, so, the port
  isn't needed here, i've added it by mistake.
  
  Now it's time to clean this removing the port.
  
  Discussed with: tobez
  
  Revision  ChangesPath
  1.2035+0 -1  ports/net/Makefile
  1.2   +0 -24 ports/net/p5-Socket/Makefile (dead)
  1.2   +0 -3  ports/net/p5-Socket/distinfo (dead)
  1.2   +0 -7  ports/net/p5-Socket/pkg-descr (dead)
  1.2   +0 -7  ports/net/p5-Socket/pkg-plist (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/usb ubsa.c

2008-09-25 Thread Poul-Henning Kamp
phk 2008-09-25 12:00:56 UTC

  FreeBSD src repository

  Modified files:
sys/dev/usb  ubsa.c 
  Log:
  SVN rev 183348 on 2008-09-25 12:00:56Z by phk
  
  Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:
  
  Kick the device into the right mode if it comes up as a flash-disk.
  
  Set the buffers to a sensible 1024 bytes instead of a far too small
  default.
  
  Don't attempt to change speed, baud, parity and such, the device does
  not understand it.
  
  Revision  ChangesPath
  1.41  +61 -2 src/sys/dev/usb/ubsa.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports MOVED

2008-09-25 Thread Renato Botelho
garga   2008-09-25 12:04:27 UTC

  FreeBSD ports repository

  Modified files:
.MOVED 
  Log:
  - Remove net/p5-Socket
  
  Revision  ChangesPath
  1.1694+2 -1  ports/MOVED
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/usb umass.c

2008-09-25 Thread Poul-Henning Kamp
phk 2008-09-25 12:16:18 UTC

  FreeBSD src repository

  Modified files:
sys/dev/usb  umass.c 
  Log:
  SVN rev 183349 on 2008-09-25 12:16:18Z by phk
  
  Tell umass to leave Huawei radio devices alone so ubsa(4) will
  be able to kick them into shape.
  
  Revision  ChangesPath
  1.166 +7 -0  src/sys/dev/usb/umass.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/release/i386 fixit_crunch.conf src/release/pc98 fixit-small_crunch.conf fixit_crunch.conf

2008-09-25 Thread Takahashi Yoshihiro
nyan2008-09-25 12:25:54 UTC

  FreeBSD src repository

  Modified files:
release/i386 fixit_crunch.conf 
release/pc98 fixit-small_crunch.conf fixit_crunch.conf 
  Log:
  SVN rev 183350 on 2008-09-25 12:25:54Z by nyan
  
  - Add libbsdxml and libsbuf required by bsdlabel.
  - Remove the mknod from pc98 fixit and also the ftp from pc98 small fixit
to avoid disk full.
  
  Revision  ChangesPath
  1.17  +1 -1  src/release/i386/fixit_crunch.conf
  1.11  +1 -5  src/release/pc98/fixit-small_crunch.conf
  1.17  +1 -2  src/release/pc98/fixit_crunch.conf
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/py-logilab-common Makefile distinfo pkg-plist

2008-09-25 Thread Li-Wen Hsu
lwhsu   2008-09-25 12:26:43 UTC

  FreeBSD ports repository

  Modified files:
devel/py-logilab-common Makefile distinfo pkg-plist 
  Log:
  - Update to 0.35.0
  
  PR: ports/127571
  Submitted by:   Yi-Jheng Lin 
  Approved by:Marcus von Appen  (maintainer)
  
  Revision  ChangesPath
  1.15  +1 -1  ports/devel/py-logilab-common/Makefile
  1.15  +3 -3  ports/devel/py-logilab-common/distinfo
  1.13  +236 -223  ports/devel/py-logilab-common/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/py-astng Makefile distinfo pkg-plist

2008-09-25 Thread Li-Wen Hsu
lwhsu   2008-09-25 12:27:47 UTC

  FreeBSD ports repository

  Modified files:
devel/py-astng   Makefile distinfo pkg-plist 
  Log:
  - Update to 0.17.3
  
  PR: ports/127572
  Submitted by:   Yi-Jheng Lin 
  Approved by:Marcus von Appen  (maintainer)
  
  Revision  ChangesPath
  1.7   +1 -1  ports/devel/py-astng/Makefile
  1.5   +3 -3  ports/devel/py-astng/distinfo
  1.4   +92 -89ports/devel/py-astng/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/net if_stf.c

2008-09-25 Thread David Malone
dwmalone2008-09-25 12:35:01 UTC

  FreeBSD src repository

  Modified files:
sys/net  if_stf.c 
  Log:
  SVN rev 183351 on 2008-09-25 12:35:01Z by dwmalone
  
  Some people's 6to4 routers seem to have been blowing up because of
  the unlocked route caching in if_stf. Add a mutex that protects
  access to cached route. This seemed to fix problems for Pekka Savola.
  
  Nick Sayer had similar problems, and in his case completly disabling
  the route cache seemed to help. Add a sysctl net.link.stf.route_cache
  that can be used to turn off route caching in if_stf.
  
  PR: 122283
  MFC after:  2 weeks
  Tested by:  Pekka Savola, Nick Sayer.
  
  Revision  ChangesPath
  1.64  +30 -6 src/sys/net/if_stf.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/drood Makefile distinfo pkg-plist

2008-09-25 Thread Thomas Abthorpe
tabthorpe2008-09-25 12:57:21 UTC

  FreeBSD ports repository

  Modified files:
www/droodMakefile distinfo pkg-plist 
  Log:
  - Update to 1.35
  
  PR: ports/127576
  Submitted by:   James Bailie  (maintainer)
  
  Revision  ChangesPath
  1.24  +1 -1  ports/www/drood/Makefile
  1.24  +3 -3  ports/www/drood/distinfo
  1.2   +1 -1  ports/www/drood/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/lang/munger Makefile distinfo pkg-plist

2008-09-25 Thread Thomas Abthorpe
tabthorpe2008-09-25 13:00:09 UTC

  FreeBSD ports repository

  Modified files:
lang/munger  Makefile distinfo pkg-plist 
  Log:
  - Update to 4.154
  
  PR: ports/127577
  Submitted by:   James Bailie  (maintainer)
  
  Revision  ChangesPath
  1.76  +2 -2  ports/lang/munger/Makefile
  1.76  +3 -3  ports/lang/munger/distinfo
  1.49  +2 -11 ports/lang/munger/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/shells/mksh Makefile distinfo

2008-09-25 Thread Martin Wilke
miwi2008-09-25 13:21:27 UTC

  FreeBSD ports repository

  Modified files:
shells/mksh  Makefile distinfo 
  Log:
  - Update to R35b
  
  Revision  ChangesPath
  1.18  +7 -5  ports/shells/mksh/Makefile
  1.15  +3 -3  ports/shells/mksh/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/kern kern_condvar.c kern_synch.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 13:42:19 UTC

  FreeBSD src repository

  Modified files:
sys/kern kern_condvar.c kern_synch.c 
  Log:
  SVN rev 183352 on 2008-09-25 13:42:19Z by jhb
  
  - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the condition
variable wait routines.  DROP_GIANT() already manages that state in the
Giant interlock case.
  - Assert that Giant is held when it is passed as a sleep interlock.
  
  Revision  ChangesPath
  1.66  +12 -4 src/sys/kern/kern_condvar.c
  1.315 +2 -0  src/sys/kern/kern_synch.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.bin/lockf lockf.1 lockf.c

2008-09-25 Thread David Malone
dwmalone2008-09-25 14:24:07 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/lockflockf.1 lockf.c 
  Log:
  SVN rev 183353 on 2008-09-25 14:24:07Z by dwmalone
  
  MFC:
  Lockf was exiting with status 1 if the command did not exit normally.
  This is easy to confuse with the actual exit status of the program.
  Instead exit with EX_SOFTWARE if the command doesn't exit normally.
  
  Approved by:re (kib)
  
  Revision  ChangesPath
  1.18.2.3  +5 -0  src/usr.bin/lockf/lockf.1
  1.16.2.2  +1 -1  src/usr.bin/lockf/lockf.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/usr.bin/lockf lockf.1 lockf.c

2008-09-25 Thread David Malone
dwmalone2008-09-25 14:27:00 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
usr.bin/lockflockf.1 lockf.c 
  Log:
  SVN rev 183354 on 2008-09-25 14:27:00Z by dwmalone
  
  MFC:
  Lockf was exiting with status 1 if the command did not exit normally.
  This is easy to confuse with the actual exit status of the program.
  Instead exit with EX_SOFTWARE if the command doesn't exit normally.
  
  Approved by:re (kib)
  
  Revision  ChangesPath
  1.16.2.3  +5 -0  src/usr.bin/lockf/lockf.1
  1.11.8.3  +1 -1  src/usr.bin/lockf/lockf.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/p5-Jifty Makefile Makefile.man distinfo pkg-plist

2008-09-25 Thread Cheng-Lung Sung
clsung  2008-09-25 14:47:11 UTC

  FreeBSD ports repository

  Modified files:
www/p5-Jifty Makefile Makefile.man distinfo pkg-plist 
  Log:
  - Update to 0.80408
  
  Changes:http://search.cpan.org/dist/Jifty/Changes
  PR: ports/122614
  Submitted by:   clsung
  Approved by:maintainer timeout
  
  Revision  ChangesPath
  1.11  +11 -6 ports/www/p5-Jifty/Makefile
  1.6   +112 -1ports/www/p5-Jifty/Makefile.man
  1.8   +3 -3  ports/www/p5-Jifty/distinfo
  1.8   +270 -18   ports/www/p5-Jifty/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/www/p5-Jifty Makefile

2008-09-25 Thread Cheng-Lung Sung
clsung  2008-09-25 15:08:53 UTC

  FreeBSD ports repository

  Modified files:
www/p5-Jifty Makefile 
  Log:
  - take the maintainership
  
  Approved by:maintainer (tobez)
  
  Revision  ChangesPath
  1.12  +1 -1  ports/www/p5-Jifty/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/lang/parrot Makefile distinfo pkg-plist

2008-09-25 Thread Sergey Skvortsov
skv 2008-09-25 16:09:20 UTC

  FreeBSD ports repository

  Modified files:
lang/parrot  Makefile distinfo pkg-plist 
  Log:
  Update to 0.7.1
  
  Changes:http://search.cpan.org/src/PMIC/parrot-0.7.1/NEWS
  
  Revision  ChangesPath
  1.34  +2 -2  ports/lang/parrot/Makefile
  1.15  +3 -3  ports/lang/parrot/distinfo
  1.15  +15 -1 ports/lang/parrot/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/net80211 ieee80211_ddb.c

2008-09-25 Thread Andrew Thompson
thompsa 2008-09-25 16:46:36 UTC

  FreeBSD src repository

  Modified files:
sys/net80211 ieee80211_ddb.c 
  Log:
  SVN rev 183355 on 2008-09-25 16:46:36Z by thompsa
  
  Use db_printsym to lookup and print the function pointers.
  
  Revision  ChangesPath
  1.13  +46 -40src/sys/net80211/ieee80211_ddb.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/fwbuilder2 Makefile

2008-09-25 Thread Cy Schubert
cy  2008-09-25 17:21:18 UTC

  FreeBSD ports repository

  Modified files:
security/fwbuilder2  Makefile 
  Log:
  Fix depends and conflicts.
  
  Revision  ChangesPath
  1.52  +2 -1  ports/security/fwbuilder2/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/fwbuilder2 Makefile

2008-09-25 Thread Cy Schubert
cy  2008-09-25 17:22:48 UTC

  FreeBSD ports repository

  Modified files:
security/fwbuilder2  Makefile 
  Log:
  Fix conflicts.
  
  Point hat to:   myself
  
  Revision  ChangesPath
  1.53  +1 -1  ports/security/fwbuilder2/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/libfwbuilder2 Makefile

2008-09-25 Thread Cy Schubert
cy  2008-09-25 17:23:12 UTC

  FreeBSD ports repository

  Modified files:
security/libfwbuilder2 Makefile 
  Log:
  Add conflicts.
  
  Revision  ChangesPath
  1.48  +1 -0  ports/security/libfwbuilder2/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/netinet tcp_input.c

2008-09-25 Thread Robert Watson
rwatson 2008-09-25 17:26:54 UTC

  FreeBSD src repository

  Modified files:
sys/netinet  tcp_input.c 
  Log:
  SVN rev 183356 on 2008-09-25 17:26:54Z by rwatson
  
  As a follow-on to r183323, correct another case where ip_output() was
  called without an inpcb pointer despite holding the tcbinfo global
  lock, which lead to a deadlock or panic when ipfw tried to further
  acquire it recursively.
  
  Reported by:Stefan Ehmann 
  MFC after:  3 days
  
  Revision  ChangesPath
  1.383 +17 -1 src/sys/netinet/tcp_input.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/graphics/osg Makefile

2008-09-25 Thread Dmitry Marakasov
amdmi3  2008-09-25 17:51:50 UTC

  FreeBSD ports repository

  Modified files:
graphics/osg Makefile 
  Log:
  - Fix build on 8.x
  
  Revision  ChangesPath
  1.35  +3 -0  ports/graphics/osg/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/graphics/osg/files patch-src-OpenThreads-pthreads-PThread.c++

2008-09-25 Thread Dmitry Marakasov
amdmi3  2008-09-25 17:53:05 UTC

  FreeBSD ports repository

  Added files:
graphics/osg/files   
 patch-src-OpenThreads-pthreads-PThread.c++ 
  Log:
  - Forgotten patch to fix build on 8.x
  
  Revision  ChangesPath
  1.1   +10 -0 
ports/graphics/osg/files/patch-src-OpenThreads-pthreads-PThread.c++ (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/netinet in.h ip_icmp.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 18:37:08 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/netinet  in.h ip_icmp.c 
  Log:
  SVN rev 183357 on 2008-09-25 18:37:08Z by jhb
  
  MFC: 178280
  - Clean up the code that checks the types of address so that it is
done by understandable macros.
  - Fix the bug that prevented the system from responding on interfaces with
link local addresses assigned.
  
  Approved by:re (gnn)
  
  Revision   ChangesPath
  1.100.2.1  +2 -0  src/sys/netinet/in.h
  1.118.2.2  +4 -3  src/sys/netinet/ip_icmp.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/netinet in.h ip_icmp.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 18:38:04 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/netinet  in.h ip_icmp.c 
  Log:
  SVN rev 183358 on 2008-09-25 18:38:04Z by jhb
  
  MFC: 178280
  - Clean up the code that checks the types of address so that it is
done by understandable macros.
  - Fix the bug that prevented the system from responding on interfaces with
link local addresses assigned.
  
  Approved by:re (gnn)
  
  Revision   ChangesPath
  1.90.2.6   +2 -0  src/sys/netinet/in.h
  1.101.2.3  +4 -3  src/sys/netinet/ip_icmp.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/schroedinger Makefile pkg-plist

2008-09-25 Thread Dmitry Marakasov
amdmi3  2008-09-25 18:44:57 UTC

  FreeBSD ports repository

  Modified files:
multimedia/schroedinger Makefile pkg-plist 
  Log:
  - Add gstreamer support & fix build when gstreamer is present
  
  PR: 127624
  Submitted by:   "Eric L. Chen" 
  Improved by:me
  
  Revision  ChangesPath
  1.3   +15 -1 ports/multimedia/schroedinger/Makefile
  1.3   +5 -1  ports/multimedia/schroedinger/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/bouml Makefile distinfo

2008-09-25 Thread Thierry Thomas
thierry 2008-09-25 19:06:22 UTC

  FreeBSD ports repository

  Modified files:
devel/bouml  Makefile distinfo 
  Log:
  Upgrade to 4.6.1.
  
  Chnagelog at .
  
  Revision  ChangesPath
  1.130 +1 -1  ports/devel/bouml/Makefile
  1.127 +3 -3  ports/devel/bouml/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/gnu/usr.bin/gdb/kgdb kld.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 19:32:03 UTC

  FreeBSD src repository

  Modified files:
gnu/usr.bin/gdb/kgdb kld.c 
  Log:
  SVN rev 183359 on 2008-09-25 19:32:03Z by jhb
  
  Use existing GDB routines for parsing the section table of klds in
  the 'add-kld' command instead of doing it more by hand.
  
  MFC after:  1 week
  
  Revision  ChangesPath
  1.10  +23 -36src/gnu/usr.bin/gdb/kgdb/kld.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/ddb db_command.c db_command.h db_main.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 19:50:14 UTC

  FreeBSD src repository

  Modified files:
sys/ddb  db_command.c db_command.h db_main.c 
  Log:
  SVN rev 183360 on 2008-09-25 19:50:14Z by jhb
  
  Initialize the DDB command list when initializing DDB so that the basic
  commands are available from 'boot -d'.
  
  Suggested by:   dfr
  
  Revision  ChangesPath
  1.80  +2 -3  src/sys/ddb/db_command.c
  1.15  +1 -0  src/sys/ddb/db_command.h
  1.8   +1 -0  src/sys/ddb/db_main.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/multimedia/miro Makefile distinfo

2008-09-25 Thread Thierry Thomas
thierry 2008-09-25 19:58:25 UTC

  FreeBSD ports repository

  Modified files:
multimedia/miro  Makefile distinfo 
  Log:
  Upgrade to 1.2.7.
  
  Changelog at
  
  
  Revision  ChangesPath
  1.11  +1 -1  ports/multimedia/miro/Makefile
  1.8   +3 -3  ports/multimedia/miro/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/compat/freebsd32 syscalls.master src/sys/kern makesyscalls.sh syscalls.master src/sys/sys sysent.h

2008-09-25 Thread John Baldwin
jhb 2008-09-25 20:07:42 UTC

  FreeBSD src repository

  Modified files:
sys/compat/freebsd32 syscalls.master 
sys/kern makesyscalls.sh syscalls.master 
sys/sys  sysent.h 
  Log:
  SVN rev 183361 on 2008-09-25 20:07:42Z by jhb
  
  Tidy up a few things with syscall generation:
  - Instead of using a syscall slot (370) just to get a function prototype
for lkmressys(), add an explicit function prototype to .
This also removes unused special case checks for 'lkmressys' from
makesyscalls.sh.
  - Instead of having magic logic in makesyscalls.sh to only generate a
function prototype the first time 'lkmnosys' is seen, make 'NODEF'
always not generate a function prototype and include an explicit
prototype for 'lkmnosys' in .
  - As a result of the fix in (2), update the LKM syscall entries in
the freebsd32 syscall table to use 'lkmnosys' rather than 'nosys'.
  - Use NOPROTO for the __syscall() entry (198) in the native ABI.  This
avoids the need for magic logic in makesyscalls.h to only generate
a function prototype the first time 'nosys' is encountered.
  
  Revision  ChangesPath
  1.108 +12 -12src/sys/compat/freebsd32/syscalls.master
  1.71  +15 -25src/sys/kern/makesyscalls.sh
  1.247 +3 -3  src/sys/kern/syscalls.master
  1.57  +6 -0  src/sys/sys/sysent.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/kern init_sysent.c syscalls.c systrace_args.c src/sys/sys syscall.h syscall.m

2008-09-25 Thread John Baldwin
jhb 2008-09-25 20:08:36 UTC

  FreeBSD src repository

  Modified files:
sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h 
 freebsd32_syscalls.c freebsd32_sysent.c 
sys/kern init_sysent.c syscalls.c systrace_args.c 
sys/sys  syscall.h syscall.mk sysproto.h 
  Log:
  SVN rev 183362 on 2008-09-25 20:08:36Z by jhb
  
  Regen.
  
  Revision  ChangesPath
  1.93  +1 -1  src/sys/compat/freebsd32/freebsd32_proto.h
  1.92  +1 -1  src/sys/compat/freebsd32/freebsd32_syscall.h
  1.83  +12 -12src/sys/compat/freebsd32/freebsd32_syscalls.c
  1.93  +12 -12src/sys/compat/freebsd32/freebsd32_sysent.c
  1.244 +2 -2  src/sys/kern/init_sysent.c
  1.228 +2 -2  src/sys/kern/syscalls.c
  1.26  +0 -8  src/sys/kern/systrace_args.c
  1.225 +1 -1  src/sys/sys/syscall.h
  1.180 +1 -1  src/sys/sys/syscall.mk
  1.229 +1 -5  src/sys/sys/sysproto.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/compat/freebsd32 freebsd32_util.h

2008-09-25 Thread John Baldwin
jhb 2008-09-25 20:12:38 UTC

  FreeBSD src repository

  Modified files:
sys/compat/freebsd32 freebsd32_util.h 
  Log:
  SVN rev 183363 on 2008-09-25 20:12:38Z by jhb
  
  Sort includes and add multiple include guards.
  
  Revision  ChangesPath
  1.11  +9 -5  src/sys/compat/freebsd32/freebsd32_util.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/ftp/proftpd Makefile distinfo

2008-09-25 Thread Beech Rintoul
beech   2008-09-25 20:23:38 UTC

  FreeBSD ports repository

  Modified files:
ftp/proftpd  Makefile distinfo 
  Log:
  - Re-add mod_sql_tds option and update to 4.6
  - Bump portrevision
  
  Revision  ChangesPath
  1.143 +19 -1 ports/ftp/proftpd/Makefile
  1.45  +3 -6  ports/ftp/proftpd/distinfo
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/net80211 ieee80211_hostap.c

2008-09-25 Thread Sam Leffler
sam 2008-09-25 20:25:25 UTC

  FreeBSD src repository

  Modified files:
sys/net80211 ieee80211_hostap.c 
  Log:
  SVN rev 183364 on 2008-09-25 20:25:25Z by sam
  
  must do a deep copy of mcast packets as they can be modified after dispatch
  
  Submitted by:   "Jared Go" <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.5   +1 -1  src/sys/net80211/ieee80211_hostap.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h src/sys/compat/ia32 ia32_sysvec.c

2008-09-25 Thread John Baldwin
jhb 2008-09-25 20:50:21 UTC

  FreeBSD src repository

  Modified files:
sys/compat/freebsd32 freebsd32_misc.c freebsd32_util.h 
sys/compat/ia32  ia32_sysvec.c 
  Log:
  SVN rev 183365 on 2008-09-25 20:50:21Z by jhb
  
  Add support for installing 32-bit system calls from kernel modules.  This
  includes syscall32_{de,}register() routines as well as a module handler
  and wrapper macros similar to the support for native syscalls in
  .
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.80  +80 -0 src/sys/compat/freebsd32/freebsd32_misc.c
  1.12  +30 -0 src/sys/compat/freebsd32/freebsd32_util.h
  1.29  +0 -2  src/sys/compat/ia32/ia32_sysvec.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/deskutils/horde-hermes Makefile distinfo pkg-plist

2008-09-25 Thread Beech Rintoul
beech   2008-09-25 20:54:38 UTC

  FreeBSD ports repository

  Modified files:
deskutils/horde-hermes Makefile distinfo pkg-plist 
  Log:
  - Update to 1.0 Release
  
  Revision  ChangesPath
  1.3   +1 -1  ports/deskutils/horde-hermes/Makefile
  1.3   +3 -3  ports/deskutils/horde-hermes/distinfo
  1.3   +0 -5  ports/deskutils/horde-hermes/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: src/etc/rc.d jail src/share/man/man5 rc.conf.5

2008-09-25 Thread Simon L. Nielsen
[Trying to moving off commit lists]

On 2008.09.25 09:20:04 +0400, Ruslan Ermilov wrote:
> Hi Bjoern,
> 
> On Wed, Sep 24, 2008 at 06:34:53PM +, Bjoern A. Zeeb wrote:
> > On Wed, 24 Sep 2008, Ruslan Ermilov wrote:
> > 
> > > ru  2008-09-24 15:18:27 UTC
> > >
> > >  FreeBSD src repository
> > >
> > >  Modified files:
> > >etc/rc.d jail
> > >share/man/man5   rc.conf.5
> > >  Log:
> > >  SVN rev 183325 on 2008-09-24 15:18:27Z by ru
> > >
> > >  Allow a jail's IP alias to be created with an arbitrary netmask.
> > 
> > So I had been talking with various people during the last weeks/months
> > about this feature of configuring an interface from rc.d/jail and I
> > had been >< close to remove it a lot of times but it seems people
> > prefer to actually mix network configuration, management and jail
> > startup/teardown in a single script, which I think is a very
> > questionable thing especially considering that we already had an
> > SA for[1] that script for other means.
> > 
> At work, we use ezjail as a management tool for jails.  We want our

[...]

I think the main problem is that the configuration required for jails
"today" is simply too much for what should be done in an rc.d script
configured by rc.conf.  At the Cambridge Devsummit we talked about
creating some kind of more advanced jail management system and I think
that is the way to go in the long run and kill off rc.d/jail.

Of course doing this is no small task, but I think adding kludges to
rc.conf is going to be increasingly painful.  I'm not sure what form a
management system should take, but having ezjail like functionality in
base would be a good thing IMO.

Personally I also have a rather strong dislike for the jail auto ip
setting feature, but as people are using it removing the functionality
will cause pain.

-- 
Simon L. Nielsen
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/octave-forge Makefile

2008-09-25 Thread Dmitry Marakasov
amdmi3  2008-09-25 21:54:55 UTC

  FreeBSD ports repository

  Modified files:
math/octave-forgeMakefile 
  Log:
  - Add benchmarks/octave-forge-benchmark and math/octave-forge-nlwing2 support
  
  PR: 127611
  Submitted by:   Stephen Montgomery-Smith  (maintainer)
  
  Revision  ChangesPath
  1.26  +9 -0  ports/math/octave-forge/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel/horde-whups Makefile distinfo pkg-plist

2008-09-25 Thread Beech Rintoul
beech   2008-09-25 23:05:58 UTC

  FreeBSD ports repository

  Modified files:
devel/horde-whupsMakefile distinfo pkg-plist 
  Log:
  - Update to 1.0 Release
  
  Revision  ChangesPath
  1.5   +1 -1  ports/devel/horde-whups/Makefile
  1.4   +3 -3  ports/devel/horde-whups/distinfo
  1.4   +0 -24 ports/devel/horde-whups/pkg-plist
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/math/octave-forge-image Makefile ports/math/octave-forge-image/files patch-src:Makefile

2008-09-25 Thread Dmitry Marakasov
amdmi3  2008-09-25 23:19:38 UTC

  FreeBSD ports repository

  Modified files:
math/octave-forge-image Makefile 
  Added files:
math/octave-forge-image/files patch-src:Makefile 
  Log:
  - Fix dynamic linker errors by explicitely linking with Magick++ libs
  - While here, convert some spaces to tabs
  
  PR: 127369
  Submitted by:   Jason Lenthe 
  Fix by: Stephen Montgomery-Smith  (maintainer)
  
  Revision  ChangesPath
  1.3   +3 -2  ports/math/octave-forge-image/Makefile
  1.1   +10 -0 ports/math/octave-forge-image/files/patch-src:Makefile 
(new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs commit: ports/math/octave-forge Makefile

2008-09-25 Thread QAT
Hi,


The build which triggered this email is done under tinderbox-2.4.3, on 
7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly"
and ccache support, with the "official" up-to-date Ports Tree, with the
following vars set:
NOPORTDOCS=yes,  NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.


Excerpt from 
http://T64.TecNik93.com/logs/7-STABLE-FTP/octave-forge-20080831_1.log :


building octave-forge-20080831_1 in directory /var/tinderbox/7-STABLE-FTP
maintained by: [EMAIL PROTECTED]
building for:  7.0-STABLE amd64
port directory: /usr/ports/math/octave-forge
Makefile ident: $FreeBSD: ports/math/octave-forge/Makefile,v 1.26 2008/09/25 
21:54:55 amdmi3 Exp $
prefixes: LOCALBASE=usr/local X11BASE=usr/local
NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes
build started at Fri Sep 26 00:00:12 UTC 2008

...

/var/db/fontconfig: cleaning cache directory
/root/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded

Note: in order to use the script dvipdf, dvips must be installed.
This program may be provided by either print/dvips or print/dvipsk-tetex
(print/dvipsk-tetex may be preferable since it doesn't conflict with
tetex things).

Also note that FAPIfontmap and FAPIcidfmap in
/usr/local/share/ghostscript/8.62/lib have to be configured first if
WITH_FT_BRIDGE is enabled.

pkg_add tiff-3.8.2_2.tbz
skipping tiff-3.8.2_2, already added
pkg_add libfpx-1.2.0.12_1.tbz
skipping libfpx-1.2.0.12_1, already added
pkg_add jbigkit-1.6.tbz
skipping jbigkit-1.6, already added
pkg_add jasper-1.900.1_6.tbz
skipping jasper-1.900.1_6, already added
pkg_add lcms-1.17,1.tbz
skipping lcms-1.17,1, already added
pkg_add fontconfig-2.5.0,1.tbz
skipping fontconfig-2.5.0,1, already added
pkg_add libltdl-1.5.26.tbz
skipping libltdl-1.5.26, already added
pkg_add libxml2-2.6.32.tbz
skipping libxml2-2.6.32, already added
pkg_add perl-5.8.8_1.tbz
skipping perl-5.8.8_1, already added
pkg_add ghostscript8-8.62_5.tbz
skipping ghostscript8-8.62_5, already added
pkg_add expat-2.0.1.tbz
skipping expat-2.0.1, already added
pkg_add gsfonts-8.11_4.tbz
skipping gsfonts-8.11_4, already added
pkg_add octave-forge-image-1.0.8.tbz
pkg_add: can't stat package file 'octave-forge-image-1.0.8.tbz'
error in dependency octave-forge-image-1.0.8.tbz, exiting


A description of the testing process can be found here:
http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt


Thanks for your work on making FreeBSD better,

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B

___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: CVSROOT modules

2008-09-25 Thread Edwin Groothuis
edwin   2008-09-26 00:09:17 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Ports modules update at Friday 26 September 2008 at 00:09
  
  Revision  ChangesPath
  1.20163   +2 -2  CVSROOT/modules
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/vpnc Makefile ports/security/vpnc/files patch-vpnc-script

2008-09-25 Thread Maxim Sobolev
sobomax 2008-09-26 00:19:50 UTC

  FreeBSD ports repository

  Modified files:
security/vpncMakefile 
security/vpnc/files  patch-vpnc-script 
  Log:
  Use kldstat(8) to check for the availability of the if_tun module in the
  kernel instead of checking for existance of /dev/tun. The latter causes
  tun(8) to allocate new instance, which is not good by itself, but also
  on all FreeBSD versions before the very recent -current it causes number
  of tun devices to grow each time the script is invoked (and it's invoked
  every time when vpnc makes a new connection).
  
  Bump PORTREVISION.
  
  Approved by:MAINTAINER
  
  Revision  ChangesPath
  1.38  +1 -1  ports/security/vpnc/Makefile
  1.4   +21 -2 ports/security/vpnc/files/patch-vpnc-script
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h

2008-09-25 Thread Pyun YongHyeon
yongari 2008-09-26 00:52:51 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/dev/jme  if_jme.c if_jmereg.h 
  Log:
  SVN rev 183367 on 2008-09-26 00:52:51Z by yongari
  
  MFC r183264:
Add workaround for occasional packet loss issue of JMC250 A2
when it runs on half-duplex media.
While I'm here add register definition for GPREG1. ATM the GPREG1
register is only valid for JMC250 A1/A2.
  
Submitted by: Ethan at JMicron
  
  Approved by:re (kensmith)
  
  Revision  ChangesPath
  1.1.2.7   +12 -2 src/sys/dev/jme/if_jme.c
  1.1.2.3   +8 -1  src/sys/dev/jme/if_jmereg.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/jme if_jme.c if_jmereg.h

2008-09-25 Thread Pyun YongHyeon
yongari 2008-09-26 01:03:04 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/jme  if_jme.c if_jmereg.h 
  Log:
  SVN rev 183368 on 2008-09-26 01:03:04Z by yongari
  
  MFC r183264:
Add workaround for occasional packet loss issue of JMC250 A2
when it runs on half-duplex media.
While I'm here add register definition for GPREG1. ATM the GPREG1
register is only valid for JMC250 A1/A2.
  
Submitted by: Ethan at JMicron
  
  Approved by:re (kensmith)
  
  Revision  ChangesPath
  1.2.2.6   +12 -2 src/sys/dev/jme/if_jme.c
  1.1.4.3   +8 -1  src/sys/dev/jme/if_jmereg.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/security/libksba Makefile distinfo ports/security/libksba/files patch-src__asn1-func.c patch-src_asn1-func.c

2008-09-25 Thread Greg Larkin
glarkin 2008-09-26 01:05:57 UTC

  FreeBSD ports repository

  Modified files:
security/libksba Makefile distinfo 
  Added files:
security/libksba/files patch-src__asn1-func.c 
  Removed files:
security/libksba/files patch-src_asn1-func.c 
  Log:
  - Updated to 1.0.4
  - Renamed a patch file with "make makepatch"
  
  PR: ports/127578
  Submitted by:   Hirohisa Yamaguchi 
  Approved by:beech (mentor, implicit)
  
  Revision  ChangesPath
  1.43  +1 -1  ports/security/libksba/Makefile
  1.17  +3 -3  ports/security/libksba/distinfo
  1.1   +11 -0 ports/security/libksba/files/patch-src__asn1-func.c (new)
  1.2   +0 -11 ports/security/libksba/files/patch-src_asn1-func.c (dead)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/textproc/stardict3 Makefile ports/textproc/stardict3/files src_conf.h

2008-09-25 Thread Xin LI
delphij 2008-09-26 02:22:59 UTC

  FreeBSD ports repository

  Modified files:
textproc/stardict3   Makefile 
  Added files:
textproc/stardict3/files src_conf.h 
  Log:
   o Detect and use memrchr supplied by the distribution
 when running system does not have memrchr(3).
   o Pass maintainership to submitter.
  
  Submitted by:   Eric L. Chen 
  
  Revision  ChangesPath
  1.36  +7 -3  ports/textproc/stardict3/Makefile
  1.1   +18 -0 ports/textproc/stardict3/files/src_conf.h (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/vm vm_pageout.c

2008-09-25 Thread Alan Cox
alc 2008-09-26 03:06:08 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/vm   vm_pageout.c 
  Log:
  SVN rev 183369 on 2008-09-26 03:06:08Z by alc
  
  MFC r183236
Prevent an integer overflow in vm_pageout_page_stats() on machines with a
large number of physical pages.
  
  PR: 126158
  Approved by:re (kib)
  
  Revision   ChangesPath
  1.268.2.6  +2 -1  src/sys/vm/vm_pageout.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/cfe cfe_api.c cfe_api.h cfe_api_int.h cfe_console.c cfe_error.h cfe_ioctl.h cfe_resource.c

2008-09-25 Thread Warner Losh
imp 2008-09-26 03:53:10 UTC

  FreeBSD src repository

  Added files:
sys/dev/cfe  cfe_api.c cfe_api.h cfe_api_int.h 
 cfe_console.c cfe_error.h cfe_ioctl.h 
 cfe_resource.c 
  Log:
  SVN rev 183370 on 2008-09-26 03:53:10Z by imp
  
  Support for CFE boot loaders.  Initially the support is for MIPS, but
  other processors will work too.
  
  Submitted by:   bms@
  Obtained from:  p4 mips2 branch
  
  Revision  ChangesPath
  1.1   +538 -0src/sys/dev/cfe/cfe_api.c (new)
  1.1   +199 -0src/sys/dev/cfe/cfe_api.h (new)
  1.1   +171 -0src/sys/dev/cfe/cfe_api_int.h (new)
  1.1   +298 -0src/sys/dev/cfe/cfe_console.c (new)
  1.1   +104 -0src/sys/dev/cfe/cfe_error.h (new)
  1.1   +75 -0 src/sys/dev/cfe/cfe_ioctl.h (new)
  1.1   +159 -0src/sys/dev/cfe/cfe_resource.c (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/siba siba.c siba_ids.h siba_pcib.c siba_pcibvar.h sibareg.h sibavar.h

2008-09-25 Thread Warner Losh
imp 2008-09-26 03:57:23 UTC

  FreeBSD src repository

  Added files:
sys/dev/siba siba.c siba_ids.h siba_pcib.c 
 siba_pcibvar.h sibareg.h sibavar.h 
  Log:
  SVN rev 183371 on 2008-09-26 03:57:23Z by imp
  
  Support for the siba bus found in many broadcom products.
  
  Submitted by:   bms@
  Obtained from:  p4 mips branch
  
  Revision  ChangesPath
  1.1   +665 -0src/sys/dev/siba/siba.c (new)
  1.1   +71 -0 src/sys/dev/siba/siba_ids.h (new)
  1.1   +432 -0src/sys/dev/siba/siba_pcib.c (new)
  1.1   +52 -0 src/sys/dev/siba/siba_pcibvar.h (new)
  1.1   +73 -0 src/sys/dev/siba/sibareg.h (new)
  1.1   +92 -0 src/sys/dev/siba/sibavar.h (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/mips/sentry5 s5_machdep.c

2008-09-25 Thread Warner Losh
imp 2008-09-26 04:45:56 UTC

  FreeBSD src repository

  Modified files:
sys/mips/sentry5 s5_machdep.c 
  Log:
  SVN rev 183372 on 2008-09-26 04:45:56Z by imp
  
  Remove reference to machine/tlb.h.  It no longer exists, and isn't
  needed as this compiles fine w/o it.
  
  Revision  ChangesPath
  1.3   +0 -1  src/sys/mips/sentry5/s5_machdep.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/cxgb/sys mvec.h uipc_mvec.c

2008-09-25 Thread Kip Macy
kmacy   2008-09-26 05:09:03 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/dev/cxgb/sys mvec.h uipc_mvec.c 
  Log:
  SVN rev 183373 on 2008-09-26 05:09:03Z by kmacy
  
  MFC 183339
  insta-panic fix
  
  tested by: gnn
  
  Submitted by:   Chelsio Inc.
  Approved by:re
  
  Revision  ChangesPath
  1.6.2.3   +4 -0  src/sys/dev/cxgb/sys/mvec.h
  1.14.2.3  +5 -0  src/sys/dev/cxgb/sys/uipc_mvec.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/cfe cfe_console.c

2008-09-25 Thread Warner Losh
imp 2008-09-26 05:10:57 UTC

  FreeBSD src repository

  Modified files:
sys/dev/cfe  cfe_console.c 
  Log:
  SVN rev 183374 on 2008-09-26 05:10:57Z by imp
  
  The Ultra2 never had a CFE console or CFE boot loader.  Kill obvious
  cut-n-paste leftover.
  
  Revision  ChangesPath
  1.2   +1 -1  src/sys/dev/cfe/cfe_console.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/xen/blkfront blkfront.c src/sys/dev/xen/netfront netfront.c src/sys/i386/xen xen_machdep.c src/sys/xen gnttab.c gnttab.h src/sys/xen/interface arch-ia64.h arch-powerpc.h domctl

2008-09-25 Thread Kip Macy
kmacy   2008-09-26 05:29:39 UTC

  FreeBSD src repository

  Modified files:
sys/dev/xen/blkfront blkfront.c 
sys/dev/xen/netfront netfront.c 
sys/i386/xen xen_machdep.c 
sys/xen  gnttab.c gnttab.h 
sys/xen/interfacearch-ia64.h arch-powerpc.h domctl.h 
 grant_table.h kexec.h libelf.h memory.h 
 platform.h sysctl.h trace.h xen-compat.h 
 xen.h 
sys/xen/interface/foreign mkchecker.py mkheader.py structs.py 
sys/xen/interface/hvm hvm_op.h ioreq.h params.h save.h 
sys/xen/interface/io blkif.h fbif.h kbdif.h netif.h pciif.h 
 protocols.h ring.h xenbus.h xs_wire.h 
  Added files:
sys/xen/interface/arch-x86 cpuid.h xen-mca.h 
sys/xen/interface/arch-x86/hvm save.h 
  Log:
  SVN rev 183375 on 2008-09-26 05:29:39Z by kmacy
  
  Update xen/interface includes to the latest in mercurial
  
  MFC after:  1 month
  
  Revision  ChangesPath
  1.6   +4 -2  src/sys/dev/xen/blkfront/blkfront.c
  1.7   +6 -4  src/sys/dev/xen/netfront/netfront.c
  1.12  +2 -2  src/sys/i386/xen/xen_machdep.c
  1.4   +5 -8  src/sys/xen/gnttab.c
  1.3   +5 -5  src/sys/xen/gnttab.h
  1.2   +250 -151  src/sys/xen/interface/arch-ia64.h
  1.2   +6 -11 src/sys/xen/interface/arch-powerpc.h
  1.1   +68 -0 src/sys/xen/interface/arch-x86/cpuid.h (new)
  1.1   +429 -0src/sys/xen/interface/arch-x86/hvm/save.h (new)
  1.1   +279 -0src/sys/xen/interface/arch-x86/xen-mca.h (new)
  1.3   +1 -1  src/sys/xen/interface/domctl.h
  1.2   +2 -2  src/sys/xen/interface/foreign/mkchecker.py
  1.2   +15 -1 src/sys/xen/interface/foreign/mkheader.py
  1.2   +5 -1  src/sys/xen/interface/foreign/structs.py
  1.3   +1 -5  src/sys/xen/interface/grant_table.h
  1.2   +55 -0 src/sys/xen/interface/hvm/hvm_op.h
  1.2   +17 -12src/sys/xen/interface/hvm/ioreq.h
  1.2   +41 -3 src/sys/xen/interface/hvm/params.h
  1.2   +12 -386   src/sys/xen/interface/hvm/save.h
  1.2   +14 -1 src/sys/xen/interface/io/blkif.h
  1.2   +44 -6 src/sys/xen/interface/io/fbif.h
  1.2   +2 -0  src/sys/xen/interface/io/kbdif.h
  1.2   +24 -3 src/sys/xen/interface/io/netif.h
  1.2   +18 -0 src/sys/xen/interface/io/pciif.h
  1.2   +22 -3 src/sys/xen/interface/io/protocols.h
  1.2   +16 -8 src/sys/xen/interface/io/ring.h
  1.2   +8 -1  src/sys/xen/interface/io/xenbus.h
  1.2   +10 -1 src/sys/xen/interface/io/xs_wire.h
  1.2   +55 -3 src/sys/xen/interface/kexec.h
  1.2   +59 -35src/sys/xen/interface/libelf.h
  1.3   +42 -11src/sys/xen/interface/memory.h
  1.2   +166 -3src/sys/xen/interface/platform.h
  1.2   +118 -8src/sys/xen/interface/sysctl.h
  1.2   +100 -27   src/sys/xen/interface/trace.h
  1.2   +1 -8  src/sys/xen/interface/xen-compat.h
  1.2   +40 -14src/sys/xen/interface/xen.h
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/cfe cfe_console.c

2008-09-25 Thread Warner Losh
imp 2008-09-26 05:37:54 UTC

  FreeBSD src repository

  Modified files:
sys/dev/cfe  cfe_console.c 
  Log:
  SVN rev 183376 on 2008-09-26 05:37:54Z by imp
  
  Catch up to latest tty, kdb and SYSINIT changes.  Modeled after the
  dev/ofw changes, since this driver appears to have used that as a
  start years ago...
  
  Revision  ChangesPath
  1.3   +51 -115   src/sys/dev/cfe/cfe_console.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/dev/siba siba_pcib.c

2008-09-25 Thread Warner Losh
imp 2008-09-26 05:40:56 UTC

  FreeBSD src repository

  Modified files:
sys/dev/siba siba_pcib.c 
  Log:
  SVN rev 183377 on 2008-09-26 05:40:56Z by imp
  
  Use some casting to get the right addresses.  This is likely unwise
  code, but will be OK until there's a 64-bit siba...
  
  With this change, SENTRY5 kernel now compiles for mips, the last of
  the holdouts.
  
  Revision  ChangesPath
  1.2   +3 -2  src/sys/dev/siba/siba_pcib.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/include Makefile

2008-09-25 Thread Peter Wemm
peter   2008-09-26 05:50:08 UTC

  FreeBSD src repository

  Modified files:
include  Makefile 
  Log:
  SVN rev 183378 on 2008-09-26 05:50:08Z by peter
  
  Re-add getosreldate(3) function prototype in the form that I've been using
  for quite some time now.  While I'm not sure if it'll break IA64 again,
  this way doesn't cause problems with my builds of XFree86/Xorg and the way
  they #include  via cpp in the imake system.
  
  Revision  ChangesPath
  1.282 +10 -1 src/include/Makefile
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: src/sys/i386/include/xen evtchn.h src/sys/i386/xen mp_machdep.c src/sys/xen/evtchn evtchn.c

2008-09-25 Thread Kip Macy
kmacy   2008-09-26 05:54:24 UTC

  FreeBSD src repository

  Modified files:
sys/i386/include/xen evtchn.h 
sys/i386/xen mp_machdep.c 
sys/xen/evtchn   evtchn.c 
  Log:
  SVN rev 183379 on 2008-09-26 05:54:24Z by kmacy
  
  move ipi_pcpu to evtchn.c
  
  Revision  ChangesPath
  1.2   +1 -0  src/sys/i386/include/xen/evtchn.h
  1.5   +1 -11 src/sys/i386/xen/mp_machdep.c
  1.4   +15 -7 src/sys/xen/evtchn/evtchn.c
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs commit: ports/devel Makefile ports/devel/py-icu Makefile distinfo pkg-descr pkg-plist

2008-09-25 Thread Alexander Nedotsukov
bland   2008-09-26 06:05:06 UTC

  FreeBSD ports repository

  Modified files:
develMakefile 
  Added files:
devel/py-icu Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add py-icu 0.8.1, Python extension wrapping IBM's ICU C++ API.
  
  Revision  ChangesPath
  1.3201+1 -0  ports/devel/Makefile
  1.1   +32 -0 ports/devel/py-icu/Makefile (new)
  1.1   +3 -0  ports/devel/py-icu/distinfo (new)
  1.1   +4 -0  ports/devel/py-icu/pkg-descr (new)
  1.1   +1 -0  ports/devel/py-icu/pkg-plist (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"