Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA28692; Thu, 7 Dec 95 08:35:29 EST
Received: from [18.181.0.25] by MIT.EDU with SMTP
	id AA26215; Thu, 7 Dec 95 08:34:17 EST
Received: (from root@localhost) by senator-bedfellow.MIT.EDU (8.6.12/2.3JIK) id IAA20001 for Linux-Development-System-Dist@senator-bedfellow.mit.edu; Thu, 7 Dec 1995 08:13:42 -0500
Message-Id: <199512071313.IAA20001@senator-bedfellow.MIT.EDU>
From: Digestifier <Linux-Development-System-Request@senator-bedfellow.MIT.EDU>
To: Linux-Development-System@senator-bedfellow.MIT.EDU
Reply-To: Linux-Development-System@senator-bedfellow.MIT.EDU
Date:     Thu, 7 Dec 95 08:13:37 EST
Subject:  Linux-Development-System Digest #92

Linux-Development-System Digest #92, Volume #2    Thu, 7 Dec 95 08:13:37 EST

Contents:
  URGENT: Asynchronous read syscall?  How? (Bret Mogilefsky)
  Re: Developing products for (MS) Windows and X? (Travis Koch)
  Help for DEC Tulip w/1.3.XX (Peter J. Vessenes)
  Re: Taligent is disbanded - could Linux pick up the pieces? (James Mcpherson)
  Floating point processor - help (jvisser)
  Re: 1.3.x no longer supports QIC117 ?!?!?! (Eric Kahler)
  Re: 8088 port (root)
  using lilo to boot dos from 2nd scsi drive (Jeffrey Graham)
  pppd disconnect timeout problem (BBMC/W94)
  Re: Standardized Printing for Linux (Chris Worley)
  Re: Will Linux work with the P6 ??? (Patrick Yaner)
  Re: Where the offical place for libc? (Daniel Barlow)
  Re: ld.so.1.7.11, please, thanks! (Mumit Khan)
  Re: Motif development libraries for linux, correction :) (Sean McAdam)
  Re: Linux on BeBox? (Sam Trenholme)
  Re: using lilo to boot dos from 2nd scsi drive (Derek Wildstar)
  ld.so.1.7.11, please, thanks! (Tim Bass)
  Threads - a better model? (bill davidsen)

----------------------------------------------------------------------------

From: bretm@ute.CS.Berkeley.EDU (Bret Mogilefsky)
Subject: URGENT: Asynchronous read syscall?  How?
Date: 5 Dec 1995 03:51:09 GMT

Hi.  First time kernel-hacker here, and I need some help.  

Seeing that Linux is not POSIX.4 compliant, how can I do an asynchronous
read?  Is this something I need to do on a per-fs basis, or is there some
mechanism I can build on top of the existing sys_read?  Has anyone
implemented an in-kernel asynchronous read before, and if so how?


Thanks in advance!  Please cc any reply via mail.

Bret Mogilefsky


PS:  In case you're interested, here's why I need it: I am doing an
experiment for my grad-level OS course here at Cal Berkeley.  I'm attempting
to implement a mechanism from Windows NT called IO Completion Ports that is
supposed to cut context switches in a multithreaded server by using
asynchronous reads along with a rendezvous port to allow threads to run
their whole quanta without a context switch... Supposedly this is a big
performance boost in NT, but my partners and I want to know if that's
because select() sucks in NT or if it's a true claim.  The hope is that we
can bench both select() and IOCompletionPorts under Linux and see if the
performance increase is worth it.  If so, then we'll refine what we have and
submit it for inclusion in the kernel.  

And uh, guess how much time we have to do this in?

-- 
"Why, that's the second biggest monkey head I've ever seen!" --Guybrush
"LeChuck's dead. I blew him into a million gooey pieces."    --Guybrush
Bret Mogilefsky    **   bretm@po.eecs.berkeley.edu   **    Student, UCB

------------------------------

From: travis_koch@mindlink.bc.ca (Travis Koch)
Subject: Re: Developing products for (MS) Windows and X?
Date: Thu, 07 Dec 1995 05:03:45 GMT

joel@wam.umd.edu (Joel M. Hoffman) wrote:

What you'll need is some sort of cross platform GUI toolkit,
there is a freeware set of C++ class libs available called
"wxWindows", which comes with source code and is said to compile under
many UNIX's including Linux and is available for MS Windows as well.
you can get more info @
http://www.aiai.ed.ac.uk/~jacs/wxwin.html

