Re: Forcing C program to core dump

2006-12-07 Thread Alex Zbyslaw
u are catching or ignoring the signal, this won't work. Regards! //Niclas Which usually defaults to ctl-\ from the shell so it's easy to kill a foreground program with bothering to find process id's etc. OK, not what you actually wanted to do, but for comp

FW: FreeBSD: driver for ssl hardware accelerator board based on broadcom bcm5825, bcm5862 chips

2006-12-17 Thread Alex Aronson
-Original Message- From: Alex Aronson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 10:48 AM To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: FreeBSD: driver for ssl hardware acc

FreeBSD specific strftime(3) format specifiers

2001-01-27 Thread Alex Kapranoff
rce import? -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 3 weeks in the brand new millenium... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

FreeBSD specific strftime(3) format specifiers

2001-01-27 Thread Alex Kapranoff
rce import? -- Alex Kapranoff, Voice: +7(0832)791845 We've lived 3 weeks in the brand new millenium... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: call for testers: port aggregation netgraph module

2001-02-09 Thread Alex Pilosov
it didn't work right. Maybe 3COM is doing something entirely > different. Prolly. FEC is cisco-specific thingy, like ISL... -alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: if_fxp - the real point

2001-03-08 Thread Alex Zepeda
p kernel hacking in your spare time and put up some code. Go away. Or you could go away. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: if_fxp - the real point

2001-03-08 Thread Alex Zepeda
w. The Asante doesn't do full duplex, is based on the original SMC chipset, not sure about the only other option, the Farallon card. But you were referring to PCI cards, right? ;^) - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: optimizing apache with php and nfs mounts

2001-03-13 Thread Alex Zepeda
this. There was an interesting example of some fp code compiled with -O, -O2, -O2 -fomit-frame-pointer. With the extra register saved with -fomit-frame-pointer -O2 was able to do some neat stuff. Of course -O2 turns on most of the optimizations, but I wonder which ones are causing incorrect code

Re: optimizing apache with php and nfs mounts

2001-03-14 Thread Alex Zepeda
developers i imagine. :) Pfft. Damnit I want software that I don't have to pay for, to work perfectly every time, and that I don't have to contribute to erm.. Yes, scanning thru the ML leads me to believe some of these optimizations are pretty much untested. Which is kinda funn

Re: optimizing apache with php and nfs mounts

2001-03-14 Thread Alex Zepeda
just made buildworld with CFLAGS = "-O2 -march=pentiumpro -malign-double" from a world built with the same flags. Not so sure of any performance impact however. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Mounting partitions with RO flag

2001-04-08 Thread Alex Zepeda
On Sun, Apr 08, 2001 at 09:13:15PM +0200, Attila Nagy wrote: > So I am wondering, why the unices block mounting an already mounted > partition read only again. Have you considered using ACLs perhaps? Sure it's not in -STABLE, but it's a thought.. - alex To Unsubscribe: sen

Re: TCP intercept?

2001-04-22 Thread Alex Pilosov
In cisco terminology, 'tcp intercept' is what the 'ip and tcp reassembly' part of ipnat does (without port/address rewriting). For example, a router in the middle which is doing the intercept will have to buffer/reassemble tcp stream and only forward packets after they are confirmed good. Example

Re: Trouble with HPT366

2001-04-29 Thread Alex Zepeda
hs is using ATA66 speeds? Anyhow, I'd be careful with the HPT366, I've had nothing but trouble with my HPT366 based card. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: FreeBSD ld.so performance ?

2001-05-10 Thread Alex Zepeda
the most room for improvement is left in g++ and/or gnu ld, not the rtld. Of course reducing the number of shlibs that KDE requires would go a long way towards creating faster startup as well.. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Article: Network performance by OS

2001-06-16 Thread Alex Zepeda
sted the effect of the disk's ability to handle tagged queuing and the disk's ability to cache stuff. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Your new web site

2001-06-21 Thread Alex Zepeda
On Thu, Jun 21, 2001 at 04:40:44PM +1200, David Preece wrote: > >1-877-230-7268 > > Is anyone close enough to drive round and have a quiet word? "Netiquette" > for instance. Or "asking for trouble". Well if you're in the US, why not call him? The

Re: 2nd ata drive, and resolv.conf options

