The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] NetBSD 0.9
       [not found] <mailman.1.1291341601.16646.tuhs@minnie.tuhs.org>
@ 2010-12-03 10:28 ` Johnny Billquist
  2010-12-03 11:14   ` Jason Stevens
  0 siblings, 1 reply; 5+ messages in thread
From: Johnny Billquist @ 2010-12-03 10:28 UTC (permalink / raw)


On 12/03/10 03:00, "Jeremy C. Reed"<reed at reedmedia.net> wrote:

>> >  Maybe I'm totally dense, or something...?
>> >
>> >  cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8 src
>
>   cvs -d :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -r netbsd-0-9 \
> src/sys/kern/kern_exit.c
>
> (note I changed -P and -R to -d and -r respectively)

Wow. Did I really write that? :-)
Thanks for the correction. I have no excuse.

>   cat src/sys/kern/kern_exit.c

Anything in particular we should look for?

	Johnny



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] NetBSD 0.9
  2010-12-03 10:28 ` [TUHS] NetBSD 0.9 Johnny Billquist
@ 2010-12-03 11:14   ` Jason Stevens
  2010-12-03 12:10     ` [TUHS] NetBSD 0.8/0.9 Jacob Goense
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Stevens @ 2010-12-03 11:14 UTC (permalink / raw)


This is by no means complete.....
Although we do have kern_exit.c from NetBSD 0.9 and from 386BSD 0.0 pl24
I'll have to mash things around to see what happens...  I didn't get a
chance yesterday with some great white north type nation blocking
ipsec.........

/netbsd-0.8/src/src/bin/df/df.c
/netbsd-0.8/src/src/include/ar.h
/netbsd-0.8/src/src/include/assert.h
/netbsd-0.8/src/src/include/ctype.h
/netbsd-0.8/src/src/include/grp.h
/netbsd-0.8/src/src/include/nlist.h
/netbsd-0.8/src/src/include/protocols/dumprestore.h
/netbsd-0.8/src/src/include/pwd.h
/netbsd-0.8/src/src/include/setjmp.h
/netbsd-0.8/src/src/include/time.h
/netbsd-0.8/src/src/include/utmp.h
/netbsd-0.8/src/src/lib/libc/gen/ctype_.c
/netbsd-0.8/src/src/lib/libc/gen/isctype.c
/netbsd-0.8/src/src/sbin/restore/dirs.c
/netbsd-0.8/src/src/sbin/restore/pathnames.h
/netbsd-0.8/src/src/sbin/restore/restore.h
/netbsd-0.8/src/src/sbin/restore/tape.c
/netbsd-0.8/src/src/sys/arch/i386/i386/conf.c
/netbsd-0.8/src/src/sys/conf/param.c
/netbsd-0.8/src/src/sys/kern/init_main.c
/netbsd-0.8/src/src/sys/kern/kern_acct.c
/netbsd-0.8/src/src/sys/kern/kern_clock.c
/netbsd-0.8/src/src/sys/kern/kern_descrip.c
/netbsd-0.8/src/src/sys/kern/kern_exit.c
/netbsd-0.8/src/src/sys/kern/kern_fork.c
/netbsd-0.8/src/src/sys/kern/kern_prot.c
/netbsd-0.8/src/src/sys/kern/kern_resource.c
/netbsd-0.8/src/src/sys/kern/kern_sig.c
/netbsd-0.8/src/src/sys/kern/kern_subr.c
/netbsd-0.8/src/src/sys/kern/kern_synch.c
/netbsd-0.8/src/src/sys/kern/subr_disk.c
/netbsd-0.8/src/src/sys/kern/subr_prf.c
/netbsd-0.8/src/src/sys/kern/sys_generic.c
/netbsd-0.8/src/src/sys/kern/sys_process.c
/netbsd-0.8/src/src/sys/kern/sysv_shm.c
/netbsd-0.8/src/src/sys/kern/tty.c
/netbsd-0.8/src/src/sys/kern/tty_conf.c
/netbsd-0.8/src/src/sys/kern/vfs_lookup.c
/netbsd-0.8/src/src/sys/kern/vfs_subr.c
/netbsd-0.8/src/src/sys/kern/vfs_syscalls.c
/netbsd-0.8/src/src/sys/kern/vfs_vnops.c
/netbsd-0.8/src/src/sys/sys/acct.h
/netbsd-0.8/src/src/sys/sys/buf.h
/netbsd-0.8/src/src/sys/sys/callout.h
/netbsd-0.8/src/src/sys/sys/conf.h
/netbsd-0.8/src/src/sys/sys/dkstat.h
/netbsd-0.8/src/src/sys/sys/errno.h
/netbsd-0.8/src/src/sys/sys/exec.h
/netbsd-0.8/src/src/sys/sys/fcntl.h
/netbsd-0.8/src/src/sys/sys/ioctl.h
/netbsd-0.8/src/src/sys/sys/ioctl_compat.h
/netbsd-0.8/src/src/sys/sys/ipc.h
/netbsd-0.8/src/src/sys/sys/kernel.h
/netbsd-0.8/src/src/sys/sys/param.h
/netbsd-0.8/src/src/sys/sys/proc.h
/netbsd-0.8/src/src/sys/sys/shm.h
/netbsd-0.8/src/src/sys/sys/signal.h
/netbsd-0.8/src/src/sys/sys/stat.h
/netbsd-0.8/src/src/sys/sys/systm.h
/netbsd-0.8/src/src/sys/sys/timeb.h
/netbsd-0.8/src/src/sys/sys/times.h
/netbsd-0.8/src/src/sys/sys/tty.h
/netbsd-0.8/src/src/sys/sys/ttydefaults.h
/netbsd-0.8/src/src/sys/sys/types.h
/netbsd-0.8/src/src/sys/ufs/dir.h
/netbsd-0.8/src/src/sys/ufs/ufs_lookup.c
/netbsd-0.8/src/src/sys/ufs/ufs_vfsops.c
/netbsd-0.8/src/src/usr.bin/m4/serv.c
/netbsd-0.8/src/src/usr.bin/mesg/mesg.c
/netbsd-0.8/src/src/usr.sbin/lpr/common_source/common.c
/netbsd-0.8/src/src/usr.sbin/lpr/lpr/lpr.c


On Fri, Dec 3, 2010 at 5:28 AM, Johnny Billquist <bqt at softjar.se> wrote:

> On 12/03/10 03:00, "Jeremy C. Reed"<reed at reedmedia.net> wrote:
>
>  >  Maybe I'm totally dense, or something...?
>>> >
>>> >  cvs -P :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -R netbsd-0-8
>>> src
>>>
>>
>>  cvs -d :pserver:anoncvs at anoncvs.netbsd.org:/cvsroot co -r netbsd-0-9 \
>> src/sys/kern/kern_exit.c
>>
>> (note I changed -P and -R to -d and -r respectively)
>>
>
> Wow. Did I really write that? :-)
> Thanks for the correction. I have no excuse.
>
>
>   cat src/sys/kern/kern_exit.c
>>
>
> Anything in particular we should look for?
>
>        Johnny
>
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20101203/66fce70e/attachment.html>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] NetBSD 0.8/0.9
  2010-12-03 11:14   ` Jason Stevens
