From comp.unix.bsd Sun Apr 19 15:20:22 1992
Path: hcshh!unido!Germany.EU.net!mcsun!uunet!ogicse!plains!next210!overby
From: overby@next210.NoDak.edu (Glen Overby)
Newsgroups: comp.unix.bsd
Subject: Re: 386BSD: How to help
Summary: I hope I'm not going to regret this...
Message-ID: <16919@plains.NoDak.edu>
Date: 19 Apr 92 02:30:48 GMT
References: <RICH.92Apr17172401@kappa.Rice.edu> <16900@plains.NoDak.edu>
Sender: Unknown@plains.NoDak.edu
Organization: Unixversity of Southern North Dakota, Hoople
Lines: 287
Nntp-Posting-Host: next210.nodak.edu

I said I'd do it, and here it is.  Heed the cautionary note: I'm getting this
out the door fast so I haven't tested it.  Glen/B

File: ADM/Info

                     386BSD Patch Collection
                            Release A

       Organized by Glen Overby <overby@plains.nodak.edu>
     $Id: Info,v 1.1 1992/04/19 02:20:22 overby Exp overby $


WARNING: To expedite this release, I have NOT compiled and tested it.


This is release A of my 386BSD ("Jolix") patch collection.  I  am
releasing  it  to  the  net in an attempt to provide an organized
base of changes to William Jolitz's 386BSD Release 0.0.

This collection is mantained under the control of CVS.  My source
tree  started with the BSD Net2 release, then incorporated 386BSD
and finally all the changes people have posted  to  comp.unix.bsd
and comp.bugs.4bsd.


Where To Get It

I have placed a tar file  containing  all  the  files  that  were
touched  since 386BSD 0.0new on plains.nodak.edu [134.129.111.64]
in pub/386BSD/patch-a.tar.  The postings themselves  are  in  the
'News'  directory  (see  the  Index  file  for  a cross-reference
between Message-IDs and sequence numbers).  A  diff  set  is  not
currently available.

If you do not have Interenet access, sending mail to the  program
archive-server@plains  might  be  of  use  to  you (if it works).
Start out by asking for help.

Special Files

  ADM/Log A manually maintained list of what postings were incor-
          porated  to  create  this release, including what files
          each posting touched.

  ADM/Rlog The output of RCS's "rlog" command detailing the  mas-
          ter CVS database (,v) files.

Soapbox

I intend to continue releasing patch kits on a weekly basis,  un-
til flamed to a crisp.

I regularly save all code changes I see, but being human (and  on
a  flakey system) I might miss something.  If you do not see your
contribution in the next release after posting it, please contact
me at the above address.

Do Not expect me to do hand-holding (e.g. help you compile it  on
your BSD box).

Things To Do

          - I forgot  to  add  RCS  $Id:  Info,v  1.1  1992/04/19
          02:20:22  overby  Exp  overby  $  lines  to the files I
          touched.

          - I haven't taken the time to dump this onto a  machine
          running 386BSD to see if it compiles.

          - Decide if it is better to store the news postings  in
          numbered files or by Message-ID.

          - #include <sucker.h> :-)

File: ADM/Log

			Log of changes to 386BSD

	$Id: Log,v 1.2 1992/04/19 02:11:24 overby Exp overby $

CVSROOT=~/_src
mkdir $CVSROOT/{src,bin,etc,lib,share,usr.bin,usr.sbin}
# BSD-NET2 sources
cd ${repository}
checkin ${repository} -m "Net2 from wuarchive" BSD NET2
# 386BSD sources
checkin ${repository} -m "Jolitz's 386BSD" BSD i386BSD
checkout ${repository}


~From: pace@blitz.com (Pace Willisson)
~Subject: Re: 386BSD announcement (I offer the patch kit)
Message-ID: <PACE.92Mar14082918@blitz.com>
~Date: 14 Mar 92 13:29:22 GMT
Organization: Blitz Product Development Corporation
File: sys/i386/i386/locore.s

Path: plains!ogicse!uwm.edu!cs.utexas.edu!swrinde!gatech!bloom-beacon!bloom-picayune.mit.edu!athena.mit.edu!eichin
~From: eichin@athena.mit.edu (Mark W. Eichin)
~Subject: Re: 386BSD success story
Summary: SLIP WORKS w/one bugfix
Keywords: bsd 486 kernel slip bug
Message-ID: <1992Mar21.214847.10895@athena.mit.edu>
~Date: 21 Mar 92 21:48:47 GMT
File: sys/net/if_sl.c

