Re: cvs commit: src/games/fortune/datfiles fortunes

2007-05-13 Thread Vasil Dimov
On Thu, Feb 16, 2006 at 09:30:13 +, Greg Lehey wrote:
> grog2006-02-16 09:30:13 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
> games/fortune/datfiles fortunes 
>   Log:
>   Wisdom about the Open Source ecosystem.
>   
>   Submitted by: Mеrten Mickos
>   
>   Revision  ChangesPath
>   1.208 +5 -0  src/games/fortune/datfiles/fortunes

+Attempting to stop MySQL by buying companies around it is like trying
+to kill a dolphin by drinking the ocean.
+
+-- Mеrten Mickos

Well... I think that this is no longer actual and a bit misleading.
Oracle is actively hiring developers to do InnoDB development, which all
you know is part of MySQL. I wouldn't call this "attempting to stop".

What about considering this out-dated and removing it?

Best regards,
-- 
Vasil Dimov
[EMAIL PROTECTED]Software Developer @ Oracle/Innobase Oy
[EMAIL PROTECTED]Committer @ FreeBSD.org
[EMAIL PROTECTED]Home @ Sofia, Bulgaria


pgpnASdl8L91V.pgp
Description: PGP signature


cvs commit: src/sys/pc98/conf GENERIC

2007-05-13 Thread Takahashi Yoshihiro
nyan2007-05-13 07:19:11 UTC

  FreeBSD src repository

  Modified files:
sys/pc98/confGENERIC 
  Log:
  Disable PREEMPTION option.  It causes some problem on pc98.
  
  Revision  ChangesPath
  1.293 +1 -1  src/sys/pc98/conf/GENERIC
___
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/etc/defaults periodic.conf src/etc/periodic/daily 480.status-ntpd src/share/man/man5 periodic.conf.5

2007-05-13 Thread Maxim Konovalov
maxim   2007-05-13 09:33:35 UTC

  FreeBSD src repository

  Modified files:
etc/defaults periodic.conf 
share/man/man5   periodic.conf.5 
  Added files:
etc/periodic/daily   480.status-ntpd 
  Log:
  o Add a script to check ntpd(8) state.  Default is off.
  
  PR: conf/112604
  Submitted by:   Oliver Fromme
  MFC after:  1 month
  
  Revision  ChangesPath
  1.43  +3 -0  src/etc/defaults/periodic.conf
  1.1   +28 -0 src/etc/periodic/daily/480.status-ntpd (new)
  1.65  +6 -1  src/share/man/man5/periodic.conf.5
___
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/uniq uniq.1

2007-05-13 Thread Pav Lucistnik
pav 2007-05-13 11:50:32 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:(Branch: RELENG_6)
usr.bin/uniq uniq.1 
  Log:
  MFC: v1.20
Document that uniq(1) limits input line length to LINE_MAX characters.
  
  Revision  ChangesPath
  1.19.2.1  +4 -0  src/usr.bin/uniq/uniq.1
___
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/net ether_addr.c

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 12:04:06 UTC

  FreeBSD src repository

  Modified files:
lib/libc/net ether_addr.c 
  Log:
  Move to more conformant style(9) before making functional changes.
  
  Revision  ChangesPath
  1.16  +35 -51src/lib/libc/net/ether_addr.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/share/man/man7 hier.7

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-13 12:22:54 UTC

  FreeBSD src repository (doc committer)

  Modified files:(Branch: RELENG_6)
share/man/man7   hier.7 
  Log:
  - Remove the deprecated ``/stand'' hierarchy.
(MFC)
  
  PR: docs/37
  Submitted by:   Niclas Zeising
  Approved by:delphij@ (mentor)
  
  Revision   ChangesPath
  1.115.2.3  +1 -3  src/share/man/man7/hier.7
___
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/conf Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Makefile.sun4v src/usr.sbin/config configvers.h

2007-05-13 Thread Robert Watson


On Sun, 13 May 2007, Wojciech A. Koszek wrote:


 Log:
 Bump config(8) version and build requirement for config(8) to 66. This
 is caused by my latest changes to config(8). You're supposed to install new
 config(8) in order to prevent yourself from seeing a warning about old
 version of that tool.

 You should configure the kernel with a new config(8) then.

 Oked by:rwatson, cognet (mentor)


In typical FreeBSD parlance, we use one or both of:

Reviewed by:whomever
Approved by:whomever

The former states that the persons(s) in question have at least read, and 
possibly also tested, the changes, and is vouching for their reasonableness.


The latter states that the person(s) in question have authorized a commit, 
typically in the role of a subsystem maintainer, mentor, release engineer, or 
security officer.  Sometimes it comes in the form:


Approved by:re (whomever)
Approved by:security-officer (whomever)
Approved by:whomever (mentor)

I don't claim that this is consistent. :-)

I've noticed an increasing number of "OKed" commits lately -- I'd prefer it if 
we stuck to our existing nomenclature with respect to how we annotate changes 
with respect to review and approval.  Among other things, it makes the commit 
messages more mechanically parseable, and avoids ambiguity.


