unix-history/.git
34 years agogoing to change main, so reformat to KNF
Keith Bostic [Tue, 13 Mar 1990 03:18:06 +0000 (19:18 -0800)]
going to change main, so reformat to KNF

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

34 years agohave to include <sys/types.h> since now using u_long
Kirk McKusick [Tue, 13 Mar 1990 03:01:24 +0000 (19:01 -0800)]
have to include <sys/types.h> since now using u_long

SCCS-vsn: include/pwd.h 5.2

34 years agoremove rmt.c module, most of remote support, including .EXPORT,
Keith Bostic [Tue, 13 Mar 1990 02:42:46 +0000 (18:42 -0800)]
remove rmt.c module, most of remote support, including .EXPORT,
.EXPORTSAME, .NOEXPORT, -X and -x

SCCS-vsn: usr.bin/make/compat.c 5.3
SCCS-vsn: usr.bin/make/job.c 5.7
SCCS-vsn: usr.bin/make/main.c 5.8
SCCS-vsn: usr.bin/make/make.h 5.5
SCCS-vsn: usr.bin/make/nonints.h 5.3
SCCS-vsn: usr.bin/make/parse.c 5.5
SCCS-vsn: usr.bin/make/targ.c 5.4

34 years agowire in DEF_OLD_VARS, still needs more work (oldVars variable)
Keith Bostic [Tue, 13 Mar 1990 01:55:02 +0000 (17:55 -0800)]
wire in DEF_OLD_VARS, still needs more work (oldVars variable)

SCCS-vsn: usr.bin/make/config.h 5.7
SCCS-vsn: usr.bin/make/main.c 5.7
SCCS-vsn: usr.bin/make/var.c 5.4

34 years agouse genbuildname to place output file
Kirk McKusick [Tue, 13 Mar 1990 01:43:27 +0000 (17:43 -0800)]
use genbuildname to place output file

SCCS-vsn: old/as.vax/asmain.c 5.5

34 years agowire in '.' as include/define intro character
Keith Bostic [Tue, 13 Mar 1990 01:37:26 +0000 (17:37 -0800)]
wire in '.' as include/define intro character

SCCS-vsn: usr.bin/make/cond.c 5.5
SCCS-vsn: usr.bin/make/config.h 5.6
SCCS-vsn: usr.bin/make/parse.c 5.4

34 years agonew signal type; mv cursor to bottom when interrupted
Mike Karels [Tue, 13 Mar 1990 01:34:37 +0000 (17:34 -0800)]
new signal type; mv cursor to bottom when interrupted

SCCS-vsn: usr.bin/systat/cmds.c 5.7
SCCS-vsn: usr.bin/systat/main.c 5.7

34 years agoremove sparc #ifdef's
Keith Bostic [Tue, 13 Mar 1990 01:31:20 +0000 (17:31 -0800)]
remove sparc #ifdef's

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

34 years agoRemove NEED_FD_SET, FD_SETSIZE, NO_WAIT3, NO_VFORK, LIBTOC
Keith Bostic [Tue, 13 Mar 1990 01:30:20 +0000 (17:30 -0800)]
Remove NEED_FD_SET, FD_SETSIZE, NO_WAIT3, NO_VFORK, LIBTOC

SCCS-vsn: usr.bin/make/arch.c 5.4
SCCS-vsn: usr.bin/make/config.h 5.5
SCCS-vsn: usr.bin/make/job.c 5.5
SCCS-vsn: usr.bin/make/make.h 5.4

34 years agouse MAXHOSTNAMELEN
Mike Karels [Tue, 13 Mar 1990 01:27:15 +0000 (17:27 -0800)]
use MAXHOSTNAMELEN

SCCS-vsn: usr.bin/systat/systat.h 5.4

34 years agofilesystem reorg
Keith Bostic [Tue, 13 Mar 1990 01:24:17 +0000 (17:24 -0800)]
filesystem reorg

