Re: Software interrupts; where to start

2010-11-16 Thread John Baldwin
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

Software interrupts; where to start

2010-11-16 Thread Nathan Vidican
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

Re: where to start on kernel modules and NSS?

2007-07-03 Thread Stanislav Sedov
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

Re: where to start on kernel modules and NSS?

2007-07-03 Thread Ivan Voras
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

where to start on kernel modules and NSS?

2007-07-02 Thread Z.C.B.
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

Re: Where to start?

2007-01-23 Thread Peter Jeremy
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

Re: Where to start?

2007-01-23 Thread Oliver Fromme
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

Re: Where to start?

2007-01-23 Thread Mike Silbersack
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

Re: Where to start?

2007-01-22 Thread perryh
> > 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

Re: Where to start?

2007-01-22 Thread Vasil Dimov
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

Re: About sade (was Re: Where to start?)

2007-01-21 Thread Alexander Leidinger
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. > > >

Re: Where to start?

2007-01-21 Thread Alexander Leidinger
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

Re: Where to start?

2007-01-20 Thread Eric Anderson
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

Re: Where to start?

2007-01-20 Thread LI Xin
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

Re: Where to start?

2007-01-20 Thread Eric Anderson
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

About sade (was Re: Where to start?)

2007-01-20 Thread Soeren Straarup
; > > 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

Re: Where to start?

2007-01-20 Thread Mike Silbersack
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

Re: Where to start?

2007-01-19 Thread Eric Anderson
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

Where to start?

2007-01-19 Thread Soeren Straarup
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

Re: Where to start for someone new to kernel coding

2004-10-07 Thread Andrey Simonenko
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

Where to start for someone new to kernel coding

2004-10-06 Thread John Oxley
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

Re: PS/2 and USB keyboard at the same time, where to start

2004-07-18 Thread M. Warner Losh
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

Re: PS/2 and USB keyboard at the same time, where to start

2004-07-12 Thread Sebastian Yepes F. [ESN]
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

Re: PS/2 and USB keyboard at the same time, where to start

2004-07-10 Thread M. Warner Losh
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

PS/2 and USB keyboard at the same time, where to start

2004-07-10 Thread Ulf Zimmermann
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