unix-history/.git
41 years agochanged all occurances of 'tu' to 'uu'
Helge Skrivervik [Sun, 10 Apr 1983 05:07:13 +0000 (21:07 -0800)]
changed all occurances of 'tu' to 'uu'

SCCS-vsn: sys/vax/uba/uureg.h 4.2

41 years agodate and time created 83/04/09 12:40:52 by helge
Helge Skrivervik [Sun, 10 Apr 1983 03:40:52 +0000 (19:40 -0800)]
date and time created 83/04/09 12:40:52 by helge

SCCS-vsn: sys/vax/uba/uureg.h 4.1

41 years agoremove unneeded -f flag (used to specify floating point package)
Kirk McKusick [Sat, 9 Apr 1983 10:09:44 +0000 (02:09 -0800)]
remove unneeded -f flag (used to specify floating point package)

SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.21

41 years agoAdded rb, just like in 4.1a...
Craig Leres [Sat, 9 Apr 1983 09:48:11 +0000 (01:48 -0800)]
Added rb, just like in 4.1a...

SCCS-vsn: sys/vax/stand/boot.c 4.9

41 years agobreak up two character "short" constants into explicit
Kirk McKusick [Sat, 9 Apr 1983 09:45:32 +0000 (01:45 -0800)]
break up two character "short" constants into explicit
shifts of two one character constants (DEC11 specific)

SCCS-vsn: usr.bin/pascal/src/put.c 1.23

41 years agoturn off "-g" (for pdx) in pi by default, since not yet implemented
Kirk McKusick [Sat, 9 Apr 1983 07:46:50 +0000 (23:46 -0800)]
turn off "-g" (for pdx) in pi by default, since not yet implemented

SCCS-vsn: usr.bin/pascal/src/main.c 1.8

41 years agoparameterize number of digits in the exponent of real numbers
Kirk McKusick [Sat, 9 Apr 1983 07:45:20 +0000 (23:45 -0800)]
parameterize number of digits in the exponent of real numbers

SCCS-vsn: usr.bin/pascal/src/proc.c 1.18
SCCS-vsn: usr.bin/pascal/src/pcproc.c 1.21

41 years agoFixed rb block major dev (from 13 to 11).
David S. Comay [Sat, 9 Apr 1983 06:30:50 +0000 (22:30 -0800)]
Fixed rb block major dev (from 13 to 11).

SCCS-vsn: etc/etc.vax/MAKEDEV 4.11

41 years agoadd START so px_header will work on the mc68000
Kirk McKusick [Sat, 9 Apr 1983 05:55:24 +0000 (21:55 -0800)]
add START so px_header will work on the mc68000

SCCS-vsn: usr.bin/pascal/src/objfmt.h 1.13

41 years agoconvert to run on the mc68000
Kirk McKusick [Sat, 9 Apr 1983 05:54:16 +0000 (21:54 -0800)]
convert to run on the mc68000

SCCS-vsn: usr.bin/pascal/px_header/px_header.c 1.5

41 years agodo not "pipe" to the assembler, as some assemblers cannot handle pipe input
Kirk McKusick [Sat, 9 Apr 1983 05:53:26 +0000 (21:53 -0800)]
do not "pipe" to the assembler, as some assemblers cannot handle pipe input

SCCS-vsn: usr.bin/pascal/pcexterns/Makefile 1.12

41 years agoconvert to handle mc68000
Kirk McKusick [Sat, 9 Apr 1983 05:52:16 +0000 (21:52 -0800)]
convert to handle mc68000

SCCS-vsn: usr.bin/pascal/pc2/langpats.c 1.12

41 years agodate and time created 83/04/08 11:16:39 by helge
Helge Skrivervik [Sat, 9 Apr 1983 02:16:39 +0000 (18:16 -0800)]
date and time created 83/04/08 11:16:39 by helge

SCCS-vsn: sys/vax/uba/uu.c 4.1

41 years agoforgot to checkin ...
Helge Skrivervik [Sat, 9 Apr 1983 02:12:46 +0000 (18:12 -0800)]
forgot to checkin ...

SCCS-vsn: sys/vax/uba/rxreg.h 4.4

