unix-history/.git
31 years agobe paranoid about big file sizes
Kirk McKusick [Wed, 15 Jul 1992 08:20:15 +0000 (00:20 -0800)]
be paranoid about big file sizes

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.91

31 years agoupdate for 4.4BSD Alpha
Keith Bostic [Wed, 15 Jul 1992 07:36:44 +0000 (23:36 -0800)]
update for 4.4BSD Alpha

SCCS-vsn: etc/motd 5.3

31 years agocheck in for Mike Karels
Mike Karels [Wed, 15 Jul 1992 07:33:13 +0000 (23:33 -0800)]
check in for Mike Karels

SCCS-vsn: etc/etc.i386/disktab 5.2

31 years agoinstall hpux MAKEDEV
Keith Bostic [Wed, 15 Jul 1992 07:27:38 +0000 (23:27 -0800)]
install hpux MAKEDEV

SCCS-vsn: etc/Makefile 5.14

31 years agodate and time created 92/07/14 16:24:14 by bostic
Keith Bostic [Wed, 15 Jul 1992 07:24:14 +0000 (23:24 -0800)]
date and time created 92/07/14 16:24:14 by bostic

SCCS-vsn: etc/etc.hp300/MAKEDEV.hpux 5.1

31 years agoupdate from Pace
Keith Bostic [Wed, 15 Jul 1992 06:09:46 +0000 (22:09 -0800)]
update from Pace

SCCS-vsn: sys/i386/i386/README 5.2

31 years agodate and time created 92/07/14 15:07:33 by bostic
Keith Bostic [Wed, 15 Jul 1992 06:07:33 +0000 (22:07 -0800)]
date and time created 92/07/14 15:07:33 by bostic

SCCS-vsn: sys/i386/i386/README 5.1

31 years agodate and time created 92/07/14 15:04:45 by bostic
Keith Bostic [Wed, 15 Jul 1992 06:04:45 +0000 (22:04 -0800)]
date and time created 92/07/14 15:04:45 by bostic

SCCS-vsn: sys/i386/conf/BLITZ 5.1

31 years agoSplit out the core part of page fault handling, so it can be called by
Keith Bostic [Wed, 15 Jul 1992 05:53:21 +0000 (21:53 -0800)]
Split out the core part of page fault handling, so it can be called by
subyte, suword and copyout.  Add a version of copyout that checks for a
valid user address and user write permission, simulating faults if
necessary (this is needed to deal with the fact that the 386 does not
honor read-only pages for kernel accesses).  From Pace Willisson

SCCS-vsn: sys/i386/i386/trap.c 7.12

31 years agoChanges to deal with the fact that the 386 does not honor read-only pages
Keith Bostic [Wed, 15 Jul 1992 05:50:46 +0000 (21:50 -0800)]
Changes to deal with the fact that the 386 does not honor read-only pages
for kernel accesses.  Make subyte and suword check for write permission
and simulate a page fault if necessary.  copyout requires similar
treatment, for now, it is in C in trap.c.  Also, check for valid user
addresses in all of the functions that move data to and from the user
address space.  Delete functions for moving shorts (fusword, susword),
which are not used.  Finally, add a push for the environment pointer which
was missing from the call to exec in icode; from Pace Willisson.

SCCS-vsn: sys/i386/i386/locore.s 7.9

31 years agominor fixes (still have blank line booboo somewheres)
Cynthia A. E. Livingston [Wed, 15 Jul 1992 05:48:01 +0000 (21:48 -0800)]
minor fixes (still have blank line booboo somewheres)

SCCS-vsn: share/tmac/doc 5.11
SCCS-vsn: share/tmac/doc-common 5.8
SCCS-vsn: share/tmac/doc-ditroff 5.9
SCCS-vsn: share/tmac/doc-nroff 5.7
SCCS-vsn: share/tmac/doc-syms 5.8
SCCS-vsn: share/tmac/Makefile 6.15
SCCS-vsn: share/tmac/tmac.andoc 5.8
SCCS-vsn: share/tmac/tmac.s 1.2
SCCS-vsn: share/tmac/tmac.e 1.2

