unix-history/.git
33 years agoSKIP -> skipobj, cleanup, get padding and archive creation right
Keith Bostic [Mon, 11 Mar 1991 07:36:46 +0000 (23:36 -0800)]
SKIP -> skipobj, cleanup, get padding and archive creation right

SCCS-vsn: usr.bin/ar/delete.c 5.3

33 years agoSKIP -> skipobj
Keith Bostic [Mon, 11 Mar 1991 07:36:29 +0000 (23:36 -0800)]
SKIP -> skipobj

SCCS-vsn: usr.bin/ar/contents.c 5.3

33 years agocleanup, get padding and archive creation right, delete SKIP macro
Keith Bostic [Mon, 11 Mar 1991 07:36:19 +0000 (23:36 -0800)]
cleanup, get padding and archive creation right, delete SKIP macro

SCCS-vsn: usr.bin/ar/archive.h 5.2

33 years agofold header.c routines in; add skipobj routine instead of using a macro
Keith Bostic [Mon, 11 Mar 1991 07:35:44 +0000 (23:35 -0800)]
fold header.c routines in; add skipobj routine instead of using a macro
cleanup, get padding and archive creation right

SCCS-vsn: usr.bin/ar/archive.c 5.2

33 years agocleanup, get padding and archive creation right
Keith Bostic [Mon, 11 Mar 1991 07:34:43 +0000 (23:34 -0800)]
cleanup, get padding and archive creation right

SCCS-vsn: usr.bin/ar/append.c 5.2

33 years agonew fts(3) sets errno correctly, don't second-guess it; bring man page
Keith Bostic [Mon, 11 Mar 1991 06:51:37 +0000 (22:51 -0800)]
new fts(3) sets errno correctly, don't second-guess it; bring man page
up to date with POSIX.2 Draft 11, add COMPATIBILITY section

SCCS-vsn: bin/rm/rm.c 4.26
SCCS-vsn: bin/rm/rm.1 6.6

33 years agorework to set errno on fts_info error cases, return names from unsearchable
Keith Bostic [Mon, 11 Mar 1991 04:25:46 +0000 (20:25 -0800)]
rework to set errno on fts_info error cases, return names from unsearchable
directories

SCCS-vsn: lib/libc/gen/fts.c 5.14
SCCS-vsn: lib/libc/gen/fts.3 5.9

33 years agonon-AT&T implementations of frexp.c in machine/gen/frexp.c
Keith Bostic [Mon, 11 Mar 1991 04:25:04 +0000 (20:25 -0800)]
non-AT&T implementations of frexp.c in machine/gen/frexp.c

SCCS-vsn: lib/libc/gen/Makefile.inc 5.16

33 years agoANSI, error routine; use new fts routines which set errno correctly
Keith Bostic [Mon, 11 Mar 1991 03:37:04 +0000 (19:37 -0800)]
ANSI, error routine; use new fts routines which set errno correctly
so there's lots less work to do here.

SCCS-vsn: usr.bin/find/find.c 4.36
SCCS-vsn: usr.bin/find/find.h 5.4
SCCS-vsn: usr.bin/find/function.c 5.14

33 years agothere aren't any OOB's for time_t's; use another variable
Keith Bostic [Sun, 10 Mar 1991 10:50:48 +0000 (02:50 -0800)]
there aren't any OOB's for time_t's; use another variable

SCCS-vsn: bin/date/date.c 5.4

33 years agoANSI
Keith Bostic [Sun, 10 Mar 1991 10:44:30 +0000 (02:44 -0800)]
ANSI

SCCS-vsn: usr.bin/find/misc.c 5.6
SCCS-vsn: usr.bin/find/ls.c 5.6
SCCS-vsn: usr.bin/find/option.c 5.5
SCCS-vsn: usr.bin/find/main.c 5.6

33 years agoadd -r option so user can specify an Epoch # of seconds
Keith Bostic [Sun, 10 Mar 1991 10:43:47 +0000 (02:43 -0800)]
add -r option so user can specify an Epoch # of seconds

