unix-history/.git
35 years agodo -s processing, even if output not a tty
Keith Bostic [Mon, 28 Nov 1988 10:28:18 +0000 (02:28 -0800)]
do -s processing, even if output not a tty

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

35 years agobackward compatible processing for "+/pattern"
Keith Bostic [Mon, 28 Nov 1988 10:13:10 +0000 (02:13 -0800)]
backward compatible processing for "+/pattern"

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

35 years agodelete comments about how dumb terminal is
Keith Bostic [Mon, 28 Nov 1988 09:59:31 +0000 (01:59 -0800)]
delete comments about how dumb terminal is

SCCS-vsn: usr.bin/more/screen.c 5.5

35 years agodelete mention of ^Y; currently don't allow ^Y or ^E.
Keith Bostic [Mon, 28 Nov 1988 09:57:23 +0000 (01:57 -0800)]
delete mention of ^Y; currently don't allow ^Y or ^E.

SCCS-vsn: usr.bin/more/more.1 5.8

35 years agoon error, allow command character as well as return to continue
Keith Bostic [Sun, 27 Nov 1988 04:19:03 +0000 (20:19 -0800)]
on error, allow command character as well as return to continue

SCCS-vsn: usr.bin/more/command.c 5.12
SCCS-vsn: usr.bin/more/output.c 5.6

35 years agocompress CR-LF to LF by default; -u flag prints the CR as "^M"
Keith Bostic [Sun, 27 Nov 1988 04:03:54 +0000 (20:03 -0800)]
compress CR-LF to LF by default; -u flag prints the CR as "^M"

SCCS-vsn: usr.bin/more/ch.c 5.7
SCCS-vsn: usr.bin/more/more.1 5.7

35 years agocleanup rewrite; do arguments, errors correctly, don't bother waiting
Keith Bostic [Thu, 24 Nov 1988 09:04:05 +0000 (01:04 -0800)]
cleanup rewrite; do arguments, errors correctly, don't bother waiting

SCCS-vsn: libexec/fingerd/fingerd.c 5.4

35 years agomake "man slip" work
Keith Bostic [Thu, 24 Nov 1988 03:50:13 +0000 (19:50 -0800)]
make "man slip" work

SCCS-vsn: sbin/slattach/Makefile 5.2

35 years agosome minor tuning and a small bug in counting changed lines
Edward Wang [Wed, 23 Nov 1988 20:23:30 +0000 (12:23 -0800)]
some minor tuning and a small bug in counting changed lines

SCCS-vsn: usr.bin/window/wwupdate.c 3.23

35 years agouse the ENDIAN definitions instead of machine type
Edward Wang [Wed, 23 Nov 1988 20:22:24 +0000 (12:22 -0800)]
use the ENDIAN definitions instead of machine type

SCCS-vsn: usr.bin/window/README 3.12

35 years agouse the ENDIAN definitions
Edward Wang [Wed, 23 Nov 1988 20:20:43 +0000 (12:20 -0800)]
use the ENDIAN definitions

SCCS-vsn: usr.bin/window/ww.h 3.51

35 years agocleanup from Guy Harris; use "path" everywhere, not "name"; argv and
Keith Bostic [Wed, 23 Nov 1988 13:56:21 +0000 (05:56 -0800)]
cleanup from Guy Harris; use "path" everywhere, not "name"; argv and
envp are **char, not *envp[]; cleanup explanation of "#!"; refer to fcntl(2)
as well as close(2); note that execve leaves real gid alone as well as real
uid; change sigmask(2) to sigsetmask(2).

SCCS-vsn: lib/libc/sys/execve.2 6.8

35 years ago=/^G show total bytes now; document may not always work
Keith Bostic [Wed, 23 Nov 1988 09:41:29 +0000 (01:41 -0800)]
=/^G show total bytes now; document may not always work

SCCS-vsn: usr.bin/more/command.c 5.11
SCCS-vsn: usr.bin/more/more.1 5.6