2001-06-22 Thread Alex Zepeda
s spitting out read errors, so I'm assuming it's almost dead.. but it's still yet to cause any real fbsd problems. You aren't by any chance running an HPT366 based controller are you? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: 2nd ata drive, and resolv.conf options

2001-06-22 Thread Alex Zepeda
's possible, but it would seem unlikely to me, since the drives are otherwise pretty high quality. Perhaps it's a buggy firmware revision. Then again, I've never tried anything at > ATA66, and that was with the buggy HPT366. - alex To Unsubscribe: send mail to [EMAIL PROTECTED

Re: helping Wietse help postfix on FreeBSD

2001-07-03 Thread Alex Zepeda
On Tue, Jul 03, 2001 at 07:42:57PM -0400, Felix-Antoine Paradis wrote: > Is /etc/sysctl.conf what you are looking for? No, because that only holds the runtime tuneables. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

kgdb(1) - dealing with a corrupt stack [?]

2005-02-07 Thread Wilkinson, Alex
Hi all, I am trying to debug why my kernel is panicing whilst playing audio via xmms. I am manually calling 'doadump' via ddb(4) - this seems ok. However, when I do a backtrace via kgdb(1) I seem to get a corrupt stack. Can anyone suggest why this would be happening and solutions to get a 'healt

Low level hardware access in FreeBSD

2005-03-12 Thread Alex Burke
, for the FreeBSD console driver to pick the console back up once it finished working, would I be required to reset the VGA registers back to text mode? Thanks, Alex J Burke. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman

Boot0 on boot floppies and 2.88meg drives/controllers

2005-04-05 Thread Alex Burke
to help? FreeBSD atleast boots on the mahcine i changed back to 1.44, NetBSD seemed to hang at the point of detecting fdc0 no matter what mode it was. Thanks, Alex J Burke. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman

0xdeadc0de

2005-06-16 Thread Alex Lyashkov
: ...| 0020 de 60 9b 5c c0 de c0 ad de de c0 ad de de c0 ad |.`.\| 0030 de 60 9b 5c c0 0a |.`.\..| 0036 how can be found what are cause of trouble? how can be found who last freed memory? -- Alex Lyashkov <[EMAIL PROTECTED]> Po

Re: Forcing a packet through an interface (OT?)

2005-07-13 Thread Alex Zbyslaw
out where your packets through ISP1 are routed (try traceroute) and then add a static route through ethernet1 to that router. You can do similar for ISP2. Then a ping of either router will always try to go through the network card appropriate

Re: How to reset root passwd FreeBSdD4.7

2005-07-14 Thread Alex Zbyslaw
at from the command line :-) --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Model device driver / Newbus

2005-08-07 Thread Alex Burke
Hi, I want to try writing a driver for an MCA card. I am just wondering if there is any skeleton driver (preferably a bus like PCI), and also whether the newbus framework is used for MCA drivers. What is the preferred method of writing drivers now? Thanks, Alex J Burke

patch for PR kern/42652: [smbfs] error deleting r/o (by windows) files on smbfs

2005-09-02 Thread Alex Sidorov
Hi, I have submitted patch for PR: kern/42652: [smbfs] error deleting r/o (by windows) files on smbfs http://www.freebsd.org/cgi/query-pr.cgi?pr=42652 Everybody interested are welcome to test the fix. And, would anyone having permissions, change its state please ? Regards, -- Alex Sidorov

Re: A smarter mergemaster

2005-09-30 Thread Alex Zbyslaw
the general case of all files which you hadn't changed. --Alex ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rc scripts: how to start a process that doesn't daemonize itself?

2005-10-19 Thread Alex Dupre
Marco Molteni wrote: Should I just override start() completely or is there a common way to do it? I don't think I can simply pass a "&" somewhere... Oh, yes, you can: command_args="&" should do the work. -- Alex Dupre __

Backtrace (Computer reboots after printing CUPS test page on HP LaserJet 1010 USB)

2005-10-20 Thread Alex Pivovarov
#Description After printing CUPS test page from "lynx localhost:631" I get an error described below and my computer halts. I get this error quite regulary after printing smth through CUPS (not always but aprox. 50/50).

Backtrace (Computer reboots after printing CUPS test page on HP LaserJet 1010 USB)

