unix-history/.git
33 years agoallow '*' as a priority
Keith Bostic [Mon, 1 Oct 1990 09:44:50 +0000 (01:44 -0800)]
allow '*' as a priority

SCCS-vsn: usr.sbin/syslogd/syslogd.c 5.43

33 years agochange all syslog routines to return value, set errno correctly
Keith Bostic [Mon, 1 Oct 1990 09:41:45 +0000 (01:41 -0800)]
change all syslog routines to return value, set errno correctly
some rewording for clarity

SCCS-vsn: lib/libc/gen/syslog.3 6.14

33 years agomove _PATH_LOGNAME to <sys/syslog.h>; fix priority bit test
Keith Bostic [Mon, 1 Oct 1990 09:38:03 +0000 (01:38 -0800)]
move _PATH_LOGNAME to <sys/syslog.h>; fix priority bit test
change all syslog routines to return value, set errno correctly

SCCS-vsn: lib/libc/gen/syslog.c 5.29

33 years agochange so that user entered info gets put in secure logfile
Keith Bostic [Mon, 1 Oct 1990 09:35:23 +0000 (01:35 -0800)]
change so that user entered info gets put in secure logfile

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

33 years agoadd _PATH_LOG (syslogd and syslog(3) used it); add LOG_AUTHPRIV
Keith Bostic [Sun, 30 Sep 1990 02:58:00 +0000 (18:58 -0800)]
add _PATH_LOG (syslogd and syslog(3) used it); add LOG_AUTHPRIV

SCCS-vsn: sys/sys/syslog.h 7.17

33 years agocheck for openlog/syslog errors
Keith Bostic [Sun, 30 Sep 1990 02:56:24 +0000 (18:56 -0800)]
check for openlog/syslog errors

SCCS-vsn: usr.bin/logger/logger.c 6.15

33 years ago_PATH_LOG moved to <sys/syslog.h>, used by syslog(3)
Keith Bostic [Sun, 30 Sep 1990 01:35:19 +0000 (17:35 -0800)]
_PATH_LOG moved to <sys/syslog.h>, used by syslog(3)

SCCS-vsn: usr.sbin/syslogd/pathnames.h 5.4

33 years agonow need CRYPT too
Kirk McKusick [Sat, 29 Sep 1990 11:08:50 +0000 (03:08 -0800)]
now need CRYPT too

SCCS-vsn: usr.bin/passwd/Makefile 5.8

33 years agoChris Torek's fixes to make ftp stop using gets()
Keith Bostic [Sat, 29 Sep 1990 06:27:11 +0000 (22:27 -0800)]
Chris Torek's fixes to make ftp stop using gets()

SCCS-vsn: usr.bin/ftp/cmds.c 5.24
SCCS-vsn: usr.bin/ftp/domacro.c 1.8
SCCS-vsn: usr.bin/ftp/main.c 5.17

33 years agobreak out -x (encrypted sessions) with #ifdef CRYPT
Kirk McKusick [Fri, 28 Sep 1990 13:14:20 +0000 (05:14 -0800)]
break out -x (encrypted sessions) with #ifdef CRYPT

SCCS-vsn: libexec/rlogind/rlogind.c 5.49
SCCS-vsn: libexec/rlogind/Makefile 5.9
SCCS-vsn: usr.bin/rsh/rsh.c 5.22
SCCS-vsn: usr.bin/rsh/Makefile 5.6
SCCS-vsn: libexec/rshd/rshd.c 5.35
SCCS-vsn: libexec/rshd/Makefile 5.6

33 years agobreak out -x functionality into #ifdef CRYPT
Kirk McKusick [Fri, 28 Sep 1990 12:46:17 +0000 (04:46 -0800)]
break out -x functionality into #ifdef CRYPT

SCCS-vsn: usr.bin/rlogin/rlogin.c 5.31
SCCS-vsn: usr.bin/rlogin/des_rw.c 5.6
SCCS-vsn: usr.bin/rlogin/Makefile 5.6
SCCS-vsn: usr.bin/rlogin/krcmd.c 1.6