41 years agonow recognizes whether a function has source line information associated with it
Mark Linton [Fri, 8 Apr 1983 17:16:33 +0000 (09:16 -0800)]
now recognizes whether a function has source line information associated with it

SCCS-vsn: old/dbx/object.c 1.7

41 years agoadded a call to bpact after seeing a return instruction
Mark Linton [Fri, 8 Apr 1983 17:15:22 +0000 (09:15 -0800)]
added a call to bpact after seeing a return instruction

SCCS-vsn: old/dbx/vax.c 1.8

41 years agoadded O definition for either -O or -g, made LDFLAGS = -g by default
Mark Linton [Fri, 8 Apr 1983 17:13:56 +0000 (09:13 -0800)]
added O definition for either -O or -g, made LDFLAGS = -g by default

SCCS-vsn: old/pcc/ccom.vax/Makefile 1.3

41 years agofixed bug with comparing array information in typelookup
Mark Linton [Fri, 8 Apr 1983 17:12:52 +0000 (09:12 -0800)]
fixed bug with comparing array information in typelookup

SCCS-vsn: old/pcc/ccom.vax/stab.c 1.5

41 years agofixed a problem with the "func" command, changed it so that
Mark Linton [Fri, 8 Apr 1983 16:27:23 +0000 (08:27 -0800)]
fixed a problem with the "func" command, changed it so that
only the most recent event is reported after a trace/stop instead of an
entire status, changed the usage of the "cont" to reflect the added ability
to pass a signal on to the debuggee

SCCS-vsn: old/dbx/eval.c 1.6

41 years agothe "cont" command now has an optional argument to specify a
Mark Linton [Fri, 8 Apr 1983 16:25:23 +0000 (08:25 -0800)]
the "cont" command now has an optional argument to specify a
signal to start up the process with

SCCS-vsn: old/dbx/commands.y 1.4

41 years agoadded a routine to determine if any breakpoints lie within
Mark Linton [Fri, 8 Apr 1983 16:24:26 +0000 (08:24 -0800)]
added a routine to determine if any breakpoints lie within
a given routine

SCCS-vsn: old/dbx/events.c 1.3

41 years agoprints some more information before prompting now
Mark Linton [Fri, 8 Apr 1983 16:23:05 +0000 (08:23 -0800)]
prints some more information before prompting now

SCCS-vsn: old/dbx/main.c 1.4

41 years agocont now takes an argument which is the signal that is passed
Mark Linton [Fri, 8 Apr 1983 16:21:23 +0000 (08:21 -0800)]
cont now takes an argument which is the signal that is passed
to the debuggee, and stepping in the main execution loop is now considerably
more efficient as it only single-steps to the next source line if the
situation calls for it

SCCS-vsn: old/dbx/process.c 1.8

41 years agofixed a very annoying bug, the routine "findframe" occasionally
Mark Linton [Fri, 8 Apr 1983 16:18:30 +0000 (08:18 -0800)]
fixed a very annoying bug, the routine "findframe" occasionally
hung because it used the wrong test for the last frame.  The correct test
involves checking if the saved frame pointer is 0 OR the saved pc belongs
to the "program", i.e. the start-up routine.

SCCS-vsn: old/dbx/runtime.c 1.4
SCCS-vsn: old/dbx/runtime.vax.c 1.4

41 years agoadded information to tell if a function had source information
Mark Linton [Fri, 8 Apr 1983 16:01:49 +0000 (08:01 -0800)]
added information to tell if a function had source information
associated with it

SCCS-vsn: old/dbx/symbols.c 1.5

41 years agoadded some smarts to avoid single-stepping through functions
Mark Linton [Fri, 8 Apr 1983 16:01:03 +0000 (08:01 -0800)]
added some smarts to avoid single-stepping through functions
that have no source information

SCCS-vsn: old/dbx/vax.c 1.7

41 years agoput an upper limit on the number of arguments to be printed
Mark Linton [Fri, 8 Apr 1983 15:59:24 +0000 (07:59 -0800)]
put an upper limit on the number of arguments to be printed
(just in the case the stack gets overwritten)

