Hello!
I recently wanted to port the if_ed driver to alpha.
FreeBSD/alpha still misses kvtop(), so I implemented it.
However, bde told me, that the whole function kvtop() is wrong, since
"0" is a legitimate physical address and therefore the panic is
misplaced.
That means, kvtop() is obsolete.
Hello,
I was looking for fsck_ext2fs and found that openbsd has it.
So, I tried to compile it on freebsd, and it compiled very easy.
I needed just some minor modifications to make it work.
I send the tarball which has the modified version together with the
patchfile.
It seems to work for me.
Perha
* Roman Shterenzon <[EMAIL PROTECTED]> [000714 04:19] wrote:
> Hello,
> I was looking for fsck_ext2fs and found that openbsd has it.
> So, I tried to compile it on freebsd, and it compiled very easy.
> I needed just some minor modifications to make it work.
> I send the tarball which has the modif
Hi folks,
I need to replace the update(4) manual page with a syncer(4) manual
page. Can someone please point me at the code that implements this
process?
Thanks,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
* Sheldon Hearn <[EMAIL PROTECTED]> [000714 05:33] wrote:
>
> Hi folks,
>
> I need to replace the update(4) manual page with a syncer(4) manual
> page. Can someone please point me at the code that implements this
> process?
It's in src/sys/kern/vfs_sbur.c
/*
* System filesystem synchronizer
On Fri, 14 Jul 2000 05:38:58 MST, Alfred Perlstein wrote:
> /*
> * System filesystem synchronizer daemon.
> */
> void
> sched_sync(void)
It seems that the default sync delay, syncer_maxdelay, is no longer
controllable via sysctl(8). Are there complex issues restricting the
changing of this
On Fri, 14 Jul 2000 14:32:11 +0200, Sheldon Hearn wrote:
> I need to replace the update(4) manual page with a syncer(4) manual
> page. Can someone please point me at the code that implements this
> process?
Alfred Perlstein pointed me at the correct code. I used the update(4)
manual page as
James Howard wrote:
> Now please place answers to the following questions in FAQ? What are
> fairings? Why does it matter what color the bikeshed is? What does
> non-reflexive? (Can you tell I read the follow question?:)
Perhaps if I knew the answers myself, I would. :-)
--
Ben Smithurst
Thus spake James Howard ([EMAIL PROTECTED]):
> day or so and I will update it work with a newer FreeBSD. On this topic,
> how would anyone feel about importing NetBSD's GPL-clean ext2fs source?
Cool!
Is it stable?
What is better than w/ our ext2fs stuff?
Alex
--
cat: /home/alex/.sig: No such
On Thu, 13 Jul 2000, Brandon Fosdick wrote:
> Where/How does one implement a hardware interrupt handler? I haven't done this
> sort of thing since the days of DOS. I imagine its a lot different in *nix. :)
Yes, you write a kernel device driver.
Doug White| FreeBSD: The Pow
Hello,
I am trying to set up a "Raid10" using vinum and it is just not working. If
you could point me in the right direction...
The config file looks like this
drive d1 device /dev/da1e
drive d2 device /dev/da2e
drive d3 device /dev/da3e
drive d4 device /dev/da4e
volume d101
plex
On Friday, 14 July 2000 at 15:14:39 -0700, Josef Grosch wrote:
> Greg,
>
> I am trying to set up a "Raid10" using vinum and it is just not working. If
> you could point me in the right direction...
>
> The config file looks like this
>
>
> 1 volumes:
> V d101 State: up
You have to issue the "init" command to
initialize a RAID setup under vinum.
See the man page vinum(8) for details.
--
Alan Edmonds Director of International Technology
DigitalConvergence.:Com
[EMAIL PROTECTED]
Phone: +1-214-292-6040
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "
Yes, I know it is a long dead horse.
I was just looking for a copy of the modifications that were made by
Carlos Tapang. Could someone point me at them, or know Carlos's
current email adress?
--
David Cross | email: [EMAIL PROTECTED]
Lab Director
When compiling kernels, either by cd'ing to /usr/src/sys/i386/conf,
config'ing, and make depending, etc, or by going to /usr/src and
saying "make KERNEL=MEC buildkernel", I get:
cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -
I've had this happen to me. It turned out to be a bad source tree.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
>
> I've had this happen to me. It turned out to be a bad source tree.
>
If this is true, then the first 4.1 RC snapshot has a bad source tree.
-Brian
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message
On Fri, 14 Jul 2000, Brian J. McGovern wrote:
> >
> > I've had this happen to me. It turned out to be a bad source tree.
> >
>
> If this is true, then the first 4.1 RC snapshot has a bad source tree.
Hmm. Minor problem. Ship it.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "un
On 04:40:42 John Reynolds wrote:
>
> Is there a chapter of the Handbook that details how to use the "fixit"
> floppy?
>
I just recently had an "interesting" fixit experience as well.
Device entries are just part of it. I think a general outline of
the "fixit" environment is needed, together w
Who is currently working on the DEVFS? I emailed the last person
to commit to the HOWTO and got no response. I'd like to look into
finisheing this, and may start hacking if no one tells me otherwise...
--
Coleman Kane
President,
UC Free O.S. Users Group - http://pohl.ececs.uc.edu
To Unsubscri
I needed MPPE to tunnel into work and found:
http://www.moretonbay.com/vpn/releases/ppp-2.3.10-openssl-norc4-mppe.patch.gz
which applies to ppp-2.3.10 and adds MS CHAP v1 and v2 and MPPE to
pppd and the related kernel code. Imagine my surprise when I found
that only the CHAP parts were portable
In message <[EMAIL PROTECTED]>, Coleman Kane writes:
>Who is currently working on the DEVFS? I emailed the last person
>to commit to the HOWTO and got no response. I'd like to look into
>finisheing this, and may start hacking if no one tells me otherwise...
bp@ has a non-working prototype, (as h
22 matches
Mail list logo