@ 2010-12-03 12:10     ` Jacob Goense
  2010-12-03 12:49       ` Johnny Billquist
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Goense @ 2010-12-03 12:10 UTC (permalink / raw)


> This is by no means complete.....
> Although we do have kern_exit.c from NetBSD 0.9 and from 386BSD 0.0 pl24
> I'll have to mash things around to see what happens...  I didn't get a
> chance yesterday with some great white north type nation blocking
> ipsec.........
[snip list of missing 0.8 source files]

You mean 386BSD 0.1 pl24 right, that, 0.9, the Net/2 tarball and the CVS
comments might help in rebuilding something resembling NetBSD 0.8.

Sounds a bit like back breeding extinct species ;)

/Jacob




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] NetBSD 0.8/0.9
  2010-12-03 12:10     ` [TUHS] NetBSD 0.8/0.9 Jacob Goense
@ 2010-12-03 12:49       ` Johnny Billquist
  2010-12-03 13:28         ` Jason Stevens
  0 siblings, 1 reply; 5+ messages in thread
From: Johnny Billquist @ 2010-12-03 12:49 UTC (permalink / raw)


On 12/03/10 13:10, Jacob Goense wrote:
>> This is by no means complete.....
>> Although we do have kern_exit.c from NetBSD 0.9 and from 386BSD 0.0 pl24
>> I'll have to mash things around to see what happens...  I didn't get a
>> chance yesterday with some great white north type nation blocking
>> ipsec.........
> [snip list of missing 0.8 source files]
>
> You mean 386BSD 0.1 pl24 right, that, 0.9, the Net/2 tarball and the CVS
> comments might help in rebuilding something resembling NetBSD 0.8.
>
> Sounds a bit like back breeding extinct species ;)

If we disregard VAX support, have anyone looked at what NetBSD-0.8 looks 
like in the CVS repository? There exists a netbsd-0-8 tag, after all.

	Johnny




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [TUHS] NetBSD 0.8/0.9
  2010-12-03 12:49       ` Johnny Billquist
