On Sunday 07 October 2012 01:42:33 Jin Guojun wrote:
> 1) moused stops functioning on 9.1-RC2. Neither PS2 nor USB mouse can work.
> 9.1-RC1 has no such problem.
>
> 2) All i386 / amd64 of 9.1-RC1/RC2 have USB read failure -- see dmesg
> output at end of this email.
> ada0 is internal SATA dri
I noticed that couple of our userland file include machine/cpu.h for no apparent
good reason. It looks like at least amd64 cpu.h has no userland serviceable
parts inside.
Maybe its content should be put under _KERNEL ?
Also:
--- a/sbin/adjkerntz/adjkerntz.c
+++ b/sbin/adjkerntz/adjkerntz.c
@@ -
On Sunday 07 October 2012 12:42:11 Hans Petter Selasky wrote:
> On Sunday 07 October 2012 01:42:33 Jin Guojun wrote:
> > 1) moused stops functioning on 9.1-RC2. Neither PS2 nor USB mouse can
> > work.
> >
> > 9.1-RC1 has no such problem.
> >
> > 2) All i386 / amd64 of 9.1-RC1/RC2 have USB rea
On Sun, Oct 07, 2012 at 03:17:30PM +0300, Andriy Gapon wrote:
>
> I noticed that couple of our userland file include machine/cpu.h for no
> apparent
> good reason. It looks like at least amd64 cpu.h has no userland serviceable
> parts inside.
> Maybe its content should be put under _KERNEL ?
>
On 7 October 2012 10:11, Konstantin Belousov wrote:
> What I do not understand is why do you spam lists instead of
> commmitting the obvious changes ?
It is not spam to ask for review. He was uncertain, and asked for some
clarification.
--
Eitan Adler
_
I would be willing to work on a SMP version of tar (initially just gzip or
something).
I don't have the best experience in compression, and how to multi-thread it,
but I think I would be able to learn and help out.
gzip cannot - it is single stream.
bzip2 - no idea
grzip (from ports, i use
On Oct 7, 2012, at 10:00 AM, Wojciech Puchar wrote:
>> I would be willing to work on a SMP version of tar (initially just gzip or
>> something).
>>
>> I don't have the best experience in compression, and how to multi-thread it,
>> but I think I would be able to learn and help out.
>
> gzip can
On Sun, 7 Oct 2012 19:00+0200, Wojciech Puchar wrote:
> > I would be willing to work on a SMP version of tar (initially just gzip or
> > something).
> >
> > I don't have the best experience in compression, and how to multi-thread it,
> > but I think I would be able to learn and help out.
>
> gzi
gzip cannot - it is single stream.
gunzip commutes with cat, so gzip
compression can be multi-threaded
by compressing separate blocks and
concatenating the result.
right. but resulting file format must be different.
___
freebsd-hackers@freebsd.org ma
9 matches
Mail list logo