SCCS-vsn: old/dbx/printsym.c 1.3

41 years agoadded an argument to the continue command to allow a signal to be
Mark Linton [Fri, 8 Apr 1983 15:58:29 +0000 (07:58 -0800)]
added an argument to the continue command to allow a signal to be
passed to the debuggee process

SCCS-vsn: old/dbx/tree.c 1.3

41 years agomakefiles and whoami.h's live in ../src and are symbolically linked.
Peter B. Kessler [Fri, 8 Apr 1983 06:12:50 +0000 (22:12 -0800)]
makefiles and whoami.h's live in ../src and are symbolically linked.

SCCS-vsn: usr.bin/pascal/src/sccsmakefile 1.4

41 years agomakefiles live in ../src, and are symbolically linked from ../pi and ../pc0.
Peter B. Kessler [Fri, 8 Apr 1983 06:11:25 +0000 (22:11 -0800)]
makefiles live in ../src, and are symbolically linked from ../pi and ../pc0.

SCCS-vsn: usr.bin/pascal/src/newversion.csh 2.3

41 years agoversion 2.12 becomes 2.13 automagically.
Peter B. Kessler [Fri, 8 Apr 1983 06:09:41 +0000 (22:09 -0800)]
version 2.12 becomes 2.13 automagically.

SCCS-vsn: usr.bin/pascal/src/pimakefile 1.39
SCCS-vsn: usr.bin/pascal/pc0/Makefile 1.44

41 years agoit says in my description of the ir that STASG's have the type
Peter B. Kessler [Thu, 7 Apr 1983 13:12:21 +0000 (05:12 -0800)]
it says in my description of the ir that STASG's have the type
pointer to structure.  this makes a difference for the FORCE in fend.c
on the mc68000.

SCCS-vsn: usr.bin/pascal/src/stat.c 1.11
SCCS-vsn: usr.bin/pascal/src/call.c 1.23
SCCS-vsn: usr.bin/pascal/src/pcproc.c 1.20
SCCS-vsn: usr.bin/pascal/src/fend.c 1.22

41 years agoif no type is given, guess that the temporary has to be stack
Peter B. Kessler [Thu, 7 Apr 1983 13:01:17 +0000 (05:01 -0800)]
if no type is given, guess that the temporary has to be stack
aligned (e.g. for formal procedure descriptor save areas!).

SCCS-vsn: usr.bin/pascal/src/tmps.c 1.9

41 years agoproperly terminate system name
Kirk McKusick [Thu, 7 Apr 1983 10:17:18 +0000 (02:17 -0800)]
properly terminate system name

SCCS-vsn: sys/kern/kern_proc.c 4.61

41 years agohandle deleting subwindows
Ken Arnold [Thu, 7 Apr 1983 09:38:47 +0000 (01:38 -0800)]
handle deleting subwindows

SCCS-vsn: lib/libcurses/delwin.c 1.5

41 years agotry to deal with subwindow deletion
Ken Arnold [Thu, 7 Apr 1983 09:31:12 +0000 (01:31 -0800)]
try to deal with subwindow deletion

SCCS-vsn: lib/libcurses/delwin.c 1.4

41 years agotry to deal with subwindows
Ken Arnold [Thu, 7 Apr 1983 09:30:42 +0000 (01:30 -0800)]
try to deal with subwindows

SCCS-vsn: lib/libcurses/delwin.c 1.3

41 years agoseem to work ok in both character and block mode.........
Helge Skrivervik [Thu, 7 Apr 1983 09:27:45 +0000 (01:27 -0800)]
seem to work ok in both character and block mode.........

SCCS-vsn: sys/vax/uba/rx.c 4.11

41 years agoremoved partitions b - h on rx?? (block devices)
Helge Skrivervik [Thu, 7 Apr 1983 09:26:28 +0000 (01:26 -0800)]
removed partitions b - h on rx?? (block devices)

SCCS-vsn: etc/etc.vax/MAKEDEV 4.10

41 years agoinsure gethostname returns null-terminated string
Sam Leffler [Wed, 6 Apr 1983 06:57:19 +0000 (22:57 -0800)]
insure gethostname returns null-terminated string