31 years agoAdd PDRSHIFT, which is used by the new suword and subyte.
Keith Bostic [Wed, 15 Jul 1992 05:47:20 +0000 (21:47 -0800)]
Add PDRSHIFT, which is used by the new suword and subyte.
(from Pace Willisson)

SCCS-vsn: sys/i386/i386/genassym.c 5.15

31 years agoattempted to get rid of extraneous blank line
Cynthia A. E. Livingston [Wed, 15 Jul 1992 05:45:54 +0000 (21:45 -0800)]
attempted to get rid of extraneous blank line

SCCS-vsn: share/man/man4/termios.4 5.3

31 years agofix for quads; prototype and cleanup in general
Keith Bostic [Wed, 15 Jul 1992 05:30:37 +0000 (21:30 -0800)]
fix for quads; prototype and cleanup in general

SCCS-vsn: usr.bin/hexdump/conv.c 5.5
SCCS-vsn: usr.bin/hexdump/display.c 5.13
SCCS-vsn: usr.bin/hexdump/hexdump.1 5.14
SCCS-vsn: usr.bin/hexdump/hexdump.c 5.6
SCCS-vsn: usr.bin/hexdump/hexdump.h 5.5
SCCS-vsn: usr.bin/hexdump/hexsyntax.c 5.3
SCCS-vsn: usr.bin/hexdump/odsyntax.c 5.7
SCCS-vsn: usr.bin/hexdump/parse.c 5.7

31 years agoadd basic data types
Keith Bostic [Wed, 15 Jul 1992 05:25:47 +0000 (21:25 -0800)]
add basic data types

SCCS-vsn: sys/vax/include/types.h 7.6
SCCS-vsn: sys/i386/include/types.h 7.6
SCCS-vsn: sys/pmax/include/types.h 7.2
SCCS-vsn: sys/sparc/include/types.h 7.2

31 years agoadd basic data types list
Keith Bostic [Wed, 15 Jul 1992 05:21:34 +0000 (21:21 -0800)]
add basic data types list

SCCS-vsn: sys/hp300/include/types.h 7.10

31 years agofix "user open" setproctitle message
Eric Allman [Wed, 15 Jul 1992 04:09:03 +0000 (20:09 -0800)]
fix "user open" setproctitle message

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.64

31 years agofix from address on "too many hops" message
Eric Allman [Wed, 15 Jul 1992 04:06:54 +0000 (20:06 -0800)]
fix from address on "too many hops" message

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.63

31 years agofix small bug in buildfname
Eric Allman [Wed, 15 Jul 1992 03:58:46 +0000 (19:58 -0800)]
fix small bug in buildfname

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.108
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.28

31 years agochange handling of local mailer flags
Eric Allman [Wed, 15 Jul 1992 03:34:07 +0000 (19:34 -0800)]
change handling of local mailer flags

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 2.7

31 years agolocal mailer for HPUX doesn't accept r or n mailer flags
Eric Allman [Wed, 15 Jul 1992 03:33:09 +0000 (19:33 -0800)]
local mailer for HPUX doesn't accept r or n mailer flags

SCCS-vsn: usr.sbin/sendmail/cf/ostype/hpux9.m4 2.2

31 years agogeneralize local mailer flags (for different OS types)
Eric Allman [Wed, 15 Jul 1992 03:32:01 +0000 (19:32 -0800)]
generalize local mailer flags (for different OS types)

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 2.4

31 years agothe structure of a `key' got lost when the man pages got broken up,
Keith Bostic [Wed, 15 Jul 1992 01:32:01 +0000 (17:32 -0800)]
the structure of a `key' got lost when the man pages got broken up,
add it back in.  Currently, a key references a recno_t -- this may be wrong,
earlier versions allowed the specification of a length/offset combination too

SCCS-vsn: lib/libc/db/man/recno.3 5.2

31 years agodon't include .c files, this breaks if /usr/include is a copy!
Keith Bostic [Wed, 15 Jul 1992 00:51:27 +0000 (16:51 -0800)]
don't include .c files, this breaks if /usr/include is a copy!