2005-10-20 Thread Alex Pivovarov
#Description After printing CUPS test page from "lynx localhost:631" I get an error described below and my computer halts. I get this error quite regulary after printing smth through CUPS (not always but aprox. 50/50).

ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
gured this out, I realized I should have just used konqueror, and well I did (damn it's gonna give mozilla a run for its money... SSL equiped too). - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
rious, why do a.out/FreeBSD-elf/Linux-elf programs all respond to the same variables? Sure it's perhaps a consistant interface, but wouldn't somthing like LINUX_LD_LIBRARY_PATH and/or AOUT_LD_LIBRARY_PATH make more sense? - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ELF rtld and environment variables...

2000-07-24 Thread Alex Zepeda
r using said variables for FreeBSD ELF stuff, but for the rest of them, I figure we're not actually the native environment. Hmm. Anywho the topic of caching shlib symbols came up in discussion as a possible way speed up loading of programs. Makes me wonder if it would be worth it.. - alex

Re: How to make *real* random bits.

2000-08-01 Thread Alex Zepeda
um-137 inside" > > Yeah, it does have a ring to it, doesn't it ? :-) Or a glow... - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: subscribe alexey@nsl.ru

2000-08-08 Thread Alex Belits
this manner? Congratulations, FreeBSD is officially mainstream. -- Alex -- Excellent.. now give users the option to cut your hair you hippie! -- Anonymous Coward To Unsub

Viruses are ok, but monkeys are becoming a problem

2000-11-02 Thread Alex Belits
D]>. > >La distribution de ce message a été stoppée. > > Veuillez vous rapprocher de l'émetteur Peter Wagner <[EMAIL PROTECTED]> >pour > régler avec lui le problème. > > > *** > >V I R U S A L E R T > > >

Re: Time to close the list?

2000-11-02 Thread Alex Belits
ers to never send anything with Precedence: bulk in the header, 2. close the list, as it was proposed. Considering that "offenders" are running their scanners as root, or even on Windows, first solution seems to be impossible to ac

Re: Multithreaded tcp-server or non-blocking ?

2000-11-16 Thread Alex Belits
can be blocking or nonblocking -- it's possible that what you are trying to accomplish can be done in fhttpd module without writing a full-blown server. -- Alex -- Excellent.. now give u

Re: compiling X apps

2000-11-16 Thread Alex Belits
t.cc > > but it cannot locate Xlib.h?!! > > Any suggestions? 1. man xmkmf 2. -I /usr/X11R6/include -- Alex -- Excellent.. now give users the option to cut your hair you hippie!

Byte order?