Robert N M Watson
Computer Laboratory
University of Cambridge




 Revision  ChangesPath
 1.23  +1 -1  src/sys/conf/Makefile.amd64
 1.32  +1 -1  src/sys/conf/Makefile.arm
 1.272 +1 -1  src/sys/conf/Makefile.i386
 1.68  +1 -1  src/sys/conf/Makefile.ia64
 1.174 +1 -1  src/sys/conf/Makefile.pc98
 1.284 +1 -1  src/sys/conf/Makefile.powerpc
 1.39  +1 -1  src/sys/conf/Makefile.sparc64
 1.2   +1 -1  src/sys/conf/Makefile.sun4v
 1.45  +1 -1  src/usr.sbin/config/configvers.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/lib/libc/net ether_addr.c ethers.3

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 13:57:45 UTC

  FreeBSD src repository

  Modified files:
lib/libc/net ether_addr.c ethers.3 
  Log:
  Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
  passed storage buffers rather than using static storage.  Reimplement
  ether_ntoa() and ether_aton() in terms of these functions.  These variants
  are thread-safe.
  
  Revision  ChangesPath
  1.17  +40 -25src/lib/libc/net/ether_addr.c
  1.24  +45 -12src/lib/libc/net/ethers.3
___
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/conf Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Makefile.sun4v src/usr.sbin/config configvers.h

2007-05-13 Thread Wojciech A. Koszek
On Sun, May 13, 2007 at 01:19:39PM +0100, Robert Watson wrote:
> 
> On Sun, 13 May 2007, Wojciech A. Koszek wrote:
> 
> > Log:
> > Bump config(8) version and build requirement for config(8) to 66. This
> > is caused by my latest changes to config(8). You're supposed to install 
> > new
> > config(8) in order to prevent yourself from seeing a warning about old
> > version of that tool.
> >
> > You should configure the kernel with a new config(8) then.
> >
> > Oked by:rwatson, cognet (mentor)
> 
> In typical FreeBSD parlance, we use one or both of:
> 
> Reviewed by:  whomever
> Approved by:  whomever
> 
> The former states that the persons(s) in question have at least read, and 
> possibly also tested, the changes, and is vouching for their reasonableness.
> 
> The latter states that the person(s) in question have authorized a commit, 
> typically in the role of a subsystem maintainer, mentor, release engineer, 
> or security officer.  Sometimes it comes in the form:
> 
> Approved by:  re (whomever)
> Approved by:  security-officer (whomever)
> Approved by:  whomever (mentor)
> 
> I don't claim that this is consistent. :-)
> 
> I've noticed an increasing number of "OKed" commits lately -- I'd prefer it 
> if we stuck to our existing nomenclature with respect to how we annotate 
> changes with respect to review and approval.  Among other things, it makes 
> the commit messages more mechanically parseable, and avoids ambiguity.

Good suggestion. In the past I matched those rules and I plan to follow
them in the future. Thanks for pointing this out.

-- 
Wojciech A. Koszek
[EMAIL PROTECTED]
http://FreeBSD.czest.pl/dunstan/
___
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/tools/regression/lib/libc/net Makefile test-ether.c test-ether.t

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 14:03:22 UTC

  FreeBSD src repository

  Modified files:
tools/regression/lib/libc/net Makefile 
  Added files:
tools/regression/lib/libc/net test-ether.c test-ether.t 
  Log:
  Add regression tests for ethers(3) functions, including new _r variants.
  Four tests currently fail:
  
test_ether_line_bad_1() and test_ether_line_bad_2() due to bugs in
ether_line(3).
  
