unix-history/.git
36 years agoutah rcsid 1.5 87/01/15 01:54:50: Minor lint fixes.
Donn Seeley [Thu, 10 Dec 1987 15:45:08 +0000 (07:45 -0800)]
utah rcsid 1.5 87/01/15 01:54:50: Minor lint fixes.

SCCS-vsn: old/pcc/mip/common.c 4.3

36 years agoutah rcsid 1.18 87/07/13 21:17:28: Oops -- that sizeof hack broke 'int i;
Donn Seeley [Thu, 10 Dec 1987 15:37:39 +0000 (07:37 -0800)]
utah rcsid 1.18 87/07/13 21:17:28: Oops -- that sizeof hack broke 'int i;
... sizeof (i) ...'.  Hope this works a little better.

SCCS-vsn: old/pcc/mip/cgram.y 4.22

36 years agoutah rcsid 1.17 87/07/10 22:45:50: A change to force lint (and cc?) to
Donn Seeley [Thu, 10 Dec 1987 15:37:30 +0000 (07:37 -0800)]
utah rcsid 1.17 87/07/10 22:45:50: A change to force lint (and cc?) to
notice that initializations of auto, register or static variables count as
uses of the variable.

SCCS-vsn: old/pcc/mip/cgram.y 4.21

36 years agoutah rcsid 1.16 87/07/10 20:42:14: Slightly cleaner version of ado's hack
Donn Seeley [Thu, 10 Dec 1987 15:37:20 +0000 (07:37 -0800)]
utah rcsid 1.16 87/07/10 20:42:14: Slightly cleaner version of ado's hack
for preventing 'sizeof' expressions from counting as a 'use' of a variable.

SCCS-vsn: old/pcc/mip/cgram.y 4.20

36 years agoutah rcsid 1.15 87/07/06 18:36:00: Cause 'lint -h' to flag constant switch
Donn Seeley [Thu, 10 Dec 1987 15:37:11 +0000 (07:37 -0800)]
utah rcsid 1.15 87/07/06 18:36:00: Cause 'lint -h' to flag constant switch
expressions.

SCCS-vsn: old/pcc/mip/cgram.y 4.19

36 years agoutah rcsid 1.14 87/03/18 00:17:48: Fix stupid goof using the wrong union
Donn Seeley [Thu, 10 Dec 1987 15:37:03 +0000 (07:37 -0800)]
utah rcsid 1.14 87/03/18 00:17:48: Fix stupid goof using the wrong union
member in earlier fix for switches...

SCCS-vsn: old/pcc/mip/cgram.y 4.18

36 years agoutah rcsid 1.13 87/02/26 18:53:50: Disallow case expressions which contain
Donn Seeley [Thu, 10 Dec 1987 15:36:53 +0000 (07:36 -0800)]
utah rcsid 1.13 87/02/26 18:53:50: Disallow case expressions which contain
addresses, following K&R.

SCCS-vsn: old/pcc/mip/cgram.y 4.17

36 years agoutah rcsid 1.12 87/01/15 05:51:41: Call fixinit() to recover from botched
Donn Seeley [Thu, 10 Dec 1987 15:36:44 +0000 (07:36 -0800)]
utah rcsid 1.12 87/01/15 05:51:41: Call fixinit() to recover from botched
initializations.  fixinit() is used in the same situation as endinit()
(from which it is derived).

SCCS-vsn: old/pcc/mip/cgram.y 4.16

36 years agoutah rcsid 1.11 87/01/15 02:12:54: Some minor lint fixes.
Donn Seeley [Thu, 10 Dec 1987 15:36:34 +0000 (07:36 -0800)]
utah rcsid 1.11 87/01/15 02:12:54: Some minor lint fixes.

SCCS-vsn: old/pcc/mip/cgram.y 4.15

36 years agoutah rcsid 1.10 86/08/12 14:01:51: No more old-fashioned initializations.
Donn Seeley [Thu, 10 Dec 1987 15:36:24 +0000 (07:36 -0800)]
utah rcsid 1.10 86/08/12 14:01:51: No more old-fashioned initializations.
Since YACC doesn't have conditional ^&'compilation' directives, I just
commented the rule out.

SCCS-vsn: old/pcc/mip/cgram.y 4.14

