Re: Modules and Buses

2010-08-25 Thread Alexandr Rybalko
On Mon, 23 Aug 2010 22:12:59 -0600 (MDT) "M. Warner Losh" wrote: >> In message: <20100819170643.38362078@dlink.ua> >> Alexandr Rybalko writes: >> : On Thu, 19 Aug 2010 09:18:46 -0400 >> : John Baldwin wrote: >> : >> : >>

Re: Modules and Buses

2010-08-19 Thread Alexandr Rybalko
On Thu, 19 Aug 2010 09:18:46 -0400 John Baldwin wrote: >> On Thursday, August 19, 2010 8:38:05 am Alexandr Rybalko wrote: >> > Hi all, >> > >> > Can someone say, how `make` in sys/modules dir can obtain available buses. >> > I try to make clean version

Modules and Buses

2010-08-19 Thread Alexandr Rybalko
if_bfe_siba.c, or both? -- Alexandr Rybalko aka Alex RAY ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Patch for config utility

2010-04-14 Thread Alexandr Rybalko
On Wed, 14 Apr 2010 09:06:28 -0400 John Baldwin wrote: >> On Wednesday 14 April 2010 6:03:53 am Alexandr Rybalko wrote: >> > Hi All, >> > >> > I made a patch for the config utility, which enables execution of config >> outside of the kernel source tree.

Patch for config utility

2010-04-14 Thread Alexandr Rybalko
ource tree */ +extern char ksrcdir[]; /* root of the kernel source tree +* set by -k flag */ #define eq(a,b)(!strcmp(a,b)) #define ns(s) strdup(s) Index: lang.l ======= --- lang.l (revision 206411) +++ lang.l

Re: GEOM_ULZMA

2010-03-04 Thread Alexandr Rybalko
On Thu, 4 Mar 2010 15:28:19 +0100 Joerg Sonnenberger wrote: >> On Thu, Mar 04, 2010 at 12:17:05PM +0200, Alexandr Rybalko wrote: >> > LZMA compression optimized for fast decompression. >> >> It is still measurable slower than gzip and it is certainly not free. >

Re: GEOM_ULZMA

2010-03-04 Thread Alexandr Rybalko
On Thu, 4 Mar 2010 11:21:59 +0100 Ulf Lilleengen wrote: >> On Fri, Feb 19, 2010 at 04:36:44PM +0200, Alexandr Rybalko wrote: >> > Hi, >> > I wrote a module GEOM_ULZMA (such as GEOM_UZIP, but compression with >> > lzma), in connection with this is an issue bes

Re: GEOM_ULZMA

2010-03-04 Thread Alexandr Rybalko
with GEOM_ULZMA. LZMA compression optimized for fast decompression. When I compress 3M kernel on DualCore @ 1.80GHz, I wait 3-5 sec. When kernel decompressed by CFE loader on 240MHz MIPS CPU, it less than 2 sec. >> >> >> >> Adrian -- Alexandr Rybalko aka Alex RAY _

Re: GEOM_ULZMA

2010-03-04 Thread Alexandr Rybalko
for the mfs itself. >> I'll toy with that later. >> >> >> Adrian kernel from 3M to 850K rootfs.iso from 11M to 2.7 near to 25% of uncompressed -- Alexandr Rybalko aka Alex RAY ___ freebsd-hackers@freebsd.or

Re: GEOM_ULZMA

2010-03-04 Thread Alexandr Rybalko
On Wed, 3 Mar 2010 07:35:55 +0100 Pawel Jakub Dawidek wrote: >> On Tue, Mar 02, 2010 at 08:32:20PM +0100, Dimitry Andric wrote: >> > On 2010-03-02 09:47, Alexandr Rybalko wrote: >> > >>>Definiatelly separately, not sure where. There is ongoing discussion &

Re: GEOM_ULZMA

2010-03-02 Thread Alexandr Rybalko
Hi, On Tue, 2 Mar 2010 08:17:36 +0100 Pawel Jakub Dawidek wrote: >> On Fri, Feb 19, 2010 at 04:36:44PM +0200, Alexandr Rybalko wrote: >> > Hi, >> > I wrote a module GEOM_ULZMA (such as GEOM_UZIP, but compression with >> > lzma), [...] >> >> Wo

Re: ntpd hangs under FBSD 8

2010-02-25 Thread Alexandr Rybalko
time, maybe in network(UDP) parts. This problem don`t affect other programs, so I think this in time handling code. Peter, what platform You use? I use MIPS BCM5354. >> >> ___ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebs

hastd without openssl

2010-02-23 Thread Alexandr Rybalko
AS} != "no" _quotacheck= quotacheck .endif -- Alexandr Rybalko aka Alex RAY ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

GEOM_ULZMA

2010-02-19 Thread Alexandr Rybalko
Hi, I wrote a module GEOM_ULZMA (such as GEOM_UZIP, but compression with lzma), in connection with this is an issue best left lzma code in the file "geom_ulzma.c" or store lzma library separately. If separately, then where better? Maybe in future make lzma and gzip library kernel interface for e