SCCS-vsn: usr.bin/netstat/iso.c 5.14
SCCS-vsn: usr.bin/netstat/Makefile 5.17

31 years agomore extensive logging
Kirk McKusick [Tue, 14 Jul 1992 15:55:25 +0000 (07:55 -0800)]
more extensive logging

SCCS-vsn: lib/libc/gmon/gmon.c 5.12

31 years agodate and time created 92/07/14 00:54:36 by mckusick
Kirk McKusick [Tue, 14 Jul 1992 15:54:36 +0000 (07:54 -0800)]
date and time created 92/07/14 00:54:36 by mckusick

SCCS-vsn: sys/hp300/include/profile.h 7.1

31 years agoadd namelength consistency check
Kirk McKusick [Tue, 14 Jul 1992 14:22:48 +0000 (06:22 -0800)]
add namelength consistency check

SCCS-vsn: sys/kern/vfs_cache.c 7.12

31 years agominor optimization
Kirk McKusick [Tue, 14 Jul 1992 14:08:17 +0000 (06:08 -0800)]
minor optimization

SCCS-vsn: sys/nfs/nfs_vnops.c 7.89

31 years agofix header
Keith Bostic [Tue, 14 Jul 1992 14:07:32 +0000 (06:07 -0800)]
fix header

SCCS-vsn: sbin/newlfs/newfs.c 5.6

31 years agocache_lookup may change cn_flags, so have to check that value
Kirk McKusick [Tue, 14 Jul 1992 14:03:19 +0000 (06:03 -0800)]
cache_lookup may change cn_flags, so have to check that value

SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 7.51
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 7.51

31 years agowho wrote this code in such a retched style!
Kirk McKusick [Tue, 14 Jul 1992 14:01:57 +0000 (06:01 -0800)]
who wrote this code in such a retched style!

SCCS-vsn: sys/kern/vfs_lookup.c 7.42

32 years agowork around gcc bug comparing double with unsigned quad
Chris Torek [Tue, 14 Jul 1992 12:25:22 +0000 (04:25 -0800)]
work around gcc bug comparing double with unsigned quad

SCCS-vsn: lib/libc/quad/fixunsdfdi.c 5.5
SCCS-vsn: lib/libc/quad/fixunssfdi.c 5.2

32 years agofix comments: MCOUNT macros are in <machine/profile.h>
Chris Torek [Tue, 14 Jul 1992 11:25:58 +0000 (03:25 -0800)]
fix comments: MCOUNT macros are in <machine/profile.h>

SCCS-vsn: lib/libc/gmon/mcount.c 5.2

32 years agonote that next segment pointer no longer needed
Keith Bostic [Tue, 14 Jul 1992 10:23:45 +0000 (02:23 -0800)]
note that next segment pointer no longer needed

SCCS-vsn: sys/ufs/lfs/TODO 5.7

32 years agoMAX -> max, MIN -> min
Akito Fujita [Tue, 14 Jul 1992 09:05:41 +0000 (01:05 -0800)]
MAX -> max, MIN -> min

SCCS-vsn: sys/luna68k/dev/sc.c 7.2
SCCS-vsn: sys/luna68k/dev/sd.c 7.2
SCCS-vsn: sys/luna68k/dev/st.c 7.2

32 years agospecdev.h moves
Chris Torek [Tue, 14 Jul 1992 08:21:14 +0000 (00:21 -0800)]
specdev.h moves

SCCS-vsn: sys/sparc/sunos/sun_misc.c 7.2

32 years agomiscellaneous changes to improve logging and messages
Eric Allman [Tue, 14 Jul 1992 07:27:50 +0000 (23:27 -0800)]
miscellaneous changes to improve logging and messages

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.29
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.107
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.48
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.36
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.62
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.45

32 years agoMIN => min
Chris Torek [Tue, 14 Jul 1992 06:51:13 +0000 (22:51 -0800)]
MIN => min

SCCS-vsn: sys/sparc/sparc/mem.c 7.2

32 years agofix typos
Jan-Simon Pendry [Tue, 14 Jul 1992 06:50:37 +0000 (22:50 -0800)]
fix typos

