unix-history/.git
34 years agoavoid multiple free's of mbufs (from tmt@osf and dab@cray)
Kirk McKusick [Wed, 21 Mar 1990 08:25:53 +0000 (00:25 -0800)]
avoid multiple free's of mbufs (from tmt@osf and dab@cray)

SCCS-vsn: sys/nfs/nfs_vfsops.c 7.18

34 years agoproc hash changes, 86 SLOGIN and SPTECHG
Marc Teitelbaum [Wed, 21 Mar 1990 07:58:51 +0000 (23:58 -0800)]
proc hash changes, 86 SLOGIN and SPTECHG

SCCS-vsn: sys/sys/proc.h 7.10

34 years agou_comm => p_comm, ttyp => session
Marc Teitelbaum [Wed, 21 Mar 1990 07:52:52 +0000 (23:52 -0800)]
u_comm => p_comm, ttyp => session

SCCS-vsn: sys/sys/user.h 7.9

34 years agoremove needless declaration
Thomas Ferrin [Wed, 21 Mar 1990 05:22:08 +0000 (21:22 -0800)]
remove needless declaration

SCCS-vsn: usr.sbin/lpr/common_source/displayq.c 5.12

34 years agoprevent stupid Ambiquous Command error on null input line
Thomas Ferrin [Wed, 21 Mar 1990 03:09:55 +0000 (19:09 -0800)]
prevent stupid Ambiquous Command error on null input line

SCCS-vsn: usr.sbin/lpr/lpc/lpc.c 5.9

34 years agovgone has to avoid reentry
Kirk McKusick [Tue, 20 Mar 1990 08:29:21 +0000 (00:29 -0800)]
vgone has to avoid reentry

SCCS-vsn: sys/kern/vfs_subr.c 7.32

34 years agoadd kvm, pwcache, man page for pwcache
Keith Bostic [Tue, 20 Mar 1990 08:24:17 +0000 (00:24 -0800)]
add kvm, pwcache, man page for pwcache

SCCS-vsn: lib/libutil/Makefile 5.4

34 years agorename DONTCARE as OPTIONAL
Keith Bostic [Tue, 20 Mar 1990 08:24:13 +0000 (00:24 -0800)]
rename DONTCARE as OPTIONAL

SCCS-vsn: usr.bin/make/job.c 5.11
SCCS-vsn: usr.bin/make/make.h 5.9
SCCS-vsn: usr.bin/make/parse.c 5.11
SCCS-vsn: usr.bin/make/targ.c 5.6

34 years agocode to create compilation directories or links
Kirk McKusick [Tue, 20 Mar 1990 08:10:26 +0000 (00:10 -0800)]
code to create compilation directories or links
(this delta should probably go away eventually)

SCCS-vsn: lib/libc/Makefile 4.36

34 years agonew filesystem organization
Keith Bostic [Tue, 20 Mar 1990 08:08:54 +0000 (00:08 -0800)]
new filesystem organization

SCCS-vsn: lib/libc/Makefile 4.35

34 years agorename .PMAKE variable as .MAKE, PMAKE environmental value to MAKE
Keith Bostic [Tue, 20 Mar 1990 04:33:50 +0000 (20:33 -0800)]
rename .PMAKE variable as .MAKE, PMAKE environmental value to MAKE

SCCS-vsn: usr.bin/make/main.c 5.15
SCCS-vsn: usr.bin/make/str.c 5.7

34 years agoredo DEBUG stuff, adding DEBUG_GRAPH[12], deleting -dr.
Keith Bostic [Tue, 20 Mar 1990 03:26:43 +0000 (19:26 -0800)]
redo DEBUG stuff, adding DEBUG_GRAPH[12], deleting -dr.

SCCS-vsn: usr.bin/make/make.h 5.8

34 years agomove -p to -dg1 and -dg2; delete -W (noWarnings) flag; move -J to -j;
Keith Bostic [Tue, 20 Mar 1990 03:24:51 +0000 (19:24 -0800)]
move -p to -dg1 and -dg2; delete -W (noWarnings) flag; move -J to -j;
move -d* to -dA; comment out -L, -P, and -S, for later deletion

SCCS-vsn: usr.bin/make/main.c 5.14

34 years agodelete -W (noWarnings) flag
Keith Bostic [Tue, 20 Mar 1990 03:19:43 +0000 (19:19 -0800)]
delete -W (noWarnings) flag

SCCS-vsn: usr.bin/make/compat.c 5.5
SCCS-vsn: usr.bin/make/parse.c 5.10