33 years agohave to initialize quota variables here rather than in quota.h
Kirk McKusick [Fri, 28 Sep 1990 05:05:59 +0000 (21:05 -0800)]
have to initialize quota variables here rather than in quota.h

SCCS-vsn: sbin/quotacheck/quotacheck.c 5.15
SCCS-vsn: usr.sbin/quotaon/quotaon.c 5.12
SCCS-vsn: usr.bin/quota/quota.c 5.12
SCCS-vsn: usr.sbin/repquota/repquota.c 5.11
SCCS-vsn: usr.sbin/edquota/edquota.c 5.15

33 years agoeliminate things that cannot be included multiple times
Kirk McKusick [Fri, 28 Sep 1990 04:58:07 +0000 (20:58 -0800)]
eliminate things that cannot be included multiple times

SCCS-vsn: sys/ufs/ffs/quota.h 7.8
SCCS-vsn: sys/ufs/ufs/quota.h 7.8

33 years agolint (from Torek)
Kirk McKusick [Fri, 28 Sep 1990 01:42:20 +0000 (17:42 -0800)]
lint (from Torek)

SCCS-vsn: usr.sbin/portmap/portmap.c 5.2
SCCS-vsn: usr.sbin/portmap/portmap.8 5.2
SCCS-vsn: usr.sbin/portmap/Makefile 5.2

33 years agoproper definition of malloc
Kirk McKusick [Fri, 28 Sep 1990 01:41:17 +0000 (17:41 -0800)]
proper definition of malloc

SCCS-vsn: lib/librpc/rpc/types.h 1.2

33 years agoexit needs status
Kirk McKusick [Thu, 27 Sep 1990 00:43:00 +0000 (16:43 -0800)]
exit needs status

SCCS-vsn: sbin/nfsd/nfsd.c 5.9

33 years agoSix months ago I couldn't even spell porgrammer...
Keith Bostic [Tue, 25 Sep 1990 04:36:43 +0000 (20:36 -0800)]
Six months ago I couldn't even spell porgrammer...

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

33 years agoadd old-style fstab support on an #ifdef
Keith Bostic [Tue, 25 Sep 1990 04:10:50 +0000 (20:10 -0800)]
add old-style fstab support on an #ifdef

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

33 years agoput -e option back in, minor typo in the -D option
Keith Bostic [Tue, 25 Sep 1990 04:09:17 +0000 (20:09 -0800)]
put -e option back in, minor typo in the -D option

SCCS-vsn: usr.bin/make/make.1 5.4

33 years agoscandir takes struct dirent's now, not struct direct's.
Keith Bostic [Tue, 25 Sep 1990 04:04:21 +0000 (20:04 -0800)]
scandir takes struct dirent's now, not struct direct's.

SCCS-vsn: lib/libc/gen/scandir.3 6.7

33 years agoscandir now takes struct dirent's, not directs
Keith Bostic [Tue, 25 Sep 1990 04:02:16 +0000 (20:02 -0800)]
scandir now takes struct dirent's, not directs

SCCS-vsn: include/dirent.h 5.14

33 years agochanged conditional inclusion of machine/endian to instead use param.h
William Nesheim [Thu, 20 Sep 1990 07:56:48 +0000 (23:56 -0800)]
changed conditional inclusion of machine/endian to instead use param.h
so i386 (among others) can use source route feature

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

33 years agohave to check that renamed directory is not mounted on (from gmf@osf.org)
Kirk McKusick [Wed, 19 Sep 1990 13:20:57 +0000 (05:20 -0800)]
have to check that renamed directory is not mounted on (from gmf@osf.org)

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

33 years agohave to initialize the di_mode field (from Hibler)
Kirk McKusick [Wed, 19 Sep 1990 13:10:13 +0000 (05:10 -0800)]
have to initialize the di_mode field (from Hibler)

SCCS-vsn: sbin/fsck/pass2.c 5.16