Other, commercial, versions of these types of things are more feature
full and stable, but very costly (Galaxy by Visix is an example (aprox
$10K per platform, Linux not supported yet))

regards         
   Travis



------------------------------

From: peterv@foo.net (Peter J. Vessenes)
Subject: Help for DEC Tulip w/1.3.XX
Date: 7 Dec 1995 05:49:15 GMT

I just compiled the tulip.c v0.10 with Linux 1.3.45 kernel distribution
(under elf), but it took a small kludge -- the tulip.c file includes
the etherdevice.h file, but the etherdevice.h file has a different
definition for init_etherdev than tulip.c wants.  

I just copied etherdevice.h in /usr/include/linux to /usr/include/linux/\
etherdevice-2.h and commented out the init_etherdev line in etherdevice-2.h.

I then update the include to point to etherdevice-2.h, and it compiled.

Hope this helps


- Peter


------------------------------

From: mljmcphe@dingo.cc.uq.oz.au (James Mcpherson)
Subject: Re: Taligent is disbanded - could Linux pick up the pieces?
Date: 5 Dec 1995 14:27:02 GMT

Nicolas Grilly (grilly@edwood.emi.u-bordeaux.fr) wrote:
[..] stuff deleted
: So, I think it will be difficult to convinve IBM to release Taligent's
: code in public domain... But we can try !

In the words of the classics, bugger Micro$oft!. But with regard to IBM, 
have you checked the copyright on your courier font for X11? IBM donated that
to the X Consortium for distribution _free_ with X. Similarly with the 
Win-OS2 stuff that allows those unfortunates like me who have to run lo$dows
more often than they'd like to do so for free.

I don't think IBM should be panned off the cuff -- they have delivered in the
past -- who's to say we can't get them to come up with the goods again?

cheers,
jcm
--

Historian/Inter Library Loans 

mljmcphe@dingo.cc.uq.oz.au (play)
j.mcpherson@library.uq.oz.au (work)


------------------------------

From: jvisser@cis.co.za (jvisser)
Subject: Floating point processor - help
Date: 7 Dec 1995 06:36:58 GMT

I am porting an app from HP-UX to Linux(1.2.8) and I am having
some problems with floating point

On the HP I can 
  1)ignore under/over-flows
  2)decide which SIGFPE's I want to trap etc.


I also find that I get delayed SIGFPE's under the debugger - Am
I wrong ?

Can anyone maybe refer me to some kind of HOW-TO please

Johann Visser

------------------------------

From: Eric Kahler <ekahler@mars.superlink.net>
Subject: Re: 1.3.x no longer supports QIC117 ?!?!?!
Date: Wed, 06 Dec 1995 15:06:11 -0500

Hi Jacob,

There is a new version of ftape called zftape which is able to what it needs to dynamically and has many
other improvements as well :-)

I believe that you can find it on sunsite.unc.edu in /pub/Linux/kernel/tapes as zftape-1.02.tar.gz


-- 
From:  Eric Kahler.
ekahler@mars.superlink.net 
http://mars.superlink.net/user/ekahler/index.html

------------------------------

From: root <root@cheney.net>
Subject: Re: 8088 port
Date: 7 Dec 1995 08:40:24 GMT

This is a multi-part message in MIME format.

=================================3629994087486096941601610966
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii

No, seriously, I think that this is a good idea.  The next logical place for
computing to move is towards integration in the home, along the lines of what
car makers are now doing with ubiquitous computing in their automobiles.  (They
actually have you come down to the dealership for software updates!  Enough to
make even a haggard vechran like me say "Well, doggie!")

Seriously, an easy way to build and program physical appliances, whether they
be MSToasters of robots for kids to play with, would be nice.

-tlewis@cheney.net (whois:tgl2)

=================================3629994087486096941601610966
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain

From: newcombe@aa.csc.peachnet.edu (Dan Newcombe)
Newsgroups: comp.os.linux.development.system
Subject: Re: 8088 port
Date: Mon, 04 Dec 95 18:48:10 GMT
Organization: University System of Georgia (PeachNet)
Message-ID: <49vfpa$12kg_001@news-demo.peachnet.edu>
References: <gray.817442713@cs.uchicago.edu> <Pine.SOL.3.91.951129222803.334A-100000@wsnet.com> <49n905$n8o_001@news-demo.peachnet.e=
du> <49nkf6$gv8@news.ycc.yale.edu>