34 years agoyow! can't define fonts in a different order than before!
Mike Karels [Tue, 20 Mar 1990 02:42:22 +0000 (18:42 -0800)]
yow! can't define fonts in a different order than before!

SCCS-vsn: local/transcript/src/enscript.c 1.5

34 years agoStr_BreakString -> brk_string, delete Str_FreeVec; add emalloc, enomem
Keith Bostic [Tue, 20 Mar 1990 02:04:44 +0000 (18:04 -0800)]
Str_BreakString -> brk_string, delete Str_FreeVec; add emalloc, enomem
add object directory, as specified by MAKEOBJDIR/_PATH_OBJDIR, and CURDIR variable

SCCS-vsn: usr.bin/make/main.c 5.13

34 years agoreformat, rewrite Str_Concat as str_concat, Str_BreakString as brk_string
Keith Bostic [Tue, 20 Mar 1990 02:00:44 +0000 (18:00 -0800)]
reformat, rewrite Str_Concat as str_concat, Str_BreakString as brk_string
the former shouldn't matter, the latter should reduce mallocs immensely

SCCS-vsn: usr.bin/make/str.c 5.6

34 years agoStr_BreakString -> brk_string; delete Str_FreeVec; other minor whacks
Keith Bostic [Tue, 20 Mar 1990 01:59:46 +0000 (17:59 -0800)]
Str_BreakString -> brk_string; delete Str_FreeVec; other minor whacks

SCCS-vsn: usr.bin/make/nonints.h 5.4

34 years agoreplace malloc with emalloc; Str_Concat -> str_concat
Keith Bostic [Tue, 20 Mar 1990 01:58:41 +0000 (17:58 -0800)]
replace malloc with emalloc; Str_Concat -> str_concat

SCCS-vsn: usr.bin/make/parse.c 5.9

34 years agoreplace malloc with emalloc
Keith Bostic [Tue, 20 Mar 1990 01:58:16 +0000 (17:58 -0800)]
replace malloc with emalloc

SCCS-vsn: usr.bin/make/targ.c 5.5
SCCS-vsn: usr.bin/make/var.c 5.6

34 years agoreplace malloc with emalloc; Str_Concat -> str_concat
Keith Bostic [Tue, 20 Mar 1990 01:57:36 +0000 (17:57 -0800)]
replace malloc with emalloc; Str_Concat -> str_concat

SCCS-vsn: usr.bin/make/suff.c 5.5

34 years agoI might as well use nonints, too, but I don't like it much
Keith Bostic [Tue, 20 Mar 1990 01:56:40 +0000 (17:56 -0800)]
I might as well use nonints, too, but I don't like it much

SCCS-vsn: usr.bin/make/make.h 5.7

34 years agoreplace malloc with emalloc; Str_Concat -> str_concat;
Keith Bostic [Tue, 20 Mar 1990 01:56:08 +0000 (17:56 -0800)]
replace malloc with emalloc; Str_Concat -> str_concat;
Str_BreakString -> brk_string, no longer need Str_FreeVec

SCCS-vsn: usr.bin/make/job.c 5.10

34 years agoreplace malloc with emalloc; Str_Concat -> str_concat
Keith Bostic [Tue, 20 Mar 1990 01:55:22 +0000 (17:55 -0800)]
replace malloc with emalloc; Str_Concat -> str_concat

SCCS-vsn: usr.bin/make/dir.c 5.4

34 years agoStr_BreakString -> brk_string; no longer need Str_FreeVec
Keith Bostic [Tue, 20 Mar 1990 01:52:44 +0000 (17:52 -0800)]
Str_BreakString -> brk_string; no longer need Str_FreeVec

SCCS-vsn: usr.bin/make/compat.c 5.4

34 years agoreplace malloc with emalloc
Keith Bostic [Tue, 20 Mar 1990 01:51:29 +0000 (17:51 -0800)]
replace malloc with emalloc

SCCS-vsn: usr.bin/make/hash.c 5.3
SCCS-vsn: usr.bin/make/arch.c 5.5
SCCS-vsn: usr.bin/make/buf.c 5.3

34 years agoupdate; -s, -v, no longer truncates
Mike Karels [Mon, 19 Mar 1990 11:15:17 +0000 (03:15 -0800)]
update; -s, -v, no longer truncates

SCCS-vsn: local/transcript/man/enscript.1 1.2

34 years agocurrent version, from Adobe
Mike Karels [Mon, 19 Mar 1990 11:09:32 +0000 (03:09 -0800)]
current version, from Adobe

