libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Gabor Kovesdan
Hello folks, I'm trying to integrate the result of my last SoC work to the base system but I'm facing some difficulties with libc symbol versioning. I placed the iconv code into an iconv subdirectory inside src/lib/libc and I added a Makefile and a symbol map, just like another parts of libc d

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Daniel Eischen
On Fri, 4 Jun 2010, Gabor Kovesdan wrote: Hello folks, I'm trying to integrate the result of my last SoC work to the base system but I'm facing some difficulties with libc symbol versioning. I placed the iconv code into an iconv subdirectory inside src/lib/libc and I added a Makefile and a s

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Jilles Tjoelker
On Fri, Jun 04, 2010 at 12:58:34PM +0200, Gabor Kovesdan wrote: > I'm trying to integrate the result of my last SoC work to the base > system but I'm facing some difficulties with libc symbol versioning. I > placed the iconv code into an iconv subdirectory inside src/lib/libc and > I added a Mak

lib32 and Makefiles

2010-06-04 Thread Hans Petter Selasky
Hi, What is the recommended way to detect a lib32 build on FreeBSD 8/9 from inside the Makefile? --HPS ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hack

Re: Scripting sysinstall(8) to create & use multiple slices on a disk?

2010-06-04 Thread Stefan Miklosovic
Hi, could you please send me those installers you have written? I would like to write up mine and I dont have an idea how to do that. Your scripts would really helped me a lot. Be so kind and please send me to like attachment or to miklosovic.free...@gmail.com god bless you :) jpaetzel wrote

Re: lib32 and Makefiles

2010-06-04 Thread Kostik Belousov
On Fri, Jun 04, 2010 at 10:03:39PM +0200, Hans Petter Selasky wrote: > Hi, > > What is the recommended way to detect a lib32 build on FreeBSD 8/9 > from inside the Makefile? For the C code, the proper way is to #ifdef COMPAT_32BIT. I was not able to find a good way to determine this inside Makefi

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Gabor Kovesdan
El 2010. 06. 04. 17:34, Jilles Tjoelker escribió: Patch is here: http://kovesdan.org/patches/iconv-libc.diff There is a .include in iconv/Makefile.inc, what happens if you take that out? OMG, I overlooked that. It remained there from the original Makefile that was used to build it

sysbench / fileio - Linux vs. FreeBSD

2010-06-04 Thread Adam PAPAI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, A week ago I started to benchmark Linux vs. FreeBSD on a Dell Poweredge 1850. CPU: 2 x 3.4Ghz Xeon (Dual Core) Memory: 8GB (4x2) Disk: 1 x SEAGATE ST373454LC D404 (SCSI) FreeBSD kazoku 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0: Tue May 25 20

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-04 Thread Igor Mozolevsky
On 5 June 2010 00:58, Adam PAPAI wrote: > How can I tune my disk to make it faster? Is it possible? What is the > reason of the really slow I/O with more than 4 threads? What do you > recommend me to do? Why is it damn slow with 8K blocksize? Does linux still have async disk writes by default?

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-04 Thread Bruce Cran
On Saturday 05 June 2010 00:58:35 Adam PAPAI wrote: > Why FreeBSD is supreme with 1 and 2 thread. And why is it 2 and 3 times > slower with 4-8-16-32 threads compared to Debian? The first two tests (1 > thread and 2 thread) showed me that FreeBSD is supreme in I/O, but later > tests showed me, tha

Re: Exposing Zone Sleeps

2010-06-04 Thread jhell
On 05/26/2010 17:31, jhell wrote: > On 05/26/2010 13:29, Sean Bruno wrote: >> On Tue, 2010-05-25 at 07:47 -0700, Sean Bruno wrote: Hi Sean, Nice work on this. I applied this to stable/8 r208530 and I am in the process of compiling the kernel right now. Everything else has built