SCCS-vsn: sys/miscfs/fdesc/fdesc_vnops.c 7.2
SCCS-vsn: sys/miscfs/portal/portal_vnops.c 7.2

32 years agodate and time created 92/07/13 15:47:59 by pendry
Jan-Simon Pendry [Tue, 14 Jul 1992 06:47:59 +0000 (22:47 -0800)]
date and time created 92/07/13 15:47:59 by pendry

SCCS-vsn: sbin/mount_portal/Makefile 5.1

32 years agomove to rev 5
Jan-Simon Pendry [Tue, 14 Jul 1992 06:47:32 +0000 (22:47 -0800)]
move to rev 5

SCCS-vsn: sbin/mount_portal/activate.c 5.1
SCCS-vsn: sbin/mount_portal/conf.c 5.1
SCCS-vsn: sbin/mount_portal/mount_portal.c 5.1
SCCS-vsn: sbin/mount_portal/pathnames.h 5.1
SCCS-vsn: sbin/mount_portal/portal.conf 5.1
SCCS-vsn: sbin/mount_portal/portald.h 5.1
SCCS-vsn: sbin/mount_portal/pt_conf.c 5.1
SCCS-vsn: sbin/mount_portal/pt_exec.c 5.1
SCCS-vsn: sbin/mount_portal/pt_file.c 5.1
SCCS-vsn: sbin/mount_portal/pt_tcp.c 5.1

32 years agodate and time created 92/07/13 15:46:31 by pendry
Jan-Simon Pendry [Tue, 14 Jul 1992 06:46:31 +0000 (22:46 -0800)]
date and time created 92/07/13 15:46:31 by pendry

SCCS-vsn: sbin/mount_portal/portal.conf 1.1

32 years agoportal.h moved
Jan-Simon Pendry [Tue, 14 Jul 1992 06:46:02 +0000 (22:46 -0800)]
portal.h moved

SCCS-vsn: sbin/mount_portal/portald.h 1.2

32 years agoosetreuid and osetregid are back, so we can use them again
Kirk McKusick [Tue, 14 Jul 1992 02:27:53 +0000 (18:27 -0800)]
osetreuid and osetregid are back, so we can use them again

SCCS-vsn: sys/hp/hpux/hpux_compat.c 7.29

32 years agoput back a semblance of setreuid and setregid compatibility
Kirk McKusick [Tue, 14 Jul 1992 02:25:29 +0000 (18:25 -0800)]
put back a semblance of setreuid and setregid compatibility

SCCS-vsn: sys/kern/kern_prot.c 7.27
SCCS-vsn: sys/kern/syscalls.master 7.37

32 years agoupdate to use uid_t and gid_t
Kirk McKusick [Tue, 14 Jul 1992 02:05:56 +0000 (18:05 -0800)]
update to use uid_t and gid_t

SCCS-vsn: sys/kern/kern_prot.c 7.26

32 years agoMIN -> min
Jan-Simon Pendry [Tue, 14 Jul 1992 00:14:28 +0000 (16:14 -0800)]
MIN -> min

SCCS-vsn: sys/i386/i386/mem.c 7.6
SCCS-vsn: sys/dev/scsi/sd.c 5.2

32 years agobring up to date wrt vnode conventions
Jan-Simon Pendry [Tue, 14 Jul 1992 00:09:52 +0000 (16:09 -0800)]
bring up to date wrt vnode conventions

SCCS-vsn: sys/dev/vn.c 7.12

32 years agodate and time created 92/07/13 00:44:44 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:44 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:44 by torek

SCCS-vsn: sys/sparc/sparc/vm_machdep.c 7.1

32 years agodate and time created 92/07/13 00:44:43 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:43 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:43 by torek

SCCS-vsn: sys/sparc/sparc/trap.c 7.1
SCCS-vsn: sys/sparc/sparc/vaddrs.h 7.1

32 years agodate and time created 92/07/13 00:44:42 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:42 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:42 by torek

SCCS-vsn: sys/sparc/sparc/sys_machdep.c 7.1
SCCS-vsn: sys/sparc/sparc/sys_process.c 7.1
SCCS-vsn: sys/sparc/sparc/timerreg.h 7.1