SCCS-vsn: local/transcript/man/enscript.1 1.1

34 years agowrap lines that are too long; parameterize font sizes;
Mike Karels [Mon, 19 Mar 1990 11:07:25 +0000 (03:07 -0800)]
wrap lines that are too long; parameterize font sizes;
add -s header ala ^Hheader for gaudy; bigger font for gaudy by default

SCCS-vsn: local/transcript/src/enscript.c 1.4

34 years agoreplace chained if's with a switch
Keith Bostic [Sun, 18 Mar 1990 07:33:12 +0000 (23:33 -0800)]
replace chained if's with a switch

SCCS-vsn: usr.bin/make/var.c 5.5

34 years agoadd .depend inclusion; fixes for object directory (add CURDIR)
Keith Bostic [Sun, 18 Mar 1990 07:17:12 +0000 (23:17 -0800)]
add .depend inclusion; fixes for object directory (add CURDIR)

SCCS-vsn: share/mk/bsd.prog.mk 5.6

34 years agofixes for object directories (add CURDIR)
Keith Bostic [Sun, 18 Mar 1990 07:16:46 +0000 (23:16 -0800)]
fixes for object directories (add CURDIR)

SCCS-vsn: share/mk/bsd.subdir.mk 5.3

34 years agofull paths for ci, co
Keith Bostic [Sun, 18 Mar 1990 07:16:27 +0000 (23:16 -0800)]
full paths for ci, co

SCCS-vsn: share/mk/sys.mk 5.5

34 years agoadd pathnames.h, redefining some paths
Keith Bostic [Sun, 18 Mar 1990 06:28:03 +0000 (22:28 -0800)]
add pathnames.h, redefining some paths

SCCS-vsn: usr.bin/make/job.c 5.9
SCCS-vsn: usr.bin/make/parse.c 5.8
SCCS-vsn: usr.bin/make/config.h 5.8

