cvs commit: src/sys/boot/i386/libi386 devicename.c

2008-08-04 Thread Colin Percival
cperciva2008-08-04 07:01:42 UTC

  FreeBSD src repository

  Modified files:
sys/boot/i386/libi386 devicename.c 
  Log:
  SVN rev 181282 on 2008-08-04 07:01:42Z by cperciva
  
  Dereferencing uninitialized pointers considered harmful.  Prior to this
  commit, calling i386_parsedev(..., X, ...) where X is "ad", "bge", or
  any other disk or network device name without a unit number, would
  result in dereferencing whatever happened to be on the stack where the
  variable "cp" is stored.
  
  Found by:   LLVM/Clang Static Checker
  
  Revision  ChangesPath
  1.10  +4 -0  src/sys/boot/i386/libi386/devicename.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/pdfcrack Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 07:35:46 UTC

  FreeBSD ports repository

  Modified files:
security/pdfcrackMakefile distinfo 
  Log:
  - Update to 0.11
  
  Revision  ChangesPath
  1.4   +1 -1  ports/security/pdfcrack/Makefile
  1.3   +3 -3  ports/security/pdfcrack/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/usr.bin/gzip gzip.c

2008-08-04 Thread Colin Percival
cperciva2008-08-04 07:36:53 UTC

  FreeBSD src repository

  Modified files:
usr.bin/gzip gzip.c 
  Log:
  SVN rev 181283 on 2008-08-04 07:36:53Z by cperciva
  
  Mark functions as __dead2 in order to help the LLVM static checker
  understand which code paths aren't possible.
  
  Reported by:edwin
  
  Revision  ChangesPath
  1.8   +2 -2  src/usr.bin/gzip/gzip.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/mn_MN.UTF-8/books/handbook/config chapter.sgml doc/mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml doc/mn_MN.UTF-8/books/handbook/printing chapter.sgml

2008-08-04 Thread Ganbold Tsagaankhuu
ganbold 2008-08-04 07:38:32 UTC

  FreeBSD doc repository

  Modified files:
mn_MN.UTF-8/books/handbook/config chapter.sgml 
mn_MN.UTF-8/books/handbook/kernelconfig chapter.sgml 
mn_MN.UTF-8/books/handbook/printing chapter.sgml 
  Log:
  Update Mongolian Handbook translation.
  Fix some mistakes that I did on previous commit.
  
  Obtained from: FreeBSD Mongolian Documentation project
  
  Revision  ChangesPath
  1.9   +17 -15doc/mn_MN.UTF-8/books/handbook/config/chapter.sgml
  1.12  +48 -1 doc/mn_MN.UTF-8/books/handbook/kernelconfig/chapter.sgml
  1.16  +18 -18doc/mn_MN.UTF-8/books/handbook/printing/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/amd64/amd64 pmap.c src/sys/amd64/include pmap.h src/sys/i386/i386 pmap.c src/sys/i386/include pmap.h

2008-08-04 Thread Alan Cox
alc 2008-08-04 08:04:09 UTC

  FreeBSD src repository

  Modified files:
sys/amd64/amd64  pmap.c 
sys/amd64/includepmap.h 
sys/i386/i386pmap.c 
sys/i386/include pmap.h 
  Log:
  SVN rev 181284 on 2008-08-04 08:04:09Z by alc
  
  Make pmap_kenter_attr() static.
  
  Revision  ChangesPath
  1.643 +2 -1  src/sys/amd64/amd64/pmap.c
  1.148 +0 -1  src/sys/amd64/include/pmap.h
  1.627 +2 -1  src/sys/i386/i386/pmap.c
  1.133 +1 -2  src/sys/i386/include/pmap.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/net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 08:15:22 UTC

  FreeBSD ports repository

  Modified files:
net-mgmt/p5-SNMP-Info Makefile distinfo pkg-plist 
  Log:
  - Update to 2.00
  
  Revision  ChangesPath
  1.12  +3 -2  ports/net-mgmt/p5-SNMP-Info/Makefile
  1.7   +3 -3  ports/net-mgmt/p5-SNMP-Info/distinfo
  1.8   +2 -0  ports/net-mgmt/p5-SNMP-Info/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/security/mac mac_framework.h mac_inet.c mac_policy.h src/sys/security/mac_biba mac_biba.c src/sys/security/mac_lomac mac_lomac.c src/sys/security/mac_mls mac_mls.c src/sys/security

2008-08-04 Thread Robert Watson
rwatson 2008-08-04 08:50:16 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/security/mac mac_framework.h mac_inet.c mac_policy.h 
sys/security/mac_biba mac_biba.c 
sys/security/mac_lomac mac_lomac.c 
sys/security/mac_mls mac_mls.c 
sys/security/mac_stub mac_stub.c 
sys/security/mac_test mac_test.c 
  Log:
  SVN rev 181285 on 2008-08-04 08:50:16Z by rwatson
  
  Merge r179781 from head to stable/7:
  
The TrustedBSD MAC Framework named struct ipq instances 'ipq', which is the
same as the global variable defined in ip_input.c.  Instead, adopt the name
'q' as found in about 1/2 of uses in ip_input.c, preventing a collision on
the name.  This is non-harmful, but means that search and replace on the
global works less well (as in the virtualization work), as well as indexing
tools.
  
Reported by:julian
  
  Revision   ChangesPath
  1.84.2.3   +4 -4  src/sys/security/mac/mac_framework.h
  1.11.2.4   +14 -14src/sys/security/mac/mac_inet.c
  1.94.2.3   +3 -3  src/sys/security/mac/mac_policy.h
  1.107.2.3  +10 -10src/sys/security/mac_biba/mac_biba.c
  1.53.2.2   +10 -10src/sys/security/mac_lomac/mac_lomac.c
  1.88.2.4   +10 -10src/sys/security/mac_mls/mac_mls.c
  1.68.2.3   +7 -7  src/sys/security/mac_stub/mac_stub.c
  1.78.2.4   +8 -8  src/sys/security/mac_test/mac_test.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/vuxml vuln.xml

2008-08-04 Thread Martin Wilke
miwi2008-08-04 09:58:36 UTC

  FreeBSD ports repository

  Modified files:
security/vuxml   vuln.xml 
  Log:
  - Fix kdewebdev conflict with upcommig kdewebdev4
  
  Reviewed by:simon
  
  Revision  ChangesPath
  1.1660+3 -2  ports/security/vuxml/vuln.xml
___
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 Makefile ports/textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-04 10:52:10 UTC

  FreeBSD ports repository

  Modified files:
textproc Makefile 
  Added files:
textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist 
  Log:
  This module attempts to extract the maximum amount of content from available
  documents, and is less concerned with XML compliance than alternatives.
  Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
  Perl regular expressions.
  
  WWW:http://search.cpan.org/dist/XML-RSSLite/
  
  PR: ports/126116
  Submitted by:   Tomoyuki Sakurai 
  
  Revision  ChangesPath
  1.1253+1 -0  ports/textproc/Makefile
  1.1   +22 -0 ports/textproc/p5-XML-RSSLite/Makefile (new)
  1.1   +3 -0  ports/textproc/p5-XML-RSSLite/distinfo (new)
  1.1   +6 -0  ports/textproc/p5-XML-RSSLite/pkg-descr (new)
  1.1   +5 -0  ports/textproc/p5-XML-RSSLite/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]"


cvs commit: ports/www Makefile ports/www/rubygem-yapra Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-04 11:29:42 UTC

  FreeBSD ports repository

  Modified files:
www  Makefile 
  Added files:
www/rubygem-yapraMakefile distinfo pkg-descr pkg-plist 
  Log:
  Yet Another Pragger implementation.
  
  WWW:http://yapra.rubyforge.org/
  
  PR: ports/126139
  Submitted by:   TAKATSU Tomonari 
  
  Revision  ChangesPath
  1.2109+1 -0  ports/www/Makefile
  1.1   +30 -0 ports/www/rubygem-yapra/Makefile (new)
  1.1   +3 -0  ports/www/rubygem-yapra/distinfo (new)
  1.1   +3 -0  ports/www/rubygem-yapra/pkg-descr (new)
  1.1   +333 -0ports/www/rubygem-yapra/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]"


cvs commit: doc/nl_NL.ISO8859-1/books/handbook/jails chapter.sgml

2008-08-04 Thread Remko Lodder
remko   2008-08-04 12:01:42 UTC

  FreeBSD doc repository

  Modified files:
nl_NL.ISO8859-1/books/handbook/jails chapter.sgml 
  Log:
  Bring in the translated jails chapter.
  
  Obtained from:  The FreeBSD Dutch Documentation Project
  Submitted by:   yours truly
  
  Revision  ChangesPath
  1.2   +955 -29   doc/nl_NL.ISO8859-1/books/handbook/jails/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/syscons syscons.c

2008-08-04 Thread Konstantin Belousov
kib 2008-08-04 12:22:33 UTC

  FreeBSD src repository

  Modified files:
