unix-history/.git
30 years agochange iov_len to be a size_t, not an int
Keith Bostic [Tue, 22 Feb 1994 01:02:11 +0000 (17:02 -0800)]
change iov_len to be a size_t, not an int

SCCS-vsn: lib/libc/sys/read.2 8.2
SCCS-vsn: lib/libc/sys/write.2 8.2

30 years agoDomainOS updates
Eric Allman [Mon, 21 Feb 1994 23:10:34 +0000 (15:10 -0800)]
DomainOS updates

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.78

30 years agoget rid of redundant CGSIZE definition
Marshall Kirk McKusick [Mon, 21 Feb 1994 22:50:27 +0000 (14:50 -0800)]
get rid of redundant CGSIZE definition

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

30 years agomerge "ret" and "rval" into one variable; usage() doesn't return;
Keith Bostic [Mon, 21 Feb 1994 22:03:35 +0000 (14:03 -0800)]
merge "ret" and "rval" into one variable; usage() doesn't return;
check the return of fscanf

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

30 years agoconditionally avoid synchronous writes (and indicate real fix)
Kirk McKusick [Mon, 21 Feb 1994 19:26:30 +0000 (11:26 -0800)]
conditionally avoid synchronous writes (and indicate real fix)

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.8

30 years agoadd privilege checks etc to support user mounts
Jan-Simon Pendry [Mon, 21 Feb 1994 09:18:22 +0000 (01:18 -0800)]
add privilege checks etc to support user mounts

SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.5

30 years agoonly signal mountd if necessary & possible.
Jan-Simon Pendry [Mon, 21 Feb 1994 09:16:34 +0000 (01:16 -0800)]
only signal mountd if necessary & possible.

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

30 years agoadd MNT_USER flag
Jan-Simon Pendry [Mon, 21 Feb 1994 08:58:14 +0000 (00:58 -0800)]
add MNT_USER flag

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

30 years agoadd support for user mounts (MNT_USER flag)
Jan-Simon Pendry [Mon, 21 Feb 1994 08:57:53 +0000 (00:57 -0800)]
add support for user mounts (MNT_USER flag)

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

30 years agofix usage. print MNT_USER flag if set.
Jan-Simon Pendry [Mon, 21 Feb 1994 08:56:58 +0000 (00:56 -0800)]
fix usage.  print MNT_USER flag if set.

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

30 years agoupdate synopsis. add more xrefs
Jan-Simon Pendry [Mon, 21 Feb 1994 08:38:25 +0000 (00:38 -0800)]
update synopsis.  add more xrefs

SCCS-vsn: sbin/mount/mount.8 8.4

30 years agobreak mount.8 up into mount.8 and umount.8; add the rest of the
Keith Bostic [Mon, 21 Feb 1994 08:23:07 +0000 (00:23 -0800)]
break mount.8 up into mount.8 and umount.8; add the rest of the
mount commands to the SEE ALSO section

SCCS-vsn: sbin/mount/mount.8 8.3

30 years agobreak mount.8 up into mount.8 and umount.8
Keith Bostic [Mon, 21 Feb 1994 08:22:09 +0000 (00:22 -0800)]
break mount.8 up into mount.8 and umount.8

SCCS-vsn: sbin/mount/Makefile 8.3

30 years agoNFS is always on, break mount.8 up into mount.8 and umount.8
Keith Bostic [Mon, 21 Feb 1994 08:21:53 +0000 (00:21 -0800)]
NFS is always on, break mount.8 up into mount.8 and umount.8

SCCS-vsn: sbin/umount/Makefile 8.2

30 years agoNFS is always turned on; fix it so that the order of -h and -t doesn't
Keith Bostic [Mon, 21 Feb 1994 08:21:27 +0000 (00:21 -0800)]
NFS is always turned on; fix it so that the order of -h and -t doesn't
matter; pass error values and exit with a reasonable exit status on failure;
fix the usage statement; more error messages, more KNF, prettiness police

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

