bootp_subr.c

2003-02-21 Thread omestre
Hello, I'm working in FreeBSD diskless machines projects... and i have wrote a patch to bootp_subr.c code ( luigi code). I have posted a PR too. (kern/46174). luigi did not reply... no one did. I have more contact with Linux. Is this the FreeBSD world? Thanks! [EMAIL PROTECTED

Re: bootp_subr.c

2003-02-21 Thread Bosko Milekic
On Fri, Feb 21, 2003 at 03:06:51PM +, omestre wrote: > > > Hello, > I'm working in FreeBSD diskless machines projects... and > i have wrote a patch to bootp_subr.c code ( luigi code). > I have posted a PR too. (kern/46174). > > luigi did not reply... no on

bootp_subr.c again...

2003-02-21 Thread omestre
mations are in /boot/loader.conf. So, i did the patch to get these informations from there. :)) The diff would be more complex to understand, because would be greater than "my" bootp_subr.c What i did was very simple, i just remove the boop code. If you want the diff's.. well, i can

bootp_subr.c patch

2003-02-21 Thread omestre
[EMAIL PROTECTED] SDF Public Access UNIX System - http://sdf.lonestar.org -- Forwarded message -- Date: Fri, 21 Feb 2003 14:47:14 -0300 (BRT) From: User Procergs <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] --- bootp_subr.c-oldFri Feb 21 14:39:51 2003 +++ bootp_

bootp_subr.c hacked!

2002-12-06 Thread omestre
bootp_subr.c code, and fix the problem. Now, if the user edit the kernel with the options: NFS NFS_ROOT BOOTP BOOTP_NFSROOT and with bootp_subr.c code changed, he will can set the follow variables in loader.conf: boot.netif.hostname="" boot.netif.hwaddr="" boot.netif.ip=&

bootp_subr.c hacked!

2002-12-10 Thread omestre
Hi Somedays ago i wrote to this list about my patch to bootp_subr.c Some users said to me about error in the link... sorry, here is the working link: http://oslo.procergs.com.br/tor/leal/FreeBSD/bootp_subr.c sorry by the english. [EMAIL PROTECTED] SDF Public Access UNIX System - http

Re: bootp_subr.c patch

2003-02-21 Thread Terry Lambert
omestre wrote: > + * Copyright (c) 2002 Marcelo Leal This is generally frowned upon, but not strictly prohibited, if the code changes are significant. > - * This product includes software developed by the University of > - * California, Lawrence Berkeley Laboratory and its contributors.

bootp_subr.c forget it.

2003-02-24 Thread omestre
Thanks Terry Lambert, for your time. But i will not try help the FreeBSD community anymore... First of all, i have posted the diff file to you look the important parts, that construct my solution. NOt the constants ones... Of course that the FreeBSD code will not have my name, and company! Th

Re: bootp_subr.c forget it.

2003-02-24 Thread Terry Lambert
omestre wrote: > Thanks Terry Lambert, for your time. You asked for opinions. I gave my opinion. I am one person, and what I say has little or nothing to do with whether your code will be committed. However, realize that when you ask for a review of a patch, you are going to get all softs of c

Re: bootp_subr.c forget it.

2003-02-24 Thread Wes Peters
On Monday 24 February 2003 08:48 am, Terry Lambert wrote: > omestre wrote: > > > Of course that the FreeBSD code will not have my name, and > > company! That is the code that i did for MY company! What i wanted > > was share is the solution! If you will supress my name or > > everything, is not my

Re: cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.cnfs_vfsops.c nfsdiskless.h

2003-08-15 Thread Peter Jeremy
[Redirected to -hackers because this isn't directly relevant to the actual code committed] On Fri, Aug 15, 2003 at 05:04:02AM -0700, Poul-Henning Kamp wrote: > Suggested replacement command sequence on the client: > > dd if=/dev/zero of=/swapfile bs=1k count=1 oseek=10 >

Re: cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.cnfs_vfsops.c nfsdiskless.h

2003-08-15 Thread Matthew Dillon
Swapfiles should always be preallocated, never sparse. There are two major reasons for this: First, if the target filesystem fills up all hell will break lose. The kernel uses swap space too, remember, it won't be just user programs that will start crashing (think UAREA). Se

Re: cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.cnfs_vfsops.c nfsdiskless.h

2003-08-16 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Peter Jeremy wri tes: >[Redirected to -hackers because this isn't directly relevant to the > actual code committed] > >On Fri, Aug 15, 2003 at 05:04:02AM -0700, Poul-Henning Kamp wrote: >> Suggested replacement command sequence on the client: >> >> dd if=