@ 2010-12-03 13:28         ` Jason Stevens
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Stevens @ 2010-12-03 13:28 UTC (permalink / raw)


>
> If we disregard VAX support, have anyone looked at what NetBSD-0.8 looks
> like in the CVS repository? There exists a netbsd-0-8 tag, after all.
>
>        Johnny
>
> I used the web interface, and there is just a lot of intentionality removed
stuff..

for example, back to kern_exit:

Revision *1.1.1.1* *(vendor branch)*, *Sun Mar 21 09:46:31 1993 UTC* (17
years, 8 months ago) by *cgd*
Branch: *WFJ-920714, CSRG*
CVS Tags: *patchkit-0-2-2, netbsd-alpha-1, netbsd-0-8, WFJ-386bsd-01*
Changes since *1.1: +1 -1 lines*

initial import of 386bsd-0.1 sources

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

revision 1.1.1.1 intentionally removed


Also FWIW back to the VAX, it doesn't seem to appear until 1.0 ..?


File: [cvs.netbsd.org]
<http://cvsweb.netbsd.org/bsdweb.cgi/?only_with_tag=MAIN#dirlist> /
src <http://cvsweb.netbsd.org/bsdweb.cgi/src/?only_with_tag=MAIN#dirlist>
/ sys <http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/?only_with_tag=MAIN#dirlist>
/ arch <http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/?only_with_tag=MAIN#dirlist>
/ vax <http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/vax/?only_with_tag=MAIN#dirlist>
/ conf <http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/vax/conf/?only_with_tag=MAIN#dirlist>
/ GENERIC <http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/vax/conf/GENERIC?only_with_tag=MAIN>
(*download* <http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/arch/vax/conf/GENERIC?rev=1.1&only_with_tag=MAIN>)

Revision *1.1*, *Tue Aug 2 20:19:21 1994 UTC* (16 years, 4 months ago)
by *ragge*
Branch: *MAIN*
CVS Tags: *netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0*

Initial VAX port merging.

#
# GENERIC VAX, currently only supports 11/750 anyway.
#	$Id: GENERIC,v 1.1 1994/08/02 20:19:21 ragge Exp $
#

include "std.vax"

options         "VAX750"

options		SWAPPAGER, DEVPAGER, VNODEPAGER
options         INET
options		FFS
options		COMPAT_09
maxusers	16

options           GENERIC

config          vmunix          swap generic

uba0		at nexus ?

uda0		at uba?	csr 0172150
ra0		at uda0 drive 0

de0		at uba? csr 0174510

pseudo-device   loop
pseudo-device   pty	48



Which would be right in how you mentioned it being only for the 11/750......
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20101203/ffccc259/attachment.html>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-03 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.1.1291341601.16646.tuhs@minnie.tuhs.org>
2010-12-03 10:28 ` [TUHS] NetBSD 0.9 Johnny Billquist
2010-12-03 11:14   ` Jason Stevens
2010-12-03 12:10     ` [TUHS] NetBSD 0.8/0.9 Jacob Goense
2010-12-03 12:49       ` Johnny Billquist
2010-12-03 13:28         ` Jason Stevens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).