35 years agoless -> more
Keith Bostic [Wed, 23 Nov 1988 09:10:09 +0000 (01:10 -0800)]
less -> more

SCCS-vsn: usr.bin/more/more.help 5.2
SCCS-vsn: usr.bin/more/option.c 5.6
SCCS-vsn: usr.bin/more/os.c 5.9
SCCS-vsn: usr.bin/more/output.c 5.5
SCCS-vsn: usr.bin/more/position.c 5.3
SCCS-vsn: usr.bin/more/prim.c 5.5
SCCS-vsn: usr.bin/more/screen.c 5.4
SCCS-vsn: usr.bin/more/signal.c 5.5
SCCS-vsn: usr.bin/more/tags.c 5.4
SCCS-vsn: usr.bin/more/ttyin.c 5.3
SCCS-vsn: usr.bin/more/Makefile 5.3

35 years ago(no message)
Keith Bostic [Wed, 23 Nov 1988 08:51:33 +0000 (00:51 -0800)]
(no message)

SCCS-vsn: usr.bin/more/more.1 5.5

35 years agoless -> more
Keith Bostic [Wed, 23 Nov 1988 08:51:31 +0000 (00:51 -0800)]
less -> more

SCCS-vsn: usr.bin/more/ch.c 5.6
SCCS-vsn: usr.bin/more/command.c 5.10
SCCS-vsn: usr.bin/more/decode.c 5.6
SCCS-vsn: usr.bin/more/help.c 5.5
SCCS-vsn: usr.bin/more/input.c 5.3
SCCS-vsn: usr.bin/more/less.h 5.7
SCCS-vsn: usr.bin/more/line.c 5.3
SCCS-vsn: usr.bin/more/linenum.c 5.5
SCCS-vsn: usr.bin/more/main.c 5.9

35 years agomove to /usr/old
Keith Bostic [Wed, 23 Nov 1988 05:55:36 +0000 (21:55 -0800)]
move to /usr/old

SCCS-vsn: old/more/Makefile 5.7
SCCS-vsn: old/more/more.c 5.20

35 years agobackward compatibility for pre-fat file systems;
Kirk McKusick [Tue, 22 Nov 1988 10:48:12 +0000 (02:48 -0800)]
backward compatibility for pre-fat file systems;
ifdef's for vnodes; be consistent with AT&T notation for FIFOS

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

35 years agomake dependencies work right
Keith Bostic [Tue, 22 Nov 1988 02:31:19 +0000 (18:31 -0800)]
make dependencies work right

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

35 years agouse fgets, not gets
Keith Bostic [Mon, 21 Nov 1988 11:11:02 +0000 (03:11 -0800)]
use fgets, not gets

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

35 years agouse fgets(), not gets()
Keith Bostic [Mon, 21 Nov 1988 11:10:06 +0000 (03:10 -0800)]
use fgets(), not gets()

SCCS-vsn: usr.sbin/timed/timedc/timedc.c 2.7