SCCS-vsn: sys/kern/kern_proc.c 4.60

41 years agoupdated for new ioctl call format.
Ralph Campbell [Wed, 6 Apr 1983 06:37:12 +0000 (22:37 -0800)]
updated for new ioctl call format.

SCCS-vsn: sys/sys/vcmd.h 4.4

41 years agofixed exit codes
Ralph Campbell [Wed, 6 Apr 1983 05:53:12 +0000 (21:53 -0800)]
fixed exit codes

SCCS-vsn: usr.sbin/lpr/lpr/lpr.c 4.14

41 years agofixed line number counting
Ralph Campbell [Wed, 6 Apr 1983 05:50:58 +0000 (21:50 -0800)]
fixed line number counting

SCCS-vsn: old/vfilters/vpf/vpf.c 4.4

41 years agoline number counting was off by one.
Ralph Campbell [Wed, 6 Apr 1983 05:34:28 +0000 (21:34 -0800)]
line number counting was off by one.

SCCS-vsn: old/vfilters/vpf/vpf.c 4.4

41 years agofamilies are really unsigned, avoid sign extension pitfalls
Sam Leffler [Wed, 6 Apr 1983 05:27:52 +0000 (21:27 -0800)]
families are really unsigned, avoid sign extension pitfalls

SCCS-vsn: sys/net/route.c 4.19

41 years agohack, but it fixes EBADF
Sam Leffler [Tue, 5 Apr 1983 12:48:50 +0000 (04:48 -0800)]
hack, but it fixes EBADF

SCCS-vsn: sys/kern/vfs_bio.c 4.42
SCCS-vsn: sys/kern/vfs_cluster.c 4.42

41 years agoreformat and insure acct times are interpreted as seconds
Sam Leffler [Tue, 5 Apr 1983 12:46:23 +0000 (04:46 -0800)]
reformat and insure acct times are interpreted as seconds
instead of clock ticks (60ths)

SCCS-vsn: usr.sbin/sa/sa.c 4.3

41 years agorewrite
Sam Leffler [Tue, 5 Apr 1983 12:34:38 +0000 (04:34 -0800)]
rewrite

SCCS-vsn: usr.bin/lastcomm/lastcomm.c 4.5

41 years agosubstantially rewritten to accomodate block devices, not yet tested!
Helge Skrivervik [Tue, 5 Apr 1983 08:16:30 +0000 (00:16 -0800)]
substantially rewritten to accomodate block devices, not yet tested!

SCCS-vsn: sys/vax/uba/rx.c 4.10

41 years agofixed setting of cursrcline so it doesn't become 0
Mark Linton [Tue, 5 Apr 1983 02:52:44 +0000 (18:52 -0800)]
fixed setting of cursrcline so it doesn't become 0

SCCS-vsn: old/dbx/source.c 1.6

41 years agoraise constants for ada compiler
Kirk McKusick [Tue, 5 Apr 1983 01:39:27 +0000 (17:39 -0800)]
raise constants for ada compiler

SCCS-vsn: old/pcc/mip/mfile1 4.2

41 years agoraise constants for ADA compiler
Kirk McKusick [Tue, 5 Apr 1983 01:36:57 +0000 (17:36 -0800)]
raise constants for ADA compiler

SCCS-vsn: old/pcc/mip/mfile1 4.2

41 years agodate and time created 83/04/04 10:26:23 by mckusick
Kirk McKusick [Tue, 5 Apr 1983 01:26:23 +0000 (17:26 -0800)]
date and time created 83/04/04 10:26:23 by mckusick

SCCS-vsn: old/pcc/mip/mfile1 4.1

41 years agodo byte swapping (from shannon@sun)
Sam Leffler [Mon, 4 Apr 1983 22:39:48 +0000 (14:39 -0800)]
do byte swapping (from shannon@sun)

SCCS-vsn: usr.sbin/rwhod/rwhod.c 4.8

41 years agono more NOPAGING (yeah)
Sam Leffler [Mon, 4 Apr 1983 21:12:30 +0000 (13:12 -0800)]
no more NOPAGING (yeah)