36 years agoutah rcsid 1.9 86/08/10 17:38:47: Make '(&(a = b))->c' illegal (previously
Donn Seeley [Thu, 10 Dec 1987 15:36:14 +0000 (07:36 -0800)]
utah rcsid 1.9 86/08/10 17:38:47: Make '(&(a = b))->c' illegal (previously
a synonym for '(a = b).c').  This and '(&(f())->c' now elicit the same
error message that ordinary use of & on an rvalue elicits.

SCCS-vsn: old/pcc/mip/cgram.y 4.13

36 years agoutah rcsid 1.8 86/08/10 16:49:55: Permit member references to the 'value'
Donn Seeley [Thu, 10 Dec 1987 15:36:04 +0000 (07:36 -0800)]
utah rcsid 1.8 86/08/10 16:49:55: Permit member references to the 'value'
of a structure assignment.

SCCS-vsn: old/pcc/mip/cgram.y 4.12

36 years agoutah rcsid 1.7 86/08/03 01:07:14: Don't emit stab information after errors.
Donn Seeley [Thu, 10 Dec 1987 15:35:53 +0000 (07:35 -0800)]
utah rcsid 1.7 86/08/03 01:07:14: Don't emit stab information after errors.

SCCS-vsn: old/pcc/mip/cgram.y 4.11

36 years agoutah rcsid 1.6 86/07/14 15:38:57: Close loophole with 'struct {int a, b;}
Donn Seeley [Thu, 10 Dec 1987 15:35:43 +0000 (07:35 -0800)]
utah rcsid 1.6 86/07/14 15:38:57: Close loophole with 'struct {int a, b;}
f(); ... (&f())->b ...'.

SCCS-vsn: old/pcc/mip/cgram.y 4.10

36 years agoutah rcsid 1.5 86/07/11 19:32:28: Permit member references to structures
Donn Seeley [Thu, 10 Dec 1987 15:35:33 +0000 (07:35 -0800)]
utah rcsid 1.5 86/07/11 19:32:28: Permit member references to structures
returned from functions.

SCCS-vsn: old/pcc/mip/cgram.y 4.9

36 years agoutah rcsid 1.6 87/08/24 00:44:32: Added a PBUSY bit to mark the first
Donn Seeley [Thu, 10 Dec 1987 15:32:59 +0000 (07:32 -0800)]
utah rcsid 1.6 87/08/24 00:44:32: Added a PBUSY bit to mark the first
register in a pair in the 'busy' array.  New code in usable() uses this bit
to identify sharable register pairs.  Other code that referred directly to
the contents of the array had to be modified slightly...

SCCS-vsn: old/pcc/mip/allo.c 4.10

36 years agouse Berkeley specific header
Keith Bostic [Tue, 8 Dec 1987 09:47:18 +0000 (01:47 -0800)]
use Berkeley specific header

SCCS-vsn: sys/netinet/icmp_var.h 7.3
SCCS-vsn: sys/netinet/if_ether.c 7.6
SCCS-vsn: sys/netinet/if_ether.h 7.2
SCCS-vsn: sys/netinet/in.c 7.6
SCCS-vsn: sys/netinet/in.h 7.4
SCCS-vsn: sys/netinet/in_pcb.c 7.6
SCCS-vsn: sys/netinet/in_pcb.h 7.2
SCCS-vsn: sys/netinet/in_proto.c 7.2
SCCS-vsn: sys/netinet/in_systm.h 7.2
SCCS-vsn: sys/netinet/in_var.h 7.2
SCCS-vsn: sys/netinet/ip.h 7.4
SCCS-vsn: sys/netinet/ip_icmp.c 7.7
SCCS-vsn: sys/netinet/ip_icmp.h 7.3
SCCS-vsn: sys/netinet/ip_input.c 7.8
SCCS-vsn: sys/netinet/ip_output.c 7.7
SCCS-vsn: sys/netinet/ip_var.h 7.3
SCCS-vsn: sys/netinet/raw_ip.c 7.3
SCCS-vsn: sys/netinet/tcp.h 7.3
SCCS-vsn: sys/netinet/tcp_debug.c 7.2
SCCS-vsn: sys/netinet/tcp_debug.h 7.2
SCCS-vsn: sys/netinet/tcp_fsm.h 7.2
SCCS-vsn: sys/netinet/tcp_input.c 7.14
SCCS-vsn: sys/netinet/tcp_output.c 7.12
SCCS-vsn: sys/netinet/tcp_seq.h 7.2
SCCS-vsn: sys/netinet/tcp_subr.c 7.13
SCCS-vsn: sys/netinet/tcp_timer.c 7.11
SCCS-vsn: sys/netinet/tcp_timer.h 7.4
SCCS-vsn: sys/netinet/tcp_usrreq.c 7.6
SCCS-vsn: sys/netinet/tcp_var.h 7.6
SCCS-vsn: sys/netinet/tcpip.h 7.2
SCCS-vsn: sys/netinet/udp.h 7.2
SCCS-vsn: sys/netinet/udp_usrreq.c 7.4
SCCS-vsn: sys/netinet/udp_var.h 7.3

36 years agofix error message
Kirk McKusick [Tue, 8 Dec 1987 09:06:08 +0000 (01:06 -0800)]
fix error message

SCCS-vsn: sbin/newfs/newfs.c 6.15

36 years agosynch with van, simplify negative-length (shrinking window) code
Mike Karels [Tue, 8 Dec 1987 07:46:06 +0000 (23:46 -0800)]
synch with van, simplify negative-length (shrinking window) code

SCCS-vsn: sys/netinet/tcp_output.c 7.11

36 years agotahoe release
Keith Bostic [Tue, 8 Dec 1987 06:07:42 +0000 (22:07 -0800)]
tahoe release

SCCS-vsn: lib/libm/Makefile 1.8

36 years agoadd map3270, change cp to install, set owner/groups/modes correctly
Keith Bostic [Mon, 7 Dec 1987 07:15:59 +0000 (23:15 -0800)]
add map3270, change cp to install, set owner/groups/modes correctly

SCCS-vsn: share/termcap/Makefile 5.5

36 years agomention that returned data is not aligned
Keith Bostic [Sun, 6 Dec 1987 11:53:03 +0000 (03:53 -0800)]
mention that returned data is not aligned

SCCS-vsn: old/libndbm/ndbm.3 6.7

36 years agoadd dirname(1), minor cleanups
Keith Bostic [Sun, 6 Dec 1987 10:49:34 +0000 (02:49 -0800)]
add dirname(1), minor cleanups

SCCS-vsn: usr.bin/basename/basename.1 6.2

36 years agodate and time created 87/12/05 18:34:52 by bostic
Keith Bostic [Sun, 6 Dec 1987 10:34:52 +0000 (02:34 -0800)]
date and time created 87/12/05 18:34:52 by bostic

SCCS-vsn: usr.bin/dirname/dirname.c 5.1

36 years agobug report usr.bin/118; rewrote, now Berkeley code
Keith Bostic [Sun, 6 Dec 1987 10:23:08 +0000 (02:23 -0800)]
bug report usr.bin/118; rewrote, now Berkeley code

SCCS-vsn: usr.bin/basename/basename.c 4.4

36 years agotahoe beta update
Keith Bostic [Sun, 6 Dec 1987 08:05:46 +0000 (00:05 -0800)]
tahoe beta update

SCCS-vsn: Makefile 4.16
SCCS-vsn: bin/Makefile 5.24
SCCS-vsn: contrib/Makefile 4.25

36 years agoold assignment operator
Keith Bostic [Sun, 6 Dec 1987 07:53:20 +0000 (23:53 -0800)]
old assignment operator

SCCS-vsn: local/sccscmds/sccscmds.2/util/lockit.c 5.2
SCCS-vsn: local/sccscmds/sccscmds.ok/util/lockit.c 5.2
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/delta.c 4.9
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/delta.c 4.9
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/scv.c 4.6
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/scv.c 4.6
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/stree.c 4.3
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/stree.c 4.3
SCCS-vsn: local/sccscmds/sccscmds.2/cmd/vc.c 4.2
SCCS-vsn: local/sccscmds/sccscmds.ok/cmd/vc.c 4.2
SCCS-vsn: sys/vax/if/if_css.c 7.2

36 years agodate and time created 87/12/05 15:46:12 by bostic
Keith Bostic [Sun, 6 Dec 1987 07:46:12 +0000 (23:46 -0800)]
date and time created 87/12/05 15:46:12 by bostic

SCCS-vsn: local/sccscmds/sccscmds.2/util/lockit.c 5.1
SCCS-vsn: local/sccscmds/sccscmds.ok/util/lockit.c 5.1

36 years agouse L_SET define for rewind call
Keith Bostic [Sun, 6 Dec 1987 06:49:33 +0000 (22:49 -0800)]
use L_SET define for rewind call

SCCS-vsn: lib/libc/stdio/fseek.3 6.4

36 years agoLog connections to hardwired ports
Marc Teitelbaum [Sat, 5 Dec 1987 12:11:44 +0000 (04:11 -0800)]
Log connections to hardwired ports

SCCS-vsn: usr.bin/tip/acu.c 5.5

36 years agoold assignment operator
Keith Bostic [Sat, 5 Dec 1987 11:07:45 +0000 (03:07 -0800)]
old assignment operator

SCCS-vsn: usr.bin/pascal/pxp/error.c 5.2
SCCS-vsn: usr.bin/pascal/pxp/yymain.c 5.3
SCCS-vsn: usr.bin/pascal/pxp/pmon.c 5.2
SCCS-vsn: usr.bin/pascal/src/error.c 5.2
SCCS-vsn: usr.bin/pascal/src/string.c 5.4
SCCS-vsn: old/lex/sub1.c 4.3

36 years agoget rid of old assignment operators
Keith Bostic [Sat, 5 Dec 1987 11:02:08 +0000 (03:02 -0800)]
get rid of old assignment operators

SCCS-vsn: old/make/gcos.c 4.4

36 years agoadd Berkeley header; make lint happier
Keith Bostic [Sat, 5 Dec 1987 10:52:48 +0000 (02:52 -0800)]
add Berkeley header; make lint happier

SCCS-vsn: usr.bin/tcopy/tcopy.c 5.6

36 years agostandard template
Keith Bostic [Sat, 5 Dec 1987 08:08:50 +0000 (00:08 -0800)]
standard template

SCCS-vsn: sys/tahoe/stand/vdformat/Makefile 1.5

36 years agoif rename successful wasn't setting owner/mode; removed call to rename,
Keith Bostic [Sat, 5 Dec 1987 06:34:15 +0000 (22:34 -0800)]
if rename successful wasn't setting owner/mode; removed call to rename,
redid logic to be a little more straight forward.  Berkeley headers.

SCCS-vsn: usr.bin/xinstall/xinstall.c 5.10

36 years agoadd Berkeley specific header
Keith Bostic [Sat, 5 Dec 1987 03:44:21 +0000 (19:44 -0800)]
add Berkeley specific header

SCCS-vsn: libexec/comsat/comsat.c 5.9

36 years agocan't use copyright string in libc, use std. LIBC_SCCS
Mike Karels [Sat, 5 Dec 1987 01:43:14 +0000 (17:43 -0800)]
can't use copyright string in libc, use std. LIBC_SCCS

SCCS-vsn: lib/libc/net/herror.c 6.1

36 years agocan't have copyright var in libc!
Mike Karels [Sat, 5 Dec 1987 01:41:08 +0000 (17:41 -0800)]
can't have copyright var in libc!

SCCS-vsn: lib/libc/net/herror.c 1.2

36 years agoput reasonable header on it
Keith Bostic [Fri, 4 Dec 1987 14:44:58 +0000 (06:44 -0800)]
put reasonable header on it

SCCS-vsn: lib/libc/gen/ctime.c 5.12

36 years agoadd Berkeley specific header
Keith Bostic [Fri, 4 Dec 1987 14:39:48 +0000 (06:39 -0800)]
add Berkeley specific header

SCCS-vsn: lib/libc/gen/timezone.c 5.7

36 years agobug report 4.3BSD/ucb/151; exit 0 on success
Keith Bostic [Fri, 4 Dec 1987 13:36:59 +0000 (05:36 -0800)]
bug report 4.3BSD/ucb/151; exit 0 on success

SCCS-vsn: old/whereis/whereis.c 5.2

36 years agooops - expand ENTRY() macro
Marc Teitelbaum [Fri, 4 Dec 1987 11:32:50 +0000 (03:32 -0800)]
oops - expand ENTRY() macro

SCCS-vsn: sys/vax/vax/udiv.s 7.3

36 years agoGrab newer version of udiv of libc/vax. This one was missing audiv().
Marc Teitelbaum [Fri, 4 Dec 1987 08:40:09 +0000 (00:40 -0800)]
Grab newer version of udiv of libc/vax. This one was missing audiv().

SCCS-vsn: sys/vax/vax/udiv.s 7.2

36 years agobug report 4.3BSD/ucb/149; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 09:32:09 +0000 (01:32 -0800)]
bug report 4.3BSD/ucb/149; exit 0 on success