~From: brad@Cayman.COM (Brad Parker)
~Subject: bug in if_we.c prevents seeing ethernet card
Message-ID: <BRAD.92Mar22203421@moon-patrol.Cayman.COM>
~Date: 23 Mar 92 01:34:21 GMT
Organization: Cayman Systems Inc., Cambridge, MA
File: sys/i386/isa/if_we.c

~From: tih@barsoom.nhh.no (Tom Ivar Helbekkmo)
~Subject: Two hard disks works just fine now!
Message-ID: <tih.701381716@barsoom>
~Date: 23 Mar 92 20:15:16 GMT
Organization: Norwegian School of Economics
File: sys/i386/isa/wd.c

~From: rwd@CS.CMU.EDU (Randall Dean)
~Subject: Bug found in kern/vfs_bio.c
Message-ID: <RWD.92Mar24155044@RWD.MACH.CS.CMU.EDU>
~Date: 24 Mar 92 20:50:44 GMT
Organization: Carnegie Mellon
File: sys/kern/vfs__bio.c

~From: brad@Cayman.COM (Brad Parker)
~Subject: we patch, ps/netstat & kvm
Message-ID: <BRAD.92Mar25103740@moon-patrol.Cayman.COM>
~Date: 25 Mar 92 15:37:40 GMT
Organization: Cayman Systems Inc., Cambridge, MA
File: sys/i386/isa/if_we.c
File: sys/i386/isa/if_wereg.h
$


~From: cgd@agate.berkeley.edu (Chris Demetriou)
~Subject: Process and kernel profiling w/386bsd.
Message-ID: <qsgjmINNhsv@agate.berkeley.edu>
Organization: University of California, Berkeley
File: sys/kern/sys_process.c
File: sys/kern/kern_clock.c
File: sys/kern/subr_mcount.c
File: sys/i386/conf/Makefile.i386
File: sys/i386/i386/locore.s
Tfile: ./usr/share/mk/386bsd.lib.mk
Tfile: ./usr/share/mk/sys.mk

~From: eichin@athena.mit.edu (Mark W. Eichin)
~Subject: Found it! close-on-exec was broken (386BSD)
Summary: never "hand optimize" a loop.
Message-ID: <1992Mar28.053102.4567@athena.mit.edu>
File: sys/kern/kern_descrip.c

~From: james@raid.dell.com (James Van Artsdalen)
~Subject: Fix for hard-coded address in if_we.c
Message-ID: <1992Mar31.031405.6555@raid.dell.com>
Organization: Dell Computer Co
File: sys/i386/isa/if_we.c

~From: james@raid.dell.com (James Van Artsdalen)
~Subject: a20 bug in locore.s
Message-ID: <1992Mar31.022830.4814@raid.dell.com>
Organization: Dell Computer Co
File: sys/i386/i386/locore.s

