Installation and the 1024 cylinder boot problem

2003-08-04 Thread Dimitar . Peikov
Recently I had to install 5.1-RELEASE at 60GB, and had a lot of troubles to start booting correctly. I hope that /stand/sysinstall have to handle 1024 cylinder booting. Otherwise I have to run 'boot0cfg' manually to fix this issue. MuTk0 ___ [EMAIL

bzero() in mfs_doio()

2003-01-03 Thread Dimitar Peikov
); } - -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2) 9797300 fax: (+359 2) 9733355 http://www.rila.com GnuPG key http

Re: bzero() in mfs_doio()

2003-01-03 Thread Dimitar Peikov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Upps, sorry, too much wine during the holidays. I've not read the code correctly ;-( On Friday 03 January 2003 15:19, Dimitar Peikov wrote: Hi, I've read some part of the UFS/MFS code and saw the bzero() in code, but according the madvice

Threading debugging

2002-11-07 Thread Dimitar Peikov
Debugger response to a program call of fork or vfork is child. (gdb) n / several times to reach the fork() call / 428 pid = fork(); (gdb) 429 if (pid != 0) { (gdb) p pid $2 = 12886 (gdb) Any comments would be greatfuly appreciated. - -- Dimitar Peikov Programmer Analyst

Solaris x86 partitions

2002-09-17 Thread Dimitar Peikov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did someone is trying to mount Solaris x86 slice on FreeBSD. - -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320

4.6.1-rc2 booting

2002-08-20 Thread Dimitar Peikov
Hi, I donwloaded 4.6.1-rc2.ISO and tried to install it on machine with Solaris 8. Instalation went perfect, except that after booting FreeBSD boot-manager allows only to boot from Solaris x86 partition (1st partition). I can start FreeBSD from /dev/ad0s3a when boot from installation CDROM, but

Swapping performance

2002-03-07 Thread Dimitar Peikov
Linux$ FreeBSD$ time ./malloc_test *# real0m11.571s user0m1.150s sys 0m1.830s FreeBSD$ -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
malloc_test.c ln -s /etc/malloc.conf ln -s /etc/malloc.conf ln -s HR /etc/malloc.conf ln -s HR /etc/malloc.conf and no significant performance issue between the tests. There were some differences but not amazing one. On Thu, 7 Mar 2002, Alfred Perlstein wrote: * Dimitar Peikov [EMAIL

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
On Thu, 7 Mar 2002 08:09:06 -0600 GB Clark [EMAIL PROTECTED] wrote: On Thu, 7 Mar 2002 14:27:59 +0200 Dimitar Peikov [EMAIL PROTECTED] wrote: On Thu, 7 Mar 2002 04:01:58 -0800 (PST) Julian Elischer [EMAIL PROTECTED] wrote: he said -stable.. what are the malloc options

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
, less prone to abuse. Try it, you'll like it. If you want the nuts and bolts of it, read the source. - Original Message - From: Dimitar Peikov [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 07, 2002 3:45 AM Subject: Swapping performance I start some

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
for the test program! Mike Silby Silbersack -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2) 9797300 fax: (+359 2) 9733355 http

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
you achieve the same on Linux. Sorry, no -l on Linux box! P.S. are you sure you are swapping, vs. paging? -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
that there are a lot of optimizations that can be made if have more time for that, but even in this case I don't think that the things would be much more bright for the FreeBSD. -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str

Re: Swapping performance

2002-03-07 Thread Dimitar Peikov
(ptr); : return 0; :} -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2) 9797300 fax: (+359 2) 9733355 http://www.rila.com To Unsubscribe: send

Magic number 100 in /sys/kern/kern_fork.c

2002-01-02 Thread Dimitar Peikov
I've review /sys/kern/kern_fork.c file and have a question why the room of 100 process numbers is hardcoded in the source? I think that if such room is needed, it must be defined somewhere in headers, isn't it. Can someone explain me more the idea about that room? -- Dimitar Peikov Programmer

Re: Performance issue

2001-12-14 Thread Dimitar Peikov
, this would be great, but I think that bzero() is for example, there are too many functions from the libraries that could be optimized as well. These are all string and memory manipulation routines with extentions such us MMX, SIMD, 3dnow, ... This would not be 5 min implementation at all. -- Dimitar

Performance issue

2001-12-09 Thread Dimitar Peikov
iterations with bzero : SuSE$ time malloc_test real0m34.364s user0m3.630s sys 0m30.710s -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria

Re: Performance issue

2001-12-09 Thread Dimitar Peikov
Never attribute to malice what can adequately be explained by incompetence. -- Dimitar Peikov Programmer Analyst Globalization Group We Build e-Business RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria phone: (+359 2) 9797320 phone: (+359 2) 9797300 fax: (+359

sysctl and MAXDSIZ

2001-11-22 Thread Dimitar Peikov
(kern.maxdsiz, maxdsiz); but sysctl gives to me no 'kern.maxdsiz' resource. Is there a problem to put this parameter into sysctl (writable) or there are more changes to do to avoid crashes if they appears when change is made? PS: Cc: me because I'm not at the list. -- Dimitar Peikov Programmer

IPFW module

2001-11-08 Thread Dimitar Peikov
panic reboot! It is regular to kernel crash if ipfw is loaded as module, but why when it was build into kernel? In that case it would be good kldload/kldunload to exit! Why kldload loads module in case that it is compiled in kernel? -- Dimitar Peikov Programmer Analyst Globalization

Re: Sound card support

2000-11-16 Thread Dimitar Peikov
http://www.katsurajima.seya.yokohama.jp/ich/ Have fun. It works fine for me! -- Dimitar Peikov Programmer Analyst "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonchev Str. 1113 Sofia, Bulgaria home: (+359 2) 595495 phone: (+359 2) 9797320 phone: (+359 2) 97

4.1 ISO CRC

2000-08-02 Thread Dimitar Peikov
Hi, Could someone send me CRC code for the 4.1 ISO image or to be available on ftp server for downloading? -- Dimitar Peikov To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

mmap syncs and file extends

2000-07-27 Thread Dimitar Peikov
tr[6] = 'D'; ptr = mremap(ptr, 10, 20, 1); close(fd); ptr[10] = 'Y'; ptr[12] = 'X'; printf("1%C\n", ptr[12]); msync(ptr, size, MS_SYNC); munmap(ptr, size); } ------ -- Dimitar Peikov Programmer "We Build e-Business" RILA Solutions 27 Building, Acad.G.Bonch

HZ changing

1999-09-02 Thread Dimitar Peikov
One question? Changing HZ in kernel config with lower than 10, for example HZ=5, stops some communications. It's true that machine goes faster to response for user activity, but some devices stop to work? Is it normal? Mitko To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

HZ changing

1999-09-02 Thread Dimitar Peikov
One question? Changing HZ in kernel config with lower than 10, for example HZ=5, stops some communications. It's true that machine goes faster to response for user activity, but some devices stop to work? Is it normal? Mitko To Unsubscribe: send mail to majord...@freebsd.org with unsubscribe