SCCS-vsn: usr.bin/colrm/colrm.c 5.2

36 years agobug report 4.3BSD/usr.bin/114; fix typos/roods, add Kelvins/Rankines
Keith Bostic [Thu, 3 Dec 1987 09:28:51 +0000 (01:28 -0800)]
bug report 4.3BSD/usr.bin/114; fix typos/roods, add Kelvins/Rankines

SCCS-vsn: usr.bin/units/units.lib 4.2
SCCS-vsn: usr.bin/units/units.lib 4.2

36 years agoreformat to standard, add Berkeley header
Keith Bostic [Thu, 3 Dec 1987 09:19:10 +0000 (01:19 -0800)]
reformat to standard, add Berkeley header

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

36 years agobug report 4.3BSD/usr.bin/111; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 09:11:39 +0000 (01:11 -0800)]
bug report 4.3BSD/usr.bin/111; exit 0 on success

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

36 years agobug report 4.3BSD/usr.bin/110; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 08:46:57 +0000 (00:46 -0800)]
bug report 4.3BSD/usr.bin/110; exit 0 on success

SCCS-vsn: usr.bin/rev/rev.c 4.2

36 years agobug report 4.3BSD/usr.bin/109; don't dereference null pointers
Keith Bostic [Thu, 3 Dec 1987 08:44:04 +0000 (00:44 -0800)]
bug report 4.3BSD/usr.bin/109; don't dereference null pointers

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