In article <49nkf6$gv8@news.ycc.yale.edu>,
   liudj0@minerva.cis.yale.edu (David J. Liu) wrote:
>Dan Newcombe (newcombe@aa.csc.peachnet.edu) wrote:
># . . .
># Because 8088's are cheaper than dirt :)  There are a lot of them out there,
># and they are powerful enuff to do some basic functions.  Also, it's a lot
># easier to put 8088's in an embedded system (ie.  Linux for toasters.)
>
>A few years ago, rumor said that Microsoft was working on Windows for home
>electronics, like toaster and walkman.  We ought to have GNU versions too.

Oh great...I'll go to make toast in the morning, and come back to a
black piece of bread, while my walkman keeps going "GPF GPF GPF" and
transmitts my whole tape to Redmond.

Thanks - I'll stick with GE

        -Dan


--
Dan Newcombe                    newcombe@aa.csc.peachnet.edu
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"And the man in the mirror has sad eyes."       -Marillion

=================================3629994087486096941601610966==

------------------------------

From: jgraham@tenagra.com (Jeffrey Graham)
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Subject: using lilo to boot dos from 2nd scsi drive
Date: Wed, 06 Dec 95 19:24:46 GMT

Everyone,

I have Linux and LILO on my 1st scsi disk (id 0) /dev/sda
I have DOS/windows on my 2nd scsi disk (id 1)    /dev/sdb

Lilo boots linux just fine.

Lilo wont boot DOS. I get an error message about "non-system disk blah blah 
blah..."

        interesting phenomenon:
        if I insert a dos boot floppy after the above message, DOS
        boots from it and sees the 2nd scsi disk as drive c. But then 
either:
                1. the "dir" command lists all my dos/windows files & 
                   "scandisk" says everything is kewl.

        OR
                2. the "dir" command lists no files, there is no label &
                   "scandisk" complains that everything is corrupt.

        I cannot explain the above randomness, except that I tried LOTS of
        combinations for LILO trying to get everything to work :)

From linux, i can also see my 2nd scsi drive (mounted as a DOS 
filetype), and all the normal DOS files are there! (including command.com,
config.sys,etc).



Salient info:
        486-66dx2 with phoenix bios, micronics JX-30 motherboard
        Slackware V3.0 (linux 1.2.13)
        ultrastore 34f scsi-2 (vesa local bus)


Here is my /etc/lilo.conf file:
        boot = /dev/sda
        delay = 150
        vga = normal
        ramdisk = 0
        image = /vmlinuz
                root = /dev/sda1
                label = Linux
        other = /dev/sdb1
                label = dos
                table = /dev/sdb
                loader = /boot/any_d.b


Any can help I would be most appreciative. Thanks!

-Jeff

------------------------------

From: n3tran@acs.ryerson.ca (BBMC/W94)
Subject: pppd disconnect timeout problem
Date: 7 Dec 1995 03:50:51 -0500


My pppd disconnect 30 seconds after I get connected. What's the problem? 
Here's a ppp_log if you want to look at it. Any help via email is 
appreciated...thnx in advance.

Dec  7 04:16:03 whiskey pppd[453]: sent [LCP TermReq id=0x3]
Dec  7 04:16:03 whiskey pppd[453]: fsm_sdata(LCP): Sent code 5, id 3.
Dec  7 04:16:03 whiskey pppd[453]: Timeout 2194:10920 in 3 seconds.
Dec  7 04:16:03 whiskey pppd[453]: Setting itimer for 3 seconds in timeout.
Dec  7 04:16:03 whiskey pppd[453]: IO signal received
Dec  7 04:16:03 whiskey pppd[453]: rcvd [LCP TermReq id=0x3] 85 72
Dec  7 04:16:03 whiskey pppd[453]: fsm_rtermreq(LCP): Rcvd id 3.
Dec  7 04:16:03 whiskey pppd[453]: sent [LCP TermAck id=0x3]
Dec  7 04:16:03 whiskey pppd[453]: fsm_sdata(LCP): Sent code 6, id 3.
Dec  7 04:16:03 whiskey pppd[453]: IO signal received
Dec  7 04:16:03 whiskey pppd[453]: rcvd [LCP TermAck id=0x3] 48 57
Dec  7 04:16:03 whiskey pppd[453]: fsm_rtermack(LCP).
Dec  7 04:16:03 whiskey pppd[453]: Connection terminated.
Dec  7 04:16:03 whiskey pppd[453]: Exit.