SCCS-vsn: sys/kern/init_main.c 4.49
SCCS-vsn: sys/vm/vm_meter.c 4.20

41 years agochanged execvp to execv
Mark Linton [Mon, 4 Apr 1983 11:29:48 +0000 (03:29 -0800)]
changed execvp to execv

SCCS-vsn: old/dbx/process.c 1.7

41 years agodate and time created 83/04/03 18:19:06 by sam
Sam Leffler [Mon, 4 Apr 1983 09:19:06 +0000 (01:19 -0800)]
date and time created 83/04/03 18:19:06 by sam

SCCS-vsn: old/roff/nroff/Makefile 4.1

41 years agoadd debugging stuff
Sam Leffler [Mon, 4 Apr 1983 06:14:31 +0000 (22:14 -0800)]
add debugging stuff

SCCS-vsn: sys/netinet/tcp_input.c 1.92

41 years agomove implog to /etc
Sam Leffler [Mon, 4 Apr 1983 06:13:18 +0000 (22:13 -0800)]
move implog to /etc

SCCS-vsn: old/implog/Makefile 4.4

41 years agocheck error return from namei; from mike@brl-vgr
Sam Leffler [Sun, 3 Apr 1983 15:45:40 +0000 (07:45 -0800)]
check error return from namei; from mike@brl-vgr

SCCS-vsn: sys/kern/uipc_usrreq.c 1.9

41 years agodeclare lseek to return a long
Kirk McKusick [Sun, 3 Apr 1983 09:47:54 +0000 (01:47 -0800)]
declare lseek to return a long

SCCS-vsn: lib/libc/gen/telldir.c 4.4

41 years agotp format made from wrong components
Sam Leffler [Sun, 3 Apr 1983 09:36:19 +0000 (01:36 -0800)]
tp format made from wrong components

SCCS-vsn: sys/vax/stand/Makefile 4.29

41 years agopatch destination directory; add bc library
Sam Leffler [Sun, 3 Apr 1983 04:56:03 +0000 (20:56 -0800)]
patch destination directory; add bc library

SCCS-vsn: lib/Makefile 4.6

41 years agodate and time created 83/04/02 13:52:33 by sam
Sam Leffler [Sun, 3 Apr 1983 04:52:33 +0000 (20:52 -0800)]
date and time created 83/04/02 13:52:33 by sam

SCCS-vsn: usr.bin/bc/bc.library 4.1

41 years agoARP ARP
Sam Leffler [Sun, 3 Apr 1983 03:41:25 +0000 (19:41 -0800)]
ARP ARP

SCCS-vsn: sys/conf/files 1.7

41 years agoalignment of arrays is at least A_STRUCT;
Kirk McKusick [Sat, 2 Apr 1983 13:59:45 +0000 (05:59 -0800)]
alignment of arrays is at least A_STRUCT;
sets are bulit up by sizeof(long) bytes

SCCS-vsn: usr.bin/pascal/src/var.c 1.16

41 years agoblew it, can't allow anyone but super-user to chown
Sam Leffler [Sat, 2 Apr 1983 08:32:19 +0000 (00:32 -0800)]
blew it, can't allow anyone but super-user to chown

SCCS-vsn: sys/kern/vfs_syscalls.c 4.55
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.55
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.55
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.55
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.55

41 years agofrom sun, but with lots of work by yours truly
Sam Leffler [Fri, 1 Apr 1983 15:04:35 +0000 (07:04 -0800)]
from sun, but with lots of work by yours truly

SCCS-vsn: old/pcc/lint/llibs/llib-lc 1.3

41 years agofrom sun
Sam Leffler [Fri, 1 Apr 1983 15:03:58 +0000 (07:03 -0800)]
from sun

SCCS-vsn: old/pcc/lint/Makefile 1.6
SCCS-vsn: old/pcc/lint/lpass1/macdefs.h 1.2

41 years agopcl-11 driver
Sam Leffler [Fri, 1 Apr 1983 12:09:01 +0000 (04:09 -0800)]
pcl-11 driver

SCCS-vsn: sys/vax/conf/files.vax 1.10