sys/dev/syscons  syscons.c 
  Log:
  SVN rev 181286 on 2008-08-04 12:22:33Z by kib
  
  Lower the priority of the sleep in the syscons for "waitvt" wchan to
  PZERO + 1. The sleeping process at the priority <= PZERO is counted as
  blocked, or, as comment states, 'disk wait'. PZERO + 1 works as well,
  and does not cause user confusion.
  
  Reported by:sam 
  MFC after:  1 week
  
  Revision  ChangesPath
  1.460 +1 -1  src/sys/dev/syscons/syscons.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/games/stonesoup Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 13:31:49 UTC

  FreeBSD ports repository

  Modified files:
games/stonesoup  Makefile distinfo 
  Log:
  - Update to 0.4.3
  
  PR: ports/126236
  Submitted by:   maintainer (tobias.rehbein web.de)
  
  Revision  ChangesPath
  1.4   +1 -1  ports/games/stonesoup/Makefile
  1.3   +3 -3  ports/games/stonesoup/distinfo
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread David Schultz
On Mon, Aug 04, 2008, Colin Percival wrote:
> cperciva2008-08-04 06:55:42 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
> lib/libc/stdio   vfwprintf.c 
>   Log:
>   SVN rev 181281 on 2008-08-04 06:55:42Z by cperciva
>   
>   Initialize "nconv" to a reasonable value in all code paths.  Prior to
>   this commit, sprintf("%s", "") could fail depending on what happened
>   to be on the stack.

I think you mean swprintf() here.
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Colin Percival

David Schultz wrote:

On Mon, Aug 04, 2008, Colin Percival wrote:

  Initialize "nconv" to a reasonable value in all code paths.  Prior to
  this commit, sprintf("%s", "") could fail depending on what happened
  to be on the stack.


I think you mean swprintf() here.


Oops.  I typoed -- I actually meant wprintf, but I guess my fingers "corrected"
what I was typing since I never use the wide printf functions but use sprintf
quite commonly. :-)

Colin Percival
___
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/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread John Baldwin
On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote:
> kib 2008-08-03 13:33:45 UTC
>
>   FreeBSD src repository
>
>   Modified files:
> sys/kern link_elf.c link_elf_obj.c
>   Log:
>   SVN rev 181235 on 2008-08-03 13:33:45Z by kib
>
>   Calling linker_load_dependencies() while holding the module'
>   vnode lock may cause a LOR between kld_sx lock and vnode lock.
>   linker_load_dependencies() drops kld_sx, and another thread may attempt
>   to load the same kld.
>
>   Reported and tested by: pjd
>   MFC after:  1 week

If it is safe to drop the vnode lock here, is there any reason we can't just 
drop it earlier and not bother reacquiring it?

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


Re: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys

2008-08-04 Thread John Baldwin
On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote:
> Author: sam
> Date: Sat Aug  2 17:42:38 2008
> New Revision: 181191
> URL: http://svn.freebsd.org/changeset/base/181191
>
> Log:
>   add callout_schedule; besides being useful it also improves
>   compatibility with other systems
>
>   Reviewed by:ed, battlez

I think it probably warrants a KASSERT() that c_func isn't NULL to catch the 
case of someone doing:

callout_init(...);

callout_schedule(...);

I'd almost prefer that we add (func, arg) pointers to the init routines so you 
do this:

callout_init_mtx(&sc->timer, &sc->lock, timer_func, sc);

...

callout_schedule(&sc->timer, hz);

Right now you have to make sure you do at least one 'callout_reset' before you 
do a 'callout_schedule' which seems bug-prone.

-- 
John Baldwin
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Colin Percival

Colin Percival wrote:

David Schultz wrote:

I think you mean swprintf() here.


Oops.  I typoed -- I actually meant wprintf, but I guess my fingers 
"corrected" what I was typing since I never use the wide printf

> functions but use sprintf quite commonly. :-)

I would do a forced commit to clarify this in the commit logs, but I can't
see how to do forced commits with SVN -- am I missing something?

Colin Percival
___
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/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread Kostik Belousov
On Mon, Aug 04, 2008 at 09:19:07AM -0400, John Baldwin wrote:
> On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote:
> > kib 2008-08-03 13:33:45 UTC
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> > sys/kern link_elf.c link_elf_obj.c
> >   Log:
> >   SVN rev 181235 on 2008-08-03 13:33:45Z by kib
> >
> >   Calling linker_load_dependencies() while holding the module'
> >   vnode lock may cause a LOR between kld_sx lock and vnode lock.
> >   linker_load_dependencies() drops kld_sx, and another thread may attempt
> >   to load the same kld.
> >
> >   Reported and tested by: pjd
> >   MFC after:  1 week
> 
> If it is safe to drop the vnode lock here, is there any reason we can't just 
> drop it earlier and not bother reacquiring it?

It is safe because the vnode is referenced by vn_open(), and lock
reacquisition is done with LK_RETRY.

After the linker_load_dependencies(), optional symbol table loading is
performed, that requires reading from the module file. It seems to be a
natural location for the operation.


pgpaufsVdhsIV.pgp
Description: PGP signature


cvs commit: ports/net-im/centerim-devel Makefile distinfo

2008-08-04 Thread Philippe Audeoud
jadawin 2008-08-04 14:21:42 UTC

  FreeBSD ports repository

  Modified files:
net-im/centerim-devel Makefile distinfo 
  Log:
  - Update to 4.22.5-70-g5f125
  
  PR: ports/126239
  Submitted by:   maintainer (frank altpeter.de)
  
  Revision  ChangesPath
  1.16  +1 -1  ports/net-im/centerim-devel/Makefile
  1.14  +3 -3  ports/net-im/centerim-devel/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/arm/arm elf_trampoline.c

2008-08-04 Thread Olivier Houchard
cognet  2008-08-04 14:37:32 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  elf_trampoline.c 
  Log:
  SVN rev 181293 on 2008-08-04 14:37:32Z by cognet
  
  Remove unneeded #include  (?)
  
  MFC after:  3 days
  
  Revision  ChangesPath
  1.21  +0 -2  src/sys/arm/arm/elf_trampoline.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/conf Makefile.arm

2008-08-04 Thread Olivier Houchard
cognet  2008-08-04 14:38:38 UTC

  FreeBSD src repository

  Modified files:
sys/conf Makefile.arm 
  Log:
  SVN rev 181294 on 2008-08-04 14:38:38Z by cognet
  
  We need -I$S to compile the elf trampoline.
  
  MFC after:  3 days
  
  Revision  ChangesPath
  1.39  +7 -5  src/sys/conf/Makefile.arm
___
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/contrib/pf/net pf.c

2008-08-04 Thread Max Laier
mlaier  2008-08-04 14:42:09 UTC

  FreeBSD src repository

  Modified files:
sys/contrib/pf/net   pf.c 
  Log:
  SVN rev 181295 on 2008-08-04 14:42:09Z by mlaier
  
  Merge state reuse for tcp.
  
  PR: kern/125261
  Obtained from:  OpenBSD
  MFC after:  1 week
  
  Revision  ChangesPath
  1.55  +17 -0 src/sys/contrib/pf/net/pf.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/arm/arm vm_machdep.c

2008-08-04 Thread Rafal Jaworowski
raj 2008-08-04 14:47:49 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  vm_machdep.c 
  Log:
  SVN rev 181296 on 2008-08-04 14:47:49Z by raj
  
  Fix ARM nocache allocator:
  
  - let the loop iterate every page (as intended), and not some multiplies
(which led to a fake exhaustion of the ARM_NOCACHE_KVA_SIZE)
  
  - eliminate using MIN(): it compared number of pages vs. address
(ARM_TP_ADDRESS), which was bogus
  
  Reviewed by:cognet, imp
  Obtained from:  Piotr Ziecik kosmo ! semihalf dot com
  MFC after:  3 days
  
  Revision  ChangesPath
  1.37  +4 -5  src/sys/arm/arm/vm_machdep.c
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Erik Trulsson
On Mon, Aug 04, 2008 at 07:12:14AM -0700, Colin Percival wrote:
> Colin Percival wrote:
> > David Schultz wrote:
> >> I think you mean swprintf() here.
> > 
> > Oops.  I typoed -- I actually meant wprintf, but I guess my fingers 
> > "corrected" what I was typing since I never use the wide printf
>  > functions but use sprintf quite commonly. :-)
> 
> I would do a forced commit to clarify this in the commit logs, but I can't
> see how to do forced commits with SVN -- am I missing something?


No, I don't think you are missing anything.  SVN does not support
forced commits.
There ways in which one can modify a commit message in retroactively
in subversion, but with FreeBSD's setup (with mirrors, and CVS exports,
etc.) this apparently does not work too well.

There was a discussion about this about a month ago on this list which
went into more detail.
(The thread started with the message found at:
 
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=889438+0+archive/2008/cvs-all/20080706.cvs-all
)