30 years agodate and time created 94/02/20 16:17:57 by bostic
Keith Bostic [Mon, 21 Feb 1994 08:17:57 +0000 (00:17 -0800)]
date and time created 94/02/20 16:17:57 by bostic

SCCS-vsn: sbin/umount/umount.8 8.1

30 years agodocument umount -h. fix a few typos. update synopsis.
Jan-Simon Pendry [Mon, 21 Feb 1994 05:50:10 +0000 (21:50 -0800)]
document umount -h.  fix a few typos.  update synopsis.

SCCS-vsn: sbin/mount/mount.8 8.2

30 years agodocument umount -h; fix synopsis lines.
Jan-Simon Pendry [Mon, 21 Feb 1994 05:35:03 +0000 (21:35 -0800)]
document umount -h; fix synopsis lines.

SCCS-vsn: sbin/mount/mount.8 8.2

30 years agolint, KNF
Jan-Simon Pendry [Mon, 21 Feb 1994 05:20:12 +0000 (21:20 -0800)]
lint, KNF

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

30 years agoremove local version of realpath - now in libc
Jan-Simon Pendry [Mon, 21 Feb 1994 04:21:22 +0000 (20:21 -0800)]
remove local version of realpath - now in libc

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

30 years agouse __progname (from crt0) as default syslog tag if none specified
Eric Allman [Mon, 21 Feb 1994 03:41:33 +0000 (19:41 -0800)]
use __progname (from crt0) as default syslog tag if none specified

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

30 years agoreplace strtol implementation with one that works
Eric Allman [Sun, 20 Feb 1994 00:41:49 +0000 (16:41 -0800)]
replace strtol implementation with one that works

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.77

30 years agopatches to handle trailing dot properly
Eric Allman [Sat, 19 Feb 1994 23:56:19 +0000 (15:56 -0800)]
patches to handle trailing dot properly

SCCS-vsn: usr.sbin/sendmail/cf/feature/bitdomain.m4 8.6
SCCS-vsn: usr.sbin/sendmail/cf/feature/uucpdomain.m4 8.6

30 years agoavoid putting POP mailer at the top of the generated .cf file
Eric Allman [Sat, 19 Feb 1994 23:55:42 +0000 (15:55 -0800)]
avoid putting POP mailer at the top of the generated .cf file

SCCS-vsn: usr.sbin/sendmail/cf/mailer/pop.m4 8.2

30 years agochange default BITNET gateway from jade to CMSA
Eric Allman [Sat, 19 Feb 1994 05:04:16 +0000 (21:04 -0800)]
change default BITNET gateway from jade to CMSA

SCCS-vsn: usr.sbin/sendmail/cf/domain/Berkeley.EDU.m4 8.5

30 years agoavoid core dump if NIS compiled in and NIS map is specified, but
Eric Allman [Sat, 19 Feb 1994 05:00:45 +0000 (21:00 -0800)]
avoid core dump if NIS compiled in and NIS map is specified, but
NIS is not running

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.22

30 years agolint, KNF, fix error messages
Jan-Simon Pendry [Sat, 19 Feb 1994 02:24:41 +0000 (18:24 -0800)]
lint, KNF, fix error messages

SCCS-vsn: sbin/mount_cd9660/mount_cd9660.c 8.3

30 years agofix error message
Jan-Simon Pendry [Sat, 19 Feb 1994 02:19:08 +0000 (18:19 -0800)]
fix error message

SCCS-vsn: sbin/mount_procfs/mount_procfs.c 8.2
SCCS-vsn: sbin/mount_null/mount_null.c 8.3

30 years agolint, KNF.
Jan-Simon Pendry [Fri, 18 Feb 1994 23:07:38 +0000 (15:07 -0800)]
lint, KNF.
fixed so that nfs unmounts actually get round to calling the remote mountd.

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

30 years agoimplement new access policy
Jan-Simon Pendry [Fri, 18 Feb 1994 08:36:00 +0000 (00:36 -0800)]
implement new access policy
fixup locking for UNMNT_BELOW.