33 years agominor whacks to find of /tmp
Keith Bostic [Tue, 18 Sep 1990 04:05:09 +0000 (20:05 -0800)]
minor whacks to find of /tmp

SCCS-vsn: etc/daily 5.11

33 years agoThis version receives packets from accunet, but won't
Keith Sklower [Tue, 18 Sep 1990 02:53:50 +0000 (18:53 -0800)]
This version receives packets from accunet, but won't

SCCS-vsn: sys/vax/if/if_dp.c 7.5

33 years agothis one should handle up down transitions more gracefully.
Keith Sklower [Sat, 15 Sep 1990 06:47:04 +0000 (22:47 -0800)]
this one should handle up down transitions more gracefully.

SCCS-vsn: sys/vax/if/if_dp.c 7.4

33 years agoAdd code for setting/clearing/reporting the
Paul Borman [Sat, 15 Sep 1990 03:33:35 +0000 (19:33 -0800)]
Add code for setting/clearing/reporting the
EXTPROC and NOKERNINFO bits.

SCCS-vsn: bin/stty/stty.c 5.18

33 years agoLatest round of bug fixes. See the README file
Paul Borman [Sat, 15 Sep 1990 02:26:41 +0000 (18:26 -0800)]
Latest round of bug fixes.  See the README file
in src/usr.bin/telnet/README for the details.

SCCS-vsn: libexec/telnetd/telnetd.c 5.47
SCCS-vsn: libexec/telnetd/defs.h 5.9
SCCS-vsn: libexec/telnetd/slc.c 5.5
SCCS-vsn: libexec/telnetd/state.c 5.8
SCCS-vsn: libexec/telnetd/sys_term.c 5.11
SCCS-vsn: libexec/telnetd/termstat.c 5.7

33 years agoLatest batch of changes. See the README file
Paul Borman [Sat, 15 Sep 1990 01:48:54 +0000 (17:48 -0800)]
Latest batch of changes.  See the README file
for a list of all the changes to telnet & telnetd.

SCCS-vsn: usr.bin/telnet/terminal.c 5.1
SCCS-vsn: usr.bin/telnet/telnet.c 5.51
SCCS-vsn: usr.bin/telnet/sys_bsd.c 5.1
SCCS-vsn: usr.bin/telnet/main.c 5.1
SCCS-vsn: usr.bin/telnet/commands.c 5.1

33 years agodate and time created 90/09/14 10:46:06 by borman
Paul Borman [Sat, 15 Sep 1990 01:46:06 +0000 (17:46 -0800)]
date and time created 90/09/14 10:46:06 by borman

SCCS-vsn: usr.bin/telnet/README 5.1

33 years agoBump the sccs id to 5.1
Paul Borman [Sat, 15 Sep 1990 01:42:11 +0000 (17:42 -0800)]
Bump the sccs id to 5.1

SCCS-vsn: usr.bin/telnet/defines.h 5.1
SCCS-vsn: usr.bin/telnet/externs.h 5.1
SCCS-vsn: usr.bin/telnet/fdset.h 5.1
SCCS-vsn: usr.bin/telnet/general.h 5.1
SCCS-vsn: usr.bin/telnet/krb4-proto.h 5.1
SCCS-vsn: usr.bin/telnet/network.c 5.1
SCCS-vsn: usr.bin/telnet/ring.c 5.1
SCCS-vsn: usr.bin/telnet/ring.h 5.1
SCCS-vsn: usr.bin/telnet/tn3270.c 5.1
SCCS-vsn: usr.bin/telnet/types.h 5.1
SCCS-vsn: usr.bin/telnet/utilities.c 5.1

33 years agochanges for DPV-11 pdma; this version works for transmits and modem
Keith Sklower [Thu, 13 Sep 1990 08:48:32 +0000 (00:48 -0800)]
changes for DPV-11 pdma; this version works for transmits and modem
changes;  we have yet to see a genuine input interrupt.  Maybe a hardware problem.

SCCS-vsn: sys/vax/vax/locore.s 7.25