SCCS-vsn: bin/date/date.c 5.3
SCCS-vsn: bin/date/date.1 6.12

33 years agoreturn errno consistently, return directory contents if not searchable
Keith Bostic [Sun, 10 Mar 1991 10:08:53 +0000 (02:08 -0800)]
return errno consistently, return directory contents if not searchable

SCCS-vsn: include/fts.h 5.12

33 years agodate and time created 91/03/09 18:05:32 by bostic
Keith Bostic [Sun, 10 Mar 1991 10:05:32 +0000 (02:05 -0800)]
date and time created 91/03/09 18:05:32 by bostic

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

33 years agocreate {hp300,i386,tahoe,vax}/include/ansi.h
Keith Bostic [Sun, 10 Mar 1991 10:05:29 +0000 (02:05 -0800)]
create {hp300,i386,tahoe,vax}/include/ansi.h

SCCS-vsn: sys/vax/include/types.h 7.5

33 years agoadd vm_offset_t, vm_size_t;
William Nesheim [Sun, 10 Mar 1991 10:04:26 +0000 (02:04 -0800)]
add vm_offset_t, vm_size_t;
create {hp300,i386,tahoe,vax}/include/ansi.h

SCCS-vsn: sys/i386/include/types.h 7.5

33 years agocreate {hp300,i386,tahoe,vax}/include/ansi.h
Keith Bostic [Sun, 10 Mar 1991 10:03:11 +0000 (02:03 -0800)]
create {hp300,i386,tahoe,vax}/include/ansi.h

SCCS-vsn: sys/sys/types.h 7.14
SCCS-vsn: sys/sys/times.h 7.6
SCCS-vsn: include/time.h 5.12
SCCS-vsn: include/string.h 5.10
SCCS-vsn: include/stdio.h 5.15
SCCS-vsn: include/stddef.h 5.4
SCCS-vsn: sys/hp300/include/types.h 7.9

33 years agodocument that prune doesn't work if doing depth-first
Keith Bostic [Sun, 10 Mar 1991 05:32:38 +0000 (21:32 -0800)]
document that prune doesn't work if doing depth-first

SCCS-vsn: usr.bin/find/find.1 6.18

33 years agoANSI, POSIX.2 Draft 11; requires that "chgrp 22" use the group 22's
Keith Bostic [Sun, 10 Mar 1991 05:08:39 +0000 (21:08 -0800)]
ANSI, POSIX.2 Draft 11; requires that "chgrp 22" use the group 22's
group number if such a group exists

SCCS-vsn: usr.sbin/chown/chown.c 5.18

33 years agoPOSIX.2, Draft 11
Keith Bostic [Sun, 10 Mar 1991 04:36:33 +0000 (20:36 -0800)]
POSIX.2, Draft 11

SCCS-vsn: usr.bin/basename/basename.1 6.5
SCCS-vsn: usr.bin/basename/basename.c 5.1
SCCS-vsn: usr.bin/dirname/dirname.c 5.6

33 years agoshouldn't need writablestrings any more
Keith Bostic [Sun, 10 Mar 1991 00:35:22 +0000 (16:35 -0800)]
shouldn't need writablestrings any more

SCCS-vsn: usr.sbin/sendmail/src/Makefile 5.21

33 years agodon't redefine malloc
Keith Bostic [Sun, 10 Mar 1991 00:27:42 +0000 (16:27 -0800)]
don't redefine malloc

SCCS-vsn: usr.bin/hexdump/display.c 5.11

33 years agofixing hexdump without doing an extra strdup()
Keith Bostic [Sun, 10 Mar 1991 00:27:28 +0000 (16:27 -0800)]
fixing hexdump without doing an extra strdup()

SCCS-vsn: usr.bin/hexdump/parse.c 5.6

33 years agosort orders on times were reversed
Keith Bostic [Sat, 9 Mar 1991 10:19:09 +0000 (02:19 -0800)]
sort orders on times were reversed