SCCS-vsn: sys/miscfs/union/union.h 8.2
SCCS-vsn: sys/miscfs/union/union_subr.c 8.4
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.6
SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.4

30 years agodelete bind.4.9 in favor of bind-4.9.2
Keith Bostic [Fri, 18 Feb 1994 06:39:30 +0000 (22:39 -0800)]
delete bind.4.9 in favor of bind-4.9.2

SCCS-vsn: contrib/Makefile 8.6

30 years agoformatting typo
Jan-Simon Pendry [Fri, 18 Feb 1994 03:34:39 +0000 (19:34 -0800)]
formatting typo

SCCS-vsn: sbin/mount_union/mount_union.8 8.3

30 years agore-order locking to avoid races
Jan-Simon Pendry [Fri, 18 Feb 1994 03:22:06 +0000 (19:22 -0800)]
re-order locking to avoid races

SCCS-vsn: sys/miscfs/union/union_vnops.c 8.5

30 years agofix escape sequence recognition
Jan-Simon Pendry [Fri, 18 Feb 1994 02:21:01 +0000 (18:21 -0800)]
fix escape sequence recognition

SCCS-vsn: usr.sbin/amd/fsinfo/fsi_lex.l 8.2

30 years agoadded procfs man page
Jan-Simon Pendry [Fri, 18 Feb 1994 02:17:03 +0000 (18:17 -0800)]
added procfs man page

SCCS-vsn: sbin/mount_procfs/Makefile 8.3

30 years agodate and time created 94/02/17 10:16:27 by pendry
Jan-Simon Pendry [Fri, 18 Feb 1994 02:16:27 +0000 (18:16 -0800)]
date and time created 94/02/17 10:16:27 by pendry

SCCS-vsn: sbin/mount_procfs/mount_procfs.8 8.1

30 years agosome extra debugging info
Eric Allman [Fri, 18 Feb 1994 01:49:00 +0000 (17:49 -0800)]
some extra debugging info

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.14

30 years agodon't use IDENTPROTO on Sequent
Eric Allman [Fri, 18 Feb 1994 01:24:46 +0000 (17:24 -0800)]
don't use IDENTPROTO on Sequent

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.89

30 years agoreturn more informative errors, fix a typo in swstrategy (from cgd)
Mike Hibler [Fri, 18 Feb 1994 01:24:04 +0000 (17:24 -0800)]
return more informative errors, fix a typo in swstrategy (from cgd)

SCCS-vsn: sys/vm/vm_swap.c 8.5

30 years agocleanup formatting
Jan-Simon Pendry [Fri, 18 Feb 1994 01:22:17 +0000 (17:22 -0800)]
cleanup formatting

SCCS-vsn: sys/miscfs/procfs/procfs_status.c 8.3