33 years agoThis version interrupts on transmits and modem state changes;
Keith Sklower [Thu, 13 Sep 1990 08:47:09 +0000 (00:47 -0800)]
This version interrupts on transmits and modem state changes;
we have yet to see a genuine input interrupt.  Maybe a hardware problem.

SCCS-vsn: sys/vax/if/if_dp.c 7.3

33 years agoFix for TIOCSIG: pgsignal() was being called with
Paul Borman [Wed, 12 Sep 1990 06:53:50 +0000 (22:53 -0800)]
Fix for TIOCSIG: pgsignal() was being called with
one too few arguments.  Add special case for SIGINFO to call
ttyinfo().

SCCS-vsn: sys/kern/tty_pty.c 7.16

33 years agopostorder find fails because of a missing `break'
Keith Bostic [Wed, 12 Sep 1990 02:44:42 +0000 (18:44 -0800)]
postorder find fails because of a missing `break'
test case is "find -d /tmp user root".

SCCS-vsn: usr.bin/find/find.c 4.33

33 years agoprotect with _QUOTA_
Kirk McKusick [Wed, 12 Sep 1990 02:16:31 +0000 (18:16 -0800)]
protect with _QUOTA_

SCCS-vsn: sys/ufs/ffs/quota.h 7.7
SCCS-vsn: sys/ufs/ufs/quota.h 7.7

33 years agodate and time created 90/09/07 19:26:55 by sklower
Keith Sklower [Sat, 8 Sep 1990 10:26:55 +0000 (02:26 -0800)]
date and time created 90/09/07 19:26:55 by sklower

SCCS-vsn: contrib/usr.x25/x29d/Makefile 5.1

33 years agodate and time created 90/09/07 19:26:11 by sklower
Keith Sklower [Sat, 8 Sep 1990 10:26:11 +0000 (02:26 -0800)]
date and time created 90/09/07 19:26:11 by sklower

SCCS-vsn: contrib/usr.x25/x29d/x29d.c 5.1

33 years agofix example
Cynthia A. E. Livingston [Sat, 8 Sep 1990 04:28:11 +0000 (20:28 -0800)]
fix example

SCCS-vsn: usr.bin/column/column.1 5.7

33 years agonew copyright notice
Keith Bostic [Sat, 8 Sep 1990 03:05:00 +0000 (19:05 -0800)]
new copyright notice

SCCS-vsn: usr.bin/wall/ttymsg.c 5.6
SCCS-vsn: usr.bin/wall/wall.c 5.13

33 years agoioctl.h has moved, but npreg.h shouldn't include it; need conf.h for devio[]
Mike Karels [Sat, 8 Sep 1990 02:48:10 +0000 (18:48 -0800)]
ioctl.h has moved, but npreg.h shouldn't include it; need conf.h for devio[]

SCCS-vsn: sys/vax/uba/np.c 7.8
SCCS-vsn: sys/vax/uba/npreg.h 7.3

33 years agonpreg.h includes ioctl.h? yech! at least get path right
Mike Karels [Sat, 8 Sep 1990 00:47:49 +0000 (16:47 -0800)]
npreg.h includes ioctl.h? yech! at least get path right

SCCS-vsn: sys/vax/uba/npreg.h 7.3

33 years agoadd the +offset syntax for od(1) compatibility
Keith Bostic [Fri, 7 Sep 1990 10:24:46 +0000 (02:24 -0800)]
add the +offset syntax for od(1) compatibility

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

33 years ago.PATH not needed
Keith Bostic [Fri, 7 Sep 1990 05:45:50 +0000 (21:45 -0800)]
.PATH not needed

SCCS-vsn: lib/librpc/rpc/Makefile 5.11

33 years agodon't need assym.s, and it causes redefinitions
Mike Karels [Fri, 7 Sep 1990 02:09:37 +0000 (18:09 -0800)]
don't need assym.s, and it causes redefinitions

SCCS-vsn: sys/vax/vax/trap.c 7.11