2000-11-20 Thread Alex Koshterek
esult: Little endian? no Little endian On my FreeBSD 4.2-BETA BYTE_ORDER = LITTLE_ENDIAN! I`m very confused and some programms detect my machine as Little Endian, by example freetds. Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Byte order?

2000-11-20 Thread Alex Koshterek
> This program gets it wrong. When the last byte of a long is set after the long was > set to 1, we have a big endian architecture (the "little" end is at the 4th byte, > so the "big end" is at the 1st byte). > The x86 architecture _is_ little endian. > What? on x86 long a =1 in memory is a 01

Re: Byte order?

2000-11-20 Thread Alex Koshterek
ÐÎ , 20 ÎÏÑ 2000, Peter Pentchev ÎÁÐÉÓÁÌ: > On Mon, Nov 20, 2000 at 05:47:47PM +0200, Alex Koshterek wrote: > > > This program gets it wrong. When the last byte of a long is set after the long >was > > > set to 1, we have a big endian architecture (the "little"

Re: SIGPIPE in multithread http server.

2000-11-21 Thread Alex Belits
sed while you was reading the request. When connection is closed on the other end you must close() it, and consider whatever was sent there to be lost. -- Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

[q] MCSI PromDisk

2000-12-22 Thread Alex Prohorenko
Hello guys. I'm looking for getting in touch with somebody, who has got some experience with MCSI' PromDisk 32MB under FreeBSD. I'd like to ask some questions about it. Thank you. -- Alexander Prohorenko, Alkar Teleport To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freeb

Re: FreeBSD vs Linux, Solaris, and NT

2000-12-23 Thread Alex Belits
o far no hardware ever was GPL'ed in the first place. > Doesn't that just make you want to run out and stuff Linux in your multi- > million development dollar routing switch now? No, it just makes me wonder, what is the purpose of those ridiculous claims. -- Alex

Re: FreeBSD vs Linux, Solaris, and NT

2000-12-24 Thread Alex Belits
pretation. Other lawyers disagree with that > interpretation. No. This issue was beaten to death multiple times, large amount of software was created based on this, and its legality is absolutely certain by now. -- Alex --

Re: FreeBSD vs Linux, Solaris, and NT

2000-12-25 Thread Alex Belits
Unless you get all the authors to agree > to that, and the matter will remain risky. Your attorneys are stupid. -- Alex -- Excellent.. now give users the option to cut your hair you hippie!

Re: FreeBSD vs Linux, Solaris, and NT

2000-12-25 Thread Alex Belits
On Mon, 25 Dec 2000, Warner Losh wrote: > Date: Mon, 25 Dec 2000 11:32:03 -0700 > From: Warner Losh <[EMAIL PROTECTED]> > To: Alex Belits <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: FreeBSD vs Linux, Solaris, and NT > > In message <[EM

few question about vfs layer

2004-01-16 Thread Alex Lyashkov
Hi List I explore vfs lookup code. and have few questions about it. what a reasone leave rootvnode as global varables, but not store it in filedesc structrure and adjust it in chroot or jail syscall ? -- With best regards, Alex ___ [EMAIL PROTECTED

Re: [patch] Raw sockets in jails

2004-04-22 Thread Alex Lyashkov
gt; > +> Anyway, take a gander at it (testers feedback welcome): > > Looks very neat! I've merge your patch to my jail work (pjd_jail perforce > branch) and changed it to be usable with my multiple ips stuff. > I haven't reviewed

Re: [patch] Raw sockets in jails

2004-04-22 Thread Alex Lyashkov
gt; > +> Anyway, take a gander at it (testers feedback welcome): > > Looks very neat! I've merge your patch to my jail work (pjd_jail perforce > branch) and changed it to be usable with my multiple ips stuff. > I haven't

Re: md(8) panic

2004-05-13 Thread Alex Lyashkov
> http://people.freebsd.org/~pjd/patches/md.c.3.patch in patch + sc->nsect = (mdio->md_size * DEV_BSIZE) / sc->secsize; why not + sc->nsect = (mdio->md_size / sc->secsize ) * DEV_BSIZE ; for avoid posible overflow in mdio->md_size * DEV_BSIZE -- Alex Lyashk

Re: 5.2.1 panic

2004-05-17 Thread Alex Lyashkov
write(mp); > 208 return (error); > 209 } > 210 Please update you source. It`s bug already fixed at src/sys/kern/vfs_syscalls.c v. 1.345 = Modified files: sys/kern vfs_syscalls.c Log: Always use nd.ni_vp->v_mount

Re: Pthread_create and memory issues.

2004-05-22 Thread Alex Keahan
hed (PTHREAD_CREATE_DETACHED attribute), 2) detach them after creation (pthread_detach), or 3) join with the terminated threads to recycle them (pthread_join). Alex Keahan > > Now i have tried to use ElectricFence to try track down the program, and it > created cores all pointing round

Re: pthread - fork - execv problem

2004-06-22 Thread Alex Vasylenko
complement your patch is in PR docs/68201 -- Alex. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

USB driver selection algorithm?

2004-07-01 Thread Alex K
Hello, everyone! As far as I understand drivers for USB devices are selected and attached based on USB VendorID and ProductID match. Here I have situation where I have 2 diffrent USB devices (cables) which got same Vendor and Device IDs, only revision differes. It is mobile phone cables based on

uplcom.c changes (was: USB driver selection algorithm?)

2004-07-01 Thread Alex K
Hello! Bernd Walter wrote: > uplcom takes devices (or maybe interfaces) based on vendor/product ID. > > > What approach will you recommend? > > What is your problem? 2 different USB devices with same vendor/product ID, only revision differes. They both will be handeled by uplcom, but initializa

Re: uplcom.c changes (was: USB driver selection algorithm?)