41 years agodate and time created 83/03/31 21:08:12 by sam
Sam Leffler [Fri, 1 Apr 1983 12:08:12 +0000 (04:08 -0800)]
date and time created 83/03/31 21:08:12 by sam

SCCS-vsn: sys/vax/if/if_pclreg.h 4.1

41 years agodate and time created 83/03/31 21:08:09 by sam
Sam Leffler [Fri, 1 Apr 1983 12:08:09 +0000 (04:08 -0800)]
date and time created 83/03/31 21:08:09 by sam

SCCS-vsn: sys/vax/if/if_pcl.c 4.1

41 years agoupdate ioctls
Sam Leffler [Fri, 1 Apr 1983 10:16:59 +0000 (02:16 -0800)]
update ioctls

SCCS-vsn: sys/vax/uba/vp.c 4.25

41 years agogetmdev no more dev_t
Sam Leffler [Fri, 1 Apr 1983 09:16:57 +0000 (01:16 -0800)]
getmdev no more dev_t

SCCS-vsn: sys/sys/systm.h 4.34

41 years agoTightened security in login. The .rhosts file must now be owned
Craig Leres [Fri, 1 Apr 1983 05:01:50 +0000 (21:01 -0800)]
Tightened security in login. The .rhosts file must now be owned
by either the user or root and may not be a symbolic link.

SCCS-vsn: usr.bin/login/login.c 4.21
SCCS-vsn: usr.bin/login/login.c.1 4.21

41 years agotighten up group search by checking for NOGROUP terminator
Sam Leffler [Fri, 1 Apr 1983 04:58:24 +0000 (20:58 -0800)]
tighten up group search by checking for NOGROUP terminator

SCCS-vsn: sys/kern/vfs_vnops.c 4.34

41 years agoadd utimes call; protection fixes galore
Sam Leffler [Fri, 1 Apr 1983 04:49:40 +0000 (20:49 -0800)]
add utimes call; protection fixes galore

SCCS-vsn: sys/kern/vfs_syscalls.c 4.54
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 4.54
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 4.54
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 4.54
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 4.54

41 years agoadd NOGROUP identifier; add groupmember function; tighten group
Sam Leffler [Fri, 1 Apr 1983 04:46:46 +0000 (20:46 -0800)]
add NOGROUP identifier; add groupmember function; tighten group
lookup loop to stop at first NOGROUP entry

SCCS-vsn: sys/kern/init_main.c 4.48
SCCS-vsn: sys/kern/kern_prot.c 5.16
SCCS-vsn: sys/kern/vfs_vnops.c 4.34

41 years agoadd definition of NOGROUP
Sam Leffler [Fri, 1 Apr 1983 04:33:46 +0000 (20:33 -0800)]
add definition of NOGROUP

SCCS-vsn: sys/sys/param.h 4.31

41 years agosun changes; account for entry masks
Kirk McKusick [Fri, 1 Apr 1983 04:14:15 +0000 (20:14 -0800)]
sun changes; account for entry masks

SCCS-vsn: usr.bin/gprof/gprof.c 1.21

41 years agoaccount for entry mask
Kirk McKusick [Fri, 1 Apr 1983 04:07:44 +0000 (20:07 -0800)]
account for entry mask

SCCS-vsn: usr.bin/gprof/vax.h 1.2

41 years agoadd vax.h as a header. dependencies are a little strong, but ... .
Peter B. Kessler [Fri, 1 Apr 1983 03:02:08 +0000 (19:02 -0800)]
add vax.h as a header.  dependencies are a little strong, but ... .

SCCS-vsn: usr.bin/gprof/Makefile 1.20

41 years agoFixed to ignore SIGTTOU.
Edward Wang [Fri, 1 Apr 1983 02:56:44 +0000 (18:56 -0800)]
Fixed to ignore SIGTTOU.

SCCS-vsn: usr.bin/leave/leave.c 4.3

41 years agoFixed backgrounding bug. Now uses new signals.
Edward Wang [Fri, 1 Apr 1983 01:16:22 +0000 (17:16 -0800)]
Fixed backgrounding bug.  Now uses new signals.

SCCS-vsn: usr.bin/rlogin/rlogin.c 4.11