36 years agobug report 4.3BSD/usr.bin/108; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 08:38:26 +0000 (00:38 -0800)]
bug report 4.3BSD/usr.bin/108; exit 0 on success

SCCS-vsn: old/eqn/checkeq/checkeq.c 4.3

36 years agobug report 4.3BSD/usr.bin/106; handle 1st arg as suffix of 2nd arg
Keith Bostic [Thu, 3 Dec 1987 08:10:53 +0000 (00:10 -0800)]
bug report 4.3BSD/usr.bin/106; handle 1st arg as suffix of 2nd arg
new header

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

36 years agobug report 4.3BSD/bin/107; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 08:02:01 +0000 (00:02 -0800)]
bug report 4.3BSD/bin/107; exit 0 on success

SCCS-vsn: bin/sync/sync.c 4.2

36 years agobug report 4.3BSD/bin/105; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 07:46:02 +0000 (23:46 -0800)]
bug report 4.3BSD/bin/105; exit 0 on success

SCCS-vsn: usr.bin/pagesize/pagesize.c 5.2

36 years agobug report 4.3BSD/bin/104; exit 0 on success
Keith Bostic [Thu, 3 Dec 1987 07:42:35 +0000 (23:42 -0800)]
bug report 4.3BSD/bin/104; exit 0 on success