2004-07-01 Thread Alex K
Hello! > Ah - so it's a matter of expanding our uplcom driver. > I will check the linux driver and try to find out what the differences > are. > I asume you have test hardware? Yes, I can give you access to the machine with cable and phone connected and GSM/GPRS accounts to try if driver will wo

Re: [patch] attach ipfw rules to jails

2004-07-05 Thread Alex Lyashkov
can be retrieved using > the jls(8) utility. > > Input would be greatly appriciated. > Thanks! who not port vimage project to -current ? separated network stack and firewall rules more and more faster then this... If system not have jails vimage n

Re: [patch] attach ipfw rules to jails

2004-07-05 Thread Alex Lyashkov
way where add per vps ipsec support at FreeVPS. -- Alex Lyashkov <[EMAIL PROTECTED]> PSoft ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Network interface RUNNING and UP flags

2004-08-07 Thread Alex Lyashkov
p->ether_addr)); > tp->tap_pid = td->td_proc->p_pid; > tp->tap_flags |= TAP_OPEN; + tp->tap_if.if_flags |= IFF_RUNNING; + tp->tap_if.if_flags &= ~IFF_OACTIVE; > > mtx_unlock(&tp->tap_mtx); not better move th

Geode based PC/104 micro board and FreeBSD

2004-09-20 Thread Alex K
Hello, everyone! Recently I've got PCM-5820 single board computer with Geode GX1-300 CPU. Mine is with 32M ram and 512M Compact Flash mapped to secondary IDE master. I have tried numerous times to install FreeBSD on it, but it hangs right after startup. I have tried 4.8, 5.2.1, and CURRENT, ever

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-01 Thread Alex Zepeda
ad the man page. No soup for you! Next! - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Finding filesizes in C++ for files greater than 4gb

2001-08-01 Thread Alex Zepeda
f_t st_size; /* file size, in bytes */ All it takes is a printf("%d\n", sizeof(off_t)); to figure out how large that is. :^) Or, sure, you could dig thru the headers. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: if_strip for FreeBSD?

2001-08-15 Thread Alex Belits
, and the new radios work in peer-to-peer mode just fine. You can either > use them like regular modems and just dial the MAC address of the other modem > and establish a ppp link, or they can be used in "Starmode" (which is what > if_strip is for), allowing you to use them lik

Re: Possible bug in scheduler.

2001-10-18 Thread Alex Levine
John Baldwin wrote: >On 18-Oct-01 Alexander Langer wrote: > >>Thus spake Alex Levine ([EMAIL PROTECTED]): >> >>>resetpriority() calls maybe_resched() at the end after updating p_usrpri >>>based on changed p_estcpu. >>>maybe_resched() uses curpriority

Possible bug in scheduler.

2001-10-18 Thread Alex Levine
p_priority which is unchanged yet - the new p_usrpri is not reflected to p_priority yet. I'd appreciate an answer from anybody who can assess this problem. Regards Alex Levine. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Need a Home Loan? Let Us Help!

2001-11-16 Thread Alex Brown
Title: Free Rate Quote   "Refinance Your Current Mortgage While Rates Are LOW!!" HOME EQUITY LOANS *** JUMBO LOANS *** HOME IMPROVEMENT LOANS *** DEBT CONSOLIDATION LOANS *** REFINANCE LOANS *** ALL ARE AVAILABLE TO YOU *** RATES AS LOW AS 3.95% Mortgage

NATD+SSL

2001-10-10 Thread Alex Newman
hardware crypto card in the ssl proxy. Currently the only decent way I know to do this today is with linux+stunnel since it has transparent proxy support. 3) Since these programs always are doing a redirect anyways it seems silly not to use natd for the redirction part of the process. Al

NATD+SSL

2001-10-11 Thread Alex Newman
>[EMAIL PROTECTED] wrote: >ClickArray, Andes Networks, and several other vendors have >boxes which can do this. grouped >[EMAIL PROTECTED] wrote: >Alteon has a solution for this like this: >Client.443 -> Loadbalancer -> SSL offloader (call iSD) -> Loadbalancer-> >Real Server. This is practically u

NATD+SSL maybe should be a new subject

2001-10-11 Thread Alex Newman
do is negotiate the ssl connection and then decrypt and encrypt as need be. 3) pass to natd on 8868/divert or pass back to ipfw Any ideas? Alex Newman www.wulimasters.net To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