test_ether_ntohost() and test_ether_hostton() due to not being fully
implemented tests.
  
  Revision  ChangesPath
  1.3   +1 -1  src/tools/regression/lib/libc/net/Makefile
  1.1   +235 -0src/tools/regression/lib/libc/net/test-ether.c (new)
  1.1   +10 -0 src/tools/regression/lib/libc/net/test-ether.t (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 Makefile.inc1 src/lib/libc Makefile src/lib/libc_r Makefile src/lib/libpthread Makefile pthread.map src/lib/libpthread/thread thr_private.h src/lib/librt Makefile src/lib/libthr Makefi

2007-05-13 Thread Daniel Eischen
deischen2007-05-13 14:12:41 UTC

  FreeBSD src repository

  Modified files:
.Makefile.inc1 
lib/libc Makefile 
lib/libc_r   Makefile 
lib/libpthread   Makefile pthread.map 
lib/libpthread/thread thr_private.h 
lib/librtMakefile 
lib/libthr   Makefile pthread.map 
lib/libthread_db Makefile 
lib/msun Makefile 
libexec/rtld-elf Makefile 
share/mk bsd.lib.mk bsd.libnames.mk bsd.own.mk 
 bsd.symver.mk 
  Log:
  Enable symbol versioning by default.  Use WITHOUT_SYMVER to disable it.
  Warning, after symbol versioning is enabled, going back is not easy
  (use WITHOUT_SYMVER at your own risk).
  
  Change the default thread library to libthr.
  
  There most likely still needs to be a version bump for at least the
  thread libraries.  If necessary, this will happen later.
  
  Revision  ChangesPath
  1.573 +1 -1  src/Makefile.inc1
  1.70  +0 -2  src/lib/libc/Makefile
  1.46  +8 -1  src/lib/libc_r/Makefile
  1.60  +16 -11src/lib/libpthread/Makefile
  1.20  +0 -368src/lib/libpthread/pthread.map
  1.130 +1 -1  src/lib/libpthread/thread/thr_private.h
  1.5   +0 -2  src/lib/librt/Makefile
  1.22  +6 -6  src/lib/libthr/Makefile
  1.18  +0 -374src/lib/libthr/pthread.map
  1.9   +0 -2  src/lib/libthread_db/Makefile
  1.77  +0 -2  src/lib/msun/Makefile
  1.40  +3 -1  src/libexec/rtld-elf/Makefile
  1.181 +1 -1  src/share/mk/bsd.lib.mk
  1.104 +5 -1  src/share/mk/bsd.libnames.mk
  1.62  +3 -0  src/share/mk/bsd.own.mk
  1.3   +1 -1  src/share/mk/bsd.symver.mk
___
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/share/images/books/handbook/install main-keymap.scr

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-13 14:15:18 UTC

  FreeBSD doc repository

  Modified files:
share/images/books/handbook/install main-keymap.scr 
  Log:
  - Update the outdated screenshot of handbook.
  
  The old:
  http://people.freebsd.org/~chinsan/doc/main-keymap.old.png
  
  The new:
  http://people.freebsd.org/~chinsan/doc/main-keymap.new.png
  
  PR: docs/107378
  Submitted by:   ceri@
  Approved by:delphij@ (mentor)
  
  Revision  ChangesPath
  1.2   +1 -1  doc/share/images/books/handbook/install/main-keymap.scr
___
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/platforms amd64.sgml

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-13 14:16:47 UTC

  FreeBSD doc repository

  Modified files:
en/platforms amd64.sgml 
  Log:
  - update the URL of Intel EMT64
  
  Approved by:delphij@ (mentor)
  
  Revision  ChangesPath
  1.19  +2 -2  www/en/platforms/amd64.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/lib/libc/amd64 Symbol.map src/lib/libc/arm Symbol.map src/lib/libc/gmon Symbol.map src/lib/libc/i386 Symbol.map src/lib/libc/powerpc Symbol.map

2007-05-13 Thread Daniel Eischen
deischen2007-05-13 14:16:55 UTC

  FreeBSD src repository

  Modified files:
lib/libc/amd64   Symbol.map 
lib/libc/arm Symbol.map 
lib/libc/gmonSymbol.map 
lib/libc/i386Symbol.map 
lib/libc/powerpc Symbol.map 
  Log:
  Remove .mcount from gmon's Symbol map and add it to the appropriate
  arch.  It can be named differently depending on the arch (.mcount,
  _mcount).
  
  Submitted by:   marius
  
  Revision  ChangesPath
  1.3   +1 -0  src/lib/libc/amd64/Symbol.map
  1.3   +24 -1 src/lib/libc/arm/Symbol.map
  1.3   +0 -1  src/lib/libc/gmon/Symbol.map
  1.4   +1 -0  src/lib/libc/i386/Symbol.map
  1.3   +1 -0  src/lib/libc/powerpc/Symbol.map
___
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/net ether_addr.c ethers.3

2007-05-13 Thread Daniel Eischen

On Sun, 13 May 2007, Robert Watson wrote:


rwatson 2007-05-13 13:57:45 UTC

 FreeBSD src repository

 Modified files:
   lib/libc/net ether_addr.c ethers.3
 Log:
 Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
 passed storage buffers rather than using static storage.  Reimplement
 ether_ntoa() and ether_aton() in terms of these functions.  These variants
 are thread-safe.


If these are indeed new functions, then they are now invisible to
consumers other than libc.

Hint: see libc/net/Symbol.map

--
DE
___
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/sys param.h

2007-05-13 Thread Daniel Eischen
deischen2007-05-13 14:28:16 UTC

  FreeBSD src repository

  Modified files:
sys/sys  param.h 
  Log:
  Bump FreeBSD version for enabling of symbol versioning and changing
  default threading library to libthr.
  
  Revision  ChangesPath
  1.296 +1 -1  src/sys/sys/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: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2007-05-13 Thread Daniel Eischen
deischen2007-05-13 14:34:03 UTC

  FreeBSD doc repository (src,ports committer)

  Modified files:
en_US.ISO8859-1/books/porters-handbook book.sgml 
  Log:
  Document FreeBSD version bump and switching to libthr as default threading
  library.
  
  Revision  ChangesPath
  1.832 +5 -0  doc/en_US.ISO8859-1/books/porters-handbook/book.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 UPDATING

2007-05-13 Thread Daniel Eischen
deischen2007-05-13 14:41:48 UTC

  FreeBSD src repository

  Modified files:
.UPDATING 
  Log:
  Add some notes about symbol versioning and the switch to libthr.
  
  Revision  ChangesPath
  1.490 +13 -0 src/UPDATING
___
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/net ether_addr.c ethers.3

2007-05-13 Thread Robert Watson


On Sun, 13 May 2007, Daniel Eischen wrote:


On Sun, 13 May 2007, Robert Watson wrote:


rwatson 2007-05-13 13:57:45 UTC

 FreeBSD src repository

 Modified files:
   lib/libc/net ether_addr.c ethers.3
 Log:
 Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
 passed storage buffers rather than using static storage.  Reimplement
 ether_ntoa() and ether_aton() in terms of these functions.  These variants
 are thread-safe.


If these are indeed new functions, then they are now invisible to consumers 
other than libc.


Hint: see libc/net/Symbol.map


Indeed -- it turns out I was working against a libc source from about a week 
ago on a -CURRENT box from a week ago.  Fixed, thanks!


Robert N M Watson
Computer Laboratory
University of Cambridge
___
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 Makefile.inc1 src/lib/libc Makefile src/lib/libc_r Makefile src/lib/libpthread Makefile pthread.map src/lib/libpthread/thread thr_private.h src/lib/librt Makefile s

2007-05-13 Thread Robert Watson


On Sun, 13 May 2007, Daniel Eischen wrote:


 Enable symbol versioning by default.  Use WITHOUT_SYMVER to disable it.
 Warning, after symbol versioning is enabled, going back is not easy
 (use WITHOUT_SYMVER at your own risk).

 Change the default thread library to libthr.

 There most likely still needs to be a version bump for at least the
 thread libraries.  If necessary, this will happen later.


Wo!  Thanks very much for making this happen.  Now we're getting pretty 
close to feature-complete for 7.0.  The next snapshot will be really nice :-).