SCCS-vsn: old/od/od.c 5.14

36 years agobug report 4.3BSD/ucb/148; null pointer dereference, syntax checking
Keith Bostic [Thu, 3 Dec 1987 06:53:01 +0000 (22:53 -0800)]
bug report 4.3BSD/ucb/148; null pointer dereference, syntax checking
on "hhmm" value, use stderr for error messages add Berkeley specific
header, originally written by Mark Horton.

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

36 years agobug report 4.3BSD/ucb/147; use varargs
Keith Bostic [Thu, 3 Dec 1987 06:31:23 +0000 (22:31 -0800)]
bug report 4.3BSD/ucb/147; use varargs

SCCS-vsn: old/more/more.c 5.15

36 years agobug report ucb/147; read executable header correctly; also, remove
Keith Bostic [Thu, 3 Dec 1987 06:28:20 +0000 (22:28 -0800)]
bug report ucb/147; read executable header correctly; also, remove
old max file size constants (they were wrong, anyway) and use new #defines
make lint a little happier

SCCS-vsn: old/more/more.c 5.14

36 years agoadd header; use correct #defines; make lint happy
Keith Bostic [Thu, 3 Dec 1987 06:04:48 +0000 (22:04 -0800)]
add header; use correct #defines; make lint happy

SCCS-vsn: lib/libc/stdio/rewind.c 5.3

36 years agonew template
Keith Bostic [Wed, 2 Dec 1987 13:03:18 +0000 (05:03 -0800)]
new template

SCCS-vsn: usr.bin/vgrind/Makefile 5.3
SCCS-vsn: usr.bin/plot/Makefile 4.10
SCCS-vsn: usr.bin/pascal/libpc/Makefile 1.23

36 years agodate.o is a binary file
Keith Bostic [Wed, 2 Dec 1987 12:21:06 +0000 (04:21 -0800)]
date.o is a binary file

SCCS-vsn: old/dbx/Makefile 5.9

36 years agorename so won't conflict with KA's rogue
Keith Bostic [Wed, 2 Dec 1987 10:02:48 +0000 (02:02 -0800)]
rename so won't conflict with KA's rogue

SCCS-vsn: games/rogue/Makefile 5.2

36 years agocleanup; make clean lable work
Keith Bostic [Wed, 2 Dec 1987 09:57:54 +0000 (01:57 -0800)]
cleanup; make clean lable work

SCCS-vsn: old/boggle/Makefile 5.8

36 years agotypo
Keith Bostic [Wed, 2 Dec 1987 09:54:47 +0000 (01:54 -0800)]
typo

SCCS-vsn: games/backgammon/backgammon/Makefile 5.10