SCCS-vsn: bin/ls/cmp.c 5.4

33 years agodate and time created 91/03/08 17:58:12 by bostic
Keith Bostic [Sat, 9 Mar 1991 09:58:12 +0000 (01:58 -0800)]
date and time created 91/03/08 17:58:12 by bostic

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

33 years agodate and time created 91/03/08 17:57:00 by bostic
Keith Bostic [Sat, 9 Mar 1991 09:57:00 +0000 (01:57 -0800)]
date and time created 91/03/08 17:57:00 by bostic

SCCS-vsn: usr.bin/cksum/cksum.1 5.1

33 years agodate and time created 91/03/08 17:56:57 by bostic
Keith Bostic [Sat, 9 Mar 1991 09:56:57 +0000 (01:56 -0800)]
date and time created 91/03/08 17:56:57 by bostic

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

33 years agoadd sum
Keith Bostic [Sat, 9 Mar 1991 09:13:22 +0000 (01:13 -0800)]
add sum

SCCS-vsn: old/Makefile 5.14

33 years agomake the world safe for pcc
Keith Bostic [Sat, 9 Mar 1991 08:46:24 +0000 (00:46 -0800)]
make the world safe for pcc

SCCS-vsn: bin/sh/mkbuiltins 5.2
SCCS-vsn: bin/sh/mkinit.c 5.2
SCCS-vsn: bin/sh/mksyntax.c 5.2
SCCS-vsn: bin/sh/nodes.c.pat 5.2
SCCS-vsn: bin/sh/shell.h 5.3

33 years agouse the dbm library
Keith Bostic [Sat, 9 Mar 1991 06:38:32 +0000 (22:38 -0800)]
use the dbm library

SCCS-vsn: old/mkpasswd/Makefile 5.4

33 years agodate and time created 91/03/08 14:28:07 by bostic
Keith Bostic [Sat, 9 Mar 1991 06:28:07 +0000 (22:28 -0800)]
date and time created 91/03/08 14:28:07 by bostic

SCCS-vsn: usr.sbin/pwd_mkdb/Makefile 5.1

33 years agoobsoleted by pwd_mkdb(8)
Keith Bostic [Sat, 9 Mar 1991 06:27:07 +0000 (22:27 -0800)]
obsoleted by pwd_mkdb(8)

SCCS-vsn: old/mkpasswd/mkpasswd.8 6.7

33 years agotypo...
Keith Bostic [Sat, 9 Mar 1991 06:22:55 +0000 (22:22 -0800)]
typo...

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 5.4

33 years agoconvert from ndbm(3) to db(3) interface
Keith Bostic [Sat, 9 Mar 1991 06:22:30 +0000 (22:22 -0800)]
convert from ndbm(3) to db(3) interface

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 5.3

33 years agouse DBM_SUFFIX; db(3) now appends ".db" when old interface is used.
Keith Bostic [Sat, 9 Mar 1991 06:21:50 +0000 (22:21 -0800)]
use DBM_SUFFIX; db(3) now appends ".db" when old interface is used.

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.c 5.2

33 years agorework the password subsystem
Keith Bostic [Sat, 9 Mar 1991 06:20:52 +0000 (22:20 -0800)]
rework the password subsystem
date and time created 91/03/08 14:20:52 by bostic

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

33 years agodate and time created 91/03/08 14:07:14 by bostic
Keith Bostic [Sat, 9 Mar 1991 06:07:14 +0000 (22:07 -0800)]
date and time created 91/03/08 14:07:14 by bostic

SCCS-vsn: usr.sbin/pwd_mkdb/pwd_mkdb.8 5.1

33 years agoANSI, don't write into strings; bug report 4.3BSD-reno/usr.lib/0
Keith Bostic [Sat, 9 Mar 1991 04:29:53 +0000 (20:29 -0800)]
ANSI, don't write into strings; bug report 4.3BSD-reno/usr.lib/0

SCCS-vsn: usr.sbin/sendmail/src/util.c 5.20