SCCS-vsn: lib/csu/vax/Makefile 5.10

34 years agomissed two Str_New's, include strings.h in make.h for everybody
Keith Bostic [Tue, 13 Mar 1990 01:19:54 +0000 (17:19 -0800)]
missed two Str_New's, include strings.h in make.h for everybody

SCCS-vsn: usr.bin/make/cond.c 5.4
SCCS-vsn: usr.bin/make/make.h 5.3
SCCS-vsn: usr.bin/make/str.c 5.5

34 years agoremove SYSV and is68k ifdef's
Keith Bostic [Tue, 13 Mar 1990 01:07:24 +0000 (17:07 -0800)]
remove SYSV and is68k ifdef's

SCCS-vsn: usr.bin/make/cond.c 5.3
SCCS-vsn: usr.bin/make/job.c 5.4
SCCS-vsn: usr.bin/make/main.c 5.6

34 years agoremove Sprite ifdef's
Keith Bostic [Tue, 13 Mar 1990 01:04:44 +0000 (17:04 -0800)]
remove Sprite ifdef's

SCCS-vsn: usr.bin/make/job.c 5.3
SCCS-vsn: usr.bin/make/main.c 5.5
SCCS-vsn: usr.bin/make/str.c 5.4

34 years agoStr_New -> strdup
Keith Bostic [Tue, 13 Mar 1990 01:00:07 +0000 (17:00 -0800)]
Str_New -> strdup

SCCS-vsn: usr.bin/make/arch.c 5.3
SCCS-vsn: usr.bin/make/dir.c 5.3
SCCS-vsn: usr.bin/make/nonints.h 5.2
SCCS-vsn: usr.bin/make/parse.c 5.3
SCCS-vsn: usr.bin/make/str.c 5.3
SCCS-vsn: usr.bin/make/suff.c 5.3
SCCS-vsn: usr.bin/make/targ.c 5.3
SCCS-vsn: usr.bin/make/var.c 5.3

34 years agoremove directory locking, including the -l flag
Keith Bostic [Tue, 13 Mar 1990 00:52:46 +0000 (16:52 -0800)]
remove directory locking, including the -l flag

SCCS-vsn: usr.bin/make/main.c 5.4
SCCS-vsn: usr.bin/make/config.h 5.4

34 years agoredo system makefile configuration for BSD
Keith Bostic [Tue, 13 Mar 1990 00:42:39 +0000 (16:42 -0800)]
redo system makefile configuration for BSD

SCCS-vsn: usr.bin/make/config.h 5.3
SCCS-vsn: usr.bin/make/main.c 5.3

34 years agoadd Berkeley specific copyright
Keith Bostic [Tue, 13 Mar 1990 00:13:48 +0000 (16:13 -0800)]
add Berkeley specific copyright

SCCS-vsn: usr.bin/make/lst.lib/lstInt.h 5.2

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

SCCS-vsn: usr.bin/make/lst.lib/lstInt.h 5.1

34 years agoI eliminated the definition of ROWSIZE because, with the change
Bob Corbett [Mon, 12 Mar 1990 14:41:11 +0000 (06:41 -0800)]
I eliminated the definition of ROWSIZE because, with the change
to warshall.c, it is no longer needed.  -rpc

SCCS-vsn: usr.bin/yacc/defs.h 5.3

34 years agoI fixed a bug in the code for reading literals. -rpc
Bob Corbett [Mon, 12 Mar 1990 14:35:40 +0000 (06:35 -0800)]
I fixed a bug in the code for reading literals.  -rpc

SCCS-vsn: usr.bin/yacc/reader.c 5.3

34 years agoI fixed an off-by-one error in the #line numbers. -rpc
Bob Corbett [Mon, 12 Mar 1990 14:34:00 +0000 (06:34 -0800)]
I fixed an off-by-one error in the #line numbers.  -rpc