------------------------------

From: cworley@iquest.net (Chris Worley)
Subject: Re: Standardized Printing for Linux
Date: Wed, 6 Dec 1995 18:37:01 GMT

jim@oxfordcc.co.uk (Jim Hague) writes:

>In article <4a1f5k$p06@news.cs.tu-berlin.de>,
>Juergen Exner <jue@cs.tu-berlin.de> wrote:
>>Nowadays nearly all software supports postscript output. It's just THE
>>standard. 
>>Enable a virtual (or if you've the money a real) printer for
>>postscript and your problems are gone.
>>
>>I fact, I can't see the point in this discussion

>The point is perhaps more from the software author's point of view.
>Why on earth should I have to write two totally different bits of
>code to render the same image on screen and printer? This has
>to be (the) one bit of Windows that's much better than the
>X/Unix world; I can use essentially the same code to paint an image
>on a screen DC or a printer DC, and don't have to spend time fiddling
>with Postscript.

>X servers for printers, anyone?
>-- 
>Jim Hague - jim@oxfordcc.co.uk (work), bears@cix.compulink.co.uk (play)

Let's stop discussing this and do something about it.  If you think about,
Ghostscript does this.
   ps -> raster image -> print encoder

All we need is something that might work like this.
   pbm -> raster image -> print encoder

I propose that we examine how ghostscript does the encoding for various
printers and expand on the BubbleTools project.  Data in a rather large
pbm file are printed. (2400x3000 dpi).

Please continue this thread, but lets stop blaming one group or another
about who should have inserted a raster printing system.

Chris


------------------------------

From: Patrick Yaner <p_yaner@eos.ncsu.edu>
Subject: Re: Will Linux work with the P6 ???
Date: 4 Dec 1995 00:50:56 GMT

It'll run DOS/Windows and Win 95, from what I hear, even if slower than a 
P5-133 in a similar system, but I heard it'll run 32-bit OS's (like NT) 
like nothin' else.  (BTW, wasn't this part of a BYTE benchmark 
or something recently?  I can't remember where I saw it, exactly).  
Considering that, I'd guess it will run Linux.....


------------------------------

From: barlow@xserver.sjc.ox.ac.uk (Daniel Barlow)
Subject: Re: Where the offical place for libc?
Date: 5 Dec 1995 14:17:51 GMT

In article <49qt9v$rqh@bigboote.wpi.edu>,
Joseph Vigneau <joev@pyramid.res.wpi.edu> wrote:
>In article <49prlm$4vm@news.ox.ac.uk>,
>Daniel Barlow <barlow@xserver.sjc.ox.ac.uk> wrote:
>>
>>5.0.9 _is_ the most recent update.  5.2.x is beta code for testers to
>>test.
>
>Now, what exactly is this?  The GNU glibc is up to version 1.0.9, and libg++
>is up to 2.7.1...   Are these just specialized versions for Linux?

These are specialised versions for linux, yes.  The GNU libc shares some code
with the Linux libc, but it's hardly a drop-in replacement.  They are
really quite different in some areas (although there is ongoing work to
merge the two threads).

What relevance does libg++ have in this context?

Daniel
-- 
Web: http://www.sjc.ox.ac.uk/users/barlow   Mail: daniel.barlow@sjc.ox.ac.uk 

``the real reason GNU ls is 8-bit-clean is so that they can start using 
ISO-8859-1 option characters.''   --- Christopher Davis (ckd@loiosh.kei.com)

------------------------------

From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: ld.so.1.7.11, please, thanks!
Date: 4 Dec 1995 17:09:50 GMT

In article <49v9jl$4f8@zippy.cais.net>, Tim Bass  <bass@silkroad.com> wrote:
>I've looked on sunsite and mit.edu for ld.so.1.7.11 and
>can't find the darn thang'. Please, can some kind person
>let me know where it resides?

ftp://ftp.ods.com/pub/linux/ld.so-1.7.11.tar.gz -- ftp.ods.com is the 
home site for ld.so distributions.


mumit -- khan@xraylith.wisc.edu
http://www.xraylith.wisc.edu/~khan/

------------------------------

From: Sean McAdam <sean@erzulie.fyionline.com>
Crossposted-To: comp.os.linux.x
Subject: Re: Motif development libraries for linux, correction :)
Date: Tue, 05 Dec 1995 16:29:45 -0500

Have you looked at lesstif?