33 years agoDon't permit '$' in identifiers, for the sake of the 386 assembler.
Donn Seeley [Sat, 9 Mar 1991 03:54:10 +0000 (19:54 -0800)]
Don't permit '$' in identifiers, for the sake of the 386 assembler.

SCCS-vsn: usr.bin/cpp/cpp.sh 6.2

33 years agoANSI; #ifdef out code to delete trailing slashes from user path
Keith Bostic [Fri, 8 Mar 1991 23:34:23 +0000 (15:34 -0800)]
ANSI; #ifdef out code to delete trailing slashes from user path

SCCS-vsn: lib/libc/gen/fts.c 5.13

33 years agodon't duplicate all of the preceding strings for each flag
Keith Bostic [Fri, 8 Mar 1991 23:01:31 +0000 (15:01 -0800)]
don't duplicate all of the preceding strings for each flag

SCCS-vsn: usr.bin/hexdump/odsyntax.c 5.4

33 years ago... or maybe it doesn't after all
Donn Seeley [Fri, 8 Mar 1991 14:14:41 +0000 (06:14 -0800)]
... or maybe it doesn't after all

SCCS-vsn: usr.bin/hexdump/Makefile 5.5

33 years agoChange add() to copy strings.
Donn Seeley [Fri, 8 Mar 1991 14:11:23 +0000 (06:11 -0800)]
Change add() to copy strings.

SCCS-vsn: usr.bin/hexdump/parse.c 5.5

33 years agocomparison functions returned a boolean, not integer difference
Keith Bostic [Fri, 8 Mar 1991 13:50:26 +0000 (05:50 -0800)]
comparison functions returned a boolean, not integer difference

SCCS-vsn: bin/ls/cmp.c 5.3

33 years agohexdump *needs* writable strings...
Keith Bostic [Fri, 8 Mar 1991 13:15:20 +0000 (05:15 -0800)]
hexdump *needs* writable strings...

SCCS-vsn: usr.bin/hexdump/Makefile 5.4

33 years agohandle const, volatile in <sys/cdefs.h>
Keith Bostic [Fri, 8 Mar 1991 13:09:37 +0000 (05:09 -0800)]
handle const, volatile in <sys/cdefs.h>

SCCS-vsn: bin/sh/shell.h 5.2

33 years agodate and time created 91/03/07 20:28:05 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:28:05 +0000 (04:28 -0800)]
date and time created 91/03/07 20:28:05 by bostic

SCCS-vsn: bin/sh/var.h 5.1

33 years agodate and time created 91/03/07 20:28:03 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:28:03 +0000 (04:28 -0800)]
date and time created 91/03/07 20:28:03 by bostic

SCCS-vsn: bin/sh/var.c 5.1

33 years agodate and time created 91/03/07 20:28:02 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:28:02 +0000 (04:28 -0800)]
date and time created 91/03/07 20:28:02 by bostic

SCCS-vsn: bin/sh/trap.h 5.1

33 years agodate and time created 91/03/07 20:28:01 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:28:01 +0000 (04:28 -0800)]
date and time created 91/03/07 20:28:01 by bostic

SCCS-vsn: bin/sh/trap.c 5.1

33 years agodate and time created 91/03/07 20:28:00 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:28:00 +0000 (04:28 -0800)]
date and time created 91/03/07 20:28:00 by bostic

SCCS-vsn: bin/sh/show.c 5.1

33 years agodate and time created 91/03/07 20:27:59 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:59 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:59 by bostic

SCCS-vsn: bin/sh/shell.h 5.1

33 years agodate and time created 91/03/07 20:27:58 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:58 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:58 by bostic

SCCS-vsn: bin/sh/redir.h 5.1

33 years agodate and time created 91/03/07 20:27:57 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:57 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:57 by bostic

SCCS-vsn: bin/sh/redir.c 5.1

33 years agodate and time created 91/03/07 20:27:56 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:56 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:56 by bostic

SCCS-vsn: bin/sh/parser.h 5.1

33 years agodate and time created 91/03/07 20:27:53 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:53 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:53 by bostic