SCCS-vsn: usr.bin/yacc/output.c 5.4

34 years agoI changed the banner to match the current revision of the skeleton.
Bob Corbett [Mon, 12 Mar 1990 14:32:16 +0000 (06:32 -0800)]
I changed the banner to match the current revision of the skeleton.
-rpc

SCCS-vsn: usr.bin/yacc/skeleton.c 5.4

34 years agoI fixed a portability problem. The code used to assume the conversion
Bob Corbett [Mon, 12 Mar 1990 14:28:46 +0000 (06:28 -0800)]
I fixed a portability problem.  The code used to assume the conversion
unsigned* -> unsigned -> unsigned* was safe.  -rpc

SCCS-vsn: usr.bin/yacc/warshall.c 5.2

34 years agoreorg; add cleandir
Keith Bostic [Mon, 12 Mar 1990 09:10:38 +0000 (01:10 -0800)]
reorg; add cleandir

SCCS-vsn: lib/csu/tahoe/Makefile 5.7

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 12 Mar 1990 09:03:31 +0000 (01:03 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/make/lst.lib/lstAppend.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstAtEnd.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstAtFront.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstClose.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstConcat.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstCur.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDatum.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDeQueue.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDestroy.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstDupl.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstEnQueue.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFake.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFind.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFindFrom.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstFirst.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstForEach.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstForEachFrom.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIndex.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstInit.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstInsert.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIsAtEnd.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstIsEmpty.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstLast.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstLength.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstMember.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstMove.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstNext.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstOpen.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstPred.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstPrev.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstRemove.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstReplace.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstSetCirc.c 5.2
SCCS-vsn: usr.bin/make/lst.lib/lstSucc.c 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 08:54:17 +0000 (00:54 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/lst.lib/lstAppend.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstAtEnd.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstAtFront.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstClose.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstConcat.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstCur.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstDatum.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstDeQueue.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstDestroy.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstDupl.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstEnQueue.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstFake.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstFind.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstFindFrom.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstFirst.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstForEach.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstForEachFrom.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstIndex.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstInit.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstInsert.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstIsAtEnd.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstIsEmpty.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstLast.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstLength.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstMember.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstMove.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstNext.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstOpen.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstPred.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstPrev.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstRemove.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstReplace.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstSetCirc.c 5.1
SCCS-vsn: usr.bin/make/lst.lib/lstSucc.c 5.1

34 years agoadd Berkeley specific copyright notices
Keith Bostic [Mon, 12 Mar 1990 08:50:55 +0000 (00:50 -0800)]
add Berkeley specific copyright notices

SCCS-vsn: usr.bin/make/buf.c 5.2
SCCS-vsn: usr.bin/make/hash.c 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 08:48:03 +0000 (00:48 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/buf.c 5.1
SCCS-vsn: usr.bin/make/hash.c 5.1

34 years agouse genbuildname to find input and place output files
Kirk McKusick [Mon, 12 Mar 1990 08:18:22 +0000 (00:18 -0800)]
use genbuildname to find input and place output files

SCCS-vsn: old/ld/ld.c 5.13

34 years agodelete .o file from build directory
Kirk McKusick [Mon, 12 Mar 1990 08:15:38 +0000 (00:15 -0800)]
delete .o file from build directory

SCCS-vsn: old/pcc/cc/cc.c 4.19

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 12 Mar 1990 08:01:04 +0000 (00:01 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/make/bit.h 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 08:00:41 +0000 (00:00 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/bit.h 5.1

34 years agoadd Berkeley specific copyright
Keith Bostic [Mon, 12 Mar 1990 07:59:15 +0000 (23:59 -0800)]
add Berkeley specific copyright

SCCS-vsn: usr.bin/make/buf.h 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 07:58:54 +0000 (23:58 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/buf.h 5.1

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 12 Mar 1990 07:55:18 +0000 (23:55 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/make/hash.h 5.2
SCCS-vsn: usr.bin/make/list.h 5.2
SCCS-vsn: usr.bin/make/lst.h 5.2
SCCS-vsn: usr.bin/make/sprite.h 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 07:49:05 +0000 (23:49 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/hash.h 5.1
SCCS-vsn: usr.bin/make/list.h 5.1
SCCS-vsn: usr.bin/make/lst.h 5.1
SCCS-vsn: usr.bin/make/sprite.h 5.1

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 12 Mar 1990 07:43:59 +0000 (23:43 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/make/config.h 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 07:43:07 +0000 (23:43 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/config.h 5.1

34 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 12 Mar 1990 07:39:42 +0000 (23:39 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: usr.bin/make/arch.c 5.2
SCCS-vsn: usr.bin/make/compat.c 5.2
SCCS-vsn: usr.bin/make/cond.c 5.2
SCCS-vsn: usr.bin/make/dir.c 5.2
SCCS-vsn: usr.bin/make/job.c 5.2
SCCS-vsn: usr.bin/make/job.h 5.2
SCCS-vsn: usr.bin/make/main.c 5.2
SCCS-vsn: usr.bin/make/make.c 5.2
SCCS-vsn: usr.bin/make/make.h 5.2
SCCS-vsn: usr.bin/make/parse.c 5.2
SCCS-vsn: usr.bin/make/str.c 5.2
SCCS-vsn: usr.bin/make/suff.c 5.2
SCCS-vsn: usr.bin/make/targ.c 5.2
SCCS-vsn: usr.bin/make/var.c 5.2

34 years agorelease 2.1 of pmake
Keith Bostic [Mon, 12 Mar 1990 07:27:57 +0000 (23:27 -0800)]
release 2.1 of pmake

SCCS-vsn: usr.bin/make/arch.c 5.1
SCCS-vsn: usr.bin/make/compat.c 5.1
SCCS-vsn: usr.bin/make/cond.c 5.1
SCCS-vsn: usr.bin/make/dir.c 5.1
SCCS-vsn: usr.bin/make/job.c 5.1
SCCS-vsn: usr.bin/make/job.h 5.1
SCCS-vsn: usr.bin/make/main.c 5.1
SCCS-vsn: usr.bin/make/make.c 5.1
SCCS-vsn: usr.bin/make/make.h 5.1
SCCS-vsn: usr.bin/make/nonints.h 5.1
SCCS-vsn: usr.bin/make/parse.c 5.1
SCCS-vsn: usr.bin/make/str.c 5.1
SCCS-vsn: usr.bin/make/suff.c 5.1
SCCS-vsn: usr.bin/make/targ.c 5.1
SCCS-vsn: usr.bin/make/utimes.c 5.1
SCCS-vsn: usr.bin/make/var.c 5.1

34 years agoremove /lib
Keith Bostic [Mon, 12 Mar 1990 07:19:36 +0000 (23:19 -0800)]
remove /lib

SCCS-vsn: old/ld/pathnames.h 5.2

34 years agoadd -m flag, configurable directory search path (/etc/man.config)
Keith Bostic [Mon, 12 Mar 1990 07:11:13 +0000 (23:11 -0800)]
add -m flag, configurable directory search path (/etc/man.config)
add man.config man page, redo man(1) man page, now AT&T free.  Change '-'
option to -c, other minor whacks

SCCS-vsn: usr.bin/man/Makefile 5.8
SCCS-vsn: usr.bin/man/man.1 6.8
SCCS-vsn: usr.bin/man/man.c 5.19
SCCS-vsn: usr.bin/man/pathnames.h 5.2

34 years agoadd -m flag, configurable search directories
Keith Bostic [Mon, 12 Mar 1990 07:08:37 +0000 (23:08 -0800)]
add -m flag, configurable search directories

SCCS-vsn: usr.bin/apropos/apropos.1 6.6
SCCS-vsn: usr.bin/apropos/apropos.c 5.9

34 years agodate and time created 90/03/11 15:08:02 by bostic
Keith Bostic [Mon, 12 Mar 1990 07:08:02 +0000 (23:08 -0800)]
date and time created 90/03/11 15:08:02 by bostic

SCCS-vsn: usr.bin/apropos/Makefile 5.1

34 years agoadd -m option, configurable search directories
Keith Bostic [Mon, 12 Mar 1990 07:06:10 +0000 (23:06 -0800)]
add -m option, configurable search directories

SCCS-vsn: usr.bin/whatis/whatis.1 6.5
SCCS-vsn: usr.bin/whatis/whatis.c 5.4

34 years agodate and time created 90/03/11 15:05:09 by bostic
Keith Bostic [Mon, 12 Mar 1990 07:05:09 +0000 (23:05 -0800)]
date and time created 90/03/11 15:05:09 by bostic

SCCS-vsn: usr.bin/whatis/Makefile 5.1

34 years agorename to locate command
Keith Bostic [Mon, 12 Mar 1990 04:17:41 +0000 (20:17 -0800)]
rename to locate command

SCCS-vsn: usr.bin/locate/locate/pathnames.h 5.4

34 years agomove fast lookup from find to locate
Keith Bostic [Mon, 12 Mar 1990 04:16:48 +0000 (20:16 -0800)]
move fast lookup from find to locate

SCCS-vsn: usr.bin/locate/locate/updatedb.csh 4.12

34 years agocheck first for sources in build area, then in current directory
Kirk McKusick [Mon, 12 Mar 1990 02:28:31 +0000 (18:28 -0800)]
check first for sources in build area, then in current directory

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

34 years agofix setting of mode (checkin for bostic by mckusick)
Keith Bostic [Mon, 12 Mar 1990 02:24:40 +0000 (18:24 -0800)]
fix setting of mode (checkin for bostic by mckusick)

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

34 years agohave to add explicit dependency on install.c as mkdep does not find it
Kirk McKusick [Mon, 12 Mar 1990 02:18:25 +0000 (18:18 -0800)]
have to add explicit dependency on install.c as mkdep does not find it

SCCS-vsn: usr.bin/xinstall/Makefile 5.3

34 years agouse genbuildname to find input and place output files
Kirk McKusick [Mon, 12 Mar 1990 01:31:36 +0000 (17:31 -0800)]
use genbuildname to find input and place output files

SCCS-vsn: old/ld/ld.c 5.13

34 years agouse genbuildname to place output file
Kirk McKusick [Mon, 12 Mar 1990 01:29:52 +0000 (17:29 -0800)]
use genbuildname to place output file

SCCS-vsn: old/as.tahoe/asmain.c 1.4

34 years agodelete _PATH_LIB usage
Keith Bostic [Sun, 11 Mar 1990 10:22:02 +0000 (02:22 -0800)]
delete _PATH_LIB usage

SCCS-vsn: old/ld/ld.c 5.12

34 years agoadd Berkeley specific copyright notices
Keith Bostic [Sun, 11 Mar 1990 05:38:42 +0000 (21:38 -0800)]
add Berkeley specific copyright notices

SCCS-vsn: old/whereis/whereis.1 6.3
SCCS-vsn: old/whereis/whereis.c 5.3

34 years agocheck character device root, not the block device
Kirk McKusick [Sat, 10 Mar 1990 10:01:49 +0000 (02:01 -0800)]
check character device root, not the block device

SCCS-vsn: sbin/fsck/main.c 5.20

34 years agomark mounted devices; do not mount devices in use;
Kirk McKusick [Sat, 10 Mar 1990 03:38:09 +0000 (19:38 -0800)]
mark mounted devices; do not mount devices in use;
flush out buffers remaining from previous uses

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

34 years agodo not allow mounted devices to be opened
Kirk McKusick [Sat, 10 Mar 1990 03:35:43 +0000 (19:35 -0800)]
do not allow mounted devices to be opened

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 7.23

34 years agoadd flags field to specinfo to mark mounted block devices
Kirk McKusick [Fri, 9 Mar 1990 09:16:05 +0000 (01:16 -0800)]
add flags field to specinfo to mark mounted block devices

SCCS-vsn: sys/sys/vnode.h 7.23

34 years agodelete exportfs system call; fill out vendor reserved system calls
Kirk McKusick [Fri, 9 Mar 1990 08:05:39 +0000 (00:05 -0800)]
delete exportfs system call; fill out vendor reserved system calls

SCCS-vsn: sys/kern/syscalls.master 7.16

34 years agoeliminate exportfs; functionality merged into mount
Kirk McKusick [Fri, 9 Mar 1990 07:59:35 +0000 (23:59 -0800)]
eliminate exportfs; functionality merged into mount

SCCS-vsn: sys/nfs/nfs_syscalls.c 7.10

34 years agoadd exportfs functionality
Kirk McKusick [Fri, 9 Mar 1990 07:57:52 +0000 (23:57 -0800)]
add exportfs functionality

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

34 years agoadd entry for the exports file
Kirk McKusick [Fri, 9 Mar 1990 07:24:34 +0000 (23:24 -0800)]
add entry for the exports file

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

34 years agocheck to see if ufs filesystem is being exported and mark appropriately
Kirk McKusick [Fri, 9 Mar 1990 07:23:48 +0000 (23:23 -0800)]
check to see if ufs filesystem is being exported and mark appropriately

SCCS-vsn: sbin/mount/mount.c 5.28

34 years agoexportfs is replaced by mount
Kirk McKusick [Fri, 9 Mar 1990 07:20:45 +0000 (23:20 -0800)]
exportfs is replaced by mount

SCCS-vsn: sbin/mountd/mountd.c 5.4

34 years agodo not split lines starting with . (4.3BSD-tahoe/ucb/58)
Kirk McKusick [Fri, 9 Mar 1990 06:10:32 +0000 (22:10 -0800)]
do not split lines starting with . (4.3BSD-tahoe/ucb/58)

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

34 years agoupdate specification of ufs_args
Kirk McKusick [Fri, 9 Mar 1990 03:51:36 +0000 (19:51 -0800)]
update specification of ufs_args

SCCS-vsn: lib/libc/sys/mount.2 6.9

34 years agoget rid of unneeded header files
Kirk McKusick [Fri, 9 Mar 1990 02:45:00 +0000 (18:45 -0800)]
get rid of unneeded header files

SCCS-vsn: sbin/mountd/mountd.c 5.3

34 years agoskip over -f flag (compatability with old/more)
Marc Teitelbaum [Fri, 9 Mar 1990 02:19:48 +0000 (18:19 -0800)]
skip over -f flag (compatability with old/more)

SCCS-vsn: usr.bin/more/option.c 5.10

34 years agoproperly print to end of doc when -o#- is requested (4.3BSD-tahoe/usr.bin/31)
Kirk McKusick [Thu, 8 Mar 1990 10:18:27 +0000 (02:18 -0800)]
properly print to end of doc when -o#- is requested (4.3BSD-tahoe/usr.bin/31)

SCCS-vsn: old/roff/common_source/n7.c 4.4

34 years agominor error inspec
Kirk McKusick [Thu, 8 Mar 1990 09:33:19 +0000 (01:33 -0800)]
minor error inspec

SCCS-vsn: lib/libc/sys/chflags.2 6.2

34 years agoreformating - inherit flag passed in trace flag.
Marc Teitelbaum [Thu, 8 Mar 1990 08:15:10 +0000 (00:15 -0800)]
reformating - inherit flag passed in trace flag.

SCCS-vsn: usr.bin/ktrace/ktrace.c 1.4

34 years agoinitialize inplast (from shumway@sun.com)
Kirk McKusick [Thu, 8 Mar 1990 07:30:05 +0000 (23:30 -0800)]
initialize inplast (from shumway@sun.com)

SCCS-vsn: sbin/fsck/setup.c 5.27

34 years agops -U -> kvm_mkdb
Marc Teitelbaum [Thu, 8 Mar 1990 06:53:45 +0000 (22:53 -0800)]
ps -U -> kvm_mkdb

SCCS-vsn: etc/rc 5.11

34 years agodate and time created 90/03/07 14:45:51 by marc
Marc Teitelbaum [Thu, 8 Mar 1990 06:45:51 +0000 (22:45 -0800)]
date and time created 90/03/07 14:45:51 by marc

SCCS-vsn: usr.sbin/kvm_mkdb/kvm_mkdb.c 5.1

34 years agodate and time created 90/03/07 14:45:49 by marc
Marc Teitelbaum [Thu, 8 Mar 1990 06:45:49 +0000 (22:45 -0800)]
date and time created 90/03/07 14:45:49 by marc

SCCS-vsn: usr.sbin/kvm_mkdb/kvm_mkdb.8 1.1

34 years agodate and time created 90/03/07 14:45:46 by marc
Marc Teitelbaum [Thu, 8 Mar 1990 06:45:46 +0000 (22:45 -0800)]
date and time created 90/03/07 14:45:46 by marc

SCCS-vsn: usr.sbin/kvm_mkdb/Makefile 1.1

34 years agof_fsid is now found in m_stat.f_fsid
Kirk McKusick [Wed, 7 Mar 1990 15:35:37 +0000 (07:35 -0800)]
f_fsid is now found in m_stat.f_fsid

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

34 years agom_fsid is now m_stat.f_fsid; m_bsize is now m_stat.f_bsize;
Kirk McKusick [Wed, 7 Mar 1990 15:35:03 +0000 (07:35 -0800)]
m_fsid is now m_stat.f_fsid; m_bsize is now m_stat.f_bsize;
nm_host and nm_path are now found in m_stat

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

34 years agom_fsid is now m_stat.f_fsid
Kirk McKusick [Wed, 7 Mar 1990 15:33:54 +0000 (07:33 -0800)]
m_fsid is now m_stat.f_fsid

SCCS-vsn: sys/nfs/nfs_subs.c 7.20

34 years agonm_host is now m_stat.f_mntfromname
Kirk McKusick [Wed, 7 Mar 1990 15:33:27 +0000 (07:33 -0800)]
nm_host is now m_stat.f_mntfromname

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

34 years agom_fsid is now m_stat.f_fsid
Kirk McKusick [Wed, 7 Mar 1990 15:32:44 +0000 (07:32 -0800)]
m_fsid is now m_stat.f_fsid

SCCS-vsn: sys/nfs/nfs_serv.c 7.16

34 years agom_bsize is now m_stat.f_bsize; m_fsid is now m_stat.f_fsid;
Kirk McKusick [Wed, 7 Mar 1990 15:32:14 +0000 (07:32 -0800)]
m_bsize is now m_stat.f_bsize; m_fsid is now m_stat.f_fsid;
only copy mntfrom and mnton if going to a new structure

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

34 years agohost and path are now found in m_stat
Kirk McKusick [Wed, 7 Mar 1990 15:31:01 +0000 (07:31 -0800)]
host and path are now found in m_stat

SCCS-vsn: sys/nfs/nfsmount.h 7.3

34 years agomntfrom and mnton are now maintained in m_stat
Kirk McKusick [Wed, 7 Mar 1990 15:30:22 +0000 (07:30 -0800)]
mntfrom and mnton are now maintained in m_stat

SCCS-vsn: sys/ufs/mfs/mfs_vfsops.c 7.10

34 years agom_bsize, m_fsize, m_fsid are now found in m_stat;
Kirk McKusick [Wed, 7 Mar 1990 15:29:43 +0000 (07:29 -0800)]
m_bsize, m_fsize, m_fsid are now found in m_stat;
mounton and mountfrom are now kept in m_stat

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

34 years agoreaddir now returns an eof indication
Kirk McKusick [Wed, 7 Mar 1990 15:28:13 +0000 (07:28 -0800)]
readdir now returns an eof indication

SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 7.33
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 7.33
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 7.33
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 7.33

34 years agomntname is now maintained in the mount table
Kirk McKusick [Wed, 7 Mar 1990 15:27:40 +0000 (07:27 -0800)]
mntname is now maintained in the mount table

SCCS-vsn: sys/ufs/ffs/ufsmount.h 7.4
SCCS-vsn: sys/ufs/ufs/ufsmount.h 7.4

34 years agostatfs structure is now cached in the mount table entry
Kirk McKusick [Wed, 7 Mar 1990 15:27:03 +0000 (07:27 -0800)]
statfs structure is now cached in the mount table entry

SCCS-vsn: sys/kern/vfs_syscalls.c 7.41

34 years agom_fsid is now found in m_stat.f_fsid
Kirk McKusick [Wed, 7 Mar 1990 15:25:56 +0000 (07:25 -0800)]
m_fsid is now found in m_stat.f_fsid

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

34 years agopack now takes a vnode instead of a dev
Kirk McKusick [Wed, 7 Mar 1990 15:24:51 +0000 (07:24 -0800)]
pack now takes a vnode instead of a dev

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

34 years agodynamically calculate the size of the "Filesystem" field
Kirk McKusick [Wed, 7 Mar 1990 15:18:23 +0000 (07:18 -0800)]
dynamically calculate the size of the "Filesystem" field

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

34 years agospecify MNT_NOWAIT when getting filesystem information
Kirk McKusick [Wed, 7 Mar 1990 14:03:20 +0000 (06:03 -0800)]
specify MNT_NOWAIT when getting filesystem information

SCCS-vsn: sbin/umount/umount.c 5.13

34 years agodo not trim leading pathname from special device name
Kirk McKusick [Wed, 7 Mar 1990 14:00:17 +0000 (06:00 -0800)]
do not trim leading pathname from special device name

SCCS-vsn: sbin/mount/mount.c 5.27

34 years agoadd MNT_NOWAIT parameter to getmntinfo
Kirk McKusick [Wed, 7 Mar 1990 13:23:58 +0000 (05:23 -0800)]
add MNT_NOWAIT parameter to getmntinfo

SCCS-vsn: sbin/mount/mount.c 5.26

34 years agoadd flags parameter to pass through to getfsstat(2)
Kirk McKusick [Wed, 7 Mar 1990 13:17:52 +0000 (05:17 -0800)]
add flags parameter to pass through to getfsstat(2)

SCCS-vsn: lib/libc/gen/getmntinfo.c 6.2
SCCS-vsn: lib/libc/gen/getmntinfo.3 6.2

34 years agoAT&T free version, from Michael Rendell (michael@stretch.cs.mun.ca)
Keith Bostic [Wed, 7 Mar 1990 13:14:10 +0000 (05:14 -0800)]
AT&T free version, from Michael Rendell (michael@stretch.cs.mun.ca)

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

34 years agoadd flags parameter to specify no waiting
Kirk McKusick [Wed, 7 Mar 1990 13:11:58 +0000 (05:11 -0800)]
add flags parameter to specify no waiting

SCCS-vsn: lib/libc/sys/getfsstat.2 6.3

34 years agoadd -n flag to skip calls to underlying filesystem
Kirk McKusick [Wed, 7 Mar 1990 13:02:06 +0000 (05:02 -0800)]
add -n flag to skip calls to underlying filesystem

SCCS-vsn: bin/df/df.c 5.15
SCCS-vsn: bin/df/df.1 6.4