swap drives HighPoint HPT370

2001-12-04 Thread Alex Newman
Also does anyone know, if i power down, and switch one of the drives, if the controller will automatically update the other drive. I should probably call them up about this, but if anyone had any experience that would be good. Sorry about the bad english, i was in a rush -- Alex Newman [EMAIL

Re: End-Of-Life announcement for M-Systems DiskOnChip driver ("fla").

2003-02-02 Thread Alex Newman
move the driver once the 5-stable > > branch is laid down. I use it now. -- Alex Newman Quidquid latine dictum sit, altum viditur. [EMAIL PROTECTED]I don't know who came up with this quote. www.wuli.nu/users/dolemite To Unsubscribe: send mail t

Re: C coding editor

2003-03-05 Thread Alex Zepeda
ades, to get something better and more flexible. Maybe it's cause some of us use something other than 80x25 for a text console :-D Of course I'm still waiting for a console port of DESQView. *giggle*. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: jiffy.

2003-03-31 Thread Wilkinson,Alex
erm...what are jiffies ? - aW Sorry; I'll be more specific. I'm porting a deadline-scheduler from Linux over to FreeBSD that determines deadines by using jiffies. For example, process 1's deadline is when jiffies=10 and so on. I just discovered the global variable

Re: ftpd -h

2003-04-04 Thread Alex Semenyaka
reply(215, "UNKNOWN Type: L%d", CHAR_BIT); + } } Comments? Alex ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

/bin/sh and BIG NUMBERS

2003-04-04 Thread Alex Semenyaka
I found that /bin/sh cannot handle numbers those do not fit to integer type. That is not too bad. Too bad that it just silently warps them in arithmetical operations: [EMAIL PROTECTED]> /bin/sh -c 'echo $((100-1))' 2147483646 That was not a problem 5 years ago... But now we have a lot of

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Alex Zepeda
just used google and turned up instructions on the sendmail.org site for configuring it to use the Cyrus SASL libs. - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Super Block

2002-01-14 Thread Wilkinson,Alex
n the purpose of the Super Block ? And/Or any recommendations ? Thanks - Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Keeping track with latest kernel ? CVSweb ?

2002-02-27 Thread Wilkinson,Alex
Hi all, I would just like to know what the best way to keep track of the latest kernel for say stable would be? Is there something similar to www.freshports.org around ? ie a way to know that the kernel has been updated so I can compile the new one. Thanks - Alex To Unsubscribe: send

syscons(4) driver

2002-04-10 Thread Wilkinson,Alex
ste ? Or is this assuming that moused is running ? The way I'm interpreting this is: "we can now cut and paste _without_ a mouse on the console." Correct ??? - Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

ld: cannot find -lintl

2002-04-12 Thread Wilkinson,Alex
(xscreensaver-gnome-4.00_2)(unknown build error) I'm unsure how to go about solving this problem. Any ideas ? - Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: ld: cannot find -lintl

2002-04-12 Thread Wilkinson,Alex
Thanks! How did u find that out ? On Fri, 12 Apr 2002, Miguel Mendez wrote: flynn:>>> I'm unsure how to go about solving this problem. flynn:>>> Any ideas ? flynn:>>Yes, install gettext-old, libintl is not part of the new gettext. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscr

make(1) command-line variables

2002-04-13 Thread Alex Semenyaka
Boolean, Buffer, ClientData), ClientData)); @@ -1411,7 +1410,7 @@ * *--- */ -static char * +char * VarQuote(str) char *str; { Sincerely yours, Alex S

Re: make(1) command-line variables

2002-04-13 Thread Alex Semenyaka
oreover, in the last case there is NO ANY MAKE'S VARIABLE containing VAR, see: bash-2.05a$ make -DUUU -V .MAKEFLAGS -D UUU -V .MAKEFLAGS bash-2.05a$ make UUU=1 -V .MAKEFLAGS -V .MAKEFLAGS bash-2.05a$ make UUU=1 -dv -r | grep UUU bash-2.05a$ Hope now I was more careful and clear... But

Re: make(1) command-line variables

2002-04-18 Thread Alex Semenyaka
- to transfer corresponding changes from NetBSD - to re-make my patch (to store the command line variables in MAKEFLAGS, not in the new variable)? Of course, I cannot perform first choice but I can do second or third ones. SY, A

Re: make(1) command-line variables

2002-04-19 Thread Alex Semenyaka
AGS, >>not in the new variable)? > The second, in a form of the patch for FreeBSD -CURRENT would be preferable. Ok, will be done. SY, Alex msg33661/pgp0.pgp Description: PGP signature