32 years agodate and time created 92/07/13 00:44:40 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:40 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:40 by torek

SCCS-vsn: sys/sparc/sparc/memreg.c 7.1
SCCS-vsn: sys/sparc/sparc/memreg.h 7.1
SCCS-vsn: sys/sparc/sparc/pmap.c 7.1

32 years agodate and time created 92/07/13 00:44:39 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:39 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:39 by torek

SCCS-vsn: sys/sparc/sparc/machdep.c 7.1
SCCS-vsn: sys/sparc/sparc/mem.c 7.1

32 years agodate and time created 92/07/13 00:44:38 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:38 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:38 by torek

SCCS-vsn: sys/sparc/sparc/locore2.c 7.1

32 years agodate and time created 92/07/13 00:44:37 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:37 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:37 by torek

SCCS-vsn: sys/sparc/sparc/locore.s 7.1

32 years agodate and time created 92/07/13 00:44:36 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:36 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:36 by torek

SCCS-vsn: sys/sparc/sparc/kgdb_proto.h 7.1
SCCS-vsn: sys/sparc/sparc/kgdb_stub.c 7.1

32 years agodate and time created 92/07/13 00:44:35 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:35 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:35 by torek

SCCS-vsn: sys/sparc/sparc/intr.c 7.1
SCCS-vsn: sys/sparc/sparc/intreg.h 7.1

32 years agodate and time created 92/07/13 00:44:33 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:33 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:33 by torek

SCCS-vsn: sys/sparc/sparc/in_cksum.c 7.1

32 years agodate and time created 92/07/13 00:44:32 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:32 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:32 by torek

SCCS-vsn: sys/sparc/include/ctlreg.h 7.1
SCCS-vsn: sys/sparc/sparc/genassym.c 7.1

32 years agodate and time created 92/07/13 00:44:31 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:31 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:31 by torek

SCCS-vsn: sys/sparc/sparc/conf.c 7.1
SCCS-vsn: sys/sparc/sparc/cpu.c 7.1

32 years agodate and time created 92/07/13 00:44:30 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:30 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:30 by torek

SCCS-vsn: sys/sparc/sparc/clock.c 7.1
SCCS-vsn: sys/sparc/sparc/clockreg.h 7.1

32 years agodate and time created 92/07/13 00:44:29 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:29 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:29 by torek

SCCS-vsn: sys/sparc/sparc/bsd_audiointr.s 7.1
SCCS-vsn: sys/sparc/sparc/cache.c 7.1
SCCS-vsn: sys/sparc/sparc/cache.h 7.1

32 years agodate and time created 92/07/13 00:44:28 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:28 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:28 by torek

SCCS-vsn: sys/sparc/sparc/auxreg.c 7.1
SCCS-vsn: sys/sparc/sparc/auxreg.h 7.1

32 years agodate and time created 92/07/13 00:44:27 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:27 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:27 by torek

SCCS-vsn: sys/sparc/sparc/asm.h 7.1
SCCS-vsn: sys/sparc/sparc/autoconf.c 7.1

32 years agodate and time created 92/07/13 00:44:08 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:08 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:08 by torek

SCCS-vsn: sys/sparc/sbus/sbusvar.h 7.1

32 years agodate and time created 92/07/13 00:44:07 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:07 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:07 by torek

SCCS-vsn: sys/sparc/sbus/if_lereg.h 7.1
SCCS-vsn: sys/sparc/sbus/sbus.c 7.1
SCCS-vsn: sys/sparc/sbus/sbusreg.h 7.1

32 years agodate and time created 92/07/13 00:44:06 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:06 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:06 by torek

SCCS-vsn: sys/sparc/sbus/espreg.h 7.1
SCCS-vsn: sys/sparc/sbus/if_le.c 7.1

32 years agodate and time created 92/07/13 00:44:05 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:05 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:05 by torek

SCCS-vsn: sys/sparc/sbus/esp.c 7.1

32 years agodate and time created 92/07/13 00:44:04 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:04 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:04 by torek

