John Baldwin wrote:
>
> Actually, make depend takes a relatively long time, and when
> I'm hacking on a kernel, I don't want to wait 15 minutes to
> build a kernel after changing one file. I compile kernels
> w/o config or make depend a lot.
Me too. I can make a small set of changes to a coupl
Duncan Barclay wrote:
> I use IBSS and routing at home (with DHCP on a short timeout)
> to create seperate wired and wireless IP subnets. The FreeBSD
> box routes between the two and the external Cable Modem seamlessly.
>
> What disadvantages does this setup have compared with using a
> true acce
* Terry Lambert <[EMAIL PROTECTED]> [010626 02:41] wrote:
> John Baldwin wrote:
> >
> > Actually, make depend takes a relatively long time, and when
> > I'm hacking on a kernel, I don't want to wait 15 minutes to
> > build a kernel after changing one file. I compile kernels
> > w/o config or mak
Mike Silbersack wrote:
> On Mon, 25 Jun 2001, Gilbert Gong wrote:
> > If I am not mistaken, this should not happen..
> > I'm also relatively certain the TIME_WAIT is not from a
> > previously closed connection..
> >
> > Any ideas what might cause this, or hints on how I can
> > further investigate
Rik van Riel wrote:
>
> On Sun, 24 Jun 2001, Rahul Siddharthan wrote:
> > Wes Peters said on Jun 23, 2001 at 23:28:42:
> > > > Plenty of GNU stuff there, though it doesn't say so explicitly.
> > > > Of course, they say it's all meant only for "legacy Unix" stuff.
> > >
> > > Can you substantiate
"Lawrence S. Lansing" wrote:
>
> Hello. I am trying to create a custom bootable FreeBSD CD
> with a "live" filesystem.
[ ... ]
> 2 -- The boot image is created by running 'make' in
> /usr/src/sys/i386/boot/cdboot. This image contains a
> smarter 'loader', which is able to read an ISO9660
> fi
I also want to know how to use cdboot, however:
lansil> 1 -- The boot image contains a gzipped kernel, MFS, loader, and other
lansil> relevant /boot stuff. The Kernel and MFS in the boot image are used to
lansil> mount the CD filesystem, and possibly chroot to the CD filesystem. The
lansil> Fr
Hi,
while porting the ogle dvd player I faced the
problem of needing fast byte swap routines for
16, 32 and 64 bit words.
After grepping through the -CURRENT sources
I came up with at least three different
assembler implementations.
- one in NTOHS, NTOHL
- one undocumented swap16/swap32 used by
On Tue, Jun 26, 2001 at 06:06:59AM -0700, Marc van Woerkom wrote:
> Oh yes, and I used fpos_t in all parts of libdvdread,
> that were used for seeking.
> Is this ugly, should better use the uint64 type
> burried deep with the machine dependent headers?
> What is good coding practice here?
For see
On Tue, 26 Jun 2001, Wes Peters wrote:
> Rik van Riel wrote:
> > On Sun, 24 Jun 2001, Rahul Siddharthan wrote:
> > > Wes Peters said on Jun 23, 2001 at 23:28:42:
> > > > > Plenty of GNU stuff there, though it doesn't say so explicitly.
> > > > > Of course, they say it's all meant only for "legacy
Recently on this list someone mentioned that you cannot bridge with the 'wi'
driver. This interests me and I have some questions:
(I am running strictly 4.3-RELEASE, btw)
1. is this just temporary - or will we _never_ be able to bridge with 'wi'
?
2. can I bridge with 'an' (cisco aironet c
* Joesh Juphland <[EMAIL PROTECTED]> [010626 13:30] wrote:
>
> Recently on this list someone mentioned that you cannot bridge with the 'wi'
> driver. This interests me and I have some questions:
>
> (I am running strictly 4.3-RELEASE, btw)
>
> 1. is this just temporary - or will we _never_ be
you WILL be able to bridge with WI cards
no time estimates though..
On Tue, 26 Jun 2001, Joesh Juphland wrote:
>
> Recently on this list someone mentioned that you cannot bridge with the 'wi'
> driver. This interests me and I have some questions:
>
> (I am running strictly 4.3-RELEASE, btw)
On Thu, 21 Jun 2001, Louis-Philippe Gagnon wrote:
> No reactions the first time, let's try again.
>
> I've encountered a problem in the interaction betwen signals, longjmp and
> pthreads; I'm hoping someone can help me make sense of it.
>
> I've been trying to implement a IsBadReadPtr-style func
Great.
Can I already bridge with an* ? And does this mean that bridging in
general with pc cards is a-ok ?
thanks.
>you WILL be able to bridge with WI cards
>no time estimates though..
>
>
>On Tue, 26 Jun 2001, Joesh Juphland wrote:
>
> >
> > Recently on this list someone mentioned that you
Mike Barcroft <[EMAIL PROTECTED]> writes:
> I would appreciate comments on the following patch:
> http://testbed.q9media.net/freebsd/whois.20010622.patch
>
> It does the following:
>
> o Implement recursive IP Address searches based on the results of
> a query to ARIN. This allows a user to typ
bridging is not a function of it being a pc-card..
actually bridging may already work with wi cards
also netgraph bridgiung may also work...
On Tue, 26 Jun 2001, Joesh Juphland wrote:
>
> Great.
>
> Can I already bridge with an* ? And does this mean that bridging in
> general with pc cards
In the gif interface cloning code I used the resource management code
like Brian did in the tun cloning code to manage unit numbers. When the
user requests an arbitrary unit, they get the first one available, but
I'm not convinced that's what we want because that has the potential to
interfere wi
Hi folks,
Is there a particular reason, other than the desire for more setgid
programs, that ifmcstat(8) is setgid kmem? It seems that there's no
reason anyone but root would want to use it, anyway. OpenBSD and
NetBSD already nuked its setgid bit; any reason why we shouldn't
follow suit?
Thank
Hi. On linux, I know that when compiling threaded code I need to
#define _REENTRANT. What's the right thing to do on FreeBSD? I've
searched around the FreeBSD pages and have come up empty. I googled
around and found a post from a Mozilla page recommending I #define
_THREAD_SAFE. I'd just like
Joesh Juphland writes:
|
| Great.
|
| Can I already bridge with an* ? And does this mean that bridging in
| general with pc cards is a-ok ?
This has been reported to work with the "an" driver with netgraph
bridging.
Doug A.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe free
21 matches
Mail list logo