36 years agodo tools directory also
Keith Bostic [Wed, 2 Dec 1987 09:34:26 +0000 (01:34 -0800)]
do tools directory also

SCCS-vsn: sbin/routed/Makefile 5.5

36 years agonew template
Keith Bostic [Wed, 2 Dec 1987 09:32:21 +0000 (01:32 -0800)]
new template

SCCS-vsn: sbin/routed/query/Makefile 5.2

36 years agoAndries fixed the linedrawing, at least he says so
Jaap Akkerhuis [Tue, 1 Dec 1987 16:38:57 +0000 (08:38 -0800)]
Andries fixed the linedrawing, at least he says so

SCCS-vsn: local/ditroff/ditroff.okeeffe/tbl/horlines.c 1.3
SCCS-vsn: local/ditroff/ditroff.okeeffe/tbl/main.c 1.5
SCCS-vsn: local/ditroff/ditroff.okeeffe/tbl/savrstor.c 1.4
SCCS-vsn: local/ditroff/ditroff.okeeffe/tbl/vertlines.c 1.3

36 years agoadd strings.o to clean: label
Keith Bostic [Tue, 1 Dec 1987 13:21:26 +0000 (05:21 -0800)]
add strings.o to clean: label

SCCS-vsn: bin/csh/Makefile 5.8

36 years agofix clean: label
Keith Bostic [Tue, 1 Dec 1987 13:18:20 +0000 (05:18 -0800)]
fix clean: label

SCCS-vsn: old/awk/Makefile 4.7

36 years agoremove awk.g.o, too
Keith Bostic [Tue, 1 Dec 1987 13:10:13 +0000 (05:10 -0800)]
remove awk.g.o, too

SCCS-vsn: old/awk/Makefile 4.7

36 years agoBerkeley code; add header
Keith Bostic [Tue, 1 Dec 1987 13:00:32 +0000 (05:00 -0800)]
Berkeley code; add header

SCCS-vsn: bin/ln/ln.c 4.10

36 years agomajor cleanup of mountfs and fixed a bug too!
Kirk McKusick [Tue, 1 Dec 1987 11:40:02 +0000 (03:40 -0800)]
major cleanup of mountfs and fixed a bug too!

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 7.7
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 7.7
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.7
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 7.7

36 years agotahoe release
Keith Bostic [Tue, 1 Dec 1987 10:50:01 +0000 (02:50 -0800)]
tahoe release

SCCS-vsn: lib/libm/tahoe/cabs.s 5.2
SCCS-vsn: lib/libm/tahoe/cbrt.s 5.2
SCCS-vsn: lib/libm/tahoe/infnan.s 5.2
SCCS-vsn: lib/libm/tahoe/mcount.sed 5.2
SCCS-vsn: lib/libm/tahoe/sqrt.s 5.2
SCCS-vsn: lib/libm/tahoe/support.s 5.2
SCCS-vsn: lib/libm/vax/Makefile 5.1
SCCS-vsn: lib/libm/vax/argred.s 5.1
SCCS-vsn: lib/libm/vax/atan2.s 5.1
SCCS-vsn: lib/libm/vax/cabs.s 5.1
SCCS-vsn: lib/libm/vax/cbrt.s 5.1
SCCS-vsn: lib/libm/vax/infnan.s 5.1
SCCS-vsn: lib/libm/vax/mcount.sed 5.1
SCCS-vsn: lib/libm/vax/sincos.s 5.1
SCCS-vsn: lib/libm/vax/sqrt.s 5.1
SCCS-vsn: lib/libm/vax/support.s 5.1
SCCS-vsn: lib/libm/vax/tan.s 5.1

36 years agodate and time created 87/11/30 18:46:50 by bostic
Keith Bostic [Tue, 1 Dec 1987 10:46:50 +0000 (02:46 -0800)]
date and time created 87/11/30 18:46:50 by bostic

SCCS-vsn: lib/libm/tahoe/infnan.s 5.1

36 years agotahoe release
Keith Bostic [Tue, 1 Dec 1987 10:46:18 +0000 (02:46 -0800)]
tahoe release

SCCS-vsn: lib/libm/national/Makefile 5.1
SCCS-vsn: lib/libm/national/sqrt.s 5.1
SCCS-vsn: lib/libm/national/support.s 5.1
SCCS-vsn: lib/libm/tahoe/cabs.s 5.1
SCCS-vsn: lib/libm/tahoe/cbrt.s 5.1
SCCS-vsn: lib/libm/tahoe/mcount.sed 5.1
SCCS-vsn: lib/libm/tahoe/sqrt.s 5.1
SCCS-vsn: lib/libm/tahoe/support.s 5.1