34 years agoadd stdin, stdout, stderr and fd/*
Keith Bostic [Sat, 17 Mar 1990 06:29:43 +0000 (22:29 -0800)]
add stdin, stdout, stderr and fd/*

SCCS-vsn: etc/etc.tahoe/MAKEDEV 5.11

34 years agoadd stdin, stdout, stderr, and fd/*; use PATH, not absolute paths
Keith Bostic [Sat, 17 Mar 1990 06:27:45 +0000 (22:27 -0800)]
add stdin, stdout, stderr, and fd/*; use PATH, not absolute paths

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

34 years agoalphabetical order
Keith Bostic [Sat, 17 Mar 1990 04:01:46 +0000 (20:01 -0800)]
alphabetical order

SCCS-vsn: share/mk/bsd.subdir.mk 5.2

34 years agorework for pmake 2.1
Keith Bostic [Sat, 17 Mar 1990 04:01:28 +0000 (20:01 -0800)]
rework for pmake 2.1

SCCS-vsn: share/mk/bsd.prog.mk 5.5

34 years agoremove .INCLUDES, it's going away
Keith Bostic [Sat, 17 Mar 1990 04:01:09 +0000 (20:01 -0800)]
remove .INCLUDES, it's going away

SCCS-vsn: share/mk/sys.mk 5.4

34 years agodate and time created 90/03/16 08:48:31 by bostic
Keith Bostic [Sat, 17 Mar 1990 00:48:31 +0000 (16:48 -0800)]
date and time created 90/03/16 08:48:31 by bostic

SCCS-vsn: share/mk/bsd.subdir.mk 5.1

34 years agoupdate for separate machine compilation
Kirk McKusick [Fri, 16 Mar 1990 13:54:31 +0000 (05:54 -0800)]
update for separate machine compilation

SCCS-vsn: lib/csu/tahoe/Makefile 5.8
SCCS-vsn: lib/csu/vax/Makefile 5.11

34 years agodate and time created 90/03/15 21:42:34 by mckusick
Kirk McKusick [Fri, 16 Mar 1990 13:42:34 +0000 (05:42 -0800)]
date and time created 90/03/15 21:42:34 by mckusick

SCCS-vsn: lib/libc/gen/genbuildname.3 5.1

34 years agoupdate for new filesystem organization
Kirk McKusick [Fri, 16 Mar 1990 12:14:08 +0000 (04:14 -0800)]
update for new filesystem organization

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

34 years agospecifiy precise include paths
Kirk McKusick [Fri, 16 Mar 1990 12:08:17 +0000 (04:08 -0800)]
specifiy precise include paths

SCCS-vsn: sys/vax/stand/qdcons.c 7.3
SCCS-vsn: sys/vax/stand/qvcons.c 7.5

34 years agoupdate to use dinode.h instead of inode.h
Kirk McKusick [Fri, 16 Mar 1990 12:06:44 +0000 (04:06 -0800)]
update to use dinode.h instead of inode.h

SCCS-vsn: sys/stand.att/dev.c 7.6
SCCS-vsn: sys/stand.att/ls.c 7.7

34 years agoupdate location of include files
Bill Joy [Fri, 16 Mar 1990 11:54:18 +0000 (03:54 -0800)]
update location of include files

SCCS-vsn: sys/stand.att/ls.c 7.6
SCCS-vsn: sys/stand.att/printn.c 7.2
SCCS-vsn: sys/stand.att/getfile.c 7.3
SCCS-vsn: sys/stand.att/dev.c 7.5

34 years agoupdate to use dinode.h instead of inode.h
Kirk McKusick [Fri, 16 Mar 1990 11:50:32 +0000 (03:50 -0800)]
update to use dinode.h instead of inode.h

SCCS-vsn: sys/stand.att/sys.c 7.9

34 years agoupdate to use dinode.h instead of inode.h
Kirk McKusick [Fri, 16 Mar 1990 11:50:29 +0000 (03:50 -0800)]
update to use dinode.h instead of inode.h
(may have been distributed as revision 7.8)

SCCS-vsn: sys/stand.att/saio.h 7.13

34 years agospecify pathnames for includes
Bill Joy [Fri, 16 Mar 1990 10:10:22 +0000 (02:10 -0800)]
specify pathnames for includes

SCCS-vsn: sys/stand.att/sys.c 7.8

34 years agonotify mountd of changes by signalling pid stored in /var/run/mountd.pid
Kirk McKusick [Fri, 16 Mar 1990 09:26:17 +0000 (01:26 -0800)]
notify mountd of changes by signalling pid stored in /var/run/mountd.pid

SCCS-vsn: sbin/mount/mount.c 5.29
SCCS-vsn: sbin/mount/pathnames.h 6.3

34 years agostore pid in /var/run/mountd.pid for mount to notify of changes
Kirk McKusick [Fri, 16 Mar 1990 09:24:56 +0000 (01:24 -0800)]
store pid in /var/run/mountd.pid for mount to notify of changes

SCCS-vsn: sbin/mountd/mountd.c 5.5
SCCS-vsn: sbin/mountd/pathnames.h 6.2

34 years agoadd _PATH_PIDFILE
Kirk McKusick [Fri, 16 Mar 1990 08:41:33 +0000 (00:41 -0800)]
add _PATH_PIDFILE

SCCS-vsn: sbin/mountd/pathnames.h 6.2

34 years agodate and time created 90/03/15 13:04:23 by bostic
Keith Bostic [Fri, 16 Mar 1990 05:04:23 +0000 (21:04 -0800)]
date and time created 90/03/15 13:04:23 by bostic

SCCS-vsn: share/misc/operator 5.1

34 years agoinitialize exitval in the right place
Keith Bostic [Thu, 15 Mar 1990 09:46:07 +0000 (01:46 -0800)]
initialize exitval in the right place

SCCS-vsn: usr.bin/tput/tput.c 5.5

34 years agoredo for/from POSIX 1003.1; add Berkeley specific copyright notice
Keith Bostic [Thu, 15 Mar 1990 09:06:59 +0000 (01:06 -0800)]
redo for/from POSIX 1003.1; add Berkeley specific copyright notice

SCCS-vsn: sys/sys/stat.h 7.4

34 years agoenvinit must be initialized to NULL
Keith Bostic [Thu, 15 Mar 1990 07:14:56 +0000 (23:14 -0800)]
envinit must be initialized to NULL

SCCS-vsn: usr.bin/login/login.c 5.50

34 years agodate and time created 90/03/13 17:51:35 by mckusick
Kirk McKusick [Wed, 14 Mar 1990 09:51:35 +0000 (01:51 -0800)]
date and time created 90/03/13 17:51:35 by mckusick

SCCS-vsn: lib/libc/gen/genbuildname.c 5.1

34 years agoendpwent and setpwfile return void
Kirk McKusick [Wed, 14 Mar 1990 09:44:42 +0000 (01:44 -0800)]
endpwent and setpwfile return void

SCCS-vsn: include/pwd.h 5.3

34 years agoendgrent and setgrfile return void, not int
Kirk McKusick [Wed, 14 Mar 1990 09:41:36 +0000 (01:41 -0800)]
endgrent and setgrfile return void, not int

SCCS-vsn: include/grp.h 4.5

34 years agohave to include <sys/types.h>
Kirk McKusick [Wed, 14 Mar 1990 09:32:41 +0000 (01:32 -0800)]
have to include <sys/types.h>

SCCS-vsn: include/time.h 5.3

34 years agohave to really get the inode before it can be modified
Kirk McKusick [Wed, 14 Mar 1990 08:44:09 +0000 (00:44 -0800)]
have to really get the inode before it can be modified

SCCS-vsn: sbin/fsck/pass1.c 5.12

34 years agoonly interrupt for user requested signals
Kirk McKusick [Wed, 14 Mar 1990 06:34:23 +0000 (22:34 -0800)]
only interrupt for user requested signals

SCCS-vsn: sys/nfs/nfs_socket.c 7.9

34 years agoreturn real error, not always ENOENT (from gmf@osf.org)
Kirk McKusick [Wed, 14 Mar 1990 06:32:58 +0000 (22:32 -0800)]
return real error, not always ENOENT (from gmf@osf.org)

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

34 years agodon't set todr to time zero
Mike Karels [Wed, 14 Mar 1990 05:13:12 +0000 (21:13 -0800)]
don't set todr to time zero

SCCS-vsn: sys/vax/vax/clock.c 7.5

34 years agomissing parenthesis (from hibler)
Kirk McKusick [Wed, 14 Mar 1990 04:12:34 +0000 (20:12 -0800)]
missing parenthesis (from hibler)

SCCS-vsn: bin/df/df.c 5.17

34 years agouser_from_uid has a new argument
Keith Bostic [Wed, 14 Mar 1990 04:10:46 +0000 (20:10 -0800)]
user_from_uid has a new argument

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

34 years agonew flag to user_from_uid and group_from_gid
Keith Bostic [Wed, 14 Mar 1990 04:09:08 +0000 (20:09 -0800)]
new flag to user_from_uid and group_from_gid

SCCS-vsn: bin/ls/print.c 5.19

34 years agoadd nouser/nogroup flag so program can find out if failed
Keith Bostic [Wed, 14 Mar 1990 04:07:48 +0000 (20:07 -0800)]
add nouser/nogroup flag so program can find out if failed

SCCS-vsn: lib/libc/gen/pwcache.3 5.2
SCCS-vsn: lib/libc/gen/pwcache.c 5.3

34 years agocheckpoint (lots of stuff)
Keith Bostic [Wed, 14 Mar 1990 03:07:08 +0000 (19:07 -0800)]
checkpoint (lots of stuff)

SCCS-vsn: share/mk/sys.mk 5.3

34 years agofix varargs stuff; ignore second and rest of multiple command lines
Keith Bostic [Tue, 13 Mar 1990 13:28:16 +0000 (05:28 -0800)]
fix varargs stuff; ignore second and rest of multiple command lines

SCCS-vsn: usr.bin/make/parse.c 5.7

34 years agoadd MACHINE global variable
Keith Bostic [Tue, 13 Mar 1990 13:18:56 +0000 (05:18 -0800)]
add MACHINE global variable

SCCS-vsn: usr.bin/make/main.c 5.12

34 years agominor reformatting, make VARARGS stuff right
Keith Bostic [Tue, 13 Mar 1990 09:35:18 +0000 (01:35 -0800)]
minor reformatting, make VARARGS stuff right

SCCS-vsn: usr.bin/make/main.c 5.11

34 years agoupdate for new ps structure
Kirk McKusick [Tue, 13 Mar 1990 08:35:51 +0000 (00:35 -0800)]
update for new ps structure

SCCS-vsn: bin/ps/Makefile 5.2

34 years agodate and time created 90/03/12 15:48:29 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:29 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:29 by bill

SCCS-vsn: sys/i386/include/tss.h 1.1

34 years agodate and time created 90/03/12 15:48:27 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:27 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:27 by bill

SCCS-vsn: sys/i386/include/trap.h 1.1

34 years agodate and time created 90/03/12 15:48:25 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:25 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:25 by bill

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

34 years agodate and time created 90/03/12 15:48:24 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:24 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:24 by bill

SCCS-vsn: sys/i386/i386/sys_machdep.c 1.1

34 years agodate and time created 90/03/12 15:48:23 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:23 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:23 by bill

SCCS-vsn: sys/i386/i386/swapgeneric.c 1.1

34 years agodate and time created 90/03/12 15:48:21 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:21 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:21 by bill

SCCS-vsn: sys/i386/include/segments.h 1.1

34 years agodate and time created 90/03/12 15:48:18 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:18 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:18 by bill

SCCS-vsn: sys/i386/include/reg.h 1.1

34 years agodate and time created 90/03/12 15:48:16 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:16 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:16 by bill

SCCS-vsn: sys/i386/include/pte.h 1.1

34 years agodate and time created 90/03/12 15:48:15 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:15 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:15 by bill

SCCS-vsn: sys/i386/include/psl.h 1.1

34 years agodate and time created 90/03/12 15:48:14 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:14 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:14 by bill

SCCS-vsn: sys/i386/include/pcb.h 1.1

34 years agodate and time created 90/03/12 15:48:08 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:08 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:08 by bill

SCCS-vsn: sys/i386/i386/mem.c 1.1

34 years agodate and time created 90/03/12 15:48:07 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:07 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:07 by bill

SCCS-vsn: sys/i386/include/param.h 1.1

34 years agodate and time created 90/03/12 15:48:05 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:05 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:05 by bill

SCCS-vsn: sys/i386/i386/machdep.c 1.1

34 years agodate and time created 90/03/12 15:48:01 by bill
Bill Joy [Tue, 13 Mar 1990 07:48:01 +0000 (23:48 -0800)]
date and time created 90/03/12 15:48:01 by bill

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

34 years agodate and time created 90/03/12 15:47:54 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:54 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:54 by bill

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

34 years agodate and time created 90/03/12 15:47:53 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:53 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:53 by bill

SCCS-vsn: sys/i386/include/frame.h 1.1

34 years agodate and time created 90/03/12 15:47:52 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:52 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:52 by bill

SCCS-vsn: sys/i386/include/npx.h 1.1

34 years agodate and time created 90/03/12 15:47:50 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:50 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:50 by bill

SCCS-vsn: sys/i386/include/dkio.h 1.1

34 years agodate and time created 90/03/12 15:47:49 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:49 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:49 by bill

SCCS-vsn: sys/i386/i386/dkbad.c 1.1

34 years agodate and time created 90/03/12 15:47:47 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:47 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:47 by bill

SCCS-vsn: sys/i386/include/cpu.h 1.1

34 years agodate and time created 90/03/12 15:47:44 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:44 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:44 by bill

SCCS-vsn: sys/i386/i386/conf.c 1.1

34 years agodate and time created 90/03/12 15:47:40 by bill
Bill Joy [Tue, 13 Mar 1990 07:47:40 +0000 (23:47 -0800)]
date and time created 90/03/12 15:47:40 by bill

SCCS-vsn: sys/i386/i386/autoconf.c 1.1

34 years agorelease 2.1 of pmake
Keith Bostic [Tue, 13 Mar 1990 06:16:43 +0000 (22:16 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/PSD.doc/tutorial.ms 5.1

34 years agochanges to support getkerninfo()
Keith Sklower [Tue, 13 Mar 1990 05:42:09 +0000 (21:42 -0800)]
changes to support getkerninfo()

SCCS-vsn: sys/net/rtsock.c 7.7

34 years agochanges to support cloning routes
Keith Sklower [Tue, 13 Mar 1990 05:40:46 +0000 (21:40 -0800)]
changes to support cloning routes

SCCS-vsn: sys/net/route.h 7.7

34 years agorework to always be "make". Deleted -M, -B, -C, -v. Partial deletion
Keith Bostic [Tue, 13 Mar 1990 04:20:08 +0000 (20:20 -0800)]
rework to always be "make".  Deleted -M, -B, -C, -v.  Partial deletion
of .NULL.  Never remove leading components in file search.  # is always a
comment.  Print usage line, not message.  Make vararg'd routines right.

SCCS-vsn: usr.bin/make/job.c 5.8
SCCS-vsn: usr.bin/make/main.c 5.10
SCCS-vsn: usr.bin/make/make.h 5.6
SCCS-vsn: usr.bin/make/parse.c 5.6
SCCS-vsn: usr.bin/make/suff.c 5.4

34 years agothis version works with getkerninfo call.
Keith Sklower [Tue, 13 Mar 1990 03:24:19 +0000 (19:24 -0800)]
this version works with getkerninfo call.

SCCS-vsn: sbin/route/route.c 5.18