SCCS-vsn: bin/sh/parser.c 5.1

33 years agodate and time created 91/03/07 20:27:52 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:52 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:52 by bostic

SCCS-vsn: bin/sh/output.h 5.1

33 years agodate and time created 91/03/07 20:27:51 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:51 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:51 by bostic

SCCS-vsn: bin/sh/output.c 5.1

33 years agodate and time created 91/03/07 20:27:50 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:50 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:50 by bostic

SCCS-vsn: bin/sh/options.h 5.1

33 years agodate and time created 91/03/07 20:27:49 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:49 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:49 by bostic

SCCS-vsn: bin/sh/options.c 5.1

33 years agodate and time created 91/03/07 20:27:48 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:48 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:48 by bostic

SCCS-vsn: bin/sh/mystring.h 5.1

33 years agodate and time created 91/03/07 20:27:47 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:47 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:47 by bostic

SCCS-vsn: bin/sh/mystring.c 5.1

33 years agodate and time created 91/03/07 20:27:46 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:46 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:46 by bostic

SCCS-vsn: bin/sh/mksyntax.c 5.1

33 years agodate and time created 91/03/07 20:27:44 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:44 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:44 by bostic

SCCS-vsn: bin/sh/mknodes.c 5.1

33 years agodate and time created 91/03/07 20:27:43 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:43 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:43 by bostic

SCCS-vsn: bin/sh/mkinit.c 5.1

33 years agodate and time created 91/03/07 20:27:42 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:42 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:42 by bostic

SCCS-vsn: bin/sh/miscbltin.c 5.1

33 years agodate and time created 91/03/07 20:27:41 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:41 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:41 by bostic

SCCS-vsn: bin/sh/memalloc.h 5.1

33 years agodate and time created 91/03/07 20:27:40 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:40 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:40 by bostic

SCCS-vsn: bin/sh/memalloc.c 5.1

33 years agodate and time created 91/03/07 20:27:39 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:39 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:39 by bostic

SCCS-vsn: bin/sh/main.h 5.1

33 years agodate and time created 91/03/07 20:27:38 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:38 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:38 by bostic

SCCS-vsn: bin/sh/mail.h 5.1
SCCS-vsn: bin/sh/main.c 5.1

33 years agodate and time created 91/03/07 20:27:37 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:37 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:37 by bostic

SCCS-vsn: bin/sh/mail.c 5.1

33 years agodate and time created 91/03/07 20:27:36 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:36 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:36 by bostic

SCCS-vsn: bin/sh/machdep.h 5.1

33 years agodate and time created 91/03/07 20:27:35 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:35 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:35 by bostic

SCCS-vsn: bin/sh/jobs.h 5.1

33 years agodate and time created 91/03/07 20:27:34 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:34 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:34 by bostic

SCCS-vsn: bin/sh/jobs.c 5.1

33 years agodate and time created 91/03/07 20:27:33 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:33 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:33 by bostic

SCCS-vsn: bin/sh/input.h 5.1

33 years agodate and time created 91/03/07 20:27:32 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:32 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:32 by bostic

SCCS-vsn: bin/sh/input.c 5.1

33 years agodate and time created 91/03/07 20:27:31 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:31 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:31 by bostic

SCCS-vsn: bin/sh/init.h 5.1

33 years agodate and time created 91/03/07 20:27:30 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:30 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:30 by bostic

SCCS-vsn: bin/sh/expand.h 5.1

33 years agodate and time created 91/03/07 20:27:29 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:29 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:29 by bostic

SCCS-vsn: bin/sh/expand.c 5.1

33 years agodate and time created 91/03/07 20:27:28 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:28 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:28 by bostic

SCCS-vsn: bin/sh/exec.h 5.1

33 years agodate and time created 91/03/07 20:27:27 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:27 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:27 by bostic

SCCS-vsn: bin/sh/exec.c 5.1

33 years agodate and time created 91/03/07 20:27:26 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:26 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:26 by bostic