41 years agodate and time created 83/03/31 00:22:53 by linton
Mark Linton [Thu, 31 Mar 1983 15:22:53 +0000 (07:22 -0800)]
date and time created 83/03/31 00:22:53 by linton

SCCS-vsn: old/dbx/mkdate.c 1.1

41 years agochanged way "date.c" is created
Mark Linton [Thu, 31 Mar 1983 15:21:02 +0000 (07:21 -0800)]
changed way "date.c" is created

SCCS-vsn: old/dbx/Makefile 4.3

41 years agoinitialize the aligned entry point field of the ``indirect'' nl entry.
Peter B. Kessler [Thu, 31 Mar 1983 11:50:07 +0000 (03:50 -0800)]
initialize the aligned entry point field of the ``indirect'' nl entry.

SCCS-vsn: usr.bin/gprof/vax.c 1.4

41 years agopull vax-dependent stuff to vax.h; add aligned entry point field to nl.
Peter B. Kessler [Thu, 31 Mar 1983 11:48:41 +0000 (03:48 -0800)]
pull vax-dependent stuff to vax.h;  add aligned entry point field to nl.

SCCS-vsn: usr.bin/gprof/gprof.h 1.17

41 years agodon't reference through nil pointers, since that doesn't work on a 68000.
Peter B. Kessler [Thu, 31 Mar 1983 11:37:52 +0000 (03:37 -0800)]
don't reference through nil pointers, since that doesn't work on a 68000.

SCCS-vsn: usr.bin/gprof/printgprof.c 1.14

41 years agochanges by richard tuck from sun.
Peter B. Kessler [Thu, 31 Mar 1983 11:33:34 +0000 (03:33 -0800)]
changes by richard tuck from sun.

SCCS-vsn: usr.bin/gprof/Makefile 1.19
SCCS-vsn: usr.bin/gprof/printgprof.c 1.14

41 years agoadd moncontrol() to provide finer control over profiling
Peter B. Kessler [Thu, 31 Mar 1983 08:22:17 +0000 (00:22 -0800)]
add moncontrol() to provide finer control over profiling

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

41 years agoadd null moncontrol() if not compiled for profiling
Peter B. Kessler [Thu, 31 Mar 1983 08:21:44 +0000 (00:21 -0800)]
add null moncontrol() if not compiled for profiling

SCCS-vsn: lib/csu/vax/crt0.c 4.6

41 years agomodified mapping and scale factors to fit in square arrays.
Ralph Campbell [Thu, 31 Mar 1983 04:38:51 +0000 (20:38 -0800)]
modified mapping and scale factors to fit in square arrays.

SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/gprint.h 1.3
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/hgraph.c 1.3
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/hpoint.c 1.3
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/main.c 1.4
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/gremlin.aed/gprint/Makefile 1.3

41 years agonull pointer problem
Sam Leffler [Thu, 31 Mar 1983 04:22:27 +0000 (20:22 -0800)]
null pointer problem

SCCS-vsn: old/pcc/lint/lpass1/lint.c 1.5

41 years agodate and time created 83/03/30 12:08:48 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:48 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:48 by sam

SCCS-vsn: usr.bin/xsend/xsend/xsend.c 4.1

41 years agodate and time created 83/03/30 12:08:47 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:47 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:47 by sam

SCCS-vsn: usr.bin/xsend/xget/xget.c 4.1

41 years agodate and time created 83/03/30 12:08:44 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:44 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:44 by sam

SCCS-vsn: usr.bin/xsend/common_source/lib.c 4.1

41 years agodate and time created 83/03/30 12:08:42 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:42 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:42 by sam

SCCS-vsn: usr.bin/xsend/enroll/enroll.c 4.1

41 years agodate and time created 83/03/30 12:08:41 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:41 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:41 by sam

SCCS-vsn: usr.bin/xsend/common_source/xmail.h 4.1

41 years agodate and time created 83/03/30 12:08:40 by sam
Sam Leffler [Thu, 31 Mar 1983 03:08:40 +0000 (19:08 -0800)]
date and time created 83/03/30 12:08:40 by sam

SCCS-vsn: usr.bin/xsend/xsend/Makefile 4.1