30 years agoinclude AF_LOCAL and PF_LOCAL (the posix replacements for
Keith Bostic [Fri, 18 Feb 1994 00:50:58 +0000 (16:50 -0800)]
include AF_LOCAL and PF_LOCAL (the posix replacements for
AF_UNIX/PF_UNIX); fix the copyright notice
From: Mike Karels <karels@BSDI.COM>

SCCS-vsn: sys/sys/socket.h 8.3

30 years agodon't try and put the page if __rec_search fails!!
Keith Bostic [Fri, 18 Feb 1994 00:44:33 +0000 (16:44 -0800)]
don't try and put the page if __rec_search fails!!
From: Paul Kranenburg <pk@cs.few.eur.nl>

SCCS-vsn: lib/libc/db/recno/rec_delete.c 8.3

30 years agono newlines on err(3) calls; section 3 sets errno, too
Keith Bostic [Fri, 18 Feb 1994 00:37:18 +0000 (16:37 -0800)]
no newlines on err(3) calls; section 3 sets errno, too

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

30 years agoerror exit if mountd exists and we fail to signal it
Keith Bostic [Fri, 18 Feb 1994 00:15:45 +0000 (16:15 -0800)]
error exit if mountd exists and we fail to signal it
pass gcc -Wall, unused #defines, variables, KNF, prettiness police

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

30 years agoinstall mount_union setuid root. permission checks are done in the kernel.
Jan-Simon Pendry [Thu, 17 Feb 1994 23:37:17 +0000 (15:37 -0800)]
install mount_union setuid root.  permission checks are done in the kernel.

SCCS-vsn: sbin/mount_union/Makefile 8.2

30 years agoapply realpath to the target directory to avoid loops
Jan-Simon Pendry [Thu, 17 Feb 1994 23:25:14 +0000 (15:25 -0800)]
apply realpath to the target directory to avoid loops

SCCS-vsn: old/mount_lofs/mount_lofs.c 8.2
SCCS-vsn: sbin/mount_null/mount_null.c 8.2
SCCS-vsn: sbin/mount_union/mount_union.c 8.2

30 years agoapply realpath() to the mountpoint
Jan-Simon Pendry [Thu, 17 Feb 1994 23:22:45 +0000 (15:22 -0800)]
apply realpath() to the mountpoint

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

30 years agoProtect against multiple inclusion
Keith Bostic [Thu, 17 Feb 1994 22:57:58 +0000 (14:57 -0800)]
Protect against multiple inclusion
From: Chris Torek <torek@BSDI.COM>

SCCS-vsn: sys/sys/device.h 8.2

30 years agoadd subdirectory check
Jan-Simon Pendry [Thu, 17 Feb 1994 22:34:31 +0000 (14:34 -0800)]
add subdirectory check

SCCS-vsn: sbin/mount_null/mount_null.c 8.2
SCCS-vsn: sbin/mount_null/mount_null.c 8.2
SCCS-vsn: old/mount_lofs/mount_lofs.c 8.2

30 years agouser err() where possible
Jan-Simon Pendry [Thu, 17 Feb 1994 19:23:10 +0000 (11:23 -0800)]
user err() where possible
fix argument parsing to detect unreasonable combinations, such
as "mount -t foo /bar"
don't ever try to mount "/" twice - the kernel will deadlock.
general cleanup.

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

30 years agolint
Jan-Simon Pendry [Thu, 17 Feb 1994 16:20:43 +0000 (08:20 -0800)]
lint

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

30 years agono longer needs support for nfs and other "external" filesystems.
Jan-Simon Pendry [Thu, 17 Feb 1994 15:49:26 +0000 (07:49 -0800)]
no longer needs support for nfs and other "external" filesystems.

SCCS-vsn: sbin/mount/mount.c 8.6
SCCS-vsn: sbin/mount/Makefile 8.2

30 years agovref -> VREF
Jan-Simon Pendry [Thu, 17 Feb 1994 15:29:12 +0000 (07:29 -0800)]
vref -> VREF

SCCS-vsn: sys/kern/vfs_lookup.c 8.4

30 years agoadd T_AFSDB/18, T_NSAP/22, T_NSAP_PTR/23
Keith Bostic [Thu, 17 Feb 1994 10:15:58 +0000 (02:15 -0800)]
add T_AFSDB/18, T_NSAP/22, T_NSAP_PTR/23
From: Paul Vixie <vixie@vangogh.CS.Berkeley.EDU>

SCCS-vsn: include/arpa/nameser.h 8.2

30 years agoinit the 'num' variable in kinfo_vnodes().
Keith Bostic [Thu, 17 Feb 1994 10:03:12 +0000 (02:03 -0800)]
init the 'num' variable in kinfo_vnodes().
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

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

30 years agodate and time created 94/02/16 17:59:20 by bostic
Keith Bostic [Thu, 17 Feb 1994 09:59:20 +0000 (01:59 -0800)]
date and time created 94/02/16 17:59:20 by bostic

SCCS-vsn: share/man/man4/man4.sparc/cgsix.4 8.1

30 years agoAdd a cgsix man page; From: Craig Leres <leres@ee.lbl.gov>
Keith Bostic [Thu, 17 Feb 1994 09:59:12 +0000 (01:59 -0800)]
Add a cgsix man page; From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: share/man/man4/man4.sparc/Makefile 8.2
SCCS-vsn: share/man/man4/man4.sparc/bwtwo.4 8.2
SCCS-vsn: share/man/man4/man4.sparc/cgthree.4 8.2

30 years agobetter patch of MAYBENEXTRELEASE problem
Eric Allman [Thu, 17 Feb 1994 08:34:06 +0000 (00:34 -0800)]
better patch of MAYBENEXTRELEASE problem

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

30 years agoremove -Lite designation
Jan-Simon Pendry [Thu, 17 Feb 1994 08:05:30 +0000 (00:05 -0800)]
remove -Lite designation

SCCS-vsn: lib/libc/gen/realpath.3 8.2

30 years agoreword
Jan-Simon Pendry [Thu, 17 Feb 1994 07:58:58 +0000 (23:58 -0800)]
reword

SCCS-vsn: sbin/mount_union/mount_union.8 8.2

30 years agosed -e 's/$/ \\/g' /etc/passwd loops forever
Keith Bostic [Thu, 17 Feb 1994 06:28:43 +0000 (22:28 -0800)]
sed -e 's/$/ \\/g' /etc/passwd loops forever
break out of the "g" loop when the regular expression being substituted
is of zero length
From: Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>

SCCS-vsn: usr.bin/sed/process.c 8.2

30 years agoadd realpath(3); From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>
Keith Bostic [Thu, 17 Feb 1994 05:39:08 +0000 (21:39 -0800)]
add realpath(3); From: Jan-Simon Pendry <pendry@vangogh.CS.Berkeley.EDU>

SCCS-vsn: include/stdlib.h 8.3

30 years agoadd realpath{3,c}; From: Jan-Simon Pendry <pendry@vangogh>
Keith Bostic [Thu, 17 Feb 1994 05:36:35 +0000 (21:36 -0800)]
add realpath{3,c}; From: Jan-Simon Pendry <pendry@vangogh>

SCCS-vsn: lib/libc/stdlib/Makefile.inc 8.2

30 years agodate and time created 94/02/16 13:35:36 by bostic
Keith Bostic [Thu, 17 Feb 1994 05:35:36 +0000 (21:35 -0800)]
date and time created 94/02/16 13:35:36 by bostic

SCCS-vsn: lib/libc/gen/realpath.3 8.1

30 years agotypo; From: ralphc@pyramid.com (Ralph Campbell)
Keith Bostic [Thu, 17 Feb 1994 04:30:10 +0000 (20:30 -0800)]
typo; From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: usr.bin/uucp/uusend/uusend.1 8.3

30 years agofix types of arguments to match function prototype
Keith Bostic [Thu, 17 Feb 1994 04:28:55 +0000 (20:28 -0800)]
fix types of arguments to match function prototype
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: usr.bin/id/id.c 8.2

30 years agotypo; From: ralphc@pyramid.com (Ralph Campbell)
Keith Bostic [Thu, 17 Feb 1994 04:26:10 +0000 (20:26 -0800)]
typo; From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: lib/libc/gen/fts.3 8.3

30 years agoadd fabs.s; From: ralphc@pyramid.com (Ralph Campbell)
Keith Bostic [Thu, 17 Feb 1994 04:25:28 +0000 (20:25 -0800)]
add fabs.s; From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: lib/libc/mips/gen/Makefile.inc 8.2

30 years agodate and time created 94/02/16 12:23:22 by bostic
Keith Bostic [Thu, 17 Feb 1994 04:23:22 +0000 (20:23 -0800)]
date and time created 94/02/16 12:23:22 by bostic

SCCS-vsn: lib/libc/mips/gen/fabs.s 8.1

30 years agofix "make clean"
Keith Bostic [Thu, 17 Feb 1994 04:18:30 +0000 (20:18 -0800)]
fix "make clean"
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: sys/pmax/stand/Makefile 8.3

30 years agoforce -O2 since boot is too large otherwise
Keith Bostic [Thu, 17 Feb 1994 04:16:47 +0000 (20:16 -0800)]
force -O2 since boot is too large otherwise
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: sys/pmax/stand/libsa/Makefile 8.2

30 years agoremove reference to af.o
Keith Bostic [Thu, 17 Feb 1994 04:15:34 +0000 (20:15 -0800)]
remove reference to af.o
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: sys/pmax/conf/Makefile.pmax 8.2

30 years agocheck return value from initscr
Keith Bostic [Thu, 17 Feb 1994 04:11:17 +0000 (20:11 -0800)]
check return value from initscr
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/talk/init_disp.c 8.2

30 years agoif an arg is expected but none suppled, null deref happens.
Keith Bostic [Thu, 17 Feb 1994 04:03:02 +0000 (20:03 -0800)]
if an arg is expected but none suppled, null deref happens.
netmask should be printed with a leading 0x, so that output from ifconfig
can be used as input, too.
fprintf/exit combinations converted to use err()
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

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

30 years agofix a bug in MAYBENEXTRELEASE code -- it's not really fixed though
Eric Allman [Thu, 17 Feb 1994 03:24:06 +0000 (19:24 -0800)]
fix a bug in MAYBENEXTRELEASE code -- it's not really fixed though

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

30 years agonoted location of asterisk was incorrect
Keith Bostic [Thu, 17 Feb 1994 03:21:03 +0000 (19:21 -0800)]
noted location of asterisk was incorrect
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/finger/finger.1 8.2

30 years agostrip the binary, put it in /usr/contrib/bin, not /usr/bin
Keith Bostic [Thu, 17 Feb 1994 03:13:46 +0000 (19:13 -0800)]
strip the binary, put it in /usr/contrib/bin, not /usr/bin

SCCS-vsn: contrib/gdb-4.7.LBL/gdb/Makefile.in 5.2

30 years agodate and time created 94/02/16 11:11:10 by bostic
Keith Bostic [Thu, 17 Feb 1994 03:11:10 +0000 (19:11 -0800)]
date and time created 94/02/16 11:11:10 by bostic

SCCS-vsn: contrib/gdb-4.7.LBL/gdb/Makefile.in 5.1

30 years agodisplay the right amount of time before a shutdown
Keith Bostic [Thu, 17 Feb 1994 01:10:47 +0000 (17:10 -0800)]
display the right amount of time before a shutdown
minor random cleanups for ANSI C
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: sbin/shutdown/shutdown.c 8.2

30 years agoclean up debugging in fileclass()
Eric Allman [Thu, 17 Feb 1994 00:46:26 +0000 (16:46 -0800)]
clean up debugging in fileclass()

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

30 years agomove bitdomain and uudomain maps up in ruleset 3
Eric Allman [Thu, 17 Feb 1994 00:44:42 +0000 (16:44 -0800)]
move bitdomain and uudomain maps up in ruleset 3

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.43
SCCS-vsn: usr.sbin/sendmail/cf/README 8.26
SCCS-vsn: usr.sbin/sendmail/cf/feature/bitdomain.m4 8.5
SCCS-vsn: usr.sbin/sendmail/cf/feature/uucpdomain.m4 8.5

30 years agoadd -p flag, missing from synopsis
Keith Bostic [Thu, 17 Feb 1994 00:21:48 +0000 (16:21 -0800)]
add -p flag, missing from synopsis

SCCS-vsn: usr.bin/fstat/fstat.1 8.2

30 years agofix typo in $=Z matching
Eric Allman [Wed, 16 Feb 1994 23:58:06 +0000 (15:58 -0800)]
fix typo in $=Z matching

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 8.15

30 years agoadd support for union stacks into getdirentries.
Jan-Simon Pendry [Wed, 16 Feb 1994 02:37:54 +0000 (18:37 -0800)]
add support for union stacks into getdirentries.

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

30 years agofix botch in mailertable if you don't get a match
Eric Allman [Wed, 16 Feb 1994 00:01:38 +0000 (16:01 -0800)]
fix botch in mailertable if you don't get a match

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

30 years agodate and time created 94/02/15 06:55:14 by pendry
Jan-Simon Pendry [Tue, 15 Feb 1994 22:55:14 +0000 (14:55 -0800)]
date and time created 94/02/15 06:55:14 by pendry

SCCS-vsn: sys/miscfs/union/libc.opendir.c 8.1

30 years agodate and time created 94/02/15 06:52:39 by pendry
Jan-Simon Pendry [Tue, 15 Feb 1994 22:52:39 +0000 (14:52 -0800)]
date and time created 94/02/15 06:52:39 by pendry

SCCS-vsn: sys/miscfs/union/README 8.1

30 years agopass last component of domain name as %2 to mailertalble lookups
Eric Allman [Tue, 15 Feb 1994 09:36:57 +0000 (01:36 -0800)]
pass last component of domain name as %2 to mailertalble lookups

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

30 years agocheck for local addresses before mailertable; allow "." in mailertable
Eric Allman [Tue, 15 Feb 1994 09:18:28 +0000 (01:18 -0800)]
check for local addresses before mailertable; allow "." in mailertable
to match anything

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

30 years agofix problem that can cause mailer output to be discarded in some circumstances
Eric Allman [Tue, 15 Feb 1994 09:17:18 +0000 (01:17 -0800)]
fix problem that can cause mailer output to be discarded in some circumstances

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

30 years agoavoid linking fpathconf if not necessary
Eric Allman [Tue, 15 Feb 1994 02:53:55 +0000 (18:53 -0800)]
avoid linking fpathconf if not necessary

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.76

30 years agonull pointer test (from Ralph)
Mike Hibler [Tue, 15 Feb 1994 01:18:21 +0000 (17:18 -0800)]
null pointer test (from Ralph)

SCCS-vsn: sys/vm/vm_pageout.c 8.5

30 years agoIf the offset within the indirect block of the "end block" of our
Kirk McKusick [Tue, 15 Feb 1994 01:14:22 +0000 (17:14 -0800)]
If the offset within the indirect block of the "end block" of our
current cluster is greater than the length of the cluster, then we know
that the start block of the cluster must also be in that indirect block
(since the cluster is contiguous) hence the entire cluster is mapped by
a single indirect block (or completely in the direct blocks if end_lvl == 0).
From: mike@cs.utah.edu (Mike Hibler)

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.7

30 years agodefault $M to null instead of $j so we can behave differently
Eric Allman [Tue, 15 Feb 1994 00:31:55 +0000 (16:31 -0800)]
default $M to null instead of $j so we can behave differently

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

30 years agodon't map $=w to $M if $M is undefined
Eric Allman [Tue, 15 Feb 1994 00:31:20 +0000 (16:31 -0800)]
don't map $=w to $M if $M is undefined

SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 8.15

30 years agomistake in the natural merge setup, broke on Jan-Simon's directory
Keith Bostic [Mon, 14 Feb 1994 23:08:56 +0000 (15:08 -0800)]
mistake in the natural merge setup, broke on Jan-Simon's directory
setup; From: pmcilroy@physics.att.com (Peter McIlroy)

SCCS-vsn: lib/libc/stdlib/merge.c 8.2

30 years agocomment typo -- confidence that this has run plummets
Keith Bostic [Mon, 14 Feb 1994 06:19:41 +0000 (22:19 -0800)]
comment typo -- confidence that this has run plummets

SCCS-vsn: sys/vm/vnode_pager.c 8.8

30 years agomuch more elegant fix to mailertable problem
Eric Allman [Mon, 14 Feb 1994 04:41:35 +0000 (20:41 -0800)]
much more elegant fix to mailertable problem

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

30 years agoadd sysctl debug variable to enable/disable reallocblks
Mike Hibler [Mon, 14 Feb 1994 03:52:17 +0000 (19:52 -0800)]
add sysctl debug variable to enable/disable reallocblks

SCCS-vsn: sys/kern/vfs_cluster.c 8.7

30 years agoadd null nfs_reallocblks routine (is this needed?)
Mike Hibler [Mon, 14 Feb 1994 03:35:49 +0000 (19:35 -0800)]
add null nfs_reallocblks routine (is this needed?)

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