36 years agodate and time created 87/11/30 18:43:11 by bostic
Keith Bostic [Tue, 1 Dec 1987 10:43:11 +0000 (02:43 -0800)]
date and time created 87/11/30 18:43:11 by bostic

SCCS-vsn: lib/libm/national/mcount.sed 5.1

36 years agotahoe release
Keith Bostic [Tue, 1 Dec 1987 10:42:13 +0000 (02:42 -0800)]
tahoe release

SCCS-vsn: lib/libm/Makefile 5.1
SCCS-vsn: lib/libm/README 5.1
SCCS-vsn: lib/libm/common_source/acosh.c 5.1
SCCS-vsn: lib/libm/common_source/asincos.c 5.1
SCCS-vsn: lib/libm/common_source/asinh.c 5.1
SCCS-vsn: lib/libm/common_source/atan.c 5.1
SCCS-vsn: lib/libm/common_source/atanh.c 5.1
SCCS-vsn: lib/libm/common_source/cosh.c 5.1
SCCS-vsn: lib/libm/common_source/erf.c 5.1
SCCS-vsn: lib/libm/common_source/exp.c 5.1
SCCS-vsn: lib/libm/common_source/exp__E.c 5.1
SCCS-vsn: lib/libm/common_source/expm1.c 5.1
SCCS-vsn: lib/libm/common_source/floor.c 5.1
SCCS-vsn: lib/libm/common_source/j0.c 5.1
SCCS-vsn: lib/libm/common_source/j1.c 5.1
SCCS-vsn: lib/libm/common_source/jn.c 5.1
SCCS-vsn: lib/libm/common_source/lgamma.c 5.1
SCCS-vsn: lib/libm/common_source/log.c 5.1
SCCS-vsn: lib/libm/common_source/log10.c 5.1
SCCS-vsn: lib/libm/common_source/log1p.c 5.1
SCCS-vsn: lib/libm/common_source/log__L.c 5.1
SCCS-vsn: lib/libm/common_source/math.h 5.1
SCCS-vsn: lib/libm/common_source/pow.c 5.1
SCCS-vsn: lib/libm/common_source/sinh.c 5.1
SCCS-vsn: lib/libm/common_source/tanh.c 5.1
SCCS-vsn: lib/libm/common/Makefile 5.1
SCCS-vsn: lib/libm/common/atan2.c 5.1
SCCS-vsn: lib/libm/common/sincos.c 5.1
SCCS-vsn: lib/libm/common/tan.c 5.1
SCCS-vsn: lib/libm/common/trig.h 5.1
SCCS-vsn: lib/libm/ieee/Makefile 5.1
SCCS-vsn: lib/libm/ieee/cabs.c 5.1
SCCS-vsn: lib/libm/ieee/cbrt.c 5.1
SCCS-vsn: lib/libm/ieee/support.c 5.1

36 years agonew headers; handle subdirs
Keith Bostic [Tue, 1 Dec 1987 10:32:53 +0000 (02:32 -0800)]
new headers; handle subdirs

SCCS-vsn: lib/libm/Makefile 1.7

36 years agoadd header, labels
Keith Bostic [Tue, 1 Dec 1987 10:13:24 +0000 (02:13 -0800)]
add header, labels

SCCS-vsn: lib/libm/vax/Makefile 1.5

36 years agochecked in for zliu; added header, various labels
Keith Bostic [Tue, 1 Dec 1987 10:09:23 +0000 (02:09 -0800)]
checked in for zliu; added header, various labels

SCCS-vsn: lib/libm/national/Makefile 1.5

36 years agonew header; add clean label
Keith Bostic [Tue, 1 Dec 1987 10:05:42 +0000 (02:05 -0800)]
new header; add clean label

SCCS-vsn: lib/libm/common/Makefile 1.5

36 years agonew header; fix clean
Keith Bostic [Tue, 1 Dec 1987 10:04:45 +0000 (02:04 -0800)]
new header; fix clean

SCCS-vsn: lib/libm/ieee/Makefile 1.6

36 years agonew header
Keith Bostic [Tue, 1 Dec 1987 10:02:38 +0000 (02:02 -0800)]
new header

SCCS-vsn: lib/libm/ieee/Makefile 1.6

36 years agoBerkeley code, new header
Keith Bostic [Tue, 1 Dec 1987 10:01:54 +0000 (02:01 -0800)]
Berkeley code, new header

SCCS-vsn: lib/libm/common/Makefile 1.5