33 years agobigger maxusers to support larger memory
Mike Karels [Fri, 7 Sep 1990 01:01:13 +0000 (17:01 -0800)]
bigger maxusers to support larger memory

SCCS-vsn: sys/vax/conf/GENERIC.allvax 5.2

33 years agocall get_lrealm with 0 2nd arg to not use KRB_REALM define
Kevin Fall [Thu, 6 Sep 1990 16:25:59 +0000 (08:25 -0800)]
call get_lrealm with 0 2nd arg to not use KRB_REALM define

SCCS-vsn: local/kerberosIV/register/register.c 1.12

33 years agoneed uwritec for datakit too
Mike Karels [Thu, 6 Sep 1990 09:20:58 +0000 (01:20 -0800)]
need uwritec for datakit too

SCCS-vsn: sys/kern/kern_subr.c 7.4

33 years agoresolve differences with tahoe version
Keith Sklower [Thu, 6 Sep 1990 08:42:38 +0000 (00:42 -0800)]
resolve differences with tahoe version

SCCS-vsn: usr.bin/f77/f77.vax/pathnames.h 5.4

33 years agoresolve differences with vax version
Keith Sklower [Thu, 6 Sep 1990 08:41:49 +0000 (00:41 -0800)]
resolve differences with vax version

SCCS-vsn: usr.bin/f77/f77.tahoe/pathnames.h 5.4

33 years agocall get_lrealm() with 0; -> don't use KRB_REALM define
Kevin Fall [Thu, 6 Sep 1990 07:57:26 +0000 (23:57 -0800)]
call get_lrealm() with 0; -> don't use KRB_REALM define

SCCS-vsn: usr.bin/login/klogin.c 5.4

33 years agosort and add Kerberos
Keith Bostic [Thu, 6 Sep 1990 03:04:09 +0000 (19:04 -0800)]
sort and add Kerberos

SCCS-vsn: admin/admin/contrib/contrib 5.2

33 years agodate and time created 90/09/05 11:58:19 by bostic
Keith Bostic [Thu, 6 Sep 1990 02:58:19 +0000 (18:58 -0800)]
date and time created 90/09/05 11:58:19 by bostic

SCCS-vsn: admin/admin/contrib/contrib 5.1

33 years agoSTD ordering, add vaxbi, fold Makefile.install into Makefile
Keith Bostic [Thu, 6 Sep 1990 02:29:29 +0000 (18:29 -0800)]
STD ordering, add vaxbi, fold Makefile.install into Makefile
minor cleanups

SCCS-vsn: include/Makefile 5.40

33 years agoBLDASM should depend on SYS.h
Keith Bostic [Thu, 6 Sep 1990 02:12:05 +0000 (18:12 -0800)]
BLDASM should depend on SYS.h

SCCS-vsn: lib/libc/sys/Makefile.inc 5.3

33 years agominimal changes to make clone devices work
Kirk McKusick [Thu, 6 Sep 1990 01:34:30 +0000 (17:34 -0800)]
minimal changes to make clone devices work

SCCS-vsn: sys/vax/datakit/dk.c 1.7

33 years agopass down index of opened file for datakit (gag)
Kirk McKusick [Thu, 6 Sep 1990 01:26:58 +0000 (17:26 -0800)]
pass down index of opened file for datakit (gag)

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

33 years agop_dupfd is signed
Kirk McKusick [Thu, 6 Sep 1990 01:24:15 +0000 (17:24 -0800)]
p_dupfd is signed

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

33 years agotypo, can't put a space after .Xr name
Keith Bostic [Wed, 5 Sep 1990 23:54:35 +0000 (15:54 -0800)]
typo, can't put a space after .Xr name

SCCS-vsn: bin/mv/mv.1 6.6

33 years agoremove last of the inode dependencies
Kirk McKusick [Wed, 5 Sep 1990 10:23:04 +0000 (02:23 -0800)]
remove last of the inode dependencies

SCCS-vsn: sys/vax/datakit/dksub.c 1.6