SCCS-vsn: bin/sh/eval.h 5.1

33 years agodate and time created 91/03/07 20:27:24 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:24 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:24 by bostic

SCCS-vsn: bin/sh/eval.c 5.1

33 years agodate and time created 91/03/07 20:27:23 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:23 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:23 by bostic

SCCS-vsn: bin/sh/error.h 5.1

33 years agodate and time created 91/03/07 20:27:22 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:22 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:22 by bostic

SCCS-vsn: bin/sh/error.c 5.1

33 years agodate and time created 91/03/07 20:27:18 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:18 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:18 by bostic

SCCS-vsn: bin/sh/cd.c 5.1

33 years agodate and time created 91/03/07 20:27:01 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:27:01 +0000 (04:27 -0800)]
date and time created 91/03/07 20:27:01 by bostic

SCCS-vsn: bin/sh/sh.1 5.1

33 years agodate and time created 91/03/07 20:26:40 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:26:40 +0000 (04:26 -0800)]
date and time created 91/03/07 20:26:40 by bostic

SCCS-vsn: bin/sh/nodetypes 5.1

33 years agodate and time created 91/03/07 20:24:25 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:24:25 +0000 (04:24 -0800)]
date and time created 91/03/07 20:24:25 by bostic

SCCS-vsn: bin/sh/nodes.c.pat 5.1

33 years agodate and time created 91/03/07 20:24:20 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:24:20 +0000 (04:24 -0800)]
date and time created 91/03/07 20:24:20 by bostic

SCCS-vsn: bin/sh/mktokens 5.1

33 years agodate and time created 91/03/07 20:24:11 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:24:11 +0000 (04:24 -0800)]
date and time created 91/03/07 20:24:11 by bostic

SCCS-vsn: bin/sh/mkbuiltins 5.1

33 years agodate and time created 91/03/07 20:24:04 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:24:04 +0000 (04:24 -0800)]
date and time created 91/03/07 20:24:04 by bostic

SCCS-vsn: bin/sh/builtins.def 5.1

33 years agodate and time created 91/03/07 20:23:47 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:23:47 +0000 (04:23 -0800)]
date and time created 91/03/07 20:23:47 by bostic

SCCS-vsn: bin/sh/TOUR 5.1

33 years agodate and time created 91/03/07 20:22:39 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:22:39 +0000 (04:22 -0800)]
date and time created 91/03/07 20:22:39 by bostic

SCCS-vsn: bin/sh/bltin/echo.c 5.1

33 years agodate and time created 91/03/07 20:22:38 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:22:38 +0000 (04:22 -0800)]
date and time created 91/03/07 20:22:38 by bostic

SCCS-vsn: bin/sh/bltin/echo.1 5.1

33 years agodate and time created 91/03/07 20:22:37 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:22:37 +0000 (04:22 -0800)]
date and time created 91/03/07 20:22:37 by bostic

SCCS-vsn: bin/sh/bltin/bltin.h 5.1

33 years agodate and time created 91/03/07 20:21:38 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:21:38 +0000 (04:21 -0800)]
date and time created 91/03/07 20:21:38 by bostic

SCCS-vsn: bin/sh/funcs/pushd 5.1
SCCS-vsn: bin/sh/funcs/suspend 5.1

33 years agodate and time created 91/03/07 20:21:36 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:21:36 +0000 (04:21 -0800)]
date and time created 91/03/07 20:21:36 by bostic

SCCS-vsn: bin/sh/funcs/popd 5.1

33 years agodate and time created 91/03/07 20:21:33 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:21:33 +0000 (04:21 -0800)]
date and time created 91/03/07 20:21:33 by bostic

SCCS-vsn: bin/sh/funcs/newgrp 5.1

33 years agodate and time created 91/03/07 20:21:32 by bostic
Keith Bostic [Fri, 8 Mar 1991 12:21:32 +0000 (04:21 -0800)]
date and time created 91/03/07 20:21:32 by bostic

SCCS-vsn: bin/sh/funcs/login 5.1