SCCS-vsn: sys/sparc/sbus/dmareg.h 7.1

32 years agodate and time created 92/07/13 00:44:03 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:03 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:03 by torek

SCCS-vsn: sys/sparc/sbus/cgthreereg.h 7.1

32 years agodate and time created 92/07/13 00:44:02 by torek
Chris Torek [Mon, 13 Jul 1992 15:44:02 +0000 (07:44 -0800)]
date and time created 92/07/13 00:44:02 by torek

SCCS-vsn: sys/sparc/sbus/bwtwo.c 7.1
SCCS-vsn: sys/sparc/sbus/bwtworeg.h 7.1
SCCS-vsn: sys/sparc/sbus/cgthree.c 7.1

32 years agodate and time created 92/07/13 00:43:48 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:48 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:48 by torek

SCCS-vsn: sys/sparc/rcons/rcons_kern.c 7.1
SCCS-vsn: sys/sparc/rcons/rcons_subr.c 7.1

32 years agodate and time created 92/07/13 00:43:47 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:47 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:47 by torek

SCCS-vsn: sys/sparc/rcons/raster_text.c 7.1
SCCS-vsn: sys/sparc/rcons/rcons_font.c 7.1

32 years agodate and time created 92/07/13 00:43:46 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:46 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:46 by torek

SCCS-vsn: sys/sparc/rcons/raster.h 7.1
SCCS-vsn: sys/sparc/rcons/raster_op.c 7.1

32 years agodate and time created 92/07/13 00:43:45 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:45 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:45 by torek

SCCS-vsn: sys/sparc/rcons/gallant19.h 7.1

32 years agodate and time created 92/07/13 00:43:09 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:09 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:09 by torek

SCCS-vsn: sys/sparc/include/vmparam.h 7.1

32 years agodate and time created 92/07/13 00:43:08 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:08 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:08 by torek

SCCS-vsn: sys/sparc/include/trap.h 7.1
SCCS-vsn: sys/sparc/include/types.h 7.1
SCCS-vsn: sys/sparc/include/varargs.h 7.1

32 years agodate and time created 92/07/13 00:43:07 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:07 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:07 by torek

SCCS-vsn: sys/sparc/include/signal.h 7.1
SCCS-vsn: sys/sparc/include/stdarg.h 7.1

32 years agodate and time created 92/07/13 00:43:06 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:06 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:06 by torek

SCCS-vsn: sys/sparc/include/reg.h 7.1
SCCS-vsn: sys/sparc/include/reloc.h 7.1
SCCS-vsn: sys/sparc/include/remote-sl.h 7.1

32 years agodate and time created 92/07/13 00:43:05 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:05 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:05 by torek

SCCS-vsn: sys/sparc/include/psl.h 7.1
SCCS-vsn: sys/sparc/include/pte.h 7.1
SCCS-vsn: sys/sparc/include/ptrace.h 7.1

32 years agodate and time created 92/07/13 00:43:04 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:04 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:04 by torek

SCCS-vsn: sys/sparc/include/pmap.h 7.1
SCCS-vsn: sys/sparc/include/proc.h 7.1
SCCS-vsn: sys/sparc/include/profile.h 7.1

32 years agodate and time created 92/07/13 00:43:03 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:03 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:03 by torek

SCCS-vsn: sys/sparc/include/pcb.h 7.1

32 years agodate and time created 92/07/13 00:43:02 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:02 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:02 by torek

SCCS-vsn: sys/sparc/include/ieee.h 7.1
SCCS-vsn: sys/sparc/include/instr.h 7.1
SCCS-vsn: sys/sparc/include/param.h 7.1

32 years agodate and time created 92/07/13 00:43:01 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:01 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:01 by torek

SCCS-vsn: sys/sparc/include/float.h 7.1
SCCS-vsn: sys/sparc/include/frame.h 7.1
SCCS-vsn: sys/sparc/include/fsr.h 7.1

32 years agodate and time created 92/07/13 00:43:00 by torek
Chris Torek [Mon, 13 Jul 1992 15:43:00 +0000 (07:43 -0800)]
date and time created 92/07/13 00:43:00 by torek