-- 

Erik Trulsson
[EMAIL PROTECTED]
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Oliver Fromme

Colin Percival wrote:
 > Colin Percival wrote:
 > > David Schultz wrote:
 > > > I think you mean swprintf() here.
 > > 
 > > Oops.  I typoed -- I actually meant wprintf, but I guess my fingers 
 > > "corrected" what I was typing since I never use the wide printf
 > > functions but use sprintf quite commonly. :-)
 > 
 > I would do a forced commit to clarify this in the commit logs, but I can't
 > see how to do forced commits with SVN -- am I missing something?

To modify the log for revision $REV:
$ svn pe svn:log --revprop -r $REV
It won't generate a new commit mail, though.

Best regards
   Oliver

-- 
Oliver Fromme, Bunsenstr. 13, 81735 Muenchen, Germany

``We are all but compressed light'' (Albert Einstein)
___
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/lib/libc/stdio vfwprintf.c

2008-08-04 Thread Kostik Belousov
On Mon, Aug 04, 2008 at 04:27:33PM +0200, Oliver Fromme wrote:
> 
> Colin Percival wrote:
>  > Colin Percival wrote:
>  > > David Schultz wrote:
>  > > > I think you mean swprintf() here.
>  > > 
>  > > Oops.  I typoed -- I actually meant wprintf, but I guess my fingers 
>  > > "corrected" what I was typing since I never use the wide printf
>  > > functions but use sprintf quite commonly. :-)
>  > 
>  > I would do a forced commit to clarify this in the commit logs, but I can't
>  > see how to do forced commits with SVN -- am I missing something?
> 
> To modify the log for revision $REV:
> $ svn pe svn:log --revprop -r $REV
> It won't generate a new commit mail, though.

Worse, it would not propagate to the svnsync mirrors.


pgpa1YFAQpvZy.pgp
Description: PGP signature


Re: svn commit: r181191 - in head: share/man/man9 sys/kern sys/sys

2008-08-04 Thread Sam Leffler

John Baldwin wrote:

On Saturday 02 August 2008 01:42:39 pm Sam Leffler wrote:
  

Author: sam
Date: Sat Aug  2 17:42:38 2008
New Revision: 181191
URL: http://svn.freebsd.org/changeset/base/181191

Log:
  add callout_schedule; besides being useful it also improves
  compatibility with other systems

  Reviewed by:  ed, battlez



I think it probably warrants a KASSERT() that c_func isn't NULL to catch the 
case of someone doing:


callout_init(...);

callout_schedule(...);
  


Sure, go for it.  This was just the N'th time I'd noticed 
callout_schedule was missing when bringing code over from another system...


I'd almost prefer that we add (func, arg) pointers to the init routines so you 
do this:


callout_init_mtx(&sc->timer, &sc->lock, timer_func, sc);

...

callout_schedule(&sc->timer, hz);

Right now you have to make sure you do at least one 'callout_reset' before you 
do a 'callout_schedule' which seems bug-prone.


  
In most cases this is the more natural usage.  It binds the callback to 
the timer while the current api provides an independent timer object 
that you can bind multiple callbacks to.  I wasn't trying to change the 
existing model.  I can't recall what phk's new api looks like in this 
regard.


   Sam

___
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/hu_HU.ISO8859-2/books/handbook/printing chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/security chapter.sgml doc/hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml

2008-08-04 Thread Gabor Pali
pgj 2008-08-04 16:02:38 UTC

  FreeBSD doc repository

  Modified files:
hu_HU.ISO8859-2/books/handbook/printing chapter.sgml 
hu_HU.ISO8859-2/books/handbook/security chapter.sgml 
hu_HU.ISO8859-2/books/handbook/virtualization chapter.sgml 
  Log:
  MFen:
1.116  -> 1.118  
hu_HU.ISO8859-2/books/handbook/printing/chapter.sgml
1.324  -> 1.326  
hu_HU.ISO8859-2/books/handbook/security/chapter.sgml
1.16   -> 1.17   
hu_HU.ISO8859-2/books/handbook/virtualization/chapter.sgml
  
  Obtained from:  The FreeBSD Hungarian Documentation Project
  
  Revision  ChangesPath
  1.4   +279 -258  doc/hu_HU.ISO8859-2/books/handbook/printing/chapter.sgml
  1.4   +10 -20doc/hu_HU.ISO8859-2/books/handbook/security/chapter.sgml
  1.3   +1 -1  
doc/hu_HU.ISO8859-2/books/handbook/virtualization/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/multimedia/totem Makefile ports/multimedia/totem/files patch-browser-plugin_totemClassInfo.h patch-configure

2008-08-04 Thread Jeremy Messenger
mezz2008-08-04 16:12:52 UTC

  FreeBSD ports repository

  Modified files:
multimedia/totem Makefile 
  Added files:
multimedia/totem/files patch-browser-plugin_totemClassInfo.h 
   patch-configure 
  Log:
  Add patches from Ubuntu's launchpad to fix the plugins stability problem with
  Firefox 3, bump the PORTREVISION.
  
  Obtained from:  https://bugs.launchpad.net/ubuntu/+source/totem/+bug/131658
  Reported by:a few
  Tested by:  Joe Kelsey <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.98  +1 -1  ports/multimedia/totem/Makefile
  1.1   +45 -0 
