unix-history/.git
32 years agoinitialize page size so recognize when the user doesn't!
Keith Bostic [Mon, 28 Oct 1991 08:10:16 +0000 (00:10 -0800)]
initialize page size so recognize when the user doesn't!

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.13

32 years agoLoops were broken again. (Michael Schroeder's fix)
Christos Zoulas [Mon, 28 Oct 1991 08:01:17 +0000 (00:01 -0800)]
Loops were broken again. (Michael Schroeder's fix)

SCCS-vsn: bin/csh/csh.c 5.30
SCCS-vsn: bin/csh/extern.h 5.9
SCCS-vsn: bin/csh/func.c 5.28

32 years agodinit() would pass to dcanon() an unallocated pointer
Christos Zoulas [Mon, 28 Oct 1991 07:59:54 +0000 (23:59 -0800)]
dinit() would pass to dcanon() an unallocated pointer

SCCS-vsn: bin/csh/dir.c 5.15

32 years agoMinor fixes
Christos Zoulas [Mon, 28 Oct 1991 07:59:26 +0000 (23:59 -0800)]
Minor fixes

SCCS-vsn: bin/csh/alloc.c 5.11

32 years agotypo when going to POSIX stat.h; test case was "cp -r . /tmp" failed
Keith Bostic [Mon, 28 Oct 1991 06:28:26 +0000 (22:28 -0800)]
typo when going to POSIX stat.h; test case was "cp -r . /tmp" failed

SCCS-vsn: bin/cp/cp.c 5.26

32 years agomisc.c regular.c special.c
Keith Bostic [Mon, 28 Oct 1991 06:15:39 +0000 (22:15 -0800)]
misc.c regular.c special.c

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

32 years agoPOSIX P1003.2/D11.2 compliance -- use mmap and make it simple
Keith Bostic [Mon, 28 Oct 1991 06:15:16 +0000 (22:15 -0800)]
POSIX P1003.2/D11.2 compliance -- use mmap and make it simple

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

32 years agodate and time created 91/10/27 14:14:57 by bostic
Keith Bostic [Mon, 28 Oct 1991 06:14:57 +0000 (22:14 -0800)]
date and time created 91/10/27 14:14:57 by bostic

SCCS-vsn: usr.bin/cmp/special.c 5.1

32 years agodate and time created 91/10/27 14:14:54 by bostic
Keith Bostic [Mon, 28 Oct 1991 06:14:54 +0000 (22:14 -0800)]
date and time created 91/10/27 14:14:54 by bostic

SCCS-vsn: usr.bin/cmp/regular.c 5.1

32 years agodate and time created 91/10/27 14:14:51 by bostic
Keith Bostic [Mon, 28 Oct 1991 06:14:51 +0000 (22:14 -0800)]
date and time created 91/10/27 14:14:51 by bostic

SCCS-vsn: usr.bin/cmp/extern.h 5.1

32 years agodate and time created 91/10/27 14:14:47 by bostic
Keith Bostic [Mon, 28 Oct 1991 06:14:47 +0000 (22:14 -0800)]
date and time created 91/10/27 14:14:47 by bostic

SCCS-vsn: usr.bin/cmp/misc.c 5.1

32 years agofix the example
Keith Bostic [Mon, 28 Oct 1991 03:32:44 +0000 (19:32 -0800)]
fix the example

SCCS-vsn: usr.bin/tr/tr.1 6.9

32 years agolist the specific ASCII characters handled by the isXXX() functions
Keith Bostic [Mon, 28 Oct 1991 03:30:30 +0000 (19:30 -0800)]
list the specific ASCII characters handled by the isXXX() functions

SCCS-vsn: lib/libc/locale/isalnum.3 5.4
SCCS-vsn: lib/libc/locale/isalpha.3 5.4
SCCS-vsn: lib/libc/locale/isascii.3 5.3
SCCS-vsn: lib/libc/locale/iscntrl.3 5.4
SCCS-vsn: lib/libc/locale/isdigit.3 5.4
SCCS-vsn: lib/libc/locale/isgraph.3 5.4
SCCS-vsn: lib/libc/locale/islower.3 5.4
SCCS-vsn: lib/libc/locale/isprint.3 5.4
SCCS-vsn: lib/libc/locale/ispunct.3 5.4
SCCS-vsn: lib/libc/locale/isspace.3 5.5
SCCS-vsn: lib/libc/locale/isupper.3 5.4
SCCS-vsn: lib/libc/locale/isxdigit.3 5.4

32 years agoadd str.c
Keith Bostic [Mon, 28 Oct 1991 02:39:36 +0000 (18:39 -0800)]
add str.c

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

32 years agovarious bug fixes, don't restrict class usage at all on the grounds
Keith Bostic [Mon, 28 Oct 1991 02:38:23 +0000 (18:38 -0800)]
various bug fixes, don't restrict class usage at all on the grounds
that you can't get it right.  Hal Jesperson agrees that this is correct,
it's not clear from the POSIX draft.

SCCS-vsn: usr.bin/tr/extern.h 5.2
SCCS-vsn: usr.bin/tr/str.c 5.3
SCCS-vsn: usr.bin/tr/tr.1 6.8
SCCS-vsn: usr.bin/tr/tr.c 5.2

32 years agouse mmap on files smaller than 8M; function prototypes for local
Keith Bostic [Mon, 28 Oct 1991 00:57:27 +0000 (16:57 -0800)]
use mmap on files smaller than 8M; function prototypes for local
functions; lots of minor cleanup/formatting

SCCS-vsn: bin/cp/cp.c 5.25

32 years agouse err() routine
Keith Bostic [Mon, 28 Oct 1991 00:56:15 +0000 (16:56 -0800)]
use err() routine

SCCS-vsn: bin/cp/path.c 5.2

32 years agoadd err prototype
Keith Bostic [Mon, 28 Oct 1991 00:56:00 +0000 (16:56 -0800)]
add err prototype

SCCS-vsn: bin/cp/extern.h 5.3

32 years agosignal.h is not sys/signal.h
Chris Torek [Sun, 27 Oct 1991 15:38:49 +0000 (07:38 -0800)]
signal.h is not sys/signal.h

SCCS-vsn: usr.bin/make/compat.c 5.8
SCCS-vsn: usr.bin/make/job.c 5.17

32 years agohave .rn (in @h) check to see that the temp macros are defined
Eric Allman [Sun, 27 Oct 1991 14:29:25 +0000 (06:29 -0800)]
have .rn (in @h) check to see that the temp macros are defined
first -- for SoftQuad troff, per Rick Adam's request

SCCS-vsn: share/me/tmac.orig_me 2.37

32 years agomodify exec'd pathnames to reflect move to /usr/old
Cynthia A. E. Livingston [Sun, 27 Oct 1991 05:20:38 +0000 (21:20 -0800)]
modify exec'd pathnames to reflect move to /usr/old

SCCS-vsn: old/refer/refer/pathnames.h 5.4

32 years agobackslash changes messed up simple octal charactes
Keith Bostic [Fri, 25 Oct 1991 11:01:55 +0000 (03:01 -0800)]
backslash changes messed up simple octal charactes

SCCS-vsn: usr.bin/tr/str.c 5.2

32 years agoPOSIX 1003.2/D11.2 version
Keith Bostic [Fri, 25 Oct 1991 09:49:20 +0000 (01:49 -0800)]
POSIX 1003.2/D11.2 version

SCCS-vsn: usr.bin/tr/str.c 5.1
SCCS-vsn: usr.bin/tr/extern.h 5.1
SCCS-vsn: usr.bin/tr/tr.1 6.7
SCCS-vsn: usr.bin/tr/tr.c 5.1

32 years agoprototype the functions
Keith Bostic [Fri, 25 Oct 1991 08:21:54 +0000 (00:21 -0800)]
prototype the functions

SCCS-vsn: lib/libc/locale/ctype.3 6.7

32 years agou-area is pageable under new VM. no need to read from swap.
Marc Teitelbaum [Fri, 25 Oct 1991 05:30:12 +0000 (21:30 -0800)]
u-area is pageable under new VM.  no need to read from swap.

SCCS-vsn: lib/libkvm/kvm.c 5.21
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.21
SCCS-vsn: lib/libkvm/kvm_proc.c 5.21

32 years agomore error checking. cruft.
Marc Teitelbaum [Fri, 25 Oct 1991 05:24:04 +0000 (21:24 -0800)]
more error checking.  cruft.

SCCS-vsn: lib/libkvm/kvm.c 5.20
SCCS-vsn: lib/libkvm/kvm_hp300.c 5.20
SCCS-vsn: lib/libkvm/kvm_proc.c 5.20

32 years ago(no message)
Pauline Schwartz [Fri, 25 Oct 1991 02:22:40 +0000 (18:22 -0800)]
(no message)

SCCS-vsn: admin/admin/4.3Reno/Add.Reno.83 1.3
SCCS-vsn: admin/admin/4.3Reno/Add.Reno.86.for 1.3

32 years agobreak sys/signal.h into user level and system level
Keith Bostic [Thu, 24 Oct 1991 09:04:41 +0000 (01:04 -0800)]
break sys/signal.h into user level and system level

SCCS-vsn: include/signal.h 5.2

32 years agoadd isblank(c)
Keith Bostic [Thu, 24 Oct 1991 09:02:34 +0000 (01:02 -0800)]
add isblank(c)

SCCS-vsn: include/ctype.h 5.4

32 years agodate and time created 91/10/23 17:00:24 by bostic
Keith Bostic [Thu, 24 Oct 1991 09:00:24 +0000 (01:00 -0800)]
date and time created 91/10/23 17:00:24 by bostic

SCCS-vsn: lib/libc/locale/isblank.3 5.1

32 years agoadd isblank(3); call things functions consistently, don't list the
Keith Bostic [Thu, 24 Oct 1991 09:00:20 +0000 (01:00 -0800)]
add isblank(3); call things functions consistently, don't list the
rest of the world in the SEE ALSO section

SCCS-vsn: lib/libc/locale/ctype.3 6.6
SCCS-vsn: lib/libc/locale/isalnum.3 5.3
SCCS-vsn: lib/libc/locale/isalpha.3 5.3
SCCS-vsn: lib/libc/locale/isascii.3 5.2
SCCS-vsn: lib/libc/locale/iscntrl.3 5.3
SCCS-vsn: lib/libc/locale/isdigit.3 5.3
SCCS-vsn: lib/libc/locale/isgraph.3 5.3
SCCS-vsn: lib/libc/locale/islower.3 5.3
SCCS-vsn: lib/libc/locale/isprint.3 5.3
SCCS-vsn: lib/libc/locale/ispunct.3 5.3
SCCS-vsn: lib/libc/locale/isspace.3 5.4
SCCS-vsn: lib/libc/locale/isupper.3 5.3
SCCS-vsn: lib/libc/locale/isxdigit.3 5.3

32 years agoadd isblank, minor KNF whacks
Keith Bostic [Thu, 24 Oct 1991 08:41:23 +0000 (00:41 -0800)]
add isblank, minor KNF whacks

SCCS-vsn: lib/libc/locale/isctype.c 5.3

32 years agocommand() was missing USER flag
Marc Teitelbaum [Wed, 23 Oct 1991 08:13:22 +0000 (00:13 -0800)]
command() was missing USER flag

SCCS-vsn: bin/ps/keyword.c 5.10

32 years agoreflect change to vm_object_page_clean interface
Mike Hibler [Tue, 22 Oct 1991 05:12:00 +0000 (21:12 -0800)]
reflect change to vm_object_page_clean interface

SCCS-vsn: sys/vm/vm_mmap.c 7.9

32 years agoin vm_object_page_clean avoid races with pageout daemon
Mike Hibler [Tue, 22 Oct 1991 05:11:35 +0000 (21:11 -0800)]
in vm_object_page_clean avoid races with pageout daemon

SCCS-vsn: sys/vm/vm_object.c 7.8

32 years agommap returns -1 on error, not NULL
Keith Bostic [Tue, 22 Oct 1991 03:39:58 +0000 (19:39 -0800)]
mmap returns -1 on error, not NULL

SCCS-vsn: usr.bin/tail/forward.c 5.3
SCCS-vsn: usr.bin/tail/reverse.c 5.2

32 years agohandle backslashes in addresses properly
Eric Allman [Sun, 20 Oct 1991 17:50:03 +0000 (09:50 -0800)]
handle backslashes in addresses properly

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

32 years agohandle a wider range of syntaxes in crackaddr -- notably, angle
Eric Allman [Sun, 20 Oct 1991 16:56:26 +0000 (08:56 -0800)]
handle a wider range of syntaxes in crackaddr -- notably, angle
brackets appearing in quotes and comments.

SCCS-vsn: usr.sbin/sendmail/src/version.c 5.79

32 years agohandle a wider range of syntaxes -- notably, angle brackets
Eric Allman [Sun, 20 Oct 1991 16:55:46 +0000 (08:55 -0800)]
handle a wider range of syntaxes -- notably, angle brackets
appearing in quotes and comments.

SCCS-vsn: usr.sbin/sendmail/src/headers.c 5.16

32 years agoFixed nested loop bug
Christos Zoulas [Sun, 20 Oct 1991 09:26:42 +0000 (01:26 -0800)]
Fixed nested loop bug

SCCS-vsn: bin/csh/func.c 5.27

32 years agoFixed exec so that it does not exit when it fails
Christos Zoulas [Fri, 18 Oct 1991 16:20:49 +0000 (08:20 -0800)]
Fixed exec so that it does not exit when it fails

SCCS-vsn: bin/csh/exec.c 5.20

32 years agodon't log the date as changed before it actually happens
Keith Bostic [Fri, 18 Oct 1991 10:51:56 +0000 (02:51 -0800)]
don't log the date as changed before it actually happens

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

32 years agodo not close the directory twice (4.3BSD-reno/lib/8)
Kirk McKusick [Fri, 18 Oct 1991 08:10:15 +0000 (00:10 -0800)]
do not close the directory twice (4.3BSD-reno/lib/8)

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

32 years agoensure that the root inode is dumped
Kirk McKusick [Fri, 18 Oct 1991 06:58:48 +0000 (22:58 -0800)]
ensure that the root inode is dumped

SCCS-vsn: sbin/dump/traverse.c 5.14

32 years agooption flag precedence typo; bug report net2/usr.bin/0
Keith Bostic [Fri, 18 Oct 1991 06:55:37 +0000 (22:55 -0800)]
option flag precedence typo; bug report net2/usr.bin/0

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

32 years agoa better fix, just realize that empty files are "corrupted" in verify
Keith Bostic [Fri, 18 Oct 1991 00:06:49 +0000 (16:06 -0800)]
a better fix, just realize that empty files are "corrupted" in verify

SCCS-vsn: usr.bin/chpass/edit.c 5.4

32 years agovi O_TRUNC's the file, resulting in a changed mod time but a size of
Keith Bostic [Fri, 18 Oct 1991 00:02:23 +0000 (16:02 -0800)]
vi O_TRUNC's the file, resulting in a changed mod time but a size of
0 if the file system is unwritable

SCCS-vsn: usr.bin/chpass/edit.c 5.3

32 years agoadded description of new LLC options.
William Nesheim [Thu, 17 Oct 1991 08:31:04 +0000 (00:31 -0800)]
added description of new LLC options.

SCCS-vsn: sbin/ifconfig/ifconfig.8 6.14

32 years agoadded link level control bits so we can pass mode info to a given
William Nesheim [Thu, 17 Oct 1991 07:52:55 +0000 (23:52 -0800)]
added link level control bits so we can pass mode info to a given
link layer protocol. for example, to enable slip compression.

SCCS-vsn: sys/net/if_sl.c 7.23
SCCS-vsn: sys/net/if_slvar.h 7.8

32 years agoadded additional link level control bits, so slip among others
William Nesheim [Thu, 17 Oct 1991 07:50:49 +0000 (23:50 -0800)]
added additional link level control bits, so slip among others

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

32 years agooops, dropped the keywords, put them back in
William Nesheim [Thu, 17 Oct 1991 06:59:27 +0000 (22:59 -0800)]
oops, dropped the keywords, put them back in

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

32 years agoadded three new flags for link layer control (LLC)
William Nesheim [Thu, 17 Oct 1991 06:43:45 +0000 (22:43 -0800)]
added three new flags for link layer control (LLC)
this can be used to enable slip compression and other LL options.

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

32 years agoreport other bits beyond IFF_NOARP (from jch)
Keith Sklower [Wed, 16 Oct 1991 07:54:56 +0000 (23:54 -0800)]
report other bits beyond IFF_NOARP (from jch)

SCCS-vsn: sbin/ifconfig/ifconfig.c 5.2

32 years agocorrect -Dstring and -Sname formatting
Cynthia A. E. Livingston [Mon, 14 Oct 1991 08:27:22 +0000 (00:27 -0800)]
correct -Dstring and -Sname formatting

SCCS-vsn: usr.bin/diff/diff/diff.1 6.8

32 years agobeginnings of implementation of options on UDB specifications
Eric Allman [Mon, 14 Oct 1991 00:31:38 +0000 (16:31 -0800)]
beginnings of implementation of options on UDB specifications

SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.5

32 years agomake it work with udbd server
Eric Allman [Sat, 12 Oct 1991 09:17:33 +0000 (01:17 -0800)]
make it work with udbd server

SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.4

32 years agoPOSIX has utime, so it's in the C library to stay
Keith Bostic [Sat, 12 Oct 1991 06:48:59 +0000 (22:48 -0800)]
POSIX has utime, so it's in the C library to stay

SCCS-vsn: lib/libc/gen/utime.3 6.4

32 years agofixes for user database and new config files
Eric Allman [Sat, 12 Oct 1991 04:46:11 +0000 (20:46 -0800)]
fixes for user database and new config files

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.22
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.78
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.23
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 5.29
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 5.45
SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.3

32 years agoclean up to reflect new statistics gathering model
Kirk McKusick [Fri, 11 Oct 1991 14:01:38 +0000 (06:01 -0800)]
clean up to reflect new statistics gathering model

SCCS-vsn: usr.bin/vmstat/vmstat.c 5.32

32 years agotypo on meta bit checking
Keith Bostic [Fri, 11 Oct 1991 11:20:41 +0000 (03:20 -0800)]
typo on meta bit checking

SCCS-vsn: lib/libc/db/btree/bt_open.c 5.12

32 years agoAdd : as a delimiter in ~ expansions
Christos Zoulas [Fri, 11 Oct 1991 06:59:27 +0000 (22:59 -0800)]
Add : as a delimiter in ~ expansions

SCCS-vsn: bin/csh/glob.c 5.29

32 years agoprintf cleanup, it seems to work
Keith Bostic [Fri, 11 Oct 1991 03:04:14 +0000 (19:04 -0800)]
printf cleanup, it seems to work

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 5.5

32 years agoadd LFS mount type
Keith Bostic [Fri, 11 Oct 1991 02:58:28 +0000 (18:58 -0800)]
add LFS mount type

SCCS-vsn: sys/sys/mount.h 7.24

32 years agokeep the data structures consistent
Kirk McKusick [Thu, 10 Oct 1991 10:34:38 +0000 (02:34 -0800)]
keep the data structures consistent

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

32 years ago-1 isn't super-user only
Keith Bostic [Thu, 10 Oct 1991 09:30:35 +0000 (01:30 -0800)]
-1 isn't super-user only

SCCS-vsn: bin/kill/kill.1 6.9

32 years ago-1 with the super-user also excludes the sending process
Keith Bostic [Thu, 10 Oct 1991 09:10:31 +0000 (01:10 -0800)]
-1 with the super-user also excludes the sending process

SCCS-vsn: lib/libc/sys/kill.2 6.7

32 years agothis is the version sent to BXA, 9 Oct. 91
Keith Bostic [Thu, 10 Oct 1991 05:43:22 +0000 (21:43 -0800)]
this is the version sent to BXA, 9 Oct. 91
date and time created 91/10/09 13:43:22 by bostic

SCCS-vsn: admin/admin/network.2/export 5.1

32 years agoadd UNASSIGNED for nonexistent disk address in bmap;
Keith Bostic [Thu, 10 Oct 1991 03:25:08 +0000 (19:25 -0800)]
add UNASSIGNED for nonexistent disk address in bmap;
satosn -> datosn, sntosa -> sntoda

SCCS-vsn: sys/ufs/lfs/lfs.h 5.7

32 years agolint
Keith Bostic [Thu, 10 Oct 1991 03:24:33 +0000 (19:24 -0800)]
lint

SCCS-vsn: sys/ufs/lfs/lfs_extern.h 5.3

32 years agolint, use UNASSIGNED, not -1
Bill Joy [Thu, 10 Oct 1991 03:24:15 +0000 (19:24 -0800)]
lint, use UNASSIGNED, not -1

SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 7.17

32 years agolint
Keith Bostic [Thu, 10 Oct 1991 03:22:40 +0000 (19:22 -0800)]
lint

SCCS-vsn: sys/ufs/lfs/lfs_inode.c 7.44
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.32

32 years agocheckpoint, seems to kind of work
Keith Bostic [Thu, 10 Oct 1991 03:22:12 +0000 (19:22 -0800)]
checkpoint, seems to kind of work

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.61

32 years agolint
Keith Bostic [Thu, 10 Oct 1991 03:21:41 +0000 (19:21 -0800)]
lint

SCCS-vsn: sys/ufs/lfs/lfs_debug.c 5.3
SCCS-vsn: sys/ufs/lfs/lfs_bio.c 5.3

32 years agocheckpoint after Margo's changes to make sync work
Keith Bostic [Thu, 10 Oct 1991 03:19:11 +0000 (19:19 -0800)]
checkpoint after Margo's changes to make sync work

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 5.4

32 years agomisunderstood function of kernel variable ``ticks'';
Keith Sklower [Wed, 9 Oct 1991 13:56:20 +0000 (05:56 -0800)]
misunderstood function of kernel variable ``ticks'';
need a different one for cheap timer.

SCCS-vsn: sys/netiso/tp_subr.c 7.17

32 years agoBug: must zero initial tpref table;
Keith Sklower [Wed, 9 Oct 1991 13:54:16 +0000 (05:54 -0800)]
Bug: must zero initial tpref table;
minor rewrite of slow timout, worst offense was to not let tp_driver
set appropriate next timeout.

SCCS-vsn: sys/netiso/tp_timer.c 7.13

32 years agocleanups to file paths, minor reformatting
Steve Sellgren [Wed, 9 Oct 1991 08:55:00 +0000 (00:55 -0800)]
cleanups to file paths, minor reformatting

SCCS-vsn: admin/admin/network.2/Cover.distribution 5.2

32 years agomerge into /usr/old
Cynthia A. E. Livingston [Tue, 8 Oct 1991 13:12:08 +0000 (05:12 -0800)]
merge into /usr/old

SCCS-vsn: old/tmac/tmac.an 6.11
SCCS-vsn: old/tmac/tmac.an.v6compat 6.2
SCCS-vsn: old/tmac/tmac.an6n 6.2
SCCS-vsn: old/tmac/tmac.an6t 6.2
SCCS-vsn: old/tmac/Makefile 1.2

32 years agomerged into /usr/old/lib tree
Cynthia A. E. Livingston [Tue, 8 Oct 1991 13:06:09 +0000 (05:06 -0800)]
merged into /usr/old/lib tree

SCCS-vsn: old/ms/Makefile 5.7

32 years agomodify pathname
Cynthia A. E. Livingston [Tue, 8 Oct 1991 13:05:51 +0000 (05:05 -0800)]
modify pathname

SCCS-vsn: old/ms/tmac.sU 5.3
SCCS-vsn: old/ms/tmac.s 5.2

32 years agomerge in to /usr/old/lib tree
Cynthia A. E. Livingston [Tue, 8 Oct 1991 12:58:26 +0000 (04:58 -0800)]
merge in to /usr/old/lib tree

SCCS-vsn: share/me/Makefile 6.12

32 years agomodify pathname
Cynthia A. E. Livingston [Tue, 8 Oct 1991 12:57:46 +0000 (04:57 -0800)]
modify pathname

SCCS-vsn: share/me/tmac.orig_me 2.36

32 years agodate and time created 91/10/07 19:54:01 by cael
Cynthia A. E. Livingston [Tue, 8 Oct 1991 11:54:01 +0000 (03:54 -0800)]
date and time created 91/10/07 19:54:01 by cael

SCCS-vsn: share/tmac/tmac.e 1.1

32 years agoadd /dev/zero
Marc Teitelbaum [Tue, 8 Oct 1991 05:44:01 +0000 (21:44 -0800)]
add /dev/zero

SCCS-vsn: etc/etc.hcx9/MAKEDEV 5.2
SCCS-vsn: etc/etc.hp300/MAKEDEV 5.6
SCCS-vsn: etc/etc.i386/MAKEDEV 5.2
SCCS-vsn: etc/etc.tahoe/MAKEDEV 5.13
SCCS-vsn: etc/etc.vax/MAKEDEV 4.35

32 years agoneed to move vm_prot ahead of pmap.h
William Nesheim [Tue, 8 Oct 1991 04:44:54 +0000 (20:44 -0800)]
need to move vm_prot ahead of pmap.h

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

32 years agohave DNS return what matched on a T_CNAME query
Eric Allman [Tue, 8 Oct 1991 03:31:24 +0000 (19:31 -0800)]
have DNS return what matched on a T_CNAME query

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.30
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.77

32 years agowork better on old sendmails when relaying local mail
Eric Allman [Sun, 6 Oct 1991 04:53:59 +0000 (20:53 -0800)]
work better on old sendmails when relaying local mail

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.14

32 years agoallowances for new sendmail that can handle reprocessing after
Eric Allman [Sun, 6 Oct 1991 04:40:18 +0000 (20:40 -0800)]
allowances for new sendmail that can handle reprocessing after
aliasing (for relay hosts)

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 2.13

32 years agobug in MAILER macro
Eric Allman [Sun, 6 Oct 1991 04:38:21 +0000 (20:38 -0800)]
bug in MAILER macro

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.11

32 years agohas new sendmail support
Eric Allman [Sun, 6 Oct 1991 04:37:57 +0000 (20:37 -0800)]
has new sendmail support

SCCS-vsn: usr.sbin/sendmail/cf/cf/vangogh.cs.mc 2.3

32 years agomake sure Berkeley.EDU has a trailing dot
Eric Allman [Sun, 6 Oct 1991 04:31:04 +0000 (20:31 -0800)]
make sure Berkeley.EDU has a trailing dot

SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 2.2

32 years agodon't pull in local immediately; there may be pathname overrides
Eric Allman [Sun, 6 Oct 1991 03:46:19 +0000 (19:46 -0800)]
don't pull in local immediately; there may be pathname overrides

SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 2.10

32 years agoallow catching of local names after aliasing but before local name
Eric Allman [Sun, 6 Oct 1991 02:09:10 +0000 (18:09 -0800)]
allow catching of local names after aliasing but before local name
resolution; have name server return indication that it matched.

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 5.21
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 5.14
SCCS-vsn: usr.sbin/sendmail/src/version.c 5.76

32 years agoadd definitions for config level 2
Eric Allman [Sun, 6 Oct 1991 02:07:42 +0000 (18:07 -0800)]
add definitions for config level 2

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.22

32 years agoreturn indication of whether nameserver found a match
Eric Allman [Sun, 6 Oct 1991 02:07:08 +0000 (18:07 -0800)]
return indication of whether nameserver found a match

SCCS-vsn: usr.sbin/sendmail/src/domain.c 5.29
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 5.39

32 years agoif config level >=2, don't reset RES_DEFNAMES|RES_DNSRCH
Eric Allman [Sun, 6 Oct 1991 02:05:02 +0000 (18:05 -0800)]
if config level >=2, don't reset RES_DEFNAMES|RES_DNSRCH

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

32 years agoadd "config level" config parameter
Eric Allman [Sun, 6 Oct 1991 02:04:25 +0000 (18:04 -0800)]
add "config level" config parameter

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

32 years agominor cleanups
Keith Bostic [Fri, 4 Oct 1991 11:26:34 +0000 (03:26 -0800)]
minor cleanups

SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 7.31

32 years agosingle thread LFS syncs
Keith Bostic [Fri, 4 Oct 1991 11:26:08 +0000 (03:26 -0800)]
single thread LFS syncs

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 7.60

32 years agosnapshot
Eric Allman [Fri, 4 Oct 1991 07:08:09 +0000 (23:08 -0800)]
snapshot

SCCS-vsn: usr.sbin/sendmail/cf/README 2.3