SCCS-vsn: sys/sparc/include/exec.h 7.1
SCCS-vsn: sys/sparc/include/fbvar.h 7.1

32 years agodate and time created 92/07/13 00:42:59 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:59 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:59 by torek

SCCS-vsn: sys/sparc/include/bsd_audioio.h 7.1
SCCS-vsn: sys/sparc/include/bsd_openprom.h 7.1
SCCS-vsn: sys/sparc/include/cpu.h 7.1

32 years agodate and time created 92/07/13 00:42:58 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:58 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:58 by torek

SCCS-vsn: sys/sparc/include/autoconf.h 7.1

32 years agodate and time created 92/07/13 00:42:20 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:20 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:20 by torek

SCCS-vsn: sys/sparc/fpu/fpu_subr.c 7.1

32 years agodate and time created 92/07/13 00:42:19 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:19 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:19 by torek

SCCS-vsn: sys/sparc/fpu/fpu_mul.c 7.1
SCCS-vsn: sys/sparc/fpu/fpu_sqrt.c 7.1

32 years agodate and time created 92/07/13 00:42:18 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:18 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:18 by torek

SCCS-vsn: sys/sparc/fpu/fpu_emu.h 7.1
SCCS-vsn: sys/sparc/fpu/fpu_explode.c 7.1
SCCS-vsn: sys/sparc/fpu/fpu_implode.c 7.1

32 years agodate and time created 92/07/13 00:42:17 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:17 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:17 by torek

SCCS-vsn: sys/sparc/fpu/fpu_compare.c 7.1
SCCS-vsn: sys/sparc/fpu/fpu_div.c 7.1

32 years agodate and time created 92/07/13 00:42:16 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:16 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:16 by torek

SCCS-vsn: sys/sparc/fpu/fpu_add.c 7.1
SCCS-vsn: sys/sparc/fpu/fpu_arith.h 7.1

32 years agodate and time created 92/07/13 00:42:15 by torek
Chris Torek [Mon, 13 Jul 1992 15:42:15 +0000 (07:42 -0800)]
date and time created 92/07/13 00:42:15 by torek

SCCS-vsn: sys/sparc/fpu/fpu.c 7.1

32 years agodate and time created 92/07/13 00:41:32 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:32 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:32 by torek

SCCS-vsn: sys/sparc/dev/zsvar.h 7.1

32 years agodate and time created 92/07/13 00:41:31 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:31 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:31 by torek

SCCS-vsn: sys/sparc/dev/vuid_event.h 7.1
SCCS-vsn: sys/sparc/dev/zs.c 7.1
SCCS-vsn: sys/sparc/dev/zsreg.h 7.1

32 years agodate and time created 92/07/13 00:41:30 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:30 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:30 by torek

SCCS-vsn: sys/sparc/dev/kbd.h 7.1
SCCS-vsn: sys/sparc/dev/kbio.h 7.1
SCCS-vsn: sys/sparc/dev/ms.c 7.1

32 years agodate and time created 92/07/13 00:41:29 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:29 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:29 by torek

SCCS-vsn: sys/sparc/dev/fb.c 7.1
SCCS-vsn: sys/sparc/dev/kbd.c 7.1

32 years agodate and time created 92/07/13 00:41:28 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:28 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:28 by torek

SCCS-vsn: sys/sparc/dev/cons.c 7.1
SCCS-vsn: sys/sparc/dev/event.c 7.1
SCCS-vsn: sys/sparc/dev/event_var.h 7.1

32 years agodate and time created 92/07/13 00:41:27 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:27 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:27 by torek

SCCS-vsn: sys/sparc/dev/bsd_audioreg.h 7.1
SCCS-vsn: sys/sparc/dev/bsd_audiovar.h 7.1

32 years agodate and time created 92/07/13 00:41:26 by torek
Chris Torek [Mon, 13 Jul 1992 15:41:26 +0000 (07:41 -0800)]
date and time created 92/07/13 00:41:26 by torek

SCCS-vsn: sys/sparc/dev/bsd_audio.c 7.1