RE: xl driver for 3Com

1999-05-31 Thread Alexander Maret
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

RE: xl driver for 3Com

1999-06-01 Thread Alexander Maret
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 >

RE: xl driver for 3Com

1999-06-01 Thread Alexander Maret
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

RE: xl driver for 3Com

1999-06-01 Thread Alexander Maret
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

RE: xl driver for 3Com

1999-06-01 Thread Alexander Maret
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

RE: xl driver for 3Com

1999-06-01 Thread Alexander Maret
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

Re: a two-level port system?

1999-06-01 Thread Alexander Langer
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

Re: a two-level port system?

1999-06-01 Thread Alexander Langer
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

Strange kernel messages

1999-06-07 Thread Alexander Maret
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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. > > >

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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,.

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-27 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-28 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-28 Thread Alexander Viro
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

Re: Improving the Unix API

1999-06-28 Thread Alexander Viro
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

Re: docs/12377: doc patch for login_cap.

1999-07-06 Thread Alexander Voropay
>> 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

Re: Kernel source hacking

2005-11-04 Thread Alexander Leidinger
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

No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
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

Re: No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
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

Re: No interrupts coming to device driver.

2005-11-10 Thread Alexander Nedotsukov
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

Re: No interrupts coming to device driver.

2005-11-13 Thread Alexander Nedotsukov
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

Re: My wish list for 6.1

2005-12-16 Thread Alexander Leidinger
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

Re: Using pkg_add fetch only

2006-01-06 Thread Alexander Nedotsukov
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

Re: patchset-9 release (Re: [unionfs][patch] improvements of the unionfs - Problem Report, kern/91010)

2006-03-17 Thread Alexander Leidinger
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

Re: [patch] Re: dlopen() and dlclose() are not MT-safe? YES, esp. for libthr

2006-03-25 Thread Alexander Kabaev
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

Re: [ANN] unionfs patchset-13 release

2006-05-31 Thread Alexander Leidinger
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

Re: [ANN] unionfs patchset-13 release

2006-05-31 Thread Alexander Leidinger
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

Re: [patch] Adding optimized kernel copying support - Part III

2006-06-01 Thread Alexander Leidinger
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

Someone with knowledge in VM/fork (and Copy on Write) needed

2006-06-08 Thread Alexander Leidinger
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

Re: fdisk partition / disklabel recovery (help!)

2006-06-13 Thread Alexander Leidinger
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

Re: fdisk partition / disklabel recovery (help!)

2006-06-14 Thread Alexander Leidinger
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

Re: NVIDIA FreeBSD kernel feature requests

2006-06-29 Thread Alexander Kabaev
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

Re: Alternative compiler toolchain ?

2006-07-01 Thread Alexander Leidinger
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

Re: Alternative compiler toolchain ?

2006-07-01 Thread Alexander Leidinger
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

Re: gdb able to debug both fbsd and linux binaries

2006-07-10 Thread Alexander Kabaev
> > 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

Re: FreeBSD MIDI support

2006-07-10 Thread Alexander Leidinger
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

improving drivers (was: Re: kern/99979: Get Ready for Kernel Module in C++)

2006-07-12 Thread Alexander Leidinger
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'

Re: kern/99979: Get Ready for Kernel Module in C++

2006-07-12 Thread Alexander Leidinger
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

Re: [RFT]: InFlight Mode Patch

2006-07-18 Thread Alexander Leidinger
'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

Re: A question about ipcperm() call?

2006-07-24 Thread Alexander Leidinger
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 :

Re: kqueue doesn't see if_tun

2006-07-25 Thread Alexander Leidinger
/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. -

Re: cvs commit: www/en/projects/ideas index.sgml

2006-07-28 Thread Alexander Leidinger
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

Re: cvs commit: www/en/projects/ideas index.sgml

2006-07-28 Thread Alexander Leidinger
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

Re: absolute vs. relative offsets in disklabel

