Re: How many developers?

2005-02-10 Thread Joseph Koshy
If you'd like approximate activity levels by committer, try something like: % cd /cvs/FreeBSD/CVSROOT-src/commitlogs # choose repository % gzip -dcfq * | awk ' /^[a-z][a-z]*/ { count[$1]++ } \ END { for (c in count) { print count[c], c } } ' | \ sort -nr | less ... 7193 jkh 6864 peter 668

Re: Known Bug?

2005-02-10 Thread Ryan Sommers
Ighor Poteryakhin said: > FreeBSD 5.2.1-RELEASE-p13, Samba 3.0.10 > If it is needed, I'll provide more information about > hardware/software/kernel conf etc... installed. First thing I would recommend is upgrading to 5-STABLE. If you still have the same reboot compile a kernel with debugging symb

SIGBUS help, please

2005-02-10 Thread Ion-Mihai Tetcu
Hi, One of my ports - mail/dspam-devel stays at 3.4 because newer versions crash on FreeBSD (they work on Linux and Solaris). Can someone make some sense from the output bellow ? I'm willing to make a port and help with all needed setup information - a 5-10 minutes job if someone has the time fo

Re: How many developers?

2005-02-10 Thread Joel Dahl
On Thu, 2005-02-10 at 17:02 +0300, Maxim Konovalov wrote: > On Thu, 10 Feb 2005, 14:53+0100, Ivan Voras wrote: > > > For statistical purposes, where can I get information such as the number of > > developers (with commit bit?) active on the FreeBSD project? > > cvs co -p CVSROOT-src/access CVSRO

Re: Firewire blues

2005-02-10 Thread Gerald Heinig
Stephan Uphoff wrote: Once I linked in dcons, dcons_crom and firewire into the kernel everything worked. (I think only dcons is really needed - maybe a link set issue?) I only used the gdb stub method. Can you send me your dmesg? (After you linked the dcons stuff into the kernel) Another thing: wha

Re: How many developers?

2005-02-10 Thread Wilko Bulte
On Thu, Feb 10, 2005 at 03:24:11PM +, Ceri Davies wrote.. > On Thu, Feb 10, 2005 at 03:42:51PM +0100, Wilko Bulte wrote: > > On Thu, Feb 10, 2005 at 02:53:11PM +0100, Ivan Voras wrote.. > > > For statistical purposes, where can I get information such as the number > > > of developers (with com

Re: How many developers?

2005-02-10 Thread Ceri Davies
On Thu, Feb 10, 2005 at 03:42:51PM +0100, Wilko Bulte wrote: > On Thu, Feb 10, 2005 at 02:53:11PM +0100, Ivan Voras wrote.. > > For statistical purposes, where can I get information such as the number > > of developers (with commit bit?) active on the FreeBSD project? > > I don't think there is a

Re: How many developers?

2005-02-10 Thread Wilko Bulte
On Thu, Feb 10, 2005 at 02:53:11PM +0100, Ivan Voras wrote.. > For statistical purposes, where can I get information such as the number > of developers (with commit bit?) active on the FreeBSD project? I don't think there is a published (or unpublished for that matter) statistic like that availa

Re: How many developers?

2005-02-10 Thread Peter Pentchev
On Thu, Feb 10, 2005 at 05:02:04PM +0300, Maxim Konovalov wrote: > On Thu, 10 Feb 2005, 14:53+0100, Ivan Voras wrote: > > > For statistical purposes, where can I get information such as the number of > > developers (with commit bit?) active on the FreeBSD project? > > cvs co -p CVSROOT-src/access

Re: pthreads & dynamic memory in fbsd vs. the same in linux

2005-02-10 Thread Andriy Tkachuk
i sent the mail with attachement. anyway, the code: (probably the better list would be -threads. sorry folks for flame. i subscribed today to -threads, so please reply to it if no mind.) > cat test2.cc #include #include #include #include #include using std::string; #define COUNT_THREADS 5

Re: How many developers?

2005-02-10 Thread Ivan Voras
Maxim Konovalov wrote: cvs co -p CVSROOT-src/access CVSROOT-doc/access CVSROOT-ports/access \ 2>/dev/null | grep -v ^# | awk '{print $1}' | sort -u | wc -l Thanks! ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/free

Re: How many developers?

2005-02-10 Thread Maxim Konovalov
On Thu, 10 Feb 2005, 14:53+0100, Ivan Voras wrote: > For statistical purposes, where can I get information such as the number of > developers (with commit bit?) active on the FreeBSD project? cvs co -p CVSROOT-src/access CVSROOT-doc/access CVSROOT-ports/access \ 2>/dev/null | grep -v ^# | awk '{p

How many developers?

2005-02-10 Thread Ivan Voras
For statistical purposes, where can I get information such as the number of developers (with commit bit?) active on the FreeBSD project? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe

Re: pthreads & dynamic memory in fbsd vs. the same in linux

2005-02-10 Thread Coleman Kane
Could you post the code too, perchance? On Thu, 10 Feb 2005 10:55:04 +0200, Andriy Tkachuk <[EMAIL PROTECTED]> wrote: > Hi folks. > > I noticed the strange stick of pthreads (amount ~ 500) > when allocating dynamic memory by malloc or new > in my system: > > > uname -a > FreeBSD ant.emict.com 5

pthreads & dynamic memory in fbsd vs. the same in linux

2005-02-10 Thread Andriy Tkachuk
Hi folks. I noticed the strange stick of pthreads (amount ~ 500) when allocating dynamic memory by malloc or new in my system: > uname -a FreeBSD ant.emict.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Feb 9 17:30:11 EET 2005 [EMAIL PROTECTED]:/lin/fbsd_obj/usr/src/sys/ANT i386 It's interesti

Known Bug?

2005-02-10 Thread Ighor Poteryakhin
I have: iP-III-866(133 System bus)/i815EP/256+64Mb RAM(PC100-PC133), all RAM working on 100MHz/(CD LG pri master)HDD 10 IBM (pri slave, bootable)+ 1.6G Samsung WNR(sec master)/3Com EtherLink XL Adaptor FreeBSD 5.2.1-RELEASE-p13, Samba 3.0.10 Samsung formatted in Windows for FAT32, mounted as /s

Re: Firewire blues

2005-02-10 Thread Gerald Heinig
Stephan Uphoff wrote: On Wed, 2005-02-09 at 03:13, Gerald Heinig wrote: Stephan Uphoff wrote: There are two ways using kgdb to debug a target with firewire. The first way basically replaces the slow serial cable for communication to the remote target gdb stub. The second way uses the remote DMA