35 years agoadd Berkeley specific copyright notice
Keith Bostic [Mon, 21 Nov 1988 09:00:54 +0000 (01:00 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: bin/rmail/rmail.8 6.2

35 years agoMake sure that fields are indicated with a non-highlighted blank.
Gregory Minshall [Sun, 20 Nov 1988 03:53:02 +0000 (19:53 -0800)]
Make sure that fields are indicated with a non-highlighted blank.

SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 3.9

35 years agoThis is a major simplification of SlowScreen(). This
Gregory Minshall [Sat, 19 Nov 1988 14:35:06 +0000 (06:35 -0800)]
This is a major simplification of SlowScreen().  This
fixes a bug where we would leave splotches of reverse video on
the screen.

SCCS-vsn: usr.bin/tn3270/sys_curses/termout.c 3.8

35 years agoCount SIGIO's (for debugging). Separate out noasynch between
Gregory Minshall [Sat, 19 Nov 1988 14:31:01 +0000 (06:31 -0800)]
Count SIGIO's (for debugging).  Separate out noasynch between
tty and net.

SCCS-vsn: usr.bin/telnet/externs.h 1.12
SCCS-vsn: usr.bin/telnet/telnet.c 5.36
SCCS-vsn: usr.bin/telnet/sys_bsd.c 1.15
SCCS-vsn: usr.bin/telnet/main.c 1.10
SCCS-vsn: usr.bin/telnet/commands.c 1.13

35 years agoCount SIGIO's (for debugging). Don't worry if there is just *one*
Gregory Minshall [Sat, 19 Nov 1988 14:30:10 +0000 (06:30 -0800)]
Count SIGIO's (for debugging).  Don't worry if there is just *one*
byte in the TTY buffer.

SCCS-vsn: usr.bin/telnet/tn3270.c 1.15

35 years agofix buffer handling botch for logging "to" addresses to same
Mike Karels [Sat, 19 Nov 1988 09:34:54 +0000 (01:34 -0800)]
fix buffer handling botch for logging "to" addresses to same
destination host (4.3BSD usr.lib/113)

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.25

35 years agogetruid uses unitialized var, use getuid (even though -bd is now privileged)
Mike Karels [Sat, 19 Nov 1988 08:33:30 +0000 (00:33 -0800)]
getruid uses unitialized var, use getuid (even though -bd is now privileged)

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.15

35 years agodisallow non-root from starting daemon or queue mode;
Mike Karels [Sat, 19 Nov 1988 08:32:16 +0000 (00:32 -0800)]
disallow non-root from starting daemon or queue mode;
unset HOSTALIASES for daemon or queue mode

SCCS-vsn: usr.sbin/sendmail/src/main.c 5.23

35 years agoFirst attempt at status and new directions for OSI project
Keith Sklower [Sat, 19 Nov 1988 07:06:01 +0000 (23:06 -0800)]
First attempt at status and new directions for OSI project

SCCS-vsn: admin/admin/NBS/NBSproposal.11.88 1.2

35 years agomake mode more prominent
Mike Karels [Sat, 19 Nov 1988 04:11:54 +0000 (20:11 -0800)]
make mode more prominent

SCCS-vsn: libexec/ftpd/ftpd.c 5.18

35 years agopipe down! losing a network connection is a normal event!
Mike Karels [Sat, 19 Nov 1988 00:33:31 +0000 (16:33 -0800)]
pipe down! losing a network connection is a normal event!

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 5.11

35 years agomore cleanup, fix some inappropriate syserr's
Mike Karels [Fri, 18 Nov 1988 14:02:40 +0000 (06:02 -0800)]
more cleanup, fix some inappropriate syserr's

SCCS-vsn: usr.sbin/sendmail/src/collect.c 5.6
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.17
SCCS-vsn: usr.sbin/sendmail/src/headers.c 5.12
SCCS-vsn: usr.sbin/sendmail/src/main.c 5.22
SCCS-vsn: usr.sbin/sendmail/src/queue.c 5.25
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 5.10
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.25
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.13

35 years agomake it possible to input subnetted class D nets and pre-shifted
Keith Sklower [Fri, 18 Nov 1988 07:20:55 +0000 (23:20 -0800)]
make it possible to input subnetted class D nets and pre-shifted
class B subnets.

SCCS-vsn: lib/libc/net/inet_makeaddr.c 5.4

35 years agodebug shouldn't change ability to mail to programs, pipes, etc.
Keith Bostic [Fri, 18 Nov 1988 02:39:18 +0000 (18:39 -0800)]
debug shouldn't change ability to mail to programs, pipes, etc.

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.13

35 years agoexpunge debugging/nonstandard/trojan horse commands from smtp,
Mike Karels [Fri, 18 Nov 1988 02:32:18 +0000 (18:32 -0800)]
expunge debugging/nonstandard/trojan horse commands from smtp,
logging attempts to use them; log name/address of host from which mail received
("mail from" may not include it or may lie); don't allow debug to affect
permissions locally; change some of the non-system syserrs to syslog at lower
priority; still need to unifdef remaining debug code

SCCS-vsn: usr.sbin/sendmail/src/collect.c 5.5
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.28
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 5.16
SCCS-vsn: usr.sbin/sendmail/src/headers.c 5.11
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.14
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.24
SCCS-vsn: usr.sbin/sendmail/src/util.c 5.12

35 years agowritten by Mark Horton; add Berkeley copyright
Keith Bostic [Fri, 18 Nov 1988 00:39:05 +0000 (16:39 -0800)]
written by Mark Horton; add Berkeley copyright
add getopt, use fgets, not gets, lint cleanups, increase max message size

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

35 years agowritten by Mark Horton; add Berkeley copyright
Keith Bostic [Fri, 18 Nov 1988 00:37:56 +0000 (16:37 -0800)]
written by Mark Horton; add Berkeley copyright

SCCS-vsn: usr.bin/banner/banner.6 6.3

35 years agouse strerror(3), minor lint cleanups
Keith Bostic [Thu, 17 Nov 1988 09:18:34 +0000 (01:18 -0800)]
use strerror(3), minor lint cleanups

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

35 years agoadd strsep, strerror
Keith Bostic [Thu, 17 Nov 1988 08:38:53 +0000 (00:38 -0800)]
add strsep, strerror

SCCS-vsn: include/strings.h 5.5

35 years agoadd strerror(), deprecate sys_errlist, sys_nerr
Keith Bostic [Thu, 17 Nov 1988 08:25:45 +0000 (00:25 -0800)]
add strerror(), deprecate sys_errlist, sys_nerr

SCCS-vsn: lib/libc/string/strerror.3 6.3

35 years agoBerkeley specific copyright
Keith Bostic [Thu, 17 Nov 1988 07:09:29 +0000 (23:09 -0800)]
Berkeley specific copyright

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

35 years agoadd strerror function; ANSI 4.11.6.2
Keith Bostic [Thu, 17 Nov 1988 04:58:08 +0000 (20:58 -0800)]
add strerror function; ANSI 4.11.6.2

SCCS-vsn: lib/libc/stdio/perror.c 5.6

35 years agoanother worm fix; don't pass args starting with '-'; from Rick Adams
Keith Bostic [Wed, 16 Nov 1988 06:04:28 +0000 (22:04 -0800)]
another worm fix; don't pass args starting with '-'; from Rick Adams

SCCS-vsn: bin/rmail/rmail.c 4.11

35 years agoBerkeley specific copyright
Keith Bostic [Wed, 16 Nov 1988 04:50:02 +0000 (20:50 -0800)]
Berkeley specific copyright

SCCS-vsn: sys/sys/termios.h 7.3

35 years agooriginally written by Mark Horton; add Berkeley specific copyright
Keith Bostic [Wed, 16 Nov 1988 04:16:34 +0000 (20:16 -0800)]
originally written by Mark Horton; add Berkeley specific copyright

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

35 years agodate and time created 88/11/14 19:49:58 by mckusick
Kirk McKusick [Tue, 15 Nov 1988 11:49:58 +0000 (03:49 -0800)]
date and time created 88/11/14 19:49:58 by mckusick

SCCS-vsn: admin/admin/NBS/NBSproposal.11.88 1.1

35 years agotemp files should be protected; bug report 4.3BSD/usr.bin/186
Keith Bostic [Tue, 15 Nov 1988 11:22:14 +0000 (03:22 -0800)]
temp files should be protected; bug report 4.3BSD/usr.bin/186

SCCS-vsn: usr.bin/sort/sort.c 4.14

35 years agostrtok gets its own man page, with strsep
Keith Bostic [Tue, 15 Nov 1988 01:47:30 +0000 (17:47 -0800)]
strtok gets its own man page, with strsep

SCCS-vsn: lib/libc/stdio/tmpnam.3 5.7

35 years agodate and time created 88/11/14 09:47:10 by bostic
Keith Bostic [Tue, 15 Nov 1988 01:47:10 +0000 (17:47 -0800)]
date and time created 88/11/14 09:47:10 by bostic

SCCS-vsn: lib/libc/string/strtok.3 5.1

35 years agofrom scratch
Keith Bostic [Tue, 15 Nov 1988 00:45:42 +0000 (16:45 -0800)]
from scratch

SCCS-vsn: lib/libc/gen/getpwent.c 5.3

35 years agomake consistent with getpwent and getgrent
Keith Bostic [Tue, 15 Nov 1988 00:44:47 +0000 (16:44 -0800)]
make consistent with getpwent and getgrent

SCCS-vsn: lib/libc/gen/fstab.c 5.5

35 years agowritten by Kirk McKusick; add Berkeley copyright notice
Keith Bostic [Sun, 13 Nov 1988 02:53:42 +0000 (18:53 -0800)]
written by Kirk McKusick; add Berkeley copyright notice

SCCS-vsn: usr.sbin/kgmon/kgmon.8 6.2
SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.5

35 years agoworking simple-minded (n^2 alg) tree version.
Mike Karels [Fri, 11 Nov 1988 07:32:50 +0000 (23:32 -0800)]
working simple-minded (n^2 alg) tree version.

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

35 years agodate and time created 88/11/09 23:31:35 by sklower
Keith Sklower [Thu, 10 Nov 1988 15:31:35 +0000 (07:31 -0800)]
date and time created 88/11/09 23:31:35 by sklower

SCCS-vsn: sys/net/radix.h 7.1

35 years agodate and time created 88/11/09 23:27:29 by sklower
Keith Sklower [Thu, 10 Nov 1988 15:27:29 +0000 (07:27 -0800)]
date and time created 88/11/09 23:27:29 by sklower

SCCS-vsn: sys/net/radix.c 7.1

35 years agocheckpoint first working version with routing trees. (by sklower).
Mike Karels [Thu, 10 Nov 1988 12:37:55 +0000 (04:37 -0800)]
checkpoint first working version with routing trees. (by sklower).

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

35 years agoMCESR register doesn't exist on ka650
Thomas Ferrin [Thu, 10 Nov 1988 01:28:16 +0000 (17:28 -0800)]
MCESR register doesn't exist on ka650

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

35 years agoavoid null pointer on machine check printf's
Thomas Ferrin [Wed, 9 Nov 1988 09:35:28 +0000 (01:35 -0800)]
avoid null pointer on machine check printf's

SCCS-vsn: sys/vax/vax/ka650.c 7.5
SCCS-vsn: sys/vax/vax/ka630.c 7.6

35 years agoMCESR register doesn't exist on ka650
Thomas Ferrin [Wed, 9 Nov 1988 09:32:50 +0000 (01:32 -0800)]
MCESR register doesn't exist on ka650

SCCS-vsn: sys/vax/stand/srt0.c 7.6

35 years agowrong bit definition for CTS
Thomas Ferrin [Wed, 9 Nov 1988 09:17:29 +0000 (01:17 -0800)]
wrong bit definition for CTS

SCCS-vsn: sys/vax/uba/dhureg.h 7.2

35 years agocompiles with xns and tree changes
Mike Karels [Tue, 8 Nov 1988 10:18:25 +0000 (02:18 -0800)]
compiles with xns and tree changes

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

35 years agodate and time created 88/11/07 15:56:40 by mckusick
Kirk McKusick [Tue, 8 Nov 1988 07:56:40 +0000 (23:56 -0800)]
date and time created 88/11/07 15:56:40 by mckusick

SCCS-vsn: admin/admin/NBS/unixabs.t 1.1

35 years agoIn SunOS 4.0, high order bits (sent from curses sometimes)
Gregory Minshall [Sat, 5 Nov 1988 09:57:03 +0000 (01:57 -0800)]
In SunOS 4.0, high order bits (sent from curses sometimes)
can cause problems.

SCCS-vsn: usr.bin/telnet/tn3270.c 1.14

35 years agocomment out debug
Keith Bostic [Fri, 4 Nov 1988 10:29:50 +0000 (02:29 -0800)]
comment out debug

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 5.23

35 years agofix security problem; overflow the buffer and change the pc ret
Keith Bostic [Fri, 4 Nov 1988 10:16:38 +0000 (02:16 -0800)]
fix security problem; overflow the buffer and change the pc ret

SCCS-vsn: libexec/fingerd/fingerd.c 5.3

35 years agocredit Mt. Xinu
Keith Bostic [Thu, 3 Nov 1988 03:36:20 +0000 (19:36 -0800)]
credit Mt. Xinu

SCCS-vsn: sys/vax/vax/ka650.c 7.4
SCCS-vsn: sys/vax/vax/ka650.h 7.4

35 years agoprint out why it failed
Keith Bostic [Thu, 3 Nov 1988 01:53:33 +0000 (17:53 -0800)]
print out why it failed

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

35 years agowritten by Bill Joy; use Berkeley copyright notice
Keith Bostic [Wed, 2 Nov 1988 12:47:45 +0000 (04:47 -0800)]
written by Bill Joy; use Berkeley copyright notice

SCCS-vsn: old/symorder/symorder.1 6.2
SCCS-vsn: old/symorder/symorder.c 5.3

35 years agofix up rd54 partitions (align on cyl boundaries), add qd33/eagle
Mike Karels [Wed, 2 Nov 1988 11:29:42 +0000 (03:29 -0800)]
fix up rd54 partitions (align on cyl boundaries), add qd33/eagle

SCCS-vsn: etc/etc.vax/disktab 4.16

35 years agoadd Berkeley specific copyright
Keith Bostic [Wed, 2 Nov 1988 10:16:06 +0000 (02:16 -0800)]
add Berkeley specific copyright

SCCS-vsn: sbin/badsect/badsect.8 6.2
SCCS-vsn: sbin/badsect/badsect.c 5.5

35 years agothis works with our kernel, probably won't have to change too
Keith Bostic [Wed, 2 Nov 1988 08:54:58 +0000 (00:54 -0800)]
this works with our kernel, probably won't have to change too
much more

SCCS-vsn: sys/tahoe/stand/hd.c 7.5

35 years agocleanup logwtmp stuff, stupid mistakes
Keith Bostic [Wed, 2 Nov 1988 02:52:06 +0000 (18:52 -0800)]
cleanup logwtmp stuff, stupid mistakes

SCCS-vsn: libexec/ftpd/ftpd.c 5.17

35 years agocleandir should actually do something
Keith Bostic [Tue, 1 Nov 1988 14:50:13 +0000 (06:50 -0800)]
cleandir should actually do something

SCCS-vsn: old/mklost+found/Makefile 5.2

35 years agoadd disklabel.5
Keith Bostic [Tue, 1 Nov 1988 13:28:39 +0000 (05:28 -0800)]
add disklabel.5

SCCS-vsn: sbin/disklabel/Makefile 5.2

35 years agoadd Berkeley specific copyright notice
Keith Bostic [Tue, 1 Nov 1988 12:06:53 +0000 (04:06 -0800)]
add Berkeley specific copyright notice

SCCS-vsn: sys/vax/vax/ka650.c 7.3
SCCS-vsn: sys/vax/vax/ka650.h 7.3

35 years agowritten by Michael Toy; add Berkeley specific copyright notice
Keith Bostic [Tue, 1 Nov 1988 08:17:36 +0000 (00:17 -0800)]
written by Michael Toy; add Berkeley specific copyright notice

SCCS-vsn: sbin/savecore/savecore.8 6.4
SCCS-vsn: sbin/savecore/savecore.c 5.14

35 years agoadd labels, cleanup dependencies, use ${LS} so bozos with . in front
Keith Bostic [Tue, 1 Nov 1988 08:09:53 +0000 (00:09 -0800)]
add labels, cleanup dependencies, use ${LS} so bozos with . in front
of $PATH don't get surprised

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

35 years agocorrect Berkeley copyright
Keith Bostic [Tue, 1 Nov 1988 03:46:05 +0000 (19:46 -0800)]
correct Berkeley copyright

SCCS-vsn: libexec/ftpd/newvers.sh 5.3

35 years agosecurity problem with user; bug report 4.3BSD/ucb/251
Keith Bostic [Mon, 31 Oct 1988 06:07:41 +0000 (22:07 -0800)]
security problem with user; bug report 4.3BSD/ucb/251

SCCS-vsn: libexec/ftpd/ftpcmd.y 5.12
SCCS-vsn: libexec/ftpd/ftpd.c 5.16

35 years agocheck for errno < 0
Keith Bostic [Mon, 31 Oct 1988 05:44:33 +0000 (21:44 -0800)]
check for errno < 0

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

35 years agocheck for h_errno < 0
Keith Bostic [Mon, 31 Oct 1988 05:43:42 +0000 (21:43 -0800)]
check for h_errno < 0

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

35 years agowritten by Mark Horton; add Berkeley copyright
Keith Bostic [Mon, 31 Oct 1988 05:36:59 +0000 (21:36 -0800)]
written by Mark Horton; add Berkeley copyright

SCCS-vsn: usr.bin/checknr/checknr.1 6.3
SCCS-vsn: usr.bin/checknr/checknr.c 5.3

35 years agoCorrect copyright. Man page installation. Lint fix up. Name change.
Gregory Minshall [Mon, 31 Oct 1988 05:17:31 +0000 (21:17 -0800)]
Correct copyright.  Man page installation.  Lint fix up.  Name change.

SCCS-vsn: usr.bin/tn3270/makefile 3.6

35 years ago1. Fix "ambiguous" versus "unknown" commands; 2. Don't tell
Gregory Minshall [Mon, 31 Oct 1988 05:16:05 +0000 (21:16 -0800)]
1.  Fix "ambiguous" versus "unknown" commands; 2.  Don't tell
about "toggle" results twice; 3.  Add herror() support for older Berkeley
systems.

SCCS-vsn: usr.bin/telnet/commands.c 1.12

35 years agoadd Berkeley specific copyright
Keith Bostic [Sun, 30 Oct 1988 13:59:06 +0000 (05:59 -0800)]
add Berkeley specific copyright

SCCS-vsn: sbin/reboot/reboot.c 5.6
SCCS-vsn: sbin/reboot/boot_tahoe.8 6.2
SCCS-vsn: sbin/reboot/boot_vax.8 6.7

35 years agoadd man page, cleandir
Keith Bostic [Sat, 29 Oct 1988 04:45:58 +0000 (20:45 -0800)]
add man page, cleandir

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

35 years agoremove 1C's
Keith Bostic [Sat, 29 Oct 1988 03:46:48 +0000 (19:46 -0800)]
remove 1C's

SCCS-vsn: usr.bin/rsh/rsh.1 6.3

35 years agoDonn Seeley says this works with both the old and new getopts.
Keith Bostic [Fri, 28 Oct 1988 04:39:12 +0000 (20:39 -0800)]
Donn Seeley says this works with both the old and new getopts.

SCCS-vsn: usr.bin/uucp/uux/uux.c 5.14

35 years agoallow end of range to be octal number; failed on "-d '\13-\37'"
Keith Bostic [Fri, 28 Oct 1988 04:17:23 +0000 (20:17 -0800)]
allow end of range to be octal number; failed on "-d '\13-\37'"

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

35 years agowritten by Bill Joy; add Berkeley copyright
Keith Bostic [Thu, 27 Oct 1988 13:23:47 +0000 (05:23 -0800)]
written by Bill Joy; add Berkeley copyright

SCCS-vsn: usr.bin/colcrt/colcrt.1 6.3
SCCS-vsn: usr.bin/colcrt/colcrt.c 5.3
SCCS-vsn: usr.bin/expand/expand.1 6.3
SCCS-vsn: usr.bin/expand/expand.c 5.2
SCCS-vsn: usr.bin/unexpand/unexpand.c 5.2
SCCS-vsn: usr.bin/soelim/soelim.1 6.3
SCCS-vsn: usr.bin/soelim/soelim.c 5.2

35 years agoFix typelen to account for extended opcode support (with G and H floating
Donn Seeley [Thu, 27 Oct 1988 10:17:38 +0000 (02:17 -0800)]
Fix typelen to account for extended opcode support (with G and H floating
point instructions).  Also made the escape and opcode fields unsigned for
simplicity.

SCCS-vsn: old/dbx/ops.vax.c 5.5

35 years agoBack and forth we go... This version still steals from the as and adb source
Donn Seeley [Thu, 27 Oct 1988 10:14:32 +0000 (02:14 -0800)]
Back and forth we go...  This version still steals from the as and adb source
directories, but you can define ASINSTRS and ADBINSTRS when compiling to force
it to pick up the included files from other places.

SCCS-vsn: old/dbx/ops.vax.c 5.4

35 years agoCope with the extended instructions (including G and H floating point).
Donn Seeley [Thu, 27 Oct 1988 09:58:30 +0000 (01:58 -0800)]
Cope with the extended instructions (including G and H floating point).
This fixes a problem where extended instructions were hiding normal ones,
e.g. CVTWL was interpreted as CVTDH.

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

35 years agoThe instruction decoder didn't know about extended opcodes. This caused
Donn Seeley [Thu, 27 Oct 1988 04:10:53 +0000 (20:10 -0800)]
The instruction decoder didn't know about extended opcodes.  This caused
(e.g.) CVTWL to be interpreted as CVTDH, leading to mysterious disasters
during tracing.

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

35 years agoremove my name
Keith Bostic [Thu, 27 Oct 1988 03:55:27 +0000 (19:55 -0800)]
remove my name

SCCS-vsn: lib/libc/stdlib/getopt.3 6.11

35 years agowritten by Bill Joy; Berkeley specific copyright
Keith Bostic [Wed, 26 Oct 1988 11:38:59 +0000 (03:38 -0800)]
written by Bill Joy; Berkeley specific copyright

SCCS-vsn: usr.bin/vgrind/regexp.c 5.2
SCCS-vsn: usr.bin/vgrind/RETEST/retest.c 5.2
SCCS-vsn: usr.bin/vgrind/vfontedpr.c 5.3
SCCS-vsn: usr.bin/vgrind/vgrind.1 6.3
SCCS-vsn: usr.bin/vgrind/vgrind.sh 5.4
SCCS-vsn: usr.bin/vgrind/vgrindefs.c 5.2

35 years agoadd man page, cleanup
Keith Bostic [Wed, 26 Oct 1988 11:07:19 +0000 (03:07 -0800)]
add man page, cleanup

SCCS-vsn: sbin/fsck/Makefile 5.10
SCCS-vsn: libexec/getty/Makefile 5.4
SCCS-vsn: sbin/newfs/Makefile 7.4

35 years agocleanup, add man page
Keith Bostic [Wed, 26 Oct 1988 10:57:28 +0000 (02:57 -0800)]
cleanup, add man page

SCCS-vsn: sbin/dump/Makefile 5.7

35 years agoadd man page, cleanup
Keith Bostic [Wed, 26 Oct 1988 10:56:10 +0000 (02:56 -0800)]
add man page, cleanup

SCCS-vsn: usr.sbin/config/Makefile 5.8