33 years agocheck for ``REJECT'' routes
Keith Sklower [Wed, 5 Sep 1990 01:41:43 +0000 (17:41 -0800)]
check for ``REJECT'' routes

SCCS-vsn: sys/net/if_loop.c 7.11

33 years agodate and time created 90/09/03 19:00:02 by sklower
Keith Sklower [Tue, 4 Sep 1990 10:00:02 +0000 (02:00 -0800)]
date and time created 90/09/03 19:00:02 by sklower

SCCS-vsn: contrib/usr.x25/lib/Makefile 5.1

33 years agodate and time created 90/09/03 18:58:41 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:58:41 +0000 (01:58 -0800)]
date and time created 90/09/03 18:58:41 by sklower

SCCS-vsn: contrib/usr.x25/lib/x25err.c 5.1

33 years agodate and time created 90/09/03 18:58:40 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:58:40 +0000 (01:58 -0800)]
date and time created 90/09/03 18:58:40 by sklower

SCCS-vsn: contrib/usr.x25/lib/verify.c 5.1

33 years agodate and time created 90/09/03 18:58:39 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:58:39 +0000 (01:58 -0800)]
date and time created 90/09/03 18:58:39 by sklower

SCCS-vsn: contrib/usr.x25/lib/getx25hostent.c 5.1
SCCS-vsn: contrib/usr.x25/lib/print.c 5.1

33 years agodate and time created 90/09/03 18:58:38 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:58:38 +0000 (01:58 -0800)]
date and time created 90/09/03 18:58:38 by sklower

SCCS-vsn: contrib/usr.x25/lib/getx25hostbyname.c 5.1

33 years agodate and time created 90/09/03 18:58:37 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:58:37 +0000 (01:58 -0800)]
date and time created 90/09/03 18:58:37 by sklower

SCCS-vsn: contrib/usr.x25/lib/ccitt_addr.c 5.1
SCCS-vsn: contrib/usr.x25/lib/getx25hostbyaddr.c 5.1

33 years agodate and time created 90/09/03 18:55:38 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:55:38 +0000 (01:55 -0800)]
date and time created 90/09/03 18:55:38 by sklower

SCCS-vsn: contrib/usr.x25/x25sa.c 5.1

33 years agodate and time created 90/09/03 18:55:37 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:55:37 +0000 (01:55 -0800)]
date and time created 90/09/03 18:55:37 by sklower

SCCS-vsn: contrib/usr.x25/x25accton.c 5.1
SCCS-vsn: contrib/usr.x25/x25config.c 5.1

33 years agodate and time created 90/09/03 18:55:36 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:55:36 +0000 (01:55 -0800)]
date and time created 90/09/03 18:55:36 by sklower

SCCS-vsn: contrib/usr.x25/rc.local 5.1

33 years agodate and time created 90/09/03 18:55:35 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:55:35 +0000 (01:55 -0800)]
date and time created 90/09/03 18:55:35 by sklower

SCCS-vsn: contrib/usr.x25/README-4.2bsd 5.1

33 years agodate and time created 90/09/03 18:55:34 by sklower
Keith Sklower [Tue, 4 Sep 1990 09:55:34 +0000 (01:55 -0800)]
date and time created 90/09/03 18:55:34 by sklower

SCCS-vsn: contrib/usr.x25/Makefile 5.1

33 years agosleep => tsleep; attempt to make compile
Mike Karels [Tue, 4 Sep 1990 08:26:39 +0000 (00:26 -0800)]
sleep => tsleep; attempt to make compile

SCCS-vsn: sys/vax/datakit/dk.c 1.6
SCCS-vsn: sys/vax/datakit/dksub.c 1.5
SCCS-vsn: sys/vax/datakit/dktty.c 1.4

33 years agocheckpoint to run on arpa
Keith Sklower [Tue, 4 Sep 1990 07:33:50 +0000 (23:33 -0800)]
checkpoint to run on arpa

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