http://www.hungry.com:8000/products/lesstif/


~Sean
-- 
==============================================|
| Sean McAdam                                 |
| Systems Administrator / Software Engineer   |
| FYI Online ( A tiny MCI/News Corp company ) |
|                                             |
| The warp engines will work, but with the    |
| inertial dampeners off-line we'll just      |
| be stains on the back wall. - Lt. Paris     |
|                                             |
|      @work      sean@fyionline.com          | 
|      @play      sean@fredcom.com            |
|      http://www2.fyionline.com/~sean        |
|----------------------------------------------

------------------------------

From: set@oryx.llnl.gov (Sam Trenholme)
Subject: Re: Linux on BeBox?
Date: 7 Dec 1995 10:16:27 GMT

>Has there been any talk of Linux on the BeBox?  

I haven't heard any talk by the Linux team, but Terry Lambert 
<terry@cs.weber.edu>, who is of the FreeBSD team, sounds very interested 
in porting FreeBSD to the BeBox.

I don't want the following to be a flame-bait:

I think BSD is probably a better choice anyway (No offense, Linux people) 
becuase it has better networking, more architechure-independant code, 
and, most important of all, is more "cool" in the eyes of all my CS 
buddies in Berkeley. :-)

I have a lot of interest in the BeBox, but was rather dissapointed that 
it is more Mac-Like than Unix-like-- though a good GUI is the future of 
computing-- and because the built-in Compiler is cripplewear. :-(

-- 
- Any opinions expressed in this message are strictly my own opinions -
Sam Trenholme - set@oryx.llnl.gov - http://ucsee.eecs.berkeley.edu/~set
I use Linux at home. For more information, look at http://www.linux.org
There are no less than 3 things broken with my Linux machine, Free Love

------------------------------

Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
From: dwild@starforce.com (Derek Wildstar)
Subject: Re: using lilo to boot dos from 2nd scsi drive
Date: Thu, 7 Dec 1995 12:15:31 GMT

Jeffrey Graham (jgraham@tenagra.com) wrote:

...

: I have Linux and LILO on my 1st scsi disk (id 0) /dev/sda
: I have DOS/windows on my 2nd scsi disk (id 1)    /dev/sdb
: 
: Lilo boots linux just fine.
: 
: Lilo wont boot DOS. I get an error message about "non-system disk blah blah 
: blah..."
: 

...

Your SCSI BIOS must support starting from a disk other than disk 0.
Most BOISes do not support this.  If your card/bios doesn't support
booting from a drive other than 0, you'll have to install LILO's boot
info on your DOS disk and switch their ID's.  If you need help or
clarification please email me =)


-- 
   Joel Boring aka Derek Wildstar <dwild@starforce.com>
This message is not to be sent over the Microsoft Network.
==========================================================
   SCAN SCAN SCAN!!  $10 up to 10, $.50 each thereafter
   high quality, 8/15/16/24-bit.  email me for details! 

------------------------------

From: bass@cais.cais.com (Tim Bass )
Subject: ld.so.1.7.11, please, thanks!
Date: 4 Dec 1995 17:02:45 GMT
Reply-To: bass@silkroad.com


I've looked on sunsite and mit.edu for ld.so.1.7.11 and
can't find the darn thang'. Please, can some kind person
let me know where it resides?

Thanks,

Tim


--
+--------------------------------------------------------------------------+
| Tim Bass                           | #include<campfire.h>                | 
| Principal Network Systems Engineer |       for(beer=100;beer>1;beer++){  |
| The Silk Road Group, Ltd.          |           take_one_down();          |
|                                    |           pass_it_around();         |
| http://www.silkroad.com/           |       }                             |
|                                    |  back_to_work(); /*never reached */ | 
+--------------------------------------------------------------------------+

------------------------------

From: davidsen@tmr.com (bill davidsen)
Subject: Threads - a better model?
Date: 5 Dec 1995 21:42:28 GMT

Regardless if what you think of the clone() model of doing
threading, I think it would be nice to use at least a name which
doesn't conflict with the standard AT&T implementation of streams,
where clone() duplicates a stream.

Comments?

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Development-System-Request@NEWS-DIGESTS.MIT.EDU

You can send mail to the entire list (and comp.os.linux.development.system) via:

    Internet: Linux-Development-System@NEWS-DIGESTS.MIT.EDU

Linux may be obtained via one of these FTP sites:
    nic.funet.fi				pub/OS/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Development-System Digest
******************************