~From: tih@barsoom.nhh.no (Tom Ivar Helbekkmo)
~Subject: Re: WD "Elite" ethernet cards (was Re: Problems booting 0.0 5in on DT!
Message-ID: <tih.702063847@barsoom>
Organization: Norwegian School of Economics
File: sys/i386/isa/if_we.c

~From: dmuntz@dip.eecs.umich.edu (Daniel A Muntz)
~Subject: New com driver
Message-ID: <1992Mar31.224013.22682@zip.eecs.umich.edu>
Organization: University of Michigan EECS Dept., Ann Arbor, MI
File: sys/i386/isa/com.c

~From: rwd@CS.CMU.EDU (Randall Dean)
~Subject: Re: Bug fix coordination
Message-ID: <RWD.92Apr3104542@ERNST.MACH.CS.CMU.EDU>
Organization: School of Computer Science, Carnegie Mellon University
File: sys/kern/vfs__bio.c

~From: pk@cs.few.eur.nl (Paul Kranenburg)
~Subject: 386bsd: bug in trap.c
Message-ID: <1992Apr8.111714.15779@cs.few.eur.nl>
Organization: Erasmus University Rotterdam
File: sys/i386/i386/trap.c

~From: turtle@newshub.sdsu.edu (Andrew Scherpbier)
~Subject: New console/kdb driver
Message-ID: <1992Apr12.164319.28275@newshub.sdsu.edu>
Organization: San Diego State University, College of Sciences
File: sys/i386/isa/pccons.c

~From: mm@mentor.cc.purdue.edu (Mike MacKenzie)
~Subject: timeout() bug
Keywords: timeout callout
Message-ID: <45105@mentor.cc.purdue.edu>
Organization: Purdue University
File: sys/i386/i386/machdep.c

~From: mmitchel@digi.lonestar.org (Mitch Mitchell)
~Subject: 386BSD 0.1 boot block mods.
Summary: delay loop needed in wdbootblk.c to boot Toshiba 5100 w/200MB disk
Keywords: 386BSD wdbootblk.c
Message-ID: <1992Apr13.164733.10829@digi.lonestar.org>
Organization: DSC Communications Corporation
File: sys/i386/stand/wdbootblk.c

~From: pk@cs.few.eur.nl (Paul Kranenburg)
~Subject: ptrace
Message-ID: <1992Apr15.202740.10911@cs.few.eur.nl>
Organization: Erasmus University Rotterdam
File: sys/kern/kern_sig.c
File: sys/kern/kern_exit.c
File: sys/kern/kern_fork.c
File: sys/i386/i386/trap.c
File: sys/sys/proc.h
File: sys/sys/ptrace.h
File: sys/sys/user.h
Tfile: gdb's m-i386bsd.h
Tfile: `ftp.cs.few.eur.nl' (~ftp/pub/386bsd/strace.tar.Z).

~From: tinguely@plains.NoDak.edu (Mark Tinguely)
~Subject: Re: Fixed problem with long command lines
Message-ID: <16553@plains.NoDak.edu>
Organization: North Dakota State University, Fargo, ND
File: sys/kern/kern_execve.c

~From: jfw@eddie.mit.edu (John Woods)
~Subject: Bug in make (4.3Reno/NET2)
Message-ID: <1992Mar17.052343.7513@eddie.mit.edu>
Organization: MIT EECS/ECF Facility, Cambridge Mass
File: usr.bin/make/main.c

~From: richard@aiai.ed.ac.uk (Richard Tobin)
~Subject: config bug
Message-ID: <6466@skye.ed.ac.uk>
Organization: AIAI, University of Edinburgh, Scotland
File: usr.sbin/config/mkmakefile.c

~From: bostic@hermes.Berkeley.EDU (Keith Bostic)
~Subject: Re: tmac.doc not in BSD-net2
Keywords: tmac.doc bsd net2 man pages
Message-ID: <1992Mar21.044706.6192@pasteur.Berkeley.EDU>
Organization: University of California at Berkeley
File: share/tmac/Makefile

~From: pk@cs.few.eur.nl (Paul Kranenburg)
~Subject: kvm.c
Message-ID: <1992Apr1.140638.2684@cs.few.eur.nl>
Organization: Erasmus University Rotterdam
File: lib/libutil/kvm.c

~From: ehrlich@daneel.cs.psu.edu (Dan Ehrlich)
~Subject: Patch to whereis(1) to read search dirs from a file
Keywords: whereis(1)
Message-ID: <d92Hgz*f6@cs.psu.edu>
Organization: Computer Science Department, Penn State University
File: usr.bin/whereis/Makefile
File: usr.bin/whereis/whereis.1
File: usr.bin/whereis/whereis.c
File: usr.bin/whereis/whereis.conf

~From: tinguely@plains.NoDak.edu (Mark Tinguely)
~Subject: /sbin/init replacement program
Message-ID: <16873@plains.NoDak.edu>
Organization: North Dakota State University, Fargo
File: etc/init/init.c

~From: pace@blitz.com (Pace Willisson)
~Subject: SCSI boot for 386BSD
Message-ID: <PACE.92Apr11114636@blitz.com>
Organization: Blitz Product Development Corporation
File: sys/i386/stand/as.c
File: sys/i386/stand/asbootblk.c
File: sys/i386/isa/as.c
File: sys/i386/isa/asreg.h

~From: ejh@slustl.uucp (Eric J. Haug)
~Subject: Mods to pace's Adaptec driver for Archive 2150
Message-ID: <1992Apr8.172606.28048@slustl.uucp>
Organization: St. Louis Univ.
File: sys/i386/isa/as.c