33 years agoconversion to termios
Mike Karels [Tue, 4 Sep 1990 07:18:50 +0000 (23:18 -0800)]
conversion to termios

SCCS-vsn: sys/vax/datakit/dktty.c 1.3

33 years agouse UBAI_* macros
Mike Karels [Tue, 4 Sep 1990 07:16:04 +0000 (23:16 -0800)]
use UBAI_* macros

SCCS-vsn: sys/vax/datakit/dkit_kmc.c 1.3

33 years agoyech, private mbuf types! at least use lower-numbered ones
Mike Karels [Tue, 4 Sep 1990 07:15:00 +0000 (23:15 -0800)]
yech, private mbuf types! at least use lower-numbered ones

SCCS-vsn: sys/vax/datakit/dkit.h 1.2

33 years agodon't assume that MLEN is 112!
Mike Karels [Tue, 4 Sep 1990 07:13:58 +0000 (23:13 -0800)]
don't assume that MLEN is 112!

SCCS-vsn: sys/vax/datakit/dk.h 1.3

33 years agodocument recent changes
Keith Sklower [Tue, 4 Sep 1990 05:27:14 +0000 (21:27 -0800)]
document recent changes

SCCS-vsn: sbin/route/route.8 6.10

33 years agomake sure that route ``get'' works
Keith Sklower [Tue, 4 Sep 1990 05:14:34 +0000 (21:14 -0800)]
make sure that route ``get'' works

SCCS-vsn: sbin/route/route.c 5.29
SCCS-vsn: sbin/route/keywords 5.5

33 years agohostname -s strips of domain
Keith Bostic [Mon, 3 Sep 1990 04:58:10 +0000 (20:58 -0800)]
hostname -s strips of domain

SCCS-vsn: etc/weekly 5.9

33 years agoupgrade to pmake, and install, some stuff still needs it
Keith Bostic [Mon, 3 Sep 1990 04:32:16 +0000 (20:32 -0800)]
upgrade to pmake, and install, some stuff still needs it

SCCS-vsn: old/hostid/Makefile 5.3

33 years agoadd hostid
Keith Bostic [Mon, 3 Sep 1990 04:30:09 +0000 (20:30 -0800)]
add hostid

SCCS-vsn: old/Makefile 5.8

33 years agoneed to restore quota credit if allocation fails
Kirk McKusick [Sun, 2 Sep 1990 09:06:23 +0000 (01:06 -0800)]
need to restore quota credit if allocation fails

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 7.22
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.22

33 years agofix -u (change to -U); fix -s
Marc Teitelbaum [Sat, 1 Sep 1990 06:55:06 +0000 (22:55 -0800)]
fix -u (change to -U); fix -s

SCCS-vsn: usr.sbin/pstat/pstat.c 5.27

33 years agofixed missing operator
Cynthia A. E. Livingston [Sat, 1 Sep 1990 04:36:58 +0000 (20:36 -0800)]
fixed missing operator

SCCS-vsn: share/man/man7/operator.7 5.3

33 years agofix botched parenthetic expression
Cynthia A. E. Livingston [Sat, 1 Sep 1990 04:28:09 +0000 (20:28 -0800)]
fix botched parenthetic expression

SCCS-vsn: usr.bin/calendar/calendar.1 6.10

33 years agodon't send extra acks if sockbuf is over-extended
Mike Karels [Sat, 1 Sep 1990 03:48:04 +0000 (19:48 -0800)]
don't send extra acks if sockbuf is over-extended

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

33 years agodo not lose flags when exporting
Kirk McKusick [Sat, 1 Sep 1990 02:45:23 +0000 (18:45 -0800)]
do not lose flags when exporting

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

33 years agoadd renohints, reorder docs, mention release for sendbug
Mike Karels [Fri, 31 Aug 1990 23:54:52 +0000 (15:54 -0800)]
add renohints, reorder docs, mention release for sendbug

SCCS-vsn: admin/admin/4.3Reno/Cover.distribution 1.2