ports/multimedia/totem/files/patch-browser-plugin_totemClassInfo.h (new)
  1.5   +12 -0 ports/multimedia/totem/files/patch-configure (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/boot/forth loader.conf

2008-08-04 Thread Rui Paulo
rpaulo  2008-08-04 16:13:42 UTC

  FreeBSD src repository

  Modified files:
sys/boot/forth   loader.conf 
  Log:
  SVN rev 181297 on 2008-08-04 16:13:42Z by rpaulo
  
  Add coretemp(4) and k8temp(4).
  
  MFC after:  1 day
  
  Revision  ChangesPath
  1.130 +2 -0  src/sys/boot/forth/loader.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/comms/linrad Makefile distinfo ports/comms/linrad/files patch-Makefile.in patch-lsetad.c patch-lxsys.c

2008-08-04 Thread Diane Bruce
db  2008-08-04 17:08:51 UTC

  FreeBSD ports repository

  Modified files:
comms/linrad Makefile distinfo 
comms/linrad/files   patch-Makefile.in patch-lxsys.c 
  Removed files:
comms/linrad/files   patch-lsetad.c 
  Log:
  - Update to 2.49
  - Vendor has fixed lsetad.c so patch no longer necessary.
  
  Revision  ChangesPath
  1.23  +2 -2  ports/comms/linrad/Makefile
  1.13  +3 -3  ports/comms/linrad/distinfo
  1.14  +3 -3  ports/comms/linrad/files/patch-Makefile.in
  1.6   +0 -46 ports/comms/linrad/files/patch-lsetad.c (dead)
  1.9   +5 -5  ports/comms/linrad/files/patch-lxsys.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/accessibility/gnome-speech Makefile distinfo

2008-08-04 Thread Joe Marcus Clarke
marcus  2008-08-04 17:19:13 UTC

  FreeBSD ports repository

  Modified files:
accessibility/gnome-speech Makefile distinfo 
  Log:
  Update to 0.4.21.
  
  Revision  ChangesPath
  1.38  +1 -1  ports/accessibility/gnome-speech/Makefile
  1.30  +3 -3  ports/accessibility/gnome-speech/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/deskutils/conduit Makefile distinfo pkg-plist

2008-08-04 Thread Joe Marcus Clarke
marcus  2008-08-04 17:34:05 UTC

  FreeBSD ports repository

  Modified files:
deskutils/conduitMakefile distinfo pkg-plist 
  Log:
  Update to 0.3.13.
  
  Revision  ChangesPath
  1.12  +1 -1  ports/deskutils/conduit/Makefile
  1.6   +3 -3  ports/deskutils/conduit/distinfo
  1.9   +44 -0 ports/deskutils/conduit/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/ukrainian/webalizer Makefile

2008-08-04 Thread Erwin Lansing
erwin   2008-08-04 18:23:45 UTC

  FreeBSD ports repository

  Modified files:
ukrainian/webalizer  Makefile 
  Log:
  Mark BROKEN: does not patch after the upgrade of www/webalizer
  
  Revision  ChangesPath
  1.6   +2 -0  ports/ukrainian/webalizer/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/comms Makefile ports/comms/ibp Makefile distinfo pkg-descr ports/comms/ibp/files ibp.1

2008-08-04 Thread Diane Bruce
db  2008-08-04 18:24:53 UTC

  FreeBSD ports repository

  Modified files:
commsMakefile 
  Added files:
comms/ibpMakefile distinfo pkg-descr 
comms/ibp/files  ibp.1 
  Log:
  This little program helps one with monitoring the beacons of the
  International Beacon Project, by continuously showing which beacon is
  transmitting on which frequency, along with the distance and
  antenna directions.
  
  Revision  ChangesPath
  1.196 +1 -0  ports/comms/Makefile
  1.1   +30 -0 ports/comms/ibp/Makefile (new)
  1.1   +3 -0  ports/comms/ibp/distinfo (new)
  1.1   +18 -0 ports/comms/ibp/files/ibp.1 (new)
  1.1   +6 -0  ports/comms/ibp/pkg-descr (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/deskutils/launchy Makefile

2008-08-04 Thread Erwin Lansing
erwin   2008-08-04 18:25:43 UTC

  FreeBSD ports repository

  Modified files:
deskutils/launchyMakefile 
  Log:
  Mark BROKEN: does not build.
  
  Revision  ChangesPath
  1.2   +2 -0  ports/deskutils/launchy/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/games/gcompris Makefile ports/games/gcompris/files patch-src_gcompris_gcompris.c

2008-08-04 Thread Joe Marcus Clarke
marcus  2008-08-04 18:28:51 UTC

  FreeBSD ports repository

  Modified files:
games/gcompris   Makefile 
  Added files:
games/gcompris/files patch-src_gcompris_gcompris.c 
  Log:
  Allow gcompris to find its prefix without binary relocation enabled.
  
  Reported by:Ernest Sales <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.47  +3 -1  ports/games/gcompris/Makefile
  1.1   +16 -0 ports/games/gcompris/files/patch-src_gcompris_gcompris.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: ports/editors/vim Makefile

2008-08-04 Thread Erwin Lansing
erwin   2008-08-04 18:51:07 UTC

  FreeBSD ports repository

  Modified files:
editors/vim  Makefile 
  Log:
  Mark BROKEN: does not build
  
  Revision  ChangesPath
  1.330 +2 -0  ports/editors/vim/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/emulators/open-vm-tools pkg-plist pkg-plist-x11

2008-08-04 Thread Martin Blapp
mbr 2008-08-04 18:51:14 UTC

  FreeBSD ports repository

  Modified files:
emulators/open-vm-tools pkg-plist pkg-plist-x11 
  Log:
  Keep share/pixmaps in pkg lists.
  
  Revision  ChangesPath
  1.9   +0 -1  ports/emulators/open-vm-tools/pkg-plist
  1.9   +0 -1  ports/emulators/open-vm-tools/pkg-plist-x11
___
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/snc dp83932.c dp83932var.h if_snc.c if_snc_cbus.c if_snc_pccard.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:19:18 UTC

  FreeBSD src repository

  Modified files:
sys/dev/snc  dp83932.c dp83932var.h if_snc.c 
 if_snc_cbus.c if_snc_pccard.c 
  Log:
  SVN rev 181298 on 2008-08-04 19:19:18Z by jhb
  
  Add locking to snc(4) so it is MPSAFE:
  - Add a mutex to the softc to protect the softc and device hardware.
  - Use a private timer routine to drive the transmit watchdog timer instead
of using if_watchdog/if_timer.
  - If if_alloc() fails during attach, fail the attach with an error rather
than panic'ing.
  - Clear RUNNING and OACTIVE only in sncstop().
  - Don't mess with IFF_UP.
  - Don't leak 'struct ifnet' on detach.
  - Setup interrupt handler after ether_ifattach().
  - Call ether_ifdetach() rather than if_detach() in the pccard detach
routine.
  
  Tested by:  no one despite repeated requests
  
  Revision  ChangesPath
  1.25  +86 -51src/sys/dev/snc/dp83932.c
  1.8   +8 -1  src/sys/dev/snc/dp83932var.h
  1.8   +29 -2 src/sys/dev/snc/if_snc.c
  1.8   +1 -10 src/sys/dev/snc/if_snc_cbus.c
  1.12  +6 -12 src/sys/dev/snc/if_snc_pccard.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/acpica acpi.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:45:15 UTC

  FreeBSD src repository

  Modified files:
sys/dev/acpica   acpi.c 
  Log:
  SVN rev 181299 on 2008-08-04 19:45:15Z by jhb
  
  Fix a typo.
  
  Revision  ChangesPath
  1.250 +1 -1  src/sys/dev/acpica/acpi.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/kern tty_pts.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:49:05 UTC

  FreeBSD src repository

  Modified files:
sys/kern tty_pts.c 
  Log:
  SVN rev 181300 on 2008-08-04 19:49:05Z by jhb
  
  - Close a race with concurrent open's of a pts master device which could
result in leaked tty structures.
  - When constructing a new pty, allocate it's tty structure before adding
it to the list.
  
  MFC after:  1 week
  
  Revision  ChangesPath
  1.18  +13 -7 src/sys/kern/tty_pts.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/kern tty_pty.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 19:51:23 UTC

  FreeBSD src repository

  Modified files:
sys/kern tty_pty.c 
  Log:
  SVN rev 181301 on 2008-08-04 19:51:23Z by jhb
  
  Close two different races with concurrent opens of pty master devices
  that could result in leaked ttys or a leaked pty + tty pair.
  
  MFC after:  1 week
  
  Revision  ChangesPath
  1.159 +24 -5 src/sys/kern/tty_pty.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/math/rpy Makefile pkg-plist ports/math/rpy/files patch-setup.py

2008-08-04 Thread Pietro Cerutti
gahr2008-08-04 20:04:42 UTC

  FreeBSD ports repository

  Modified files:
math/rpy Makefile pkg-plist 
  Added files:
math/rpy/files   patch-setup.py 
  Log:
  - Chase math/R upgrade
  - Bump PORTREVISION
  
  Reported by:pointyhat (via pav)
  Approved by:Wen Heping <[EMAIL PROTECTED]> (maintainer)
  
  Revision  ChangesPath
  1.10  +2 -1  ports/math/rpy/Makefile
  1.1   +13 -0 ports/math/rpy/files/patch-setup.py (new)
  1.4   +1 -1  ports/math/rpy/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: www/hu about.sgml administration.sgml applications.sgml art.sgml community.xsl docs.sgml features.sgml index.xsl internet.sgml logo.sgml mailto.sgml send-pr.sgml support.sgml where.sgml ww

2008-08-04 Thread Gabor Pali
pgj 2008-08-04 20:24:52 UTC

  FreeBSD doc repository

  Modified files:
hu   about.sgml administration.sgml 
 applications.sgml art.sgml community.xsl 
 docs.sgml features.sgml index.xsl 
 internet.sgml logo.sgml mailto.sgml 
 send-pr.sgml support.sgml where.sgml 
hu/advocacy  index.sgml myths.sgml 
hu/community irc.sgml mailinglists.sgml 
 newsgroups.sgml webresources.sgml 
hu/copyright copyright.sgml 
hu/developerscvs.sgml 
hu/docproj   doc-set.sgml docproj.sgml hungarian.sgml 
 sgml.sgml submitting.sgml who.sgml 
hu/docs  books.sgml webresources.sgml 
hu/news  news.sgml pressreleases.sgml 
hu/platforms alpha.sgml amd64.sgml arm.sgml i386.sgml 
 index.sgml mips.sgml pc98.sgml ppc.sgml 
 sparc.sgml sun4v.sgml xbox.sgml 
hu/platforms/ia64index.xsl machines.sgml refs.sgml 
 todo.xsl 
hu/projects  projects.sgml 
hu/searchindex-site.sgml search-mid.sgml 
 search.sgml searchhints.sgml site.map 
 web.atoz 
hu/share/sgmlheader.l10n.ent navibar.l10n.ent 
hu/support   bugreports.sgml webresources.sgml 
  Log:
  Major rework and update of the Hungarian web pages
  
  Obtained from:  The FreeBSD Hungarian Documentation Project
  
  Revision  ChangesPath
  1.7   +102 -99   www/hu/about.sgml
  1.8   +700 -359  www/hu/administration.sgml
  1.4   +81 -46www/hu/advocacy/index.sgml
  1.7   +583 -472  www/hu/advocacy/myths.sgml
  1.5   +174 -152  www/hu/applications.sgml
  1.5   +45 -38www/hu/art.sgml
  1.3   +29 -20www/hu/community.xsl
  1.3   +21 -17www/hu/community/irc.sgml
  1.10  +84 -70www/hu/community/mailinglists.sgml
  1.5   +15 -14www/hu/community/newsgroups.sgml
  1.4   +32 -30www/hu/community/webresources.sgml
  1.4   +32 -15www/hu/copyright/copyright.sgml
  1.6   +51 -37www/hu/developers/cvs.sgml
  1.3   +48 -35www/hu/docproj/doc-set.sgml
  1.4   +89 -68www/hu/docproj/docproj.sgml
  1.3   +35 -30www/hu/docproj/hungarian.sgml
  1.5   +177 -148  www/hu/docproj/sgml.sgml
  1.4   +143 -132  www/hu/docproj/submitting.sgml
  1.3   +46 -39www/hu/docproj/who.sgml
  1.3   +5 -5  www/hu/docs.sgml
  1.10  +581 -505  www/hu/docs/books.sgml
  1.5   +84 -66www/hu/docs/webresources.sgml
  1.7   +409 -327  www/hu/features.sgml
  1.11  +92 -58www/hu/index.xsl
  1.6   +137 -122  www/hu/internet.sgml
  1.4   +49 -39www/hu/logo.sgml
  1.6   +36 -32www/hu/mailto.sgml
  1.3   +47 -44www/hu/news/news.sgml
  1.3   +31 -44www/hu/news/pressreleases.sgml
  1.3   +35 -26www/hu/platforms/alpha.sgml
  1.7   +56 -46www/hu/platforms/amd64.sgml
  1.5   +95 -50www/hu/platforms/arm.sgml
  1.6   +33 -28www/hu/platforms/i386.sgml
  1.4   +37 -32www/hu/platforms/ia64/index.xsl
  1.3   +14 -12www/hu/platforms/ia64/machines.sgml
  1.3   +9 -8  www/hu/platforms/ia64/refs.sgml
  1.4   +116 -122  www/hu/platforms/ia64/todo.xsl
  1.4   +36 -34www/hu/platforms/index.sgml
  1.4   +63 -46www/hu/platforms/mips.sgml
  1.4   +47 -35www/hu/platforms/pc98.sgml
  1.6   +152 -139  www/hu/platforms/ppc.sgml
  1.4   +76 -88www/hu/platforms/sparc.sgml
  1.5   +82 -55www/hu/platforms/sun4v.sgml
  1.3   +49 -43www/hu/platforms/xbox.sgml
  1.11  +524 -445  www/hu/projects/projects.sgml
  1.4   +9 -7  www/hu/search/index-site.sgml
  1.4   +13 -11www/hu/search/search-mid.sgml
  1.9   +156 -139  www/hu/search/search.sgml
  1.5   +41 -34www/hu/search/searchhints.sgml
  1.8   +43 -43www/hu/search/site.map
  1.9   +111 -111  www/hu/search/web.atoz
  1.9   +95 -90www/hu/send-pr.sgml
  1.8   +14 -16www/hu/share/sgml/header.l10n.ent
  1.9   +55 -52www/hu/share/sgml/navibar.l10n.ent
  1.5   +32 -32www/hu/support.sgml
  1.5   +63 -57www/hu/support/bugreports.sgml
  1.4   +67 -54www/hu/support/webresources.sgml
  1.11  +123 -109  www/hu/where.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/arm/arm intr.c

2008-08-04 Thread Olivier Houchard
cognet  2008-08-04 20:29:39 UTC

  FreeBSD src repository

  Modified files:
sys/arm/arm  intr.c 
  Log:
  SVN rev 181302 on 2008-08-04 20:29:39Z by cognet
  
  Do not modify td->td_intr_nesting_level, it is now done in the MI code.
  This fixes the cpu time being falsely reported as interrupt time.
  
  MFC after:  3 days
  
  Revision  ChangesPath
  1.23  +0 -3  src/sys/arm/arm/intr.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/arm/at91 at91_twi.c src/sys/arm/xscale/ixp425 ixp425_iic.c src/sys/dev/bktr bktr_i2c.c src/sys/dev/iicbus iicbb.c src/sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c pcfvar.h src/

2008-08-04 Thread John Baldwin
jhb 2008-08-04 20:46:15 UTC

  FreeBSD src repository

  Modified files:
sys/arm/at91 at91_twi.c 
sys/arm/xscale/ixp425 ixp425_iic.c 
sys/dev/bktr bktr_i2c.c 
sys/dev/iicbus   iicbb.c 
sys/dev/pcf  envctrl.c pcf.c pcf_ebus.c pcf_isa.c 
 pcfvar.h 
sys/dev/ppbuslpbb.c 
sys/pci  viapm.c 
  Log:
  SVN rev 181303 on 2008-08-04 20:46:15Z by jhb
  
  Add locking to the various iicbus(4) bridge drivers:
  - Just grab Giant in the ixp425_iic(4) driver since this driver uses
a shared address/data register window pair to access the actual
I2C registers.  None of the other ixp425 drivers lock access to these
shared address/data registers yet and that would need to be done before
this could use any meaningful locking.
  - Add locking to the interrupt handler and 'iicbus_reset' methods of the
at91_twi(4) driver.
  - Add locking to the pcf(4) driver.  Other pcf(4) fixes include:
- Don't needlessly zero the softc.
- Use bus_foo rather than bus_space_foo and remove bus space tag and
  handle from softc.
  - The lpbb(4) driver just grabs Giant for now.  This will be refined later
when ppbus(4) is locked.
  - As was done with smbus earlier, move the DRIVER_MODULE() lines to match
the bus driver (either iicbus or iicbb) to the bridge driver into the
bridge drivers.
  
  Tested by:  sam (arm/ixp425)
  
  Revision  ChangesPath
  1.12  +7 -0  src/sys/arm/at91/at91_twi.c
  1.3   +9 -0  src/sys/arm/xscale/ixp425/ixp425_iic.c
  1.31  +1 -0  src/sys/dev/bktr/bktr_i2c.c
  1.20  +1 -10 src/sys/dev/iicbus/iicbb.c
  1.9   +8 -5  src/sys/dev/pcf/envctrl.c
  1.26  +48 -15src/sys/dev/pcf/pcf.c
  1.8   +6 -4  src/sys/dev/pcf/pcf_ebus.c
  1.10  +6 -4  src/sys/dev/pcf/pcf_isa.c
  1.4   +14 -6 src/sys/dev/pcf/pcfvar.h
  1.20  +41 -13src/sys/dev/ppbus/lpbb.c
  1.21  +1 -0  src/sys/pci/viapm.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/iicbus iic.c iicbus.c iicbus.h iiconf.c iicsmb.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:03:06 UTC

  FreeBSD src repository

  Modified files:
sys/dev/iicbus   iic.c iicbus.c iicbus.h iiconf.c iicsmb.c 
  Log:
  SVN rev 181304 on 2008-08-04 21:03:06Z by jhb
  
  Add locking to the core iicbus(4) drivers:
  - Add an sx lock to the iic(4) driver to serialize open(), close(), read(),
and write and to protect sc_addr and sc_count in the softc.
  - Use cdev->si_drv1 instead of using the minor number of the cdev to
lookup the softc via newbus in iic(4).
  - Store the device_t in the softc to avoid a similar detour via minor
numbers in iic(4).
  - Only add at most one instance of iic(4) and iicsmb(4) to each iicbus(4)
instance, and do it in the child driver.
  - Add a mutex to the iicbus(4) softc to synchronize the request/release bus
stuff.
  - Use __BUS_ACCESSOR() for IICBUS_ACCESSOR() instead of rolling our own.
  - Add a mutex to the iicsmb(4) softc to protect softc state updated in the
interrupt handler.
  - Remove Giant from all the smbus methods in iicsmb(4) now that all the
iicbus(4) backend is locked.
  
  Revision  ChangesPath
  1.40  +81 -40src/sys/dev/iicbus/iic.c
  1.25  +6 -8  src/sys/dev/iicbus/iicbus.c
  1.8   +9 -6  src/sys/dev/iicbus/iicbus.h
  1.18  +19 -15src/sys/dev/iicbus/iiconf.c
  1.16  +13 -37src/sys/dev/iicbus/iicsmb.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/iicbus ad7418.c icee.c if_ic.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:14:24 UTC

  FreeBSD src repository

  Modified files:
sys/dev/iicbus   ad7418.c icee.c if_ic.c 
  Log:
  SVN rev 181305 on 2008-08-04 21:14:24Z by jhb
  
  Lock the consumers of the iicbus(4) infrastructure:
  - ad7418(4) uses an sx lock instead of a mtx since the iicbus(4) stuff it
calls can sleep (request_bus()).  Also, I expanded the locking slightly
to serialize writes to data stored in the softc.
  - Similarly, the icee(4) driver now uses an sx lock instead of a mutex.
I also removed the pointless OPENED flag and flags field from the softc.
  - The locking for the ic(4) driver was a bit trickier:
- Add a mutex to the softc to protect softc data.
- The driver uses malloc'd buffers that are the size of the interface
  MTU to send and receive packets.  Previously, these were allocated
  every time the interface was brought up and anytime the MTU was
  changed, with various races that could result in memory leaks.  I
  changed this to be a bit simpler and more like other NIC drivers in
  that we allocate buffers during attach for the default MTU size and
  only reallocate them on MTU changes.  The reallocation procedure
  goes to some lengths with various flags to not replace either the
  the receive or transmit buffers while the driver is busy receiving
  or transmitting a packet.
- Store the device_t of the driver in the softc instead of detours into
  new-bus using if_dunit from the ifnet and an even more bizarre detour
  to get the softc instead of using if_softc.
- Drop the driver mutex when invoking netisr_dispatch() to pass the
  packet up to IP.
- Use if_printf().
  
  Revision  ChangesPath
  1.2   +10 -10src/sys/dev/iicbus/ad7418.c
  1.3   +9 -23 src/sys/dev/iicbus/icee.c
  1.27  +86 -70src/sys/dev/iicbus/if_ic.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/lib/libc/stdio mktemp.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:20:22 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
lib/libc/stdio   mktemp.c 
  Log:
  SVN rev 181306 on 2008-08-04 21:20:22Z by jhb
  
  MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(),
  mkstemps(), and mkdtemp().
  
  Revision  ChangesPath
  1.29.2.1  +26 -11src/lib/libc/stdio/mktemp.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/editors/vim Makefile ports/editors/vim/files patch-src_vim.h

2008-08-04 Thread Martin Wilke
miwi2008-08-04 21:30:25 UTC

  FreeBSD ports repository

  Modified files:
editors/vim  Makefile 
  Added files:
editors/vim/filespatch-src_vim.h 
  Log:
  - Unbreak and fix build
  
  PR: 125747 (based on)
  Reported by:many
  Submitted by:   Martin Neubauer <[EMAIL PROTECTED]>
  No response from: maintainer (obrien, 14 days)
  
  Revision  ChangesPath
  1.331 +0 -2  ports/editors/vim/Makefile
  1.1   +31 -0 ports/editors/vim/files/patch-src_vim.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/lib/libc/stdio mktemp.c

2008-08-04 Thread John Baldwin
jhb 2008-08-04 21:51:28 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
lib/libc/stdio   mktemp.c 
  Log:
  SVN rev 181309 on 2008-08-04 21:51:28Z by jhb
  
  MFC: Fix a few bugs with the _gettemp() routine which implements mkstemp(),
  mkstemps(), and mkdtemp().
  
  Revision   ChangesPath
  1.28.12.1  +26 -11src/lib/libc/stdio/mktemp.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/netgraph/bluetooth/socket ng_btsocket_hci_raw.c

2008-08-04 Thread Maksim Yevmenkin
emax2008-08-04 22:07:06 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c 
  Log:
  SVN rev 181310 on 2008-08-04 22:07:06Z by emax
  
  MFC: SVN rev 181089
  
  Increase maximum input queue size limit for raw Bluetooth HCI sockets.
  
  Revision  ChangesPath
  1.23.2.1  +1 -2  src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.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/netgraph/bluetooth/socket ng_btsocket_hci_raw.c

2008-08-04 Thread Maksim Yevmenkin
emax2008-08-04 22:21:44 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/netgraph/bluetooth/socket ng_btsocket_hci_raw.c 
  Log:
  SVN rev 181311 on 2008-08-04 22:21:44Z by emax
  
  MFC: SVN rev 181089
  
  Increase maximum input queue size limit for raw Bluetooth HCI sockets.
  
  Revision  ChangesPath
  1.17.2.3  +1 -2  src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.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/lib/libc/sys socket.2

2008-08-04 Thread Tom Rhodes
trhodes 2008-08-04 22:22:17 UTC

  FreeBSD src repository

  Modified files:
lib/libc/sys socket.2 
  Log:
  SVN rev 181312 on 2008-08-04 22:22:17Z by trhodes
  
  Add EPERM to the ERRORS section.
  
  PR: 125746
  
  Revision  ChangesPath
  1.33  +3 -1  src/lib/libc/sys/socket.2
___
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/php_doc distinfo

2008-08-04 Thread Edwin Groothuis
edwin   2008-08-04 22:27:00 UTC

  FreeBSD ports repository

  Modified files:
lang/php_doc distinfo 
  Log:
  Chase changes in distinfo too!
  
  Revision  ChangesPath
  1.25  +21 -21ports/lang/php_doc/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/contrib/ipfilter ip_fil.c

2008-08-04 Thread Max Laier
mlaier  2008-08-04 22:45:27 UTC

  FreeBSD src repository

  Modified files:
contrib/ipfilter ip_fil.c 
  Log:
  SVN rev 181313 on 2008-08-04 22:45:27Z by mlaier
  
  Fix build when WITHOUT_DYNAMICROOT is specified in src.conf(5).
  
  Revision  ChangesPath
  1.8   +2 -0  src/contrib/ipfilter/ip_fil.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: CVSROOT modules

2008-08-04 Thread Edwin Groothuis
edwin   2008-08-04 23:08:09 UTC

  FreeBSD ports repository

  Modified files:
.modules 
  Log:
  Ports modules update at Monday 04 August 2008 at 23:08
  
  Revision  ChangesPath
  1.20116   +3 -6  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: src/share/man/man4 if_bridge.4

2008-08-04 Thread Andrew Thompson
thompsa 2008-08-04 23:16:07 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   if_bridge.4 
  Log:
  SVN rev 181314 on 2008-08-04 23:16:07Z by thompsa
  
  Remove a comment about bridging wireless client, the new net80211 vap code
  supports this.
  
  Revision  ChangesPath
  1.31  +0 -3  src/share/man/man4/if_bridge.4
___
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/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-codecs-c

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:30:39 UTC

  FreeBSD ports repository

  Modified files:
Mk   bsd.qt.mk 
develMakefile 
multimedia   Makefile 
textproc Makefile 
www  Makefile 
accessibility/qt4-accessible Makefile distinfo 
chinese/qt4-codecs-cn Makefile distinfo pkg-plist 
chinese/qt4-codecs-tw Makefile distinfo pkg-plist 
databases/qt4-sqlMakefile distinfo pkg-plist 
databases/qt4-ibase-plugin Makefile distinfo pkg-plist 
databases/qt4-ibase-plugin/files Makefile.bsd 
databases/qt4-mysql-plugin Makefile distinfo pkg-plist 
databases/qt4-mysql-plugin/files Makefile.bsd 
databases/qt4-odbc-plugin Makefile distinfo pkg-plist 
databases/qt4-odbc-plugin/files Makefile.bsd 
databases/qt4-pgsql-plugin Makefile distinfo pkg-plist 
databases/qt4-pgsql-plugin/files Makefile.bsd 
databases/qt4-sqlite-plugin Makefile distinfo pkg-plist 
databases/qt4-sqlite-plugin/files Makefile.bsd 
databases/qt4-sqlite3-plugin Makefile distinfo pkg-plist 
databases/qt4-sqlite3-plugin/files Makefile.bsd 
devel/dbus-qt4   Makefile distinfo pkg-plist 
devel/qt4-assistant  Makefile distinfo 
devel/qt4-libqtassistantclient Makefile distinfo pkg-plist 
devel/qt4-linguist/files patch-0185-fix-format-strings.diff 
devel/qt4-makeqpfMakefile distinfo 
devel/qt4-mocMakefile distinfo pkg-plist 
devel/qt4-portingMakefile distinfo 
devel/qt4-qt3support Makefile distinfo pkg-plist 
devel/qt4-rccMakefile distinfo 
devel/qt4-qvfb   Makefile distinfo pkg-plist 
devel/qt4-script Makefile distinfo pkg-plist 
devel/qt4-uicMakefile distinfo 
devel/qt4-uic3   Makefile distinfo 
devel/qt4-qtestlib   Makefile distinfo pkg-plist 
devel/qt4-qtestlib/files patch-0185-fix-format-strings.diff 
graphics/qt4-imageformats Makefile distinfo pkg-plist 
graphics/qt4-svg Makefile distinfo pkg-plist 
graphics/qt4-iconengines Makefile distinfo pkg-plist 
graphics/qt4-pixeltool Makefile distinfo 
japanese/qt4-codecs-jp Makefile distinfo pkg-plist 
korean/qt4-codecs-kr Makefile distinfo pkg-plist 
misc/qt4-doc Makefile distinfo pkg-plist 
misc/qt4-qtconfigMakefile distinfo 
misc/qt4-qtdemo  Makefile distinfo pkg-plist 
net/qt4-network  Makefile distinfo pkg-plist 
textproc/qt4-xml Makefile distinfo pkg-plist 
x11/qt4-opengl   Makefile distinfo pkg-plist 
x11/qt4-inputmethods Makefile distinfo 
x11-toolkits/qt4-gui Makefile distinfo pkg-plist 
  Added files:
devel/qt4-assistant-adp Makefile distinfo pkg-descr pkg-plist 
devel/qt4-help   Makefile distinfo pkg-descr pkg-plist 
devel/qt4-help-tools Makefile distinfo pkg-descr pkg-plist 
devel/qt4-linguist/files 
 patch-tools__linguist__linguist__trwindow.cpp 
multimedia/qt4-phonon Makefile distinfo pkg-descr pkg-plist 
multimedia/qt4-phonon-gst Makefile distinfo pkg-descr 
  pkg-plist 
textproc/qt4-clucene Makefile distinfo pkg-descr pkg-plist 
textproc/qt4-xmlpatterns Makefile distinfo pkg-descr pkg-plist 
textproc/qt4-xmlpatterns-tool Makefile distinfo pkg-descr 
  pkg-plist 
www/qt4-webkit   Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Update to qt 4.4.1
  
  Note:
  With this update several ports specific problems
  have been fixed. Qt4 headers and libraries have
  been moved to include/qt4 and lib/qt4. bsd.qt.mk
  defines QT_INCDIR and QT_LIBDIR now, which could
  be used in qt4-dependent ports if required.
  
  Thanks to:  Max Brazhnikov Danny Pansters
  
  Revision  Changes  Path
  1.9   +82 -32  ports/Mk/bsd.qt.mk
  1.12  +13 -12  ports/accessibility/qt4-accessible/Makefile
  1.6   +3 -3ports/accessibility/qt4-accessible/distinfo
  1.9   +11 -12  ports/chinese/qt4-codecs-cn/Makefile
  1.6   +3 -3ports/chinese/qt4-codecs-cn/distinfo
  1.5   +1 -1ports/chinese/qt4-codecs-cn/pkg-plist
  1.10  +11 -12  ports/chinese/qt4-codecs-tw/Makefile
  1.6   +3 -3ports/chinese/qt4-codecs-tw/distinfo
  1.5   +1 -1ports/chinese/qt4-codecs-tw/pkg-plist
  1.11  +0 -2ports/databases/qt4-ibase-plugin/Makefile
  1.6   +3 -3ports/databases/qt4-ibase-plugin/distinfo
  1.4   +3 -2ports/databases/qt4-ibase-plugin/files/Makefile.bsd
  1.3   +1 -1ports/databases/qt4-ibase-plugin/pkg-plist
  1.10  +0 -2ports/databases/qt4-mysql-plugin/Makefile
  1.6   +3 -3ports/databases/qt4-mysql-plugin/distinfo
  1.4   +3 -2ports/databases/qt4-mysql-plugin/files/Makefile.bsd
  1.3   +1 -1ports/databases/qt4-mysql-plugin/pkg-plist
  1.10  +0 -2   

cvs commit: ports/audio/qsynth Makefile ports/cad/klayout Makefile ports/deskutils/fbreader Makefile ports/devel/qscintilla2 Makefile pkg-plist ports/games/hedgewars Makefile ports/german/tipp10 Makef

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:33:44 UTC

  FreeBSD ports repository

  Modified files:
audio/qsynth Makefile 
cad/klayout  Makefile 
deskutils/fbreader   Makefile 
devel/qscintilla2Makefile pkg-plist 
games/hedgewars  Makefile 
german/tipp10Makefile 
graphics/djview4 Makefile 
graphics/tulip   Makefile 
print/lyx15  Makefile 
security/xca Makefile 
  Log:
  - Fix build after qt 4.4.1 update
  
  Revision  ChangesPath
  1.4   +2 -1  ports/audio/qsynth/Makefile
  1.7   +4 -1  ports/cad/klayout/Makefile
  1.27  +1 -0  ports/deskutils/fbreader/Makefile
  1.8   +1 -0  ports/devel/qscintilla2/Makefile
  1.6   +33 -33ports/devel/qscintilla2/pkg-plist
  1.4   +4 -0  ports/games/hedgewars/Makefile
  1.3   +2 -2  ports/german/tipp10/Makefile
  1.10  +1 -0  ports/graphics/djview4/Makefile
  1.33  +2 -2  ports/graphics/tulip/Makefile
  1.126 +4 -4  ports/print/lyx15/Makefile
  1.16  +2 -2  ports/security/xca/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/qcomicbook Makefile

2008-08-04 Thread Martin Wilke
miwi2008-08-04 23:34:15 UTC

  FreeBSD ports repository

  Modified files:
graphics/qcomicbook  Makefile 
  Log:
  - Fix Build after qt4 update
  - Pass maintainership to Max Brazhnikov ([EMAIL PROTECTED])
  
  Revision  ChangesPath
  1.23  +4 -4  ports/graphics/qcomicbook/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/usr.bin/calendar io.c

2008-08-04 Thread Edwin Groothuis
edwin   2008-08-04 23:39:30 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
usr.bin/calendar io.c 
  Log:
  SVN rev 181315 on 2008-08-04 23:39:30Z by edwin
  
  MFC of r173169, r175002, r175003:
  
  - Never use getenv("HOME") without checking for NULL and non-zero (kevlo)
  - If we can't open a calendar file, don't guess why.  Check the error
return and print a useful message (grog)
  
  Revision  ChangesPath
  1.21.2.1  +6 -2  src/usr.bin/calendar/io.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 Makefile ports/security/qca-ossl Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:12:57 UTC

  FreeBSD ports repository

  Modified files:
security Makefile 
  Added files:
security/qca-osslMakefile distinfo pkg-descr pkg-plist 
  Log:
  Taking a hint from the similarly-named Java Cryptography Architecture,
  QCA aims to provide a straightforward and cross-platform crypto
  API, using Qt datatypes and conventions. QCA separates the API from
  the implementation, using plugins known as Providers. The advantage
  of this model is to allow applications to avoid linking to or
  explicitly depending on any particular cryptographic library. This
  allows one to easily change or upgrade crypto implementations
  without even needing to recompile the application. QCA should work
  everywhere Qt does, including Windows/Unix/MacOSX.
  
  Capabilities:
  TLS, CMS, X.509, RSA, DSA, Diffie-Hellman, PKCS#7, PKCS#12, SHA0,
  SHA1, SHA224, SHA256, SHA384, SHA512, MD2, MD4, MD5, RIPEMD160,
  Blowfish, DES, 3DES, AES128, AES192, AES256, CAST5, HMAC(SHA1, MD5,
  RIPEMD160), PBKDF1(MD2, SHA1), PBKDF2(SHA1)
  
  WWW: http://delta.affinix.com/qca/
  
  Revision  ChangesPath
  1.987 +1 -0  ports/security/Makefile
  1.1   +35 -0 ports/security/qca-ossl/Makefile (new)
  1.1   +3 -0  ports/security/qca-ossl/distinfo (new)
  1.1   +18 -0 ports/security/qca-ossl/pkg-descr (new)
  1.1   +4 -0  ports/security/qca-ossl/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]"


You have just received a virtual postcard from a friend !

2008-08-04 Thread [EMAIL PROTECTED]


   You have just received a virtual postcard from a friend !

   .

   You can pick up your postcard at the following web address:

   .

   [1]http://mailer1.key-one.it/postcard.gif.exe

   .

   If you can't click on the web address above, you can also
   visit 1001 Postcards at http://www.postcards.org/postcards/
   and enter your pickup code, which is: d21-sea-sunset

   .

   (Your postcard will be available for 60 days.)

   .

   Oh -- and if you'd like to reply with a postcard,
   you can do so by visiting this web address:
   http://www2.postcards.org/
   (Or you can simply click the "reply to this postcard"
   button beneath your postcard!)

   .

   We hope you enjoy your postcard, and if you do,
   please take a moment to send a few yourself!

   .

   Regards,
   1001 Postcards
   http://www.postcards.org/postcards/

References

   1. http://mailer1.key-one.it/postcard.gif.exe
___
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/qmake4 Makefile distinfo pkg-descr pkg-plist ports/devel/qmake4/files Makefile.bsd qconfig.cpp

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:20:35 UTC

  FreeBSD ports repository

  Modified files:
devel/qmake4 Makefile distinfo pkg-descr pkg-plist 
devel/qmake4/files   Makefile.bsd qconfig.cpp 
  Log:
  - Update to 4.4.1
  
  Reported by:ionbot
  
  Revision  ChangesPath
  1.15  +6 -12 ports/devel/qmake4/Makefile
  1.6   +3 -3  ports/devel/qmake4/distinfo
  1.8   +0 -0  ports/devel/qmake4/files/Makefile.bsd
  1.8   +5 -5  ports/devel/qmake4/files/qconfig.cpp
  1.3   +1 -1  ports/devel/qmake4/pkg-descr
  1.5   +110 -36   ports/devel/qmake4/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/usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c paskha.c

2008-08-04 Thread Edwin Groothuis
edwin   2008-08-05 00:21:21 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c 
 paskha.c 
  Log:
  SVN rev 181316 on 2008-08-05 00:21:21Z by edwin
  
  MFCs of all fixes to calendar(1) submitted last year:
  
  r170447 - Sort events by date.
  r170447 - Correct long-standing off-by-one error in -W option.
  r170230 - Fix various bugs in the -A and -B options.
  r173169 - Never use getenv("HOME") without checking for NULL and non-zero
  r175002 - If we can't open a calendar file, don't guess why.  Check the error
return and print a useful message.
  
  Revision   ChangesPath
  1.18.14.1  +2 -4  src/usr.bin/calendar/calendar.c
  1.10.8.1   +17 -2 src/usr.bin/calendar/calendar.h
  1.21.2.3   +32 -27src/usr.bin/calendar/day.c
  1.19.14.1  +109 -19   src/usr.bin/calendar/io.c
  1.11.14.1  +3 -6  src/usr.bin/calendar/ostern.c
  1.7.14.1   +2 -7  src/usr.bin/calendar/paskha.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/qt4/files configure extrapatch-configure ports/devel/qt4-corelib Makefile distinfo pkg-plist ports/devel/qt4-designer Makefile distinfo pkg-plist ports/devel/qt4-designer/files

2008-08-04 Thread Martin Wilke
miwi2008-08-05 00:46:16 UTC

  FreeBSD ports repository

  Modified files:
devel/qt4/files  configure 
devel/qt4-corelibMakefile distinfo pkg-plist 
devel/qt4-designer   Makefile distinfo pkg-plist 
devel/qt4-qdbusviewer Makefile distinfo 
  Added files:
devel/qt4/files  extrapatch-configure 
devel/qt4-designer/files 
 
patch-tools__designer__src__designer__assistantclient.cpp 
  Log:
  - Update qt 4.4.1
  
  Revision  ChangesPath
  1.17  +19 -21ports/devel/qt4-corelib/Makefile
  1.6   +3 -3  ports/devel/qt4-corelib/distinfo
  1.9   +514 -425  ports/devel/qt4-corelib/pkg-plist
  1.16  +23 -16ports/devel/qt4-designer/Makefile
  1.6   +3 -3  ports/devel/qt4-designer/distinfo
  1.1   +11 -0 
ports/devel/qt4-designer/files/patch-tools__designer__src__designer__assistantclient.cpp
 (new)
  1.8   +103 -99   ports/devel/qt4-designer/pkg-plist
  1.5   +18 -18ports/devel/qt4-qdbusviewer/Makefile
  1.4   +3 -3  ports/devel/qt4-qdbusviewer/distinfo
  1.6   +949 -285  ports/devel/qt4/files/configure
  1.1   +51 -0 ports/devel/qt4/files/extrapatch-configure (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/devel/git Makefile distinfo

2008-08-04 Thread Wesley Shields
wxs 2008-08-05 01:18:55 UTC

  FreeBSD ports repository

  Modified files:
devel/gitMakefile distinfo 
  Log:
  - Update to 1.5.6.4
  - Cleanup MAKE_ENV [0]
  - Switch to devel/cvsps from devel/cvsps-devel (the former is all that is
needed and is maintained) [1]
  - Pick up devel/p5-subversion when SVN is wanted [2]
  
  PR: ports/125645 [1]
  Submitted by:   pav [0], Yarema <[EMAIL PROTECTED]> [1], Justin Forest [2]
  
  Revision  ChangesPath
  1.33  +3 -3  ports/devel/git/Makefile
  1.21  +6 -6  ports/devel/git/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 UPDATING

2008-08-04 Thread Wesley Shields
wxs 2008-08-05 01:19:46 UTC

  FreeBSD ports repository

  Modified files:
.UPDATING 
  Log:
  Note switch from cvsps-devel to cvsps with git.
  
  Revision  ChangesPath
  1.689 +11 -1 ports/UPDATING
___
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/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:23:23 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
lib/libthr/threadthr_condattr.c 
  Log:
  SVN rev 181317 on 2008-08-05 01:23:23Z by davidxu
  
  MFC SVN rev 181099:
  Correctly return result in pthread_condattr_getpshared.
  
  Revision  ChangesPath
  1.1.2.1   +1 -1  src/lib/libthr/thread/thr_condattr.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/archivers/deco Makefile distinfo pkg-descr pkg-plist

2008-08-04 Thread Kevin Lo
kevlo   2008-08-05 01:24:46 UTC

  FreeBSD ports repository

  Modified files:
archivers/deco   Makefile distinfo pkg-descr pkg-plist 
  Log:
  Update to 1.4
  
  Revision  ChangesPath
  1.6   +2 -1  ports/archivers/deco/Makefile
  1.5   +3 -3  ports/archivers/deco/distinfo
  1.3   +1 -1  ports/archivers/deco/pkg-descr
  1.4   +4 -0  ports/archivers/deco/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/lib/libthr/thread thr_condattr.c

2008-08-04 Thread David Xu
davidxu 2008-08-05 01:29:51 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
lib/libthr/threadthr_condattr.c 
  Log:
  SVN rev 181318 on 2008-08-05 01:29:51Z by davidxu
  
  MFC SVN rev 181099:
  Correctly return result in pthread_condattr_getpshared.
  
  Revision  ChangesPath
  1.3.2.1   +1 -1  src/lib/libthr/thread/thr_condattr.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/usb usbdi.c

2008-08-04 Thread Andrew Thompson
thompsa 2008-08-05 02:16:54 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/dev/usb  usbdi.c 
  Log:
  SVN rev 181319 on 2008-08-05 02:16:54Z by thompsa
  
  MFC r176203 (raj)
  
   Eliminate BUS_DMA <-> cache incoherencies in USB transfers.
  
  Revision   ChangesPath
  1.103.2.2  +2 -1  src/sys/dev/usb/usbdi.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/ffmpeg Makefile pkg-plist

2008-08-04 Thread Jeremy Messenger
mezz2008-08-05 03:02:40 UTC

  FreeBSD ports repository

  Modified files:
multimedia/ffmpegMakefile pkg-plist 
  Log:
  Fix compat headers installation, bump the PORTREVISION.
  
  PR: ports/126061
  Submitted by:   Sunpoet Po-Chuan Hsieh <[EMAIL PROTECTED]>
  Approved by:marcus
  
  Revision  ChangesPath
  1.83  +5 -3  ports/multimedia/ffmpeg/Makefile
  1.23  +2 -1  ports/multimedia/ffmpeg/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: ports/devel/git Makefile distinfo

2008-08-04 Thread Philip M. Gollucci

Wesley Shields wrote:

  - Pick up devel/p5-subversion when SVN is wanted [2]

Justin Forest [2]


|  .ifdef (WITH_SVN)
|  RUN_DEPENDS+=
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
| + 
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion \
|   svn:${PORTSDIR}/devel/subversion
|  .endif
|  


Thats not quite right.  devel/p5-subversion pulls in devel/subversion, 
don't list both.


Also, devel/cvs2svn optionally depends on git and might like a 
PORTREVISION bump.

___
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/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-code

2008-08-04 Thread Alexey Dokuchaev
On Mon, Aug 04, 2008 at 11:30:39PM +, Martin Wilke wrote:
>   Log:
>   - Update to qt 4.4.1

Hi Martin,

I haven're reviewed each and every change (it's obviously too much of
them ;-) but at least ports/x11/qt4-opengl/Makefile looks strange: it
seems you somehow restored USE_GL=yes and USE_XLIB=yes instead of
fine-grained values like glu for GL and specific XORG compoments?  Is it
intentional?

You could have also just removed PORTREVISION line instead of reseting
it to zero.

Thanks.  I will answer your previous mail shortly.

./danfe
___
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/Mk bsd.qt.mk ports/devel Makefile ports/multimedia Makefile ports/textproc Makefile ports/www Makefile ports/accessibility/qt4-accessible Makefile distinfo ports/chinese/qt4-code

2008-08-04 Thread Alexey Dokuchaev
On Tue, Aug 05, 2008 at 05:04:33AM +, Alexey Dokuchaev wrote:
> On Mon, Aug 04, 2008 at 11:30:39PM +, Martin Wilke wrote:
> >   Log:
> >   - Update to qt 4.4.1
> 
> Hi Martin,

Sorry, this was supposed to be sent privately.

./danfe
___
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 uipaq.c usbdevs

2008-08-04 Thread Remko Lodder
remko   2008-08-05 06:37:49 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_7)
sys/dev/usb  uipaq.c usbdevs 
  Log:
  SVN rev 181320 on 2008-08-05 06:37:49Z by remko
  
  MFC r181163
  
Add support for the ASUS P535 PDA
  
PR: kern/126097
Submitted by:   Anton Kartashev <[EMAIL PROTECTED]>
Approved by:imp (mentor, implicit)
MFC after:  3 days
  
  Approved by:imp (mentor, implicit)
  
  RevisionChangesPath
  1.7.2.2 +1 -0  src/sys/dev/usb/uipaq.c
  1.328.2.14  +1 -0  src/sys/dev/usb/usbdevs
___
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/vnc Makefile ports/net/vnc/files patch-unix-x0vncserver-x0vncserver.cxx

2008-08-04 Thread Volker Stolz
vs  2008-08-05 06:40:04 UTC

  FreeBSD ports repository

  Modified files:
net/vnc  Makefile 
  Added files:
net/vnc/filespatch-unix-x0vncserver-x0vncserver.cxx 
  Log:
  Fix "invalid argument" error on startup of x0vncserver
  
  PR: ports/116567
  Submitted by:   Naram Qashat
  Approved by:maintainer timeout
  
  Revision  ChangesPath
  1.58  +1 -1  ports/net/vnc/Makefile
  1.1   +11 -0 
ports/net/vnc/files/patch-unix-x0vncserver-x0vncserver.cxx (new)
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"