Bison

2002-04-28 Thread Wilkinson,Alex
Howdy all, Can anyone point me to a good paper about Bison ? ie What it is, how it works, how it works with FreeBSD etc ? Cheers - Alex To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Bison

2002-04-28 Thread Wilkinson,Alex
ftware/bison/bison.html. aschne:>>-Anthony. aschne:>> aschne:>>On Mon, Apr 29, 2002 at 12:13:24PM +0930, Wilkinson,Alex wrote: aschne:>>> Howdy all, aschne:>>> aschne:>>> Can anyone point me to a good paper about Bison ? aschne:>>> ie What i

Re: sorting in C

2002-06-14 Thread Alex Belits
ul.. Thanks > > I've always been partial to bogosort. Hey, don't be _that_ mean to a poor Hotmail user -- maybe he got that address before W2K, layers of Local Director and Passport. OTOH, asking things like that here still deserves some mockery... -- Alex To Unsubscribe: send

terminfo/termcap and cygwin

2002-07-10 Thread Alex Dupre
nfo-generated one don't work correctly. So the binary terminfo seems to be the only solution (and termcap seems to be not so powerful). My question is: should terminfo database be installed (manually or by make/installworld) or is there a better fix? -- Alex Dupre

Re: terminfo/termcap and cygwin

2002-07-10 Thread Alex Dupre
his is a work-around. If terminfo is needed, it should be installed by default. Modifying a port esplicitely forbidden for 4.x releases is not a clean way. -- Alex Dupre [EMAIL PROTECTED] http://www.alexdupre.com/ [EMAIL PROTECTED] To Unsubscribe: se

Re: Hello from Kabul

2002-08-25 Thread Alex V.
Yeah.! ;-) - Original Message - From: "Muhammad Faisal Rauf Danka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 25, 2002 12:41 PM Subject: Re: Hello from Kabul > Nice joke! > > Regards > > Muhammad Faisal Rauf Danka > > Head of GemSEC / Chief Tec

[hardware] Tagged Command Queuing or Larger Cache ?

2002-10-28 Thread Wilkinson,Alex
Howdy Crew, I am about to buy a new hard disk for my FreeBSD work station. Since FreeBSD's ATA drivers implement Tagged Command Queuing and IBM make the only ATA disks that implement tagged command queuing ( ie since the 60GXP family ), an IBM 40GB 120GXP "looks like" the best solution. However,

Netgraph could be a router also.

2002-11-07 Thread Alex Newman
Could we implement {bgp & ospf} in netgraph? What would need to be done assuming the Netgraph TCP/IP happen? Is this a bad idea. Alex Newman [EMAIL PROTECTED] http://www.wuli.nu/users/dolemite To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in t

Re: Netgraph could be a router also.

2002-11-07 Thread Alex Newman
l implementation purposes, since it's performance > will be very poor, compared to a monolithic TCP/IP implementation. > Interesting, why is click so fast then? What does it have that netgraph doesn't. Just in case http://pdos.lcs.mit.edu then click on click(hehe). Alex Newman

Re: Netgraph could be a router also.

2002-11-09 Thread Alex Newman
ed memory avoid the PCI bus transfer overhead, >the same way that the SiBytes card that Chris Demetriou had a hand in creating). So does that mean i couldn't use it for the dataplane like click? Alex Newman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

tcp randomness

2002-11-13 Thread Alex Newman
ill i encour by passing the packet out through ipfw to a divert socket? 2) Does changing the HZ rate in the kernel actually cause ints to happen faster? Will this help me? -- Alex Newman Passant, comme toi j'ai passe`. [EMAIL PROTECTED]Le

getting the rtt in a divert socket

2002-11-23 Thread Alex Newman
small. -- Alex Newman Quidquid latine dictum sit, altum viditur. [EMAIL PROTECTED]I don't know who came up with this quote. www.wuli.nu/users/dolemite To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

<    1   2   3   4   >