Hi,
> Well maybe FreeBSD is transmitting packets much faster than Linux. :)
> You still haven't actually measured the transfer speed, so there's
> no way for us to know.
Well, I'll do and report the results to you.
> Grrr. I'm sorry, but I really don't think you're putting the pieces
> together
Hi,
> Collisions on half-duplex Ethernet are *normal*. Get used to it.
>
> Collisions is the standard flow control mechanism for
> half-duplex Ethernet.
> The amount of collisions you get depend on the cards used,
> the amount of
> traffic, and several other things. The amount of collisions
>
Hi,
> -Original Message-
> From: Greg Black [mailto:g...@acm.org]
> Sent: Dienstag, 1. Juni 1999 05:21
> To: Bill Paul
> Cc: hack...@freebsd.org
> Subject: Re: xl driver for 3Com
>
> This whole argument strikes me as a good wake up call for all of
> us. It really is important to make sur
Hi,
> -Original Message-
> From: Sheldon Hearn [mailto:sheld...@uunet.co.za]
> Sent: Dienstag, 1. Juni 1999 10:45
> To: Alexander Maret
> Cc: hack...@freebsd.org
> Subject: Re: xl driver for 3Com
>
> FreeBSD _developers_ seem to be more concerned with producing
Hi,
> -Original Message-
> From: Nick Hibma [mailto:nick.hi...@jrc.it]
> Sent: Dienstag, 1. Juni 1999 11:01
> To: Alexander Maret
> Cc: FreeBSD hackers mailing list
> Subject: RE: xl driver for 3Com
>
> This comparison with Linux is completely off. The n
Hi,
> -Original Message-
> From: Nick Hibma [mailto:nick.hi...@jrc.it]
> Sent: Dienstag, 1. Juni 1999 11:58
> To: Alexander Maret
> Cc: 'hack...@freebsd.org'
> Subject: RE: xl driver for 3Com
>
>
>
> The discussion started with a remar
Thus spake Mark Newton (new...@internode.com.au):
> > DESCR file?
> /usr/ports/INDEX ?
Isn't the DESCR much more detailed than this INDEX file?
(compare mail/mutt/pkg/DESCR and the INDEX file)
Alex
--
** I doubt, therefore I might be. **
*** Send email to to get PGP-K
Thus spake Mark Newton (new...@internode.com.au):
> I think most novices probably don't even know the DESCR file
> exists anyway.
Exactly, when I was new I used lynx and the included .html-files for
each package to find out what it is.
Ok. if you can remove the buildenv-stuff when the package i
Hello,
I got the following kernel messages. Does anybody know what
caused this messages? Is this the first sign of upcoming problems?
Jun 5 21:05:01 mail /kernel: 128 v_inactive_target R *Handler Int
Jun 5 21:05:01 mail /kernel: 129 v_inactive_count R *Handler Int
Jun 5 21:05:01 mail /kernel
On Sun, 27 Jun 1999, Bill Sommerfeld wrote:
> > .. but there remained one that garbled meta-data had made into a
> > non-existing block device, that would resist rm -f. He realized
> > that the device had an immutable attribute. However, the problem is
> > that to change the attribute, you hav
On Sun, 27 Jun 1999, Bill Sommerfeld wrote:
> > Usage of ioctl() on Linux was a bad idea and it's going to be fixed. More
> > or less in the same direction, not exactly the same - 4.4 chflags() works
> > fine for UFS and leaves other filesystems to map what they can into the
> > UFS set.
>
> >
On Sun, 27 Jun 1999, Doug Rabson wrote:
> This looks viable as long as you don't use small integers to represent
> FL_UFS etc. Having a single header defining constants for all filesystems
Erm... sizeof(int)==4. I doubt that you will need more.
> just doesn't scale at all.
Sure
On Sun, 27 Jun 1999, der Mouse wrote:
> > Another problem was the ability to change the mount status of a partition
> > from read-write to read-only or to unmounted,
>
> See NetBSD (and presumably other BSD) "mount -o update,rdonly" and/or
> "umount -f". (Last I tried, the latter didn't work a
On Sun, 27 Jun 1999, Jan-Simon Pendry wrote:
> Alexander Viro wrote:
> > Proposed API on the Linux side being
> > int chflags(name, level, oldp, newp); where level is FL_VFS for generic
> > attirbutes (fs may map them on its own set) and FL_{UFS,EXT2,.
On Sun, 27 Jun 1999, der Mouse wrote:
> >> (clri didn't work?)
> > Never heard about clri (was under Linux).
>
> May not have existed, then, which *would* explain it. :-)
# debugfs -w /dev/sda1
debugfs: clri file
debugfs: close
It exists, all right ;-) Even documented - man 8 debugfs and th
On Mon, 28 Jun 1999, Doug Rabson wrote:
> I'm talking about the concept of a header file containing something like:
>
> #define FL_VFS 0
> #define FL_FOOFS1
> #define FD_BARFS2
> ...
>
> not being scalable.
>
> Do you have a complete list of fil
On Sun, 27 Jun 1999, Jason Thorpe wrote:
> Regarding unlink()... those aren't operations on vnodes. Those are
> operations on the filesystem namespace, and are thus (correctly)
> unaffected.
Eh, wait. Those are operations on namespace, but at some moment you need
to clean the bit in inode bitm
On Sun, 27 Jun 1999 allb...@ece.cmu.edu wrote:
> On 27 Jun, Jason Thorpe wrote:
> +-
> | Alexander Viro wrote:
> | > doesn't unmap the stuff. Oh, shit, there is such thing as pending
> | > unlink... Does vgone() force it?
> |
> | Regarding unlink
On Mon, 28 Jun 1999, Alan Cox wrote:
> > As far as sysctl goes, FreeBSD deprecates the use of numbers for OIDs and
> > has a string-based mechanism for exploring the sysctl tree.
>
> So we are actually both going the same way. Linus with /proc/sys and his
> official dislike of sysctl (Oh well I
On Mon, 28 Jun 1999, Doug Rabson wrote:
> As far as I know, only FreeBSD has a string-based sysctl implementation.
> Something which always confused me about Linux' procfs - what have all
> these kernel variables got to do with process state? We used to have a
Nothing. procfs is a union of 4 f
On Mon, 28 Jun 1999, David S. Miller wrote:
>Date: Mon, 28 Jun 1999 06:12:44 -0400 (EDT)
>From: Alexander Viro
>
>3) openpromfs - sparc only (?), AFAICS not actively maintained.
>
> Oh, it's maintained and used every day, believe me.
Cool ;-) There is
>> I'm unfamiliar with the ins and outs of the login_cap system. Could
>> someone who is versed in it please take a look at this PR (text included)
>> and let me know whether or not the suggested patch is correct.
>
>Quite often, we receive requests to improve documentation that are born
>out of a
I've attached the version which is available to brueffer for review (the
other items I want to add are spread as "idea snippets" over my mailbox
folders somewhere). If someone is willing to take one of the items, the
"Port DragonFly's IP checksum code" is done and wil
control. Looks like I missed something fundamental. Does
anyone can give me a hint where to look?
Thanks,
Alexander.
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to
Daniel O'Connor wrote:
On Thu, 10 Nov 2005 19:20, Alexander Nedotsukov wrote:
-i shows zeros for assigned irq. And my IRS stay cold. I wrote small
userland program which polls CIRs IIR (interrupt identefication
register) and it shows interrupt pending bit set on right after I press
k
Hans Petter Selasky wrote:
On Thursday 10 November 2005 09:50, Alexander Nedotsukov wrote:
Hi,
I trying to create small lirc (www.lirc.org) compatible CIR driver for
it8705 chip (sits on ISA bus). My problem is I can not get interrupts
coming to driver. I believe I configured chip (carrier
es better guess of what driver can use.
Anyway thanks everyone who tried to help!
All the best,
Alexander.
M. Warner Losh wrote:
In message: <[EMAIL PROTECTED]>
Alexander Nedotsukov <[EMAIL PROTECTED]> writes:
: I trying to create small lirc (www.lirc.org) compatible CIR
ok install guide, and discovered that it really doesn't match
reality anymore, in both big and small ways. Contact me directly if
you would like his list of comments.
Bye,
Alexander.
--
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchi
Hi,
Please, do not forget to CC krion@ He is current maintainer of pkg* tools.
All the best,
Alexander.
Dirk Engling wrote:
Good evening,
I'm writing on the ezjail project and want to be able to use the easy
interface of pkg_add to fetch packages recursively.
This is _fetch_, not in
tion in question doesn't work at all,
and therefore isn't used anywhere. Then we could MFC it, since we wouldn't
break something for someone.
Bye,
Alexander.
--
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : P
callbacks
rtld expects every threading library to provide. libpthread was the
first where these callbacks were implemented. It comes as a surprise
that libthr did not have them, because David Xu was the one who did
most of the work on rtld locking callbacks in libpthread.
The def_th
ter time),
I can try to get time to do it at the weekend (but feel free to beat
me in committing it).
Bye,
Alexander.
--
Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR
you have to pick it up between Germany/Saarland and Luxembourg/Capellen
http://www.Leidinger.netAlexande
Quoting Wilko Bulte <[EMAIL PROTECTED]> (from Wed, 31 May 2006
13:53:47 +0200):
On Wed, May 31, 2006 at 01:48:09PM +0200, Dag-Erling Sm?rgrav wrote..
[cc: list trimmed a bit]
Alexander Leidinger <[EMAIL PROTECTED]> writes:
> He's not a src-committer and he prefers to le
I understand the above part right that with this patch this is also
the case for us in the UP case, but not in the SMP case?
Bye,
Alexander.
--
Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR
you have to pick it up between Germany/Saarland and Luxembourg/Capellen
http://www.Leid
unrelated to the solution we search.
It would make sense to have a little bit of
documentation in the vicinity of this function.
So can someone explain how the stack is copied when calling
fork()/fork1() or whatever_function_foo()?
Bye,
Alexander.
--
Selling GoodYear Eagle F1 235/40ZR18, 2x 4m
works, you remembered wrong.
> tools/perl/etc) way to find the bsdlabels?
>
> Once the bsdlabels are found, then what?
>
> Also - if I rewrite the bsdlabel exactly as it was before, I should be in
> business, correct?
The bsdlabels are still there I assume, it sounds just like
Quoting Eric Anderson <[EMAIL PROTECTED]> (from Tue, 13 Jun 2006
16:02:33 -0500 (CDT)):
Alexander Leidinger said:
Quoting "Eric Anderson" <[EMAIL PROTECTED]> (Tue, 13 Jun 2006 12:33:14
-0500 (CDT)):
>From the subject, you probably already know my dilemma. Aft
e a hack? It was designed precisely to do that. I am
using cloned devices in our product with great success. Every client
opening 'magic' device gets its own exclusive cloned device instance
and everything works like a charm. I am yet to hear any single coherent
description of what Linux's approach has over device cloning in FreeBSD.
I wouldn't mind being educated on this.
--
Alexander Kabaev
pgpQ6tQSpB5xt.pgp
Description: PGP signature
d the kernel, but there was some regression since then. Aside
from this, nobody invested time so far to port the recent icc version.
Bye,
Alexander.
--
BOFH excuse #16:
somebody was calculating pi on the server
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www
pported Gcc'ism in
> the header or whether this is a bug in tcc.
Maybe it's enough to add tcc support to sys/cdefs.h.
Bye,
Alexander.
--
Forrest Gump: "I'm sorry for ruining your party, Lieutenant
Dan. She tasted of cigarettes"
http://www.Leidinger.net A
>
> thnx
>
> roman
>
> --
> www.liberalnistrana.cz
Just use Linux gdb to debug Linux binaries. Unless something broke
recently, it should work fine.
--
Alexander Kabaev
signature.asc
Description: PGP signature
sed for some situations. Any patches which improve the
midi code are welcome.
Bye,
Alexander.
The rest of the mail for the benefit of multimadia@:
Anyways, the first dillema i have is about softsynth rendering,
naturally early-stage drivers wouldn't use sc's onboard wavetables an
i.
Would you please come up with a plain text version what needs to be
done suitable for our ideas list
(http://www.freebsd.org/projects/ideas/)? It sounds like a junior
kernel hacker task and so far we get a lot of good results out of the
ideas list.
Bye,
Alexander.
--
"You can'
simply settle on C++ (or OO, for that matter)
> without evaluating the other choices.
Are the involved parties aware of one of our current Google SoC 2006
projects? I suggest to look at http://wiki.freebsd.org/ and search for
"K".
No need to keep me CCed in this discussion...
By
't attached. I'm not sure if this code needs to be enabled with a
tunable/sysctl, or if it is enabled by default.
Bye,
Alexander.
--
A truly great man will neither trample on a worm nor sneak to an emperor.
-- B. Franklin
http://www.Leidinger.netAlexander @ Leiding
s them sequentially.
Feel free to send a suitable plain text version for our ideas list
page (or commit an entry yourself)...
Bye,
Alexander.
--
The worst is enemy of the bad.
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org :
/ideas/) for identifying pieces where
kqueue support is missing and adding appropriate support? Something
similar to existing entries or better (the more is explained, the
higher the probability that someone tries to do it). A plain text
version would be enough.
Bye,
Alexander.
-
of every implication.
And some ideas are expressed in a way which make them sound like it's
"common knowledge to people which work in this field" (ATM I refer to
the NFS lockd in kernel implementation idea).
So: helping hands are welcome!
Thanks
Quoting Robert Watson <[EMAIL PROTECTED]> (from Fri, 28 Jul 2006
13:45:50 +0100 (BST)):
On Fri, 28 Jul 2006, Alexander Leidinger wrote:
BTW, a problem that has occurred a number of times in the past is
that people have approached us with implementations of ideas in
the idea lis
Quoting Ulrich Spoerlein <[EMAIL PROTECTED]> (Wed, 2 Aug 2006 21:25:07 +0200):
> btw, how hard would it be to write a shrinkfs and perhaps movefs tool?
I've seen a commit to perforce which talked about shrinking an FS... I
don't remember where.
Bye,
Alexander.
--
That w
equirements in an environment where the
decision makers know enough to use their desktop system.
Bye,
Alexander.
--
"Maybe you can't understand this, but I finally found what I need to be
happy, and it's not friends, it's things." -Fry
http://www.Leidinger.net Alexand
{'?
Just by looking at the code you pasted, I assume the last part is a
typo in the uaudio code and should be a '>' instead of a '<': "if it
is outside the range, use the end of the range as a good candidate."
Bye,
Alexander.
--
The most deligh
gt; > | ...
> > > | }
> > >
>
> In this example, UA_SAMP_ macros are exchanged to some constants.
> But UA_SAMP_ macros don't have any predefined constants.
He only simplified this to make it more easy to read. He didn't
intended to c
r/linuxolator-p4.diff (or
check out the p4-branch) and recompile the aio and linux modules.
Bye,
Alexander.
--
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
___
scription of
what each ioctl is supposed to do is available there.
http://manuals.opensound.com/developer/
Bye,
Alexander.
--
"Bender, I don't care whether you have money. I love you for your artificial
intelligence and your sincerity simulator."
-Countess de la Roca
http://w
erence), this is a topic which was dicussed there a lot.
Bye,
Alexander.
--
I disagree with what you say, but will defend
to the death your right to tell such LIES!
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org :
ensive time-wise, but you can load portions of the kernel piece by
piece, instead of load the entire kernel into main memory. As Oliver
How did you measure/tested this and what are the numbers?
Bye,
Alexander.
--
Each of us bears his own Hell.
-- Publius Vergilius Maro (Virgil)
series of hands/reboots without any associated fsck runs and
without the risk of terminally damaging any local FS is priceless. If
qemu can be tricked into disk-less booting, it should be just as good
though.
--
Alexander Kabaev
signature.asc
Description: PGP signature
t; modules. I would like the ability to kldload my kernel module, set a
> couple break points and single step through a section of code (at
> least).
cd # I'm using the old way of building
make gdbinit
In kgdb you can now use "getsyms" if you debug remotely (I haven't
te
getting a syntax error before
string constant. I took the easy way and undefined and redefined
KASSERT to panic when the condition is false for now.
Try:
KASSERT(0, ("string"))
Bye,
Alexander.
--
Hold the MAYO & pass the COSMIC AWARENESS ...
http://www.Leidinger.net
I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I
can't compile hello world ;-(
icc -c main.c
icc -o main main.o
IPO link: can not find -ldl
iccbin: error: problem during multi-file optimization compilation (code 1)
*** Error code 1
If I specify CFLAGS=-ipo for ICC 8 the
Dan Nelson wrote:
In the last episode (Dec 17), Alexander Shiryaev said:
I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I
can't compile hello world ;-(
icc -c main.c
icc -o main main.o
IPO link: can not find -ldl
iccbin: error: problem during multi-file op
Alexander Leidinger wrote:
I got a diff for updating to icc v9.1. I have it at
http://www.leidinger.net/FreeBSD/misc/patches/
Broken link ;-(
I didn't had time to do much with it. Some parts in the diff are a
proof of concept, but need to be changed when the port enters the tree.
Quoting Alexander Shiryaev <[EMAIL PROTECTED]> (Sun, 17 Dec 2006 01:56:16
+0300):
> I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I
> can't compile hello world ;-(
I got a diff for updating to icc v9.1. I have it at
http://www.leidinger.net/Fr
Quoting Dan Nelson <[EMAIL PROTECTED]> (Sat, 16 Dec 2006 21:45:57 -0600):
> In the last episode (Dec 17), Alexander Shiryaev said:
> > I'm trying to hack ICC 9.1.045 ia32 (using lang/icc port for ICC 8). I
> > can't compile hello world ;-(
> >
> > icc
Quoting Alexander Shiryaev <[EMAIL PROTECTED]> (Sun, 17 Dec 2006 18:15:21
+0300):
> Alexander Leidinger wrote:
> >
> > I got a diff for updating to icc v9.1. I have it at
> > http://www.leidinger.net/FreeBSD/misc/patches/
> >
>
> Broken link ;-(
Sorry
ts together somewhere? Maybe in the wiki?
Bye,
Alexander.
--
I don't do it for the money.
-- Donald Trump, Art of the Deal
http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchil
d line.
--
Alexander Kabaev
signature.asc
Description: PGP signature
s
a difference).
Bye,
Alexander.
--
A man is already halfway in love with any woman who listens to him.
-- Brendan Francis
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org netchild @ FreeBSD.org : P
ifferently based upon the version of the emulated
kernel. Either acroread uses a part of glibc which behaves
differently, or acroread checks the version and behaves differently
too. Either way: I'm not surprised. ;-)
Bye,
Alexander.
--
It is a wise father tha
should
check). You can also use "nm" to have a look at missing symbols in the
.so.
Regarding the last part of your question... have a look at what the
linux-pluginwrapper does.
Note: linux-pluginwrapper will not work on 7-current because of symbol
versioning.
Bye,
Alexander.
nss work without the LDAP
part) and then a patch should be presented to let the people have a
look at the complete picture.
Bye,
Alexander.
--
It's a poor workman who blames his tools.
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org n
an rc.conf out of LDAP (we
wouldn't be self-hosting anymore if we do this before we have LDAP
stuff in the base).
Bye,
Alexander.
--
Far duller than a serpent's tooth it is to spend a quiet youth.
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://w
e 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.
Bye,
Alexander.
--
As a math atheist, I should be excused from this.
-- Calvin
http://www.Leidinger.net Alexander @ Le
Quoting Soeren Straarup <[EMAIL PROTECTED]> (Sat, 20 Jan 2007 18:15:04 +0100):
> On Sat, Jan 20, 2007 at 01:24:44PM +0100, Alexander Leidinger wrote:
> > Quoting Soeren Straarup <[EMAIL PROTECTED]> (Fri, 19 Jan 2007 21:19:35
> > +0100):
> >
> > >
munmap
> ...
It doesn't. rtld is a special beast and its symbols availability to
user programs is controlled by a special code in rtld. Look up
static func_ptr_type exports[] in rtld.c and see how it is used.
--
Alexander Kabaev
P.S. The proper way to control symbol visibility is to use
ntroller driver modifications, keeping
KPIs and hopefully KBIs intact, but create base for later work to use
multiqueue capabilities of new controllers.
This work is sponsored by iXsystems, Inc.
--
Alexander Motin
___
freebsd-hackers@freebsd.org ma
external tests are welcome.
This is great. I look forward to per-CPU, pinned, completion threads
that I can do interesting things with (like schedule aio-sendfile
completions..)
On 15 August 2013 14:40, Alexander Motin mailto:m...@freebsd.org>> wrote:
Hi.
Last weeks I've made
ed by iXsystems, Inc.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
to some GEOM class. Could you describe/show all GEOM
topology, file systems, etc. you have there?
gpart show
sysctl kern.geom.confxml
...
Thank you!
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/li
On 04.09.2013 15:45, Nathan Whitehorn wrote:
On 09/04/13 02:01, Alexander Motin wrote:
On 04.09.2013 00:48, Olivier Cochard-Labbé wrote:
On Tue, Sep 3, 2013 at 8:10 PM, Outback Dingo
wrote:
Can anyone confirm how well tested/stable this patch set might be?? if
theres positive input i have a
ion I see after that is on HBA driver locks, but
may be I am missing something?
Thank you.
--
Alexander Motin
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to &
On 04.09.2013 19:31, Olivier Cochard-Labbé wrote:
On Wed, Sep 4, 2013 at 9:01 AM, Alexander Motin wrote:
- HP EliteBook 8460p (amd64: r255188) with DVD replaced by a second
hardrive (where fbsd is installed): It crash just after the message
"GEOM: new disk ada1" during boot
scr
On 05.09.2013 15:40, Alexander Motin wrote:
Some may remember that not so long ago I complained about high lock
congestion on pbuf_mtx. At that time switching the mutex to padalign
reduced the problem. But now after improving scalability in CAM and GEOM
and doing more then half million IOPS on
On 06.09.2013 11:06, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 12:46:27AM +0200, Olivier Cochard-Labbé wrote:
On Thu, Sep 5, 2013 at 11:38 PM, Alexander Motin wrote:
I've found and fixed possible double request completion, that could cause
such symptoms if happened. Updated patch lo
On 07.09.2013 02:02, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 11:29:11AM +0300, Alexander Motin wrote:
On 06.09.2013 11:06, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 12:46:27AM +0200, Olivier Cochard-Labbé wrote:
On Thu, Sep 5, 2013 at 11:38 PM, Alexander Motin wrote:
I've
.
Regards, Alexander Yerenkow
01.10.2013 9:05 пользователь "Fernando Apesteguía" <
fernando.apesteg...@gmail.com> написал:
> El 01/10/2013 03:46, "Aryeh Friedman" escribió:
> >
> > bhyveload(8) only let's you use .ISO's for install media and I want to
___
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
>
--
Regards,
Alexander Yerenkow
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
On 02.10.2013 20:30, John Baldwin wrote:
On Saturday, September 07, 2013 2:32:45 am Alexander Motin wrote:
On 07.09.2013 02:02, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 11:29:11AM +0300, Alexander Motin wrote:
On 06.09.2013 11:06, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 12:46:27AM
On 07.10.2013 19:09, John Baldwin wrote:
On Sunday, October 06, 2013 3:30:42 am Alexander Motin wrote:
On 02.10.2013 20:30, John Baldwin wrote:
On Saturday, September 07, 2013 2:32:45 am Alexander Motin wrote:
On 07.09.2013 02:02, Jeremie Le Hen wrote:
On Fri, Sep 06, 2013 at 11:29:11AM
Thus spake Eric Melville ([EMAIL PROTECTED]):
> Should I send-pr this thing too, or is just sending it to -hackers enough?
To -audit, in general.
> if (flags & ISKERNEL) {
> - snprintf(buf, sizeof(buf), "%s: %s", bootfile, msg);
> + /* ignore path to kernel */
> +
Thus spake Peter Pentchev ([EMAIL PROTECTED]):
> Never mind, I found the -N option by reading the source.
> Why oh why is it not documented in the CVS info page :(
document it :-)
Alex
--
cat: /home/alex/.sig: No such file or directory
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "un
Thus spake Daniel O'Connor ([EMAIL PROTECTED]):
> I don't think you need anything special for your device to be a KLD.. I maintain a
> simple character device which didn't need anything special, but network devices may
> be different.
Most of the drivers in the tree either exist as module alread
Hello!
Libh uses TVision which uses ncurses.
I have written a *simple* init which opens /dev/ttyv0.
printf() and alikes work, but ncurses does not ("Error opening
terminal").
I wonder if anyoen can tell me what my simple init must provide as
well to make ncurses running.
I have a /etc/termcap
this.
At least, it is a nice example of what libh is able to do.
- Forwarded message from Alexander Langer <[EMAIL PROTECTED]> -
From: Alexander Langer <[EMAIL PROTECTED]>
Subject: libh disk editor
To: Dag-Erling Smorgrav <[EMAIL PROTECTED]>
Cc: Alfred Perlstein <
Thus spake Yonny Cardenas B. ([EMAIL PROTECTED]):
> Is there anybody knows some reference (URL), tools or some help
> to programming and debugging in the kernel FreeBSD?
Try http://www.freebsd.org/tutorials/
Andrew W. Reiter has written a nice kernel mod tutorial.
There recently (last week or
Thus spake Dag-Erling Smorgrav ([EMAIL PROTECTED]):
> > There recently (last week or something) was a thread here or on
> > another mailinglist on how to debug kernel moduls, which is a little
> > bit tricky.
> It's also documented in the handbook.
Well, actually debugging modules is a little bi
nt? Is somebody
else working on that?
Thanks and regards,
Alex
--
Email: Alexander Hausner <[EMAIL PROTECTED]>
NIC-HDL: AH194-RIPE
PGP Key ID: 1024/D272F9B5
PGP Key fingerprint: 45 CB 7A 6A 24 81 71 14 CE 11 27 53 36 63 AD 1C
PGP Public-Key: https://www.luga.or.at/pgppubkeys/D272F9B5.asc
To
on Sat, 27 Jan 2001 Felix-Antoine Paradis wrote:
>It says the filesystem
>is read-only. Can you help us?
mount -uw /
should help.
Alex
--
Email: Alexander Hausner <[EMAIL PROTECTED]>
NIC-HDL: AH194-RIPE
PGP Key ID: 1024/D272F9B5
PGP Key fingerprint: 45 CB 7A 6A 24 81 71 14 CE 11
% uname -a
FreeBSD chuck.teleweb.at 4.2-STABLE FreeBSD 4.2-STABLE #18:
Tue Jan 30 20:47:06 MET 2001 [EMAIL PROTECTED]:
/usr/src/sys/compile/CHUCK i386
Alex
--
Email: Alexander Hausner <[EMAIL PROTECTED]>
NIC-HDL: AH194-RIPE
PGP Key ID: 1024/D272F9B5
PGP Key fingerprint: 45 CB 7A 6A 24 81 71 14
801 - 900 of 1213 matches
Mail list logo