2006-08-03 Thread Alexander Leidinger
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

Re: absolute vs. relative offsets in disklabel

2006-08-04 Thread Alexander Leidinger
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

Re: Oddity in snd_uaudio(4) driver?

2006-09-07 Thread Alexander Leidinger
{'? 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

Re: Oddity in snd_uaudio(4) driver?

2006-09-09 Thread Alexander Leidinger
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

Re: PERFORCE change 105930 for review

2006-09-11 Thread Alexander Leidinger
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 ___

Re: Systems programming on FreeBSD

2006-10-02 Thread Alexander Leidinger
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

Re: Survey on Video Capture API: BSD meteor(4) vs. Video for Linux 1/2

2006-10-05 Thread Alexander Leidinger
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 :

Re: bpf kernel module

2006-11-15 Thread Alexander Leidinger
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)

Re: Tools for FreeBSD development

2006-12-02 Thread Alexander Kabaev
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

Re: Tools for FreeBSD development

2006-12-03 Thread Alexander Leidinger
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

Re: KASSERT in kernel module outside src/sys

2006-12-13 Thread Alexander Leidinger
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

Re: ICC 9 in FreeBSD 6

2006-12-16 Thread Alexander Shiryaev
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

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Shiryaev
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

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Shiryaev
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.

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Leidinger
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

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Leidinger
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

Re: ICC 9 in FreeBSD 6

2006-12-17 Thread Alexander Leidinger
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

Re: Locking fundamentals

2006-12-23 Thread Alexander Leidinger
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

Re: unresolved symbol for C++ class dtor

2006-12-27 Thread Alexander Kabaev
d line. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Successfully Unbreak Adobe Reader 7.0.8 for the New Linux Emulator

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

Re: Partially Unbreak Adobe Reader 7.0.8 for the New Linux Emulator

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

Re: How to make an .so file for Linux binaries

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

Re: LDAP integration

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

Re: LDAP integration

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

Re: Where to start?

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

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

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

Re: some symbols of libc may be resolved by RTLD internal entities.

2007-01-30 Thread Alexander Kabaev
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

New CAM locking preview

2013-08-15 Thread Alexander Motin
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

Re: New CAM locking preview

2013-08-15 Thread Alexander Motin
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

[RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-02 Thread Alexander Motin
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"

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-04 Thread Alexander Motin
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

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-04 Thread Alexander Motin
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

Again about pbuf_mtx

2013-09-05 Thread Alexander Motin
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 &

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-05 Thread Alexander Motin
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

Re: Again about pbuf_mtx

2013-09-06 Thread Alexander Motin
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

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-06 Thread Alexander Motin
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

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-06 Thread Alexander Motin
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

Re: best way to make dvd appear to me a .iso file to the FS

2013-09-30 Thread Alexander Yerenkow
. 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

Re: Is freebsd-update braindamaged, or I'm using it wrong?

2013-10-01 Thread 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" > -- 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"

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-10-06 Thread Alexander Motin
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

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-10-07 Thread Alexander Motin
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

Re: syslogd patch

2001-01-17 Thread Alexander Langer
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 */ > +

Re: stupid CVS question

2001-01-18 Thread Alexander Langer
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

Re: How to make a PCI network device loadable module?

2001-01-18 Thread Alexander Langer
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

What must be provided by an init for ncurses?

2001-01-19 Thread Alexander Langer
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

(fwd) libh disk editor

2001-01-19 Thread Alexander Langer
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 <

Re: Kernel programming

2001-01-23 Thread Alexander Langer
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

Re: Kernel programming

2001-01-23 Thread Alexander Langer
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

Re: Pthreads with sprintf/dtoa

2001-01-26 Thread Alexander Hausner
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

Re: Need help - emergency!

2001-01-27 Thread Alexander Hausner
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

problem with memory allocation?

2001-01-30 Thread Alexander Hausner
% 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

<    4   5   6   7   8   9   10   11   12   13   >