33 years agoThis version compiles; otherwise untested.
Keith Sklower [Fri, 31 Aug 1990 09:49:43 +0000 (01:49 -0800)]
This version compiles; otherwise untested.

SCCS-vsn: sys/vax/if/if_dp.c 7.2
SCCS-vsn: sys/vax/if/if_dpreg.h 7.2

33 years agothis version compiles; completely untested
Keith Sklower [Fri, 31 Aug 1990 09:48:45 +0000 (01:48 -0800)]
this version compiles; completely untested

SCCS-vsn: sys/netccitt/ccitt_proto.c 7.5
SCCS-vsn: sys/netccitt/hd_debug.c 7.3
SCCS-vsn: sys/netccitt/hd_input.c 7.4
SCCS-vsn: sys/netccitt/hd_output.c 7.4
SCCS-vsn: sys/netccitt/hd_subr.c 7.4
SCCS-vsn: sys/netccitt/hd_timer.c 7.3
SCCS-vsn: sys/netccitt/pk.h 7.3
SCCS-vsn: sys/netccitt/pk_acct.c 7.3
SCCS-vsn: sys/netccitt/pk_debug.c 7.3
SCCS-vsn: sys/netccitt/pk_input.c 7.5
SCCS-vsn: sys/netccitt/pk_output.c 7.5
SCCS-vsn: sys/netccitt/pk_subr.c 7.6
SCCS-vsn: sys/netccitt/pk_timer.c 7.3
SCCS-vsn: sys/netccitt/pk_usrreq.c 7.7
SCCS-vsn: sys/netccitt/pk_var.h 7.6
SCCS-vsn: sys/netccitt/x25.h 7.4
SCCS-vsn: sys/netccitt/if_x25subr.c 7.6

33 years agodate and time created 90/08/30 17:35:33 by sklower
Keith Sklower [Fri, 31 Aug 1990 08:35:33 +0000 (00:35 -0800)]
date and time created 90/08/30 17:35:33 by sklower

SCCS-vsn: sys/vax/if/if_dpreg.h 7.1

33 years agodate and time created 90/08/30 17:35:31 by sklower
Keith Sklower [Fri, 31 Aug 1990 08:35:31 +0000 (00:35 -0800)]
date and time created 90/08/30 17:35:31 by sklower

SCCS-vsn: sys/vax/if/if_dp.c 7.1

33 years agodate and time created 90/08/30 16:10:25 by sklower
Keith Sklower [Fri, 31 Aug 1990 07:10:25 +0000 (23:10 -0800)]
date and time created 90/08/30 16:10:25 by sklower

SCCS-vsn: sys/deprecated/bbnnet/rdp_cksum.s 1.1

33 years agoadd IFF_SIMPLEX to IFF_CANTCHANGE
Mike Karels [Fri, 31 Aug 1990 03:35:05 +0000 (19:35 -0800)]
add IFF_SIMPLEX to IFF_CANTCHANGE

SCCS-vsn: sys/net/if.h 7.10

33 years agoadd libcompat to library list for [efg]cvt routines
Keith Bostic [Fri, 31 Aug 1990 03:23:28 +0000 (19:23 -0800)]
add libcompat to library list for [efg]cvt routines

SCCS-vsn: usr.bin/f77/f77.vax/pathnames.h 5.3

33 years agoadd libcompat to library list; needed for [efg]cvt routines
Keith Bostic [Fri, 31 Aug 1990 03:21:40 +0000 (19:21 -0800)]
add libcompat to library list; needed for [efg]cvt routines

SCCS-vsn: usr.bin/f77/f77.tahoe/pathnames.h 5.3

33 years agofixes from chris
Marc Teitelbaum [Fri, 31 Aug 1990 02:55:10 +0000 (18:55 -0800)]
fixes from chris

SCCS-vsn: bin/ps/ps.c 5.29
SCCS-vsn: bin/ps/ps.1 6.8
SCCS-vsn: lib/libc/gen/devname.c 5.7
SCCS-vsn: usr.bin/w/pr_time.c 5.2