Robert N M Watson
Computer Laboratory
University of Cambridge
___
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/net Symbol.map

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 15:01:25 UTC

  FreeBSD src repository

  Modified files:
lib/libc/net Symbol.map 
  Log:
  Add ether_aton_r and ether_ntoa_r to public symbol map for libc.
  
  Pointed out by: deischen
  
  Revision  ChangesPath
  1.9   +2 -0  src/lib/libc/net/Symbol.map
___
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/net ether_addr.c ethers.3

2007-05-13 Thread Bruce M. Simpson

Robert Watson wrote:

rwatson 2007-05-13 13:57:45 UTC

  FreeBSD src repository

  Modified files:
lib/libc/net ether_addr.c ethers.3 
  Log:

  Add and document ether_ntoa_r() and ether_aton_r() functions, which accept
  passed storage buffers rather than using static storage.  Reimplement
  ether_ntoa() and ether_aton() in terms of these functions.  These variants
  are thread-safe.
  


Don't forget that there is a link-layer independent 'humanize layer 2 
address' routine in getnameinfo() which I imported from NetBSD.


Regards,
BMS
___
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 ethernet.h

2007-05-13 Thread Robert Watson
rwatson 2007-05-13 15:52:46 UTC

  FreeBSD src repository

  Modified files:
sys/net  ethernet.h 
  Log:
  Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous
  commit.
  
  Revision  ChangesPath
  1.31  +2 -0  src/sys/net/ethernet.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: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-13 16:30:37 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  - Add The FreeBSD Traditional-Chinese Documentation Project members:
  Cheng-Tao Li(aka. psilotum), Tz-Huan Huang(aka. tzhuang,
  Wei-Hao Syu(aka. pig), they have contributed a lots of works on translation.
  
  Therefore, we add them as FreeBSD contributors.
  I hope this could cheer more people to join the doc team.
  
  Approved by:delphij@ (mentor)
  
  Revision  ChangesPath
  1.699 +15 -0 
doc/en_US.ISO8859-1/articles/contributors/contrib.additional.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/share/sgml trademarks.ent

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-13 17:27:00 UTC

  FreeBSD doc repository

  Modified files:
share/sgml   trademarks.ent 
  Log:
  - Add entries for AMD/Sempron, AMD/Turion.
  
  Approved by:delphij@ (mentor)
  
  Revision  ChangesPath
  1.39  +4 -0  doc/share/sgml/trademarks.ent
___
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/isp isp_freebsd.c

2007-05-13 Thread Matt Jacob
mjacob  2007-05-13 17:45:01 UTC

  FreeBSD src repository

  Modified files:
sys/dev/isp  isp_freebsd.c 
  Log:
  Temp workaround for config_intrhook_establish running the hook
  right away.
  
  Revision  ChangesPath
  1.141 +3 -0  src/sys/dev/isp/isp_freebsd.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 Makefile.inc1

2007-05-13 Thread Dag-Erling Smorgrav
des 2007-05-13 18:15:50 UTC

  FreeBSD src repository

  Modified files:
.Makefile.inc1 
  Log:
  Greatly speed up {check,delete}-old* by replacing make loops with sh loops.
  
  MFC after:  3 weeks
  
  Revision  ChangesPath
  1.574 +20 -28src/Makefile.inc1
___
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 Make.tags.inc src/sys/i386 Makefile

2007-05-13 Thread Kirk McKusick
mckusick2007-05-13 18:21:54 UTC

  FreeBSD src repository

  Modified files:
sys/kern Make.tags.inc 
sys/i386 Makefile 
  Log:
  Update entries for building tags.
  
  Revision  ChangesPath
  1.12  +3 -3  src/sys/i386/Makefile
  1.18  +9 -5  src/sys/kern/Make.tags.inc
___
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: doc/share/sgml trademarks.ent

2007-05-13 Thread Simon L. Nielsen
On 2007.05.13 17:27:01 +, Chin-San Huang wrote:
> chinsan 2007-05-13 17:27:00 UTC
> 
>   FreeBSD doc repository
> 
>   Modified files:
> share/sgml   trademarks.ent 
>   Log:
>   - Add entries for AMD/Sempron, AMD/Turion.

I don't think "Sempron" and "Turion" are trademarks (hovever "AMD
Sempron" and "AMD Turion" are so that part is correct), at least not
acording to
http://www.amd.com/us-en/Trademarkinformation/0,,1435_1442,00.html .

-- 
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: src/usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8

2007-05-13 Thread Pav Lucistnik
pav 2007-05-13 18:59:22 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
usr.sbin/bluetooth/rfcomm_pppd rfcomm_pppd.8 
  Log:
  Add `accept dns' to rfcomm-server example
  
  PR: docs/111320
  Submitted by:   James Flemer <[EMAIL PROTECTED]>
  No objection:   emax
  MFC after:  1 week
  
  Revision  ChangesPath
  1.14  +1 -0  src/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
___
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/conf Makefile.amd64 Makefile.arm Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Makefile.sun4v src/usr.sbin/config configvers.h

2007-05-13 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]>
"Wojciech A. Koszek" <[EMAIL PROTECTED]> writes:
: wkoszek 2007-05-13 02:36:41 UTC
: 
:   FreeBSD src repository
: 
:   Modified files:
: sys/conf Makefile.amd64 Makefile.arm Makefile.i386 
:  Makefile.ia64 Makefile.pc98 
:  Makefile.powerpc Makefile.sparc64 
:  Makefile.sun4v 
: usr.sbin/config  configvers.h 
:   Log:
:   Bump config(8) version and build requirement for config(8) to 66. This
:   is caused by my latest changes to config(8). You're supposed to install new
:   config(8) in order to prevent yourself from seeing a warning about old
:   version of that tool.
:   
:   You should configure the kernel with a new config(8) then.

Is this an absolute requirement for old kernels, or is it just a nice
to have if you want to use the new INCLUDE_CONFIG_FILE feature?

Warner
___
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/sound/pcm buffer.h

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 20:50:31 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sound/pcmbuffer.h 
  Log:
  MFC: [stage: 1/7]
  
  buf_addr should be bus_addr_t rather than u_int32_t.
  
  Revision  ChangesPath
  1.10.2.2  +1 -1  src/sys/dev/sound/pcm/buffer.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/sound/pcm ac97.c ac97.h channel.c mixer.c mixer.h sound.h src/sys/dev/sound/usb uaudio_pcm.c

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 20:53:40 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/sound/pcmac97.c ac97.h channel.c mixer.c mixer.h 
 sound.h 
sys/dev/sound/usbuaudio_pcm.c 
  Log:
  MFC: [stage: 2/7]
  
  Various fixups, especially for the upcomming High Definition Audio
  commit.
  
  1) sys/dev/sound/pcm/sound.h
 sys/dev/sound/pcm/channel.c
 * Be more specific: SD_F_SOFTVOL -> SD_F_SOFTPCMVOL
  2) sys/dev/sound/pcm/mixer.[ch]
 * Implement
 mix_setparentchild()
 mix_setrealdev()
 mix_getparent()
 mix_getchild()
   The purpose of these functions is implement relative volume
   adjustment, such as to tie two or more mixer device into a
   single logical device. Usefull for the upcoming HDA driver
   and few AC97 codec where the master volume "vol" need to be
   implemented using this logical manner.
  3) sys/dev/sound/pcm/ac97.c
 * ditto #1
 sys/dev/sound/pcm/usb/uaudio_pcm.c
 * ditto #1, hook "pcm" as logical child of "vol" if the real
   control does not exist.
  
  Revision  ChangesPath
  1.53.2.5  +2 -6  src/sys/dev/sound/pcm/ac97.c
  1.16.2.3  +0 -1  src/sys/dev/sound/pcm/ac97.h
  1.99.2.5  +24 -4 src/sys/dev/sound/pcm/channel.c
  1.43.2.5  +167 -30   src/sys/dev/sound/pcm/mixer.c
  1.14.2.1  +4 -0  src/sys/dev/sound/pcm/mixer.h
  1.63.2.3  +1 -1  src/sys/dev/sound/pcm/sound.h
  1.15.2.2  +14 -6 src/sys/dev/sound/usb/uaudio_pcm.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/sound/pci envy24.c envy24.h envy24ht.c envy24ht.h spicds.c spicds.h src/sys/modules/sound/driver/envy24 Makefile src/sys/modules/sound/driver/envy24ht Makefile src/sys/modules/

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 21:03:46 UTC

  FreeBSD src repository

  Added files:   (Branch: RELENG_6)
sys/dev/sound/pcienvy24.c envy24.h envy24ht.c envy24ht.h 
 spicds.c spicds.h 
sys/modules/sound/driver/envy24 Makefile 
sys/modules/sound/driver/envy24ht Makefile 
sys/modules/sound/driver/spicds Makefile 
  Log:
  MFC: [stage: 3/7]
  
  Envy24/HT and related dependency, spicds (as of current state).
  
  From the original commit log (by netchild):
  
  dd the envy24 driver as is to the tree. It's not connected to the build
  yet. More commits to follow.
  
  I got no response from the author, but since the driver is BSD licensed
  I don't think he will complain. :-)
  
  I got it from http://people.freebsd.org/~lofi/envy24.tar.gz
  
  Written by: Katsurajima Naoto <[EMAIL PROTECTED]
  Konstantin Dimitrov <[EMAIL PROTECTED]>
  
  Revision  ChangesPath
  1.11.2.1  +2531 -0   src/sys/dev/sound/pci/envy24.c (new)
  1.1.2.1   +482 -0src/sys/dev/sound/pci/envy24.h (new)
  1.11.2.1  +2541 -0   src/sys/dev/sound/pci/envy24ht.c (new)
  1.4.2.1   +183 -0src/sys/dev/sound/pci/envy24ht.h (new)
  1.5.2.1   +342 -0src/sys/dev/sound/pci/spicds.c (new)
  1.3.2.1   +116 -0src/sys/dev/sound/pci/spicds.h (new)
  1.3.2.1   +9 -0  src/sys/modules/sound/driver/envy24/Makefile (new)
  1.2.2.1   +9 -0  src/sys/modules/sound/driver/envy24ht/Makefile (new)
  1.2.2.1   +9 -0  src/sys/modules/sound/driver/spicds/Makefile (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/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h src/sys/modules/sound/driver/hda Makefile

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 21:09:24 UTC

  FreeBSD src repository

  Added files:   (Branch: RELENG_6)
sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h 
  hdac_reg.h 
sys/modules/sound/driver/hda Makefile 
  Log:
  MFC: [stage: 4/7]
  
  Allright you rightist.. here we go.
  
  Add support for Intel High Definition Audio Controller.
  
  This driver make a special guarantee that "playback" works
  on majority hardwares with minimal or without specific vendor
  quirk.
  
  This driver is a product of collaborative effort made by:
  
Stephane E. Potvin <[EMAIL PROTECTED]>
 Andrea Bittau <[EMAIL PROTECTED]>
 Wesley Morgan <[EMAIL PROTECTED]>
Daniel Eischen <[EMAIL PROTECTED]>
   Maxime Guillaud <[EMAIL PROTECTED]>
Ariff Abdullah <[EMAIL PROTECTED]>
  
  and various people from [EMAIL PROTECTED]
  
  Refer to snd_hda(4) for features, issues and various tricks.
  
  P L E A S E  avoid (not that I forbid it) using send-pr, since many
  problems can be solved (and was solved) quicker and easier through
  various help channels, notably freebsd-multimedia or even better,
  #freebsd-azalia @ irc.freenode.net.
  
  Welcome To HDA.
  
  Requested by:   Everybody
  Sponsored by:   Defenxis Sdn. Bhd.
  
  Revision  ChangesPath
  1.2.2.1   +1226 -0   src/sys/dev/sound/pci/hda/hda_reg.h (new)
  1.36.2.1  +6273 -0   src/sys/dev/sound/pci/hda/hdac.c (new)
  1.1.2.1   +69 -0 src/sys/dev/sound/pci/hda/hdac.h (new)
  1.6.2.1   +349 -0src/sys/dev/sound/pci/hda/hdac_private.h (new)
  1.1.2.1   +266 -0src/sys/dev/sound/pci/hda/hdac_reg.h (new)
  1.1.2.1   +9 -0  src/sys/modules/sound/driver/hda/Makefile (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/conf files src/sys/dev/sound driver.c src/sys/modules/sound/driver Makefile

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 21:11:40 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/conf files 
sys/dev/sounddriver.c 
sys/modules/sound/driver Makefile 
  Log:
  MFC: [stage: 5/7]
  
  Connect both snd_hda(4) and snd_envy24*/spicds(4) to build process.
  
  Revision ChangesPath
  1.1031.2.58  +4 -0  src/sys/conf/files
  1.13.2.3 +4 -0  src/sys/dev/sound/driver.c
  1.16.2.2 +3 -3  src/sys/modules/sound/driver/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/conf NOTES

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 21:12:32 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/conf NOTES 
  Log:
  MFC: [stage: 6/7]
  
  Add notes and options for snd_hda(4) and snd_envy24*/spicds(4).
  
  Revision ChangesPath
  1.1325.2.31  +8 -0  src/sys/conf/NOTES
___
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

2007-05-13 Thread Ariff Abdullah
ariff   2007-05-13 21:13:11 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/boot/forth   loader.conf 
  Log:
  MFC: [stage: 7/7]
  
  Add module loading options for snd_hda(4) and snd_envy24*/spicds(4).
  
  Revision   ChangesPath
  1.95.2.13  +4 -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: www/en/gnome news.xml

2007-05-13 Thread Joe Marcus Clarke
marcus  2007-05-13 21:36:11 UTC

  FreeBSD doc repository

  Modified files:
en/gnome news.xml 
  Log:
  Announce GNOME 2.19.1 for FreeBSD.
  
  Revision  ChangesPath
  1.140 +35 -1 www/en/gnome/news.xml
___
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/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h src/sys/modules/sound/driver/hda Makefile

2007-05-13 Thread Joel Dahl
On Sun, 2007-05-13 at 21:09 +, Ariff Abdullah wrote:
> ariff   2007-05-13 21:09:24 UTC
> 
>   FreeBSD src repository
> 
>   Added files:   (Branch: RELENG_6)
> sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h 
>   hdac_reg.h 
> sys/modules/sound/driver/hda Makefile 
>   Log:
>   MFC: [stage: 4/7]

All update all snd_* manual pages in RELENG_6 tomorrow (my time) in case
someone wants to know...

-- 
Joel

___
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 files src/sys/netinet tcp_input.c tcp_reass.c tcp_subr.c tcp_timewait.c tcp_var.h

2007-05-13 Thread Andre Oppermann
andre   2007-05-13 22:16:13 UTC

  FreeBSD src repository

  Modified files:
sys/conf files 
sys/netinet  tcp_input.c tcp_reass.c tcp_subr.c 
 tcp_timewait.c tcp_var.h 
  Log:
  Complete the (mechanical) move of the TCP reassembly and timewait
  functions from their origininal place to their own files.
  
  TCP Reassembly from tcp_input.c -> tcp_reass.c
  TCP Timewait   from tcp_subr.c  -> tcp_timewait.c
  
  Revision  ChangesPath
  1.1206+2 -0  src/sys/conf/files
  1.350 +0 -211src/sys/netinet/tcp_input.c
  1.352 +2 -31 src/sys/netinet/tcp_reass.c
  1.282 +2 -352src/sys/netinet/tcp_subr.c
  1.283 +4 -30 src/sys/netinet/tcp_timewait.c
  1.149 +15 -0 src/sys/netinet/tcp_var.h
___
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/conf files src/sys/netinet tcp_input.c tcp_reass.c tcp_subr.c tcp_timewait.c tcp_var.h

2007-05-13 Thread Andre Oppermann

Andre Oppermann wrote:

andre   2007-05-13 22:16:13 UTC

  FreeBSD src repository

  Modified files:
sys/conf files 
sys/netinet  tcp_input.c tcp_reass.c tcp_subr.c 
 tcp_timewait.c tcp_var.h 
  Log:

  Complete the (mechanical) move of the TCP reassembly and timewait
  functions from their origininal place to their own files.
  
  TCP Reassembly from tcp_input.c -> tcp_reass.c

  TCP Timewait   from tcp_subr.c  -> tcp_timewait.c
  
  Revision  ChangesPath

  1.1206+2 -0  src/sys/conf/files
  1.350 +0 -211src/sys/netinet/tcp_input.c
  1.352 +2 -31 src/sys/netinet/tcp_reass.c
  1.282 +2 -352src/sys/netinet/tcp_subr.c
  1.283 +4 -30 src/sys/netinet/tcp_timewait.c
  1.149 +15 -0 src/sys/netinet/tcp_var.h


Some stray timewait functions in tcp_input.c and tcp_timer.c will
move next to tcp_timewait.c.

--
Andre
___
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/netstat inet.c

2007-05-13 Thread Andre Oppermann
andre   2007-05-13 22:32:32 UTC

  FreeBSD src repository

  Modified files:
usr.bin/netstat  inet.c 
  Log:
  'netstat -A -p tcp' doesn't print the Socket but the Tcpcb pointer in the
  first column.
  
  Revision  ChangesPath
  1.76  +1 -1  src/usr.bin/netstat/inet.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/share/man/man9 Makefile

2007-05-13 Thread Andrew Thompson
thompsa 2007-05-13 22:56:59 UTC

  FreeBSD src repository

  Modified files:
share/man/man9   Makefile 
  Log:
  Link the defunct MUTEX_PROFILING option to LOCK_PROFILING.
  
  Revision  ChangesPath
  1.307 +1 -0  src/share/man/man9/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/dev/firewire sbp_targ.c

2007-05-13 Thread Hidetoshi Shimokawa
simokawa2007-05-14 00:58:24 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/dev/firewire sbp_targ.c 
  Log:
  MFC: rev. 1.13
  Fix a problem for multiple lun/initiators.
  
  Revision  ChangesPath
  1.8.2.3   +2 -1  src/sys/dev/firewire/sbp_targ.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/share/sgml trademarks.ent

2007-05-13 Thread Chin-San Huang
chinsan 2007-05-14 02:10:00 UTC

  FreeBSD doc repository

  Modified files:
share/sgml   trademarks.ent 
  Log:
  - Remove entries for Sempron, Turion.
  
  Noticed by: simon@
  Approved by:delphij@ (mentor)
  
  Revision  ChangesPath
  1.40  +0 -2  doc/share/sgml/trademarks.ent
___
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/netinet6 nd6.c nd6_nbr.c

2007-05-13 Thread SUZUKI Shinsuke
suz 2007-05-14 02:50:04 UTC

  FreeBSD src repository

  Modified files:(Branch: RELENG_6)
sys/netinet6 nd6.c nd6_nbr.c 
  Log:
  MFC  nd6.c Rev.1.76-77 and nd6_nbr.c Rev.1.43-44.
  
  Fixed a memory leak in unresolved ND queue processing.
  
  Revision   ChangesPath
  1.48.2.19  +9 -11 src/sys/netinet6/nd6.c
  1.29.2.9   +9 -11 src/sys/netinet6/nd6_nbr.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/share/man/man4 ural.4

2007-05-13 Thread Kevin Lo
kevlo   2007-05-14 03:42:11 UTC

  FreeBSD src repository

  Modified files:
share/man/man4   ural.4 
  Log:
  Update wlan_amrr supported to match the driver.
  
  Revision  ChangesPath
  1.13  +1 -0  src/share/man/man4/ural.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: src/lib/libmd/i386 rmd160.S sha.S

2007-05-13 Thread Colin Percival
cperciva2007-05-14 05:00:38 UTC

  FreeBSD src repository

  Modified files:
lib/libmd/i386   rmd160.S sha.S 
  Log:
  Use unsigned comparisons.  Prior to this commit, SHA1_Update and
  RIPEMD160_Update were broken when all of the following conditions
  applied:
  (1) The platform is i386.
  (2) The program calling *_Update is statically linked to libmd.
  (3) The buffer provided to *_Update is aligned modulo 4 bytes.
  (4) The buffer extends beyond 2GB.
  
  Due to the design of this code, SHA1_Update and RIPEMD160_Update will
  still be broken if conditions (1)-(3) apply AND the buffer extends
  beyond 4GB (i.e., there is an integer overflow in computing "data + len").
  Since this remaining bug simply replaces SIGSEGV with a bogus hash (and
  non-broken programs should never provide such operands) I don't consider
  it to be a serious problem.
  
  MFC After:  1 week
  PR: kern/102795
  
  Revision  ChangesPath
  1.4   +2 -1  src/lib/libmd/i386/rmd160.S
  1.3   +2 -1  src/lib/libmd/i386/sha.S
___
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/games/fortune/datfiles fortunes

2007-05-13 Thread Wes Peters


On May 13, 2007, at 12:07 AM, Vasil Dimov wrote:


On Thu, Feb 16, 2006 at 09:30:13 +, Greg Lehey wrote:

grog2006-02-16 09:30:13 UTC

  FreeBSD src repository

  Modified files:
games/fortune/datfiles fortunes
  Log:
  Wisdom about the Open Source ecosystem.

  Submitted by: Mеrten Mickos

  Revision  ChangesPath
  1.208 +5 -0  src/games/fortune/datfiles/fortunes


+Attempting to stop MySQL by buying companies around it is like trying
+to kill a dolphin by drinking the ocean.
+
+-- Mеrten Mickos

Well... I think that this is no longer actual and a bit misleading.
Oracle is actively hiring developers to do InnoDB development,  
which all

you know is part of MySQL. I wouldn't call this "attempting to stop".

What about considering this out-dated and removing it?


But it's FUNNY.

--
   Where am I, and what am I doing in this handbasket?
Wes Peters  
[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/sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h hdac_reg.h src/sys/modules/sound/driver/hda Makefile

2007-05-13 Thread Joel Dahl
On Sun, 2007-05-13 at 23:38 +0200, Joel Dahl wrote:
> On Sun, 2007-05-13 at 21:09 +, Ariff Abdullah wrote:
> > ariff   2007-05-13 21:09:24 UTC
> > 
> >   FreeBSD src repository
> > 
> >   Added files:   (Branch: RELENG_6)
> > sys/dev/sound/pci/hda hda_reg.h hdac.c hdac.h hdac_private.h 
> >   hdac_reg.h 
> > sys/modules/sound/driver/hda Makefile 
> >   Log:
> >   MFC: [stage: 4/7]
> 
> All update all snd_* manual pages in RELENG_6 tomorrow (my time) in case
  ^^^
  I'll

> someone wants to know...

-- 
Joel

___
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/games/fortune/datfiles fortunes

2007-05-13 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Wes Peters writ
es:

>> What about considering this out-dated and removing it?

There is a lot of historical bagagge in fortunes, and it would be a
lot less funny if we removed everything that wasn't up to date.

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
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/articles/contributors contrib.additional.sgml

2007-05-13 Thread Daniel Gerzo
danger  2007-05-14 06:17:12 UTC

  FreeBSD doc repository

  Modified files:
en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  - update entry of Matus Uhlar
  
  Approved by: trhodes (mentor), keramida (mentor)
  
  Revision  ChangesPath
  1.700 +2 -2  
doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
___
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: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2007-05-13 Thread Daniel Gerzo
Hello,

Monday, May 14, 2007, 8:17:13 AM, was written:

> danger  2007-05-14 06:17:12 UTC

>   FreeBSD doc repository

>   Modified files:
> en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
>   Log:
>   - update entry of Matus Uhlar
>   
>   Approved by: trhodes (mentor), keramida (mentor)
>   
>   Revision  ChangesPath
>   1.700 +2 -2 
> doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml

Forgot to mention:

Submitted by: mm

-- 
Best regards,
 Danielmailto:[EMAIL PROTECTED]

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