designed, no error-checking nor receipt would be
> needed).
>
> I'm just not sure where to start? Could someone send me the right RTFM link
> to start from, or perhaps suggest a better way to look at solving this
> problem? Ideally any example code to look at with a simple sig
forgotten by memcached (by
nature of the hardware designed, no error-checking nor receipt would be
needed).
I'm just not sure where to start? Could someone send me the right RTFM link
to start from, or perhaps suggest a better way to look at solving this
problem? Ideally any example code to lo
On Tue, 03 Jul 2007 11:04:17 +0200
Ivan Voras <[EMAIL PROTECTED]> mentioned:
> Z.C.B. wrote:
> > Have just been looking at sitting down and looking at writing a few
> > things, but I am a bit lost on where to start. Any suggestions on
> > things to read in regard
Z.C.B. wrote:
Have just been looking at sitting down and looking at writing a few
things, but I am a bit lost on where to start. Any suggestions on
things to read in regards to NSS and writing kernel modules?
These are not similar things and you don't need kernel modules for NSS.
For k
Have just been looking at sitting down and looking at writing a few
things, but I am a bit lost on where to start. Any suggestions on
things to read in regards to NSS and writing kernel modules?
___
freebsd-hackers@freebsd.org mailing list
http
On Mon, 2007-Jan-22 10:29:18 -0800, [EMAIL PROTECTED] wrote:
>I would guess that if a way could be found to preallocate the
>journal space (as with mkfile(8) in sufficiently-old systems),
mkfile(8)ing a journal is easy. This would not guarantee that the
journal was a contiguous block though and t
Vasil Dimov wrote:
> Mike Silbersack wrote:
> > Soeren Straarup wrote:
> > [...]
> > > I'm looking for a project.
> > [...]
> > I'd like to see the ability to run gjournal without reformatting.
> > If you could create a dummy file inside the filesystem, then use
> > that area for the journa
On Mon, 22 Jan 2007, [EMAIL PROTECTED] wrote:
I would guess that if a way could be found to preallocate the
journal space (as with mkfile(8) in sufficiently-old systems),
and then record its location in a reasonably-secure location
(the superblock?), it could be accessed during recovery without
> > I'd like to see the ability to run gjournal without reformatting.
> > If you could create a dummy file inside the filesystem, then use
> > that area for the journal, it might be possible ...
>
> I am not sure about gjournal internals but what if a system crash
> occurs in the middle of a transa
On Sat, Jan 20, 2007 at 02:48:14 -0600, Mike Silbersack wrote:
> On Fri, 19 Jan 2007, Soeren Straarup wrote:
[...]
> >I'm looking for a project.
[...]
> I'd like to see the ability to run gjournal without reformatting. If you
> could create a dummy file inside the filesystem, then use that area f
Hi
> > >
> > > I'm looking for a project.
> > > Something that would actually be used.
> > >
> > > Preferely something with kernel and geom.
> > >
> > > I have looked over the project page, but not sure where to start.
> >
>
Quoting Soeren Straarup <[EMAIL PROTECTED]> (Fri, 19 Jan 2007 21:19:35 +0100):
> Hi
>
> I'm looking for a project.
> Something that would actually be used.
>
> Preferely something with kernel and geom.
>
> I have looked over the project page, but not sur
page, but not sure where to start.
/Soeren
I'd like to see the ability to run gjournal without reformatting. If
you could create a dummy file inside the filesystem, then use that
area for the journal, it might be possible. I'm sure that would let a
lot more people see if journalling is
ing with kernel and geom.
>>>
>>> I have looked over the project page, but not sure where to start.
>>>
>>> /Soeren
>>
>> I'd like to see the ability to run gjournal without reformatting. If
>> you could create a dummy file inside the file
On 01/20/07 02:48, Mike Silbersack wrote:
On Fri, 19 Jan 2007, Soeren Straarup wrote:
Hi
I'm looking for a project.
Something that would actually be used.
Preferely something with kernel and geom.
I have looked over the project page, but not sure where to start.
/Soeren
I'd l
;
> > Preferely something with kernel and geom.
> >
> > I have looked over the project page, but not sure where to start.
>
> How hard is your requirement that it has to be in the kernel? If it is
> not very strong: you could extend sade(8) to handle GEOM stuff.
How should the
On Fri, 19 Jan 2007, Soeren Straarup wrote:
Hi
I'm looking for a project.
Something that would actually be used.
Preferely something with kernel and geom.
I have looked over the project page, but not sure where to start.
/Soeren
I'd like to see the ability to run gjourn
On 01/19/07 14:19, Soeren Straarup wrote:
Hi
I'm looking for a project.
Something that would actually be used.
Preferely something with kernel and geom.
I have looked over the project page, but not sure where to start.
/Soeren
You can try the freebsd-geom@ list - there's alw
Hi
I'm looking for a project.
Something that would actually be used.
Preferely something with kernel and geom.
I have looked over the project page, but not sure where to start.
/Soeren
--
Soeren Straarup | aka OZ2DAK aka Xride
FreeBSD committer | FreeBSD since 2.2.6-R
If a program i
On Wed, Oct 06, 2004 at 09:33:50PM +0200, John Oxley wrote:
>
> I want to extend the disk quota system:
> - Implement a user space daemon to control it.
> - Pass control from the kernel to the user space daemon.
[skipped]
> Is this at all possible, and if so, where should I start looking for
> c
Hi,
I am on this list so there is no need to cc me.
I want to extend the disk quota system:
- Implement a user space daemon to control it.
- Pass control from the kernel to the user space daemon.
By doing this, you can have much finer grained control over disk
quota's, such as controling directo
In message: <[EMAIL PROTECTED]>
"Sebastian Yepes F. [ESN]" <[EMAIL PROTECTED]> writes:
:
:
: > In message: <[EMAIL PROTECTED]>
: > Ulf Zimmermann <[EMAIL PROTECTED]> writes:
: > : I want to try myself on kernel hacking again and a thing which peaked my
: > : interest was s
In message: <[EMAIL PROTECTED]>
Ulf Zimmermann <[EMAIL PROTECTED]> writes:
: I want to try myself on kernel hacking again and a thing which peaked my
: interest was some emails a few days ago about making the kernel use both
: PS/2 and USB keyboards at the same time. My questions is ca
In message: <[EMAIL PROTECTED]>
Ulf Zimmermann <[EMAIL PROTECTED]> writes:
: I want to try myself on kernel hacking again and a thing which peaked my
: interest was some emails a few days ago about making the kernel use both
: PS/2 and USB keyboards at the same time. My questions is can
Hello, everyone.
I want to try myself on kernel hacking again and a thing which peaked my
interest was some emails a few days ago about making the kernel use both
PS/2 and USB keyboards at the same time. My questions is can anyone point
me at the relevant pieces of the kernel I should study about
25 matches
Mail list logo