Re: ANSI C Standard and wchar*

2000-07-31 Thread Greg Lewis
Michael C. Wu wrote: > Finally, I know that someone has been working on the > same thing. Would the person in question or someone please send > me what they have. This is a pointer I know of: http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This is code by David Cross (who is a FreeBS

Re: US$100 prize for adding ESS Audiodrive support to pcm

2000-07-31 Thread Nick Sayer
The driver that was recently committed by Cameron Grant now appears to perform correct playback on the hardware I have available to me. I invite all ESS Solo chip owners to give it a try and let us know if it works for you. Recording does not yet work for me (and aparently neither record nor play

Re: ANSI C Standard and wchar*

2000-07-31 Thread Tony Finch
"Michael C. Wu" <[EMAIL PROTECTED]> wrote: > >I am working on completing a BSDL'ed implementation of wchar* that is >*not* broken. However, I could not find a free copy of ANSI C library >standard. There's some good stuff on the Lysator site, in particular the final draft of the C99 standard and

No Subject

2000-07-31 Thread Yingfei Dong
hi, folks, I am revising a driver for a network interface. I need have a fine-grain timer (33us). Could anyone tell me how to get it? I checked /sys/kern/kern_clock.c. Is it the right place? Could I just revise 'hz' to make the timeout function to do it? Where does 'hz' is initialized? thanks

Re: ANSI C Standard and wchar*

2000-07-31 Thread Brian Fundakowski Feldman
On 1 Aug 2000, Cyrille Lefevre wrote: > "Michael C. Wu" <[EMAIL PROTECTED]> writes: > > > I am working on completing a BSDL'ed implementation > > of wchar* that is *not* broken. However, > > I could not find a free copy of ANSI C library standard. > > try this link : > > http://www.opengroup.

Re: ANSI C Standard and wchar*

2000-07-31 Thread Cyrille Lefevre
"Michael C. Wu" <[EMAIL PROTECTED]> writes: > I am working on completing a BSDL'ed implementation > of wchar* that is *not* broken. However, > I could not find a free copy of ANSI C library standard. try this link : http://www.opengroup.org/onlinepubs/7908799/ Cyrille. -- home: mailto:[EMAIL

Re: ANSI C Standard and wchar*

2000-07-31 Thread Patryk Zadarnowski
On Mon, 31 Jul 2000, "Michael C. Wu" <[EMAIL PROTECTED]> wrote: Michael> Hi all, Michael> I am working on completing a BSDL'ed implementation Michael> of wchar* that is *not* broken. However, Michael> I could not find a free copy of ANSI C library standard. Michael> I was wondering if anyone ha

Re: How to make *real* random bits.

2000-07-31 Thread Kris Kennaway
On Mon, 31 Jul 2000, Poul-Henning Kamp wrote: > [3] Feel free to analyze: Could you post a larger sample (say, 10MB) somewhere for statistical analysis? The 1939 bytes here look pretty good at first glance: 1939 samples, total weight 7729, average weight per sample 3.986075 Bit 0 average weight

ANSI C Standard and wchar*

2000-07-31 Thread Michael C. Wu
Hi all, I am working on completing a BSDL'ed implementation of wchar* that is *not* broken. However, I could not find a free copy of ANSI C library standard. I was wondering if anyone has an electronic copy of ANSI/ISO/IEC 9899-1999 Programming Languages - C and the related POSIX documents. (Y

How to make *real* random bits.

2000-07-31 Thread Poul-Henning Kamp
Ok, some people just can't leave an open end dangling (people like me for instance :-) I located a surplus german geiger counter cheaply [1], I have always wanted to have one anyway, and in my junkbox I already had an old smoke alarm [2]. The Geiger counter has a thin-walled tube which takes ab

DHCP in scripted sysinstall?

2000-07-31 Thread Michael S. Fischer
I know that currently one can request a DHCP lease when configuring the network interfaces in sysinstall, but that functionality does not seem to exist during a scripted install. Reading sysinstall.8 (which, incidentally, does not appear to be installed in the correct place during a make world),

Re: BSD,Posix,Linux Threading - Are they really useable?

2000-07-31 Thread Dan Nelson
In the last episode (Jul 31), Chris Costello said: > On Monday, July 31, 2000, Bjorn Tornqvist wrote: > > But how do I know if my pthreads aren't secretely blocking for a > > very short time in read() and write()? Documentation anywere? > >They 'block' for the duration of time it takes to mak

Re: BSD,Posix,Linux Threading - Are they really useable?

2000-07-31 Thread Chris Costello
On Monday, July 31, 2000, Bjorn Tornqvist wrote: > But how do I know if my pthreads aren't secretely blocking for a very > short time in read() and write()? Documentation anywere? They 'block' for the duration of time it takes to make a non-blocking call to read() or write(), which is, as far

Re: Howto profile my code?

2000-07-31 Thread Chris Costello
On Monday, July 31, 2000, Bjorn Tornqvist wrote: > Howdy! > > Anyone know a working method to get profiling to work? (i.e. seeing > something like "method a::getValue() spent 12s Usertime, 3s Kerneltime" > etc). > > I've tried with > gcc -mprofiler-epilogue > but got the following linker error:

Re: kern.osrevision <-> kern.osreldate

2000-07-31 Thread John Baldwin
Paul Herman wrote: > Hi, > > I've been meaning to ask this ever since I started using 2.2.2 > years ago: Why are these two sysctl variables mixed up? > > bash-2.03$ sysctl kern.osrevision kern.osreldate > kern.osrevision: 199506 My guess is that this sysctl is the version used by CSRG in 4.4 B

Re: PTP ethernets

2000-07-31 Thread Dennis
Thats not really feasible as the target customers are on DSL ethernet bridges and i doubt if they support pppoe. Is there any reason why the PTP doesnt work? Hacking is not out of the question, but im not sure what the problem is. Dennis At 01:30 PM 7/28/00 -0700, Nick Sayer wrote: >Dennis wro

Re: US$100 prize for adding ESS Audiodrive support to pcm

2000-07-31 Thread Cameron Grant
> I have for a long time said to myself that I would take the documents > available and > hack together a pcm driver for the audio chip built into my Asus P5A > machine, > and never sat down and done it. So, rather than whine to myself about > it, or whine > about nobody else doing it, I'll put my

US$100 prize for adding ESS Audiodrive support to pcm

2000-07-31 Thread Nick Sayer
I have for a long time said to myself that I would take the documents available and hack together a pcm driver for the audio chip built into my Asus P5A machine, and never sat down and done it. So, rather than whine to myself about it, or whine about nobody else doing it, I'll put my money where m

Re: CRACK - Dreamweaver

2000-07-31 Thread Doug White
On Fri, 28 Jul 2000, Richard Stoodley wrote: > Hi Can you tell me where I can get Crack www.virtualcrack.com Go send yourself some. Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: Linux NVIDIA drivers vs. default XFree86 drivers (WAS: RE: Video card support)

2000-07-31 Thread Marc van Woerkom
> I would guess that if they have managed to abstract their NT source to the point > where a simple wrapper can turn it into a linux kmod, then it is quite possible > that it may be able to be ported to FreeBSD. The only other thing is whether > their X Server could be ported in such a way (is it

Howto profile my code?

2000-07-31 Thread Bjorn Tornqvist
Howdy! Anyone know a working method to get profiling to work? (i.e. seeing something like "method a::getValue() spent 12s Usertime, 3s Kerneltime" etc). I've tried with gcc -mprofiler-epilogue but got the following linker error: MessageCenter.o: In function `MessageCenter::OpenNewInput(basic_s

kern.osrevision <-> kern.osreldate

2000-07-31 Thread Paul Herman
Hi, I've been meaning to ask this ever since I started using 2.2.2 years ago: Why are these two sysctl variables mixed up? bash-2.03$ sysctl kern.osrevision kern.osreldate kern.osrevision: 199506 kern.osreldate: 41 Is this really an oversight that's existed for more than 3 years? If this

Re: BSD,Posix,Linux Threading - Are they really useable?

2000-07-31 Thread Bjorn Tornqvist
Chris Costello wrote: > > On Friday, July 28, 2000, Nate Williams wrote: > > >That is incorrect. FreeBSD's userland pthread implementation > > > does not block the whole process on I/O. POSIX does not specify > > > this behavior either. > > > Actually, sometimes it does (for example when r

Re: CRACK - Dreamweaver (fwd)

2000-07-31 Thread Kris Kennaway
On Fri, 28 Jul 2000, Kris Kennaway wrote: > > Hi Can you tell me where I can get Crack for Dreamweaver 3 ?/ > > Go to http://2130706433/crackz/index.html for all of your 0-day cracks. > The site is busy though, you might have to keep retrying for a while > before you get in. Since there was som

Re: Linux NVIDIA drivers vs. default XFree86 drivers (WAS: RE: Video card support)

2000-07-31 Thread Coleman Kane
Trent Nelson had the audacity to say: > Garrett Rooney wrote: > > > > On Sun, 30 Jul 2000, Trent Nelson wrote: > > > > > So, given a working FreeBSD-specific kernel device driver - can the > > > Linux OpenGL driver/libraries provided be handled via linux.ko? > > > > i believe the general