36 years agodate and time created 87/11/30 16:17:23 by bostic
Keith Bostic [Tue, 1 Dec 1987 08:17:23 +0000 (00:17 -0800)]
date and time created 87/11/30 16:17:23 by bostic

SCCS-vsn: games/dm/Makefile 5.1

36 years agoBerkeley code, add copyright
Keith Bostic [Tue, 1 Dec 1987 08:15:21 +0000 (00:15 -0800)]
Berkeley code, add copyright

SCCS-vsn: etc/dm.conf 5.3

36 years agoBerkeley code; correct copyright
Keith Bostic [Tue, 1 Dec 1987 08:09:44 +0000 (00:09 -0800)]
Berkeley code; correct copyright

SCCS-vsn: games/dm/dm.c 5.5

36 years agoBerkeley code, add copyright
Keith Bostic [Tue, 1 Dec 1987 07:09:22 +0000 (23:09 -0800)]
Berkeley code, add copyright

SCCS-vsn: games/number/number.c 4.4

36 years agoremove checkpass; just check for all lower case
Keith Bostic [Tue, 1 Dec 1987 04:47:33 +0000 (20:47 -0800)]
remove checkpass; just check for all lower case

SCCS-vsn: usr.bin/passwd/passwd.c 4.30

36 years agoBerkeley code; fix copyright
Keith Bostic [Tue, 1 Dec 1987 03:13:51 +0000 (19:13 -0800)]
Berkeley code; fix copyright

SCCS-vsn: lib/libc/stdio/mktemp.c 5.5

36 years agomention /dev/null, put on Berkeley copyright
Keith Bostic [Tue, 1 Dec 1987 03:06:06 +0000 (19:06 -0800)]
mention /dev/null, put on Berkeley copyright

SCCS-vsn: usr.bin/xinstall/install.1 6.4

36 years agoremove unused count from mapin
Mike Karels [Tue, 1 Dec 1987 02:58:30 +0000 (18:58 -0800)]
remove unused count from mapin

SCCS-vsn: sys/vax/include/vmparam.h 7.2

36 years agomapin, mapout removed
Mike Karels [Tue, 1 Dec 1987 02:58:00 +0000 (18:58 -0800)]
mapin, mapout removed

SCCS-vsn: sys/vax/vax/vm_machdep.c 7.2

36 years agobranch for tahoe release (no malloc)
Mike Karels [Tue, 1 Dec 1987 02:56:40 +0000 (18:56 -0800)]
branch for tahoe release (no malloc)

SCCS-vsn: sys/vax/vax/machdep.c 7.9.1.1
SCCS-vsn: sys/vax/include/pte.h 7.3.1.1

36 years agowritten by Howard Katseff; add Berkeley specific copyright
Keith Bostic [Tue, 1 Dec 1987 02:47:14 +0000 (18:47 -0800)]
written by Howard Katseff; add Berkeley specific copyright

SCCS-vsn: usr.bin/last/last.c 5.9

36 years agoAdded a PBUSY bit to mark the first register in a pair in the 'busy' array.
Donn Seeley [Mon, 30 Nov 1987 12:55:59 +0000 (04:55 -0800)]
Added a PBUSY bit to mark the first register in a pair in the 'busy' array.
New code in usable() uses this bit to identify sharable register pairs.
Other code that referred directly to the contents of the array had to
be modified slightly...

SCCS-vsn: old/pcc/mip/allo.c 4.10

36 years agoremove the scaling code for old harris emulation
Denise Draper [Fri, 27 Nov 1987 01:51:16 +0000 (17:51 -0800)]
remove the scaling code for old harris emulation

SCCS-vsn: local/ditroff/ditroff.okeeffe/devver/vsort.c 1.2

36 years agofrom Tim Stoehr
Keith Bostic [Thu, 26 Nov 1987 07:30:53 +0000 (23:30 -0800)]
from Tim Stoehr

SCCS-vsn: games/rogue/Makefile 5.1

36 years agowork even if the score file doesn't exist
Keith Bostic [Thu, 26 Nov 1987 07:27:56 +0000 (23:27 -0800)]
work even if the score file doesn't exist

SCCS-vsn: games/rogue/score.c 5.2

36 years agoscore/lock files in correct place
Keith Bostic [Thu, 26 Nov 1987 07:27:41 +0000 (23:27 -0800)]
score/lock files in correct place

SCCS-vsn: games/rogue/rogue.h 5.2

36 years agouse getpwuid, not getlogin, doesn't work over the net
Keith Bostic [Thu, 26 Nov 1987 07:27:28 +0000 (23:27 -0800)]
use getpwuid, not getlogin, doesn't work over the net

SCCS-vsn: games/rogue/machdep.c 5.2