unix-history/.git
30 years agoLinux changes -- are these any good?
Eric Allman [Thu, 3 Mar 1994 01:09:42 +0000 (17:09 -0800)]
Linux changes -- are these any good?

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

30 years agoavoid having long "to" strinsg overflow the error message buffer
Eric Allman [Wed, 2 Mar 1994 05:18:42 +0000 (21:18 -0800)]
avoid having long "to" strinsg overflow the error message buffer

SCCS-vsn: usr.sbin/sendmail/src/err.c 8.24

30 years agoChange the synopsis so that all the single letter
Dave A. Borman [Wed, 2 Mar 1994 01:14:22 +0000 (17:14 -0800)]
Change the synopsis so that all the single letter
options without arguments are clumped together rather than
being listed one by one.

SCCS-vsn: libexec/telnetd/telnetd.8 8.3

30 years agoChange the synopsis line so that all the options
Dave A. Borman [Wed, 2 Mar 1994 01:09:17 +0000 (17:09 -0800)]
Change the synopsis line so that all the options
that don't take arguments are combined rather than being
listed one by one.

SCCS-vsn: usr.bin/telnet/telnet.1 8.5

30 years agodon't assign to the data structure until after the realloc
Keith Bostic [Tue, 1 Mar 1994 23:55:52 +0000 (15:55 -0800)]
don't assign to the data structure until after the realloc
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: lib/libc/db/recno/rec_get.c 8.4

30 years agoWhen you put a record beyond the "end" of the database, in the fixed-
Keith Bostic [Tue, 1 Mar 1994 23:46:20 +0000 (15:46 -0800)]
When you put a record beyond the "end" of the database, in the fixed-
length record world, the intermediate records weren't being created
correctly, nor were they filled with the fill character.
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

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

30 years agoprimes did not support numbers in the 2^31 - 2^32 range; redefine
Keith Bostic [Tue, 1 Mar 1994 22:25:24 +0000 (14:25 -0800)]
primes did not support numbers in the 2^31 - 2^32 range; redefine
the upper limit, and change the %ld's to %lu's appears to fix it.
From: Arne Juul <arnej@dsl.unit.no>

SCCS-vsn: games/primes/primes.c 8.2
SCCS-vsn: games/primes/primes.h 8.2

30 years agorepeat the command name in the different usage statements
Keith Bostic [Tue, 1 Mar 1994 21:45:37 +0000 (13:45 -0800)]
repeat the command name in the different usage statements

SCCS-vsn: usr.bin/netstat/main.c 8.4

30 years agoadd -d to the synopsis statements
Keith Bostic [Tue, 1 Mar 1994 21:45:20 +0000 (13:45 -0800)]
add -d to the synopsis statements

SCCS-vsn: usr.bin/netstat/netstat.1 8.5

30 years agosince tgetstr() can advance bp, you have to set it back to
Keith Bostic [Tue, 1 Mar 1994 07:31:26 +0000 (23:31 -0800)]
since tgetstr() can advance bp, you have to set it back to
the start of the buffer you want to use after each time it might
have changed; From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: usr.bin/tset/set.c 8.2

30 years agoremove target before building in case it isn't owned by us
Eric Allman [Tue, 1 Mar 1994 02:18:06 +0000 (18:18 -0800)]
remove target before building in case it isn't owned by us

SCCS-vsn: usr.sbin/sendmail/doc/op/Makefile 8.2
SCCS-vsn: usr.sbin/sendmail/doc/usenix/Makefile 8.2
SCCS-vsn: usr.sbin/sendmail/doc/intro/Makefile 8.2

30 years agoadd Mail11v3 reference
Eric Allman [Tue, 1 Mar 1994 02:08:02 +0000 (18:08 -0800)]
add Mail11v3 reference

SCCS-vsn: usr.sbin/sendmail/FAQ 8.2

30 years agoavoid null pointer dereferences to e->e_id when logging
Eric Allman [Tue, 1 Mar 1994 02:04:54 +0000 (18:04 -0800)]
avoid null pointer dereferences to e->e_id when logging

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.24

30 years agoabort connection after 25 bad commands
Eric Allman [Tue, 1 Mar 1994 02:03:47 +0000 (18:03 -0800)]
abort connection after 25 bad commands

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

30 years agodate and time created 94/02/28 08:53:04 by eric
Eric Allman [Tue, 1 Mar 1994 00:53:04 +0000 (16:53 -0800)]
date and time created 94/02/28 08:53:04 by eric

SCCS-vsn: usr.sbin/sendmail/FAQ 8.1

30 years agofix typo
Eric Allman [Mon, 28 Feb 1994 03:51:25 +0000 (19:51 -0800)]
fix typo

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.5

30 years agoavoid null pointer reference during logging of EXPN commands
Eric Allman [Mon, 28 Feb 1994 03:05:03 +0000 (19:05 -0800)]
avoid null pointer reference during logging of EXPN commands

SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.23

30 years agoallow comments in Files.* files; chmod 444 *.ps before release per Keith
Eric Allman [Mon, 28 Feb 1994 01:01:36 +0000 (17:01 -0800)]
allow comments in Files.* files; chmod 444 *.ps before release per Keith

SCCS-vsn: usr.sbin/sendmail/Makefile 8.3

30 years agoincluding cluster map info in CGSIZE is dependent on fs->fs_contigsumsize
Marshall Kirk McKusick [Sun, 27 Feb 1994 16:43:59 +0000 (08:43 -0800)]
including cluster map info in CGSIZE is dependent on fs->fs_contigsumsize

SCCS-vsn: sys/ufs/ffs/fs.h 8.5

30 years agoset maptype when allocating new inodes
Marshall Kirk McKusick [Sun, 27 Feb 1994 16:22:18 +0000 (08:22 -0800)]
set maptype when allocating new inodes

SCCS-vsn: sbin/fsck/inode.c 8.3

30 years agoavoid stomping on random blocks when attempting to fix corrupted directories
Marshall Kirk McKusick [Sun, 27 Feb 1994 16:04:38 +0000 (08:04 -0800)]
avoid stomping on random blocks when attempting to fix corrupted directories

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

30 years ago(no message)
Marshall Kirk McKusick [Sun, 27 Feb 1994 16:03:32 +0000 (08:03 -0800)]
(no message)

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

30 years agodate and time created 94/02/26 09:31:46 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:46 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:46 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Utah 8.1

30 years agodate and time created 94/02/26 09:31:45 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:45 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:45 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Titan 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ULTRIX 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.UMAX 8.1

30 years agodate and time created 94/02/26 09:31:44 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:44 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:44 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.1

30 years agodate and time created 94/02/26 09:31:43 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:43 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:43 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.4.0 8.1

30 years agodate and time created 94/02/26 09:31:42 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:42 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:42 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SCO 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SVR4 8.1

30 years agodate and time created 94/02/26 09:31:41 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:41 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:41 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.OSF1 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.PTX 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.RISCos 8.1

30 years agodate and time created 94/02/26 09:31:40 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:40 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:40 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NeXT 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD 8.1

30 years agodate and time created 94/02/26 09:31:39 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:39 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:39 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.IRIX 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Mach386 8.1

30 years agodate and time created 94/02/26 09:31:38 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:38 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:38 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.FreeBSD 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX 8.1

30 years agodate and time created 94/02/26 09:31:37 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:37 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:37 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dell 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.DomainOS 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dynix 8.1

30 years agodate and time created 94/02/26 09:31:36 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:36 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:36 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ConvexOS 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dgux 8.1

30 years agodate and time created 94/02/26 09:31:35 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:35 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:35 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD-OS 8.1

30 years agodate and time created 94/02/26 09:31:34 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:34 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:34 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AIX 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AUX 8.1
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD43 8.1

30 years agodate and time created 94/02/26 09:31:33 by eric
Eric Allman [Sun, 27 Feb 1994 01:31:33 +0000 (17:31 -0800)]
date and time created 94/02/26 09:31:33 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.386BSD 8.1

30 years agodate and time created 94/02/26 09:23:38 by eric
Eric Allman [Sun, 27 Feb 1994 01:23:38 +0000 (17:23 -0800)]
date and time created 94/02/26 09:23:38 by eric

SCCS-vsn: usr.sbin/sendmail/makepatch.sh 8.1

30 years agodate and time created 94/02/26 09:18:18 by eric
Eric Allman [Sun, 27 Feb 1994 01:18:18 +0000 (17:18 -0800)]
date and time created 94/02/26 09:18:18 by eric

SCCS-vsn: usr.sbin/sendmail/Files.cf 8.1
SCCS-vsn: usr.sbin/sendmail/Files.misc 8.1
SCCS-vsn: usr.sbin/sendmail/Files.xdoc 8.1

30 years agodate and time created 94/02/26 09:18:17 by eric
Eric Allman [Sun, 27 Feb 1994 01:18:17 +0000 (17:18 -0800)]
date and time created 94/02/26 09:18:17 by eric

SCCS-vsn: usr.sbin/sendmail/Files.base 8.1

30 years agotune short syslog buffers even more; have "too many hops" message
Eric Allman [Sat, 26 Feb 1994 23:21:31 +0000 (15:21 -0800)]
tune short syslog buffers even more; have "too many hops" message
send to postmaster & be sure to completely deinstantiate the queue

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

30 years agosecond argument to readv is a const
Keith Bostic [Sat, 26 Feb 1994 22:41:59 +0000 (14:41 -0800)]
second argument to readv is a const

SCCS-vsn: lib/libc/sys/read.2 8.4

30 years agoadd additional error message for configuration error
Eric Allman [Sat, 26 Feb 1994 12:33:29 +0000 (04:33 -0800)]
add additional error message for configuration error

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

30 years agoefficiency hacks
Eric Allman [Sat, 26 Feb 1994 06:56:23 +0000 (22:56 -0800)]
efficiency hacks

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

30 years agoavoid wrapping header lines too eagerly
Eric Allman [Sat, 26 Feb 1994 02:16:27 +0000 (18:16 -0800)]
avoid wrapping header lines too eagerly

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

30 years agodiagnose problems caused by resolver bugs (sigh)
Eric Allman [Sat, 26 Feb 1994 02:15:06 +0000 (18:15 -0800)]
diagnose problems caused by resolver bugs (sigh)

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

30 years agoavoid problem where S_IFIFO == S_IFSOCK
Eric Allman [Sat, 26 Feb 1994 02:13:25 +0000 (18:13 -0800)]
avoid problem where S_IFIFO == S_IFSOCK

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

30 years agoclarify -f option
Jan-Simon Pendry [Fri, 25 Feb 1994 17:41:25 +0000 (09:41 -0800)]
clarify -f option

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

30 years agotoupper() and tolower() were backwards
Keith Bostic [Fri, 25 Feb 1994 06:24:04 +0000 (22:24 -0800)]
toupper() and tolower() were backwards
From: Paul Borman <prb@BSDI.COM>

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

30 years agoupdate the copyright notice
Keith Bostic [Thu, 24 Feb 1994 22:17:27 +0000 (14:17 -0800)]
update the copyright notice

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

30 years agobzero the sockaddr_in struct before initialization
Keith Bostic [Wed, 23 Feb 1994 22:46:40 +0000 (14:46 -0800)]
bzero the sockaddr_in struct before initialization
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: usr.sbin/lpr/lpd/lpd.c 8.3

30 years agofirst argument of bcopy is a const
Keith Bostic [Wed, 23 Feb 1994 22:34:36 +0000 (14:34 -0800)]
first argument of bcopy is a const

SCCS-vsn: sys/sys/systm.h 8.4

30 years agoset the default to 1
Keith Bostic [Wed, 23 Feb 1994 08:04:59 +0000 (00:04 -0800)]
set the default to 1

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

30 years agouse -n, not a trailing argument; use getopt even if no arguments;
Keith Bostic [Wed, 23 Feb 1994 08:02:38 +0000 (00:02 -0800)]
use -n, not a trailing argument; use getopt even if no arguments;
don't drop core if NFS not compiled into the kernel; KNF

SCCS-vsn: sbin/nfsiod/nfsiod.c 8.2
SCCS-vsn: sbin/nfsiod/nfsiod.8 8.2

30 years agodon't set SIGSYS if debugging
Keith Bostic [Wed, 23 Feb 1994 07:41:22 +0000 (23:41 -0800)]
don't set SIGSYS if debugging

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

30 years agoforgot to change the argument parsing for -n
Keith Bostic [Wed, 23 Feb 1994 07:37:14 +0000 (23:37 -0800)]
forgot to change the argument parsing for -n

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

30 years agoUltrix has uname(2) syscall
Eric Allman [Wed, 23 Feb 1994 07:24:03 +0000 (23:24 -0800)]
Ultrix has uname(2) syscall

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

30 years agouio_seg and uio_rw are used outside the kernel by ktrace/kdump
Keith Bostic [Wed, 23 Feb 1994 07:04:30 +0000 (23:04 -0800)]
uio_seg and uio_rw are used outside the kernel by ktrace/kdump
and by systat; leave them outside of the #ifdef KERNEL

SCCS-vsn: sys/sys/uio.h 8.5

30 years agodon't drop core if NFS isn't compiled into the kernel
Keith Bostic [Wed, 23 Feb 1994 06:56:33 +0000 (22:56 -0800)]
don't drop core if NFS isn't compiled into the kernel

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

30 years agofix typo in syslog call
Eric Allman [Wed, 23 Feb 1994 06:55:09 +0000 (22:55 -0800)]
fix typo in syslog call

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

30 years agoreplace trailing number with -n plus argument
Keith Bostic [Wed, 23 Feb 1994 06:44:24 +0000 (22:44 -0800)]
replace trailing number with -n plus argument

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

30 years agoadd -n, to replace trailing count; note exit status values
Keith Bostic [Wed, 23 Feb 1994 06:43:23 +0000 (22:43 -0800)]
add -n, to replace trailing count; note exit status values

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

30 years agoget the usage statement right
Keith Bostic [Wed, 23 Feb 1994 06:12:56 +0000 (22:12 -0800)]
get the usage statement right

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

30 years agomajor cleanup, make it pass lint so I can leave the include files
Keith Bostic [Wed, 23 Feb 1994 06:11:49 +0000 (22:11 -0800)]
major cleanup, make it pass lint so I can leave the include files
the way I want to, KNF, reasonable error messages

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

30 years agosecond argument to nfssvc is a void *argstructp
Keith Bostic [Wed, 23 Feb 1994 05:51:40 +0000 (21:51 -0800)]
second argument to nfssvc is a void *argstructp

SCCS-vsn: include/unistd.h 8.7

30 years ago<unistd.h> no longer includes <sys/time.h>
Keith Bostic [Wed, 23 Feb 1994 05:02:31 +0000 (21:02 -0800)]
<unistd.h> no longer includes <sys/time.h>

SCCS-vsn: libexec/rbootd/rbootd.c 8.2
SCCS-vsn: libexec/rbootd/utils.c 8.2

30 years agoremoved 4, added Computer Systems Research Group instead of Regents
BSD Tape Makers [Wed, 23 Feb 1994 04:59:54 +0000 (20:59 -0800)]
removed 4, added Computer Systems Research Group instead of Regents
to indicate payee on check.

SCCS-vsn: admin/admin/4.4BSD-Lite/checklist 1.5

30 years ago<unistd.h> used to include time.h, and no longer does
Keith Bostic [Wed, 23 Feb 1994 04:58:36 +0000 (20:58 -0800)]
<unistd.h> used to include time.h, and no longer does

SCCS-vsn: games/boggle/boggle/timer.c 8.2

30 years agops(1) was having problem with the function declarations
Keith Bostic [Wed, 23 Feb 1994 04:56:42 +0000 (20:56 -0800)]
ps(1) was having problem with the function declarations
make them kernel specific

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

30 years agochecklist for 4.4BSD-Lite, removed optional upgrade, add 463 Evans
BSD Tape Makers [Wed, 23 Feb 1994 04:52:40 +0000 (20:52 -0800)]
checklist for 4.4BSD-Lite, removed optional upgrade, add 463 Evans

SCCS-vsn: admin/admin/4.4BSD-Lite/checklist 1.4

30 years agoupdate the comment
Keith Bostic [Wed, 23 Feb 1994 04:29:32 +0000 (20:29 -0800)]
update the comment

SCCS-vsn: lib/libc/db/recno/rec_open.c 8.6

30 years agodon't use '\-', Li producces fixed width font already
Keith Bostic [Wed, 23 Feb 1994 03:27:01 +0000 (19:27 -0800)]
don't use '\-', Li producces fixed width font already

SCCS-vsn: usr.sbin/sendmail/src/mailq.1 8.4
SCCS-vsn: usr.sbin/sendmail/src/newaliases.1 8.4

30 years agofix reversed conditions on HASFLOCK settings
Eric Allman [Wed, 23 Feb 1994 01:38:09 +0000 (17:38 -0800)]
fix reversed conditions on HASFLOCK settings

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

30 years agonote the exit status, add a FILES section
Keith Bostic [Wed, 23 Feb 1994 01:20:31 +0000 (17:20 -0800)]
note the exit status, add a FILES section

SCCS-vsn: usr.sbin/sendmail/src/newaliases.1 8.3

30 years agoescape the -
Keith Bostic [Wed, 23 Feb 1994 01:12:30 +0000 (17:12 -0800)]
escape the -

SCCS-vsn: usr.sbin/sendmail/src/mailq.1 8.3

30 years agoensure mounts use disjoint parts of the namespace
Jan-Simon Pendry [Tue, 22 Feb 1994 18:02:14 +0000 (10:02 -0800)]
ensure mounts use disjoint parts of the namespace

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

30 years agotype of 'blocksize' should be long not int.
Keith Bostic [Tue, 22 Feb 1994 13:14:51 +0000 (05:14 -0800)]
type of 'blocksize' should be long not int.
From: ralphc@pyramid.com (Ralph Campbell)

SCCS-vsn: usr.bin/systat/swap.c 8.2

30 years agofind . -nouser would show all files which *have* a valid owner
Keith Bostic [Tue, 22 Feb 1994 13:08:40 +0000 (05:08 -0800)]
find . -nouser would show all files which *have* a valid owner
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: usr.bin/find/function.c 8.4

30 years agonetstat's interface-to-string conversion code was wrong; if you had
Keith Bostic [Tue, 22 Feb 1994 12:22:58 +0000 (04:22 -0800)]
netstat's interface-to-string conversion code was wrong; if you had
more than 10 interfaces (!!) it'd print them wrong (e.g. as ';', etc.).
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: usr.bin/netstat/if.c 8.2

30 years agoprettiness police
Keith Bostic [Tue, 22 Feb 1994 11:58:09 +0000 (03:58 -0800)]
prettiness police

SCCS-vsn: usr.sbin/sendmail/src/mailq.1 8.2

30 years agodelete the library before loading it
Keith Bostic [Tue, 22 Feb 1994 10:11:33 +0000 (02:11 -0800)]
delete the library before loading it
move __DBINTERFACE_PRIVATE into the Makefile (Makefile.inc)

SCCS-vsn: lib/libc/db/PORT/Makefile 8.7

30 years agocast alloc's to shut SunOS up
Keith Bostic [Tue, 22 Feb 1994 09:43:57 +0000 (01:43 -0800)]
cast alloc's to shut SunOS up

SCCS-vsn: lib/libc/db/recno/rec_get.c 8.3
SCCS-vsn: lib/libc/db/recno/rec_utils.c 8.3
SCCS-vsn: lib/libc/db/btree/bt_close.c 8.3
SCCS-vsn: lib/libc/db/btree/bt_open.c 8.5
SCCS-vsn: lib/libc/db/btree/bt_overflow.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_split.c 8.3
SCCS-vsn: lib/libc/db/btree/bt_stack.c 8.3
SCCS-vsn: lib/libc/db/btree/bt_utils.c 8.4
SCCS-vsn: lib/libc/db/hash/hash.c 8.7
SCCS-vsn: lib/libc/db/hash/hash_bigkey.c 8.2
SCCS-vsn: lib/libc/db/hash/hash_buf.c 8.2
SCCS-vsn: lib/libc/db/hash/hash_page.c 8.4
SCCS-vsn: lib/libc/db/mpool/mpool.c 8.2

30 years agoadd strerror.c for portability
Keith Bostic [Tue, 22 Feb 1994 09:41:42 +0000 (01:41 -0800)]
add strerror.c for portability
set -D__DBINTERFACE_PRIVATE so it will compile elsewhere

SCCS-vsn: lib/libc/db/test/Makefile 8.9

30 years agomake SunOS shut up
Keith Bostic [Tue, 22 Feb 1994 09:41:04 +0000 (01:41 -0800)]
make SunOS shut up

SCCS-vsn: lib/libc/db/test/dbtest.c 8.8

30 years agoa little info on how to build the test program and run it.
Keith Bostic [Tue, 22 Feb 1994 09:40:27 +0000 (01:40 -0800)]
a little info on how to build the test program and run it.

SCCS-vsn: lib/libc/db/test/README 8.2

30 years agocatch colon in host name -- this can confuse later rules
Eric Allman [Tue, 22 Feb 1994 09:32:50 +0000 (01:32 -0800)]
catch colon in host name -- this can confuse later rules

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

30 years agoadd INC macro, so user's can point a -I flag
Keith Bostic [Tue, 22 Feb 1994 09:24:14 +0000 (01:24 -0800)]
add INC macro, so user's can point a -I flag

SCCS-vsn: lib/libc/db/test/Makefile 8.8

30 years agodon't need strerror(3)
Keith Bostic [Tue, 22 Feb 1994 09:21:59 +0000 (01:21 -0800)]
don't need strerror(3)

SCCS-vsn: lib/libc/db/PORT/README 8.4

30 years ago#include <sys/time.h>; busted <unistd.h> was hiding this
Keith Bostic [Tue, 22 Feb 1994 09:10:12 +0000 (01:10 -0800)]
#include <sys/time.h>; busted <unistd.h> was hiding this

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

30 years agoadd const to readv/writev declarations
Keith Bostic [Tue, 22 Feb 1994 09:06:08 +0000 (01:06 -0800)]
add const to readv/writev declarations

SCCS-vsn: lib/libc/sys/write.2 8.4

30 years agoreadv and writev are in <sys/uio.h>; delete them, but leave the
Keith Bostic [Tue, 22 Feb 1994 09:01:39 +0000 (01:01 -0800)]
readv and writev are in <sys/uio.h>; delete them, but leave the
struct forward; fix

SCCS-vsn: include/unistd.h 8.6

30 years agomake readv and writev return ssize_t's
Keith Bostic [Tue, 22 Feb 1994 08:56:21 +0000 (00:56 -0800)]
make readv and writev return ssize_t's

SCCS-vsn: lib/libc/sys/read.2 8.3
SCCS-vsn: lib/libc/sys/write.2 8.3
SCCS-vsn: sys/sys/uio.h 8.4

30 years agoadd prototypes for readv, writev
Keith Bostic [Tue, 22 Feb 1994 08:35:53 +0000 (00:35 -0800)]
add prototypes for readv, writev
use forward declarations instead of including a header file

SCCS-vsn: include/unistd.h 8.5

30 years agomove clean after the lib build line
Keith Bostic [Tue, 22 Feb 1994 08:20:22 +0000 (00:20 -0800)]
move clean after the lib build line

SCCS-vsn: lib/libc/db/PORT/Makefile 8.6

30 years agoupdate for 1.74
Keith Bostic [Tue, 22 Feb 1994 08:19:46 +0000 (00:19 -0800)]
update for 1.74

SCCS-vsn: lib/libc/db/PORT/README 8.3

30 years agoadd OORG macro
Keith Bostic [Tue, 22 Feb 1994 07:35:05 +0000 (23:35 -0800)]
add OORG macro

SCCS-vsn: lib/libc/db/PORT/Makefile 8.5

30 years agominor cleanup
Keith Bostic [Tue, 22 Feb 1994 07:33:04 +0000 (23:33 -0800)]
minor cleanup

SCCS-vsn: lib/libc/db/PORT/Makefile 8.4

30 years agomove __DBINTERFACE_PRIVATE into the Makefile (Makefile.inc)
Keith Bostic [Tue, 22 Feb 1994 07:14:32 +0000 (23:14 -0800)]
move __DBINTERFACE_PRIVATE into the Makefile (Makefile.inc)

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

30 years agofirst pass at making DB use basic integral types (the Alpha port)
Keith Bostic [Tue, 22 Feb 1994 07:12:48 +0000 (23:12 -0800)]
first pass at making DB use basic integral types (the Alpha port)

SCCS-vsn: lib/libc/db/btree/bt_conv.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_debug.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_delete.c 8.3
SCCS-vsn: lib/libc/db/btree/bt_open.c 8.4
SCCS-vsn: lib/libc/db/btree/bt_page.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_search.c 8.5
SCCS-vsn: lib/libc/db/btree/bt_split.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_stack.c 8.2
SCCS-vsn: lib/libc/db/btree/bt_utils.c 8.3
SCCS-vsn: lib/libc/db/btree/btree.h 8.5
SCCS-vsn: lib/libc/db/btree/extern.h 8.3
SCCS-vsn: lib/libc/db/hash/extern.h 8.2
SCCS-vsn: lib/libc/db/hash/hash.c 8.6
SCCS-vsn: lib/libc/db/hash/hash.h 8.2
SCCS-vsn: lib/libc/db/hash/hash_func.c 8.2
SCCS-vsn: lib/libc/db/hash/hash_page.c 8.3
SCCS-vsn: lib/libc/db/hash/hsearch.c 8.3
SCCS-vsn: lib/libc/db/man/btree.3 8.3
SCCS-vsn: lib/libc/db/man/hash.3 8.5
SCCS-vsn: lib/libc/db/man/recno.3 8.3
SCCS-vsn: lib/libc/db/recno/extern.h 8.2
SCCS-vsn: lib/libc/db/recno/rec_close.c 8.3
SCCS-vsn: lib/libc/db/recno/rec_delete.c 8.4
SCCS-vsn: lib/libc/db/recno/rec_open.c 8.5
SCCS-vsn: lib/libc/db/recno/rec_search.c 8.3

30 years agomove __DBINTERFACE_PRIVATE into Makefile.inc
Keith Bostic [Tue, 22 Feb 1994 07:07:29 +0000 (23:07 -0800)]
move __DBINTERFACE_PRIVATE into Makefile.inc

SCCS-vsn: lib/libc/db/db/db.c 8.4

30 years agofirst pass at making DB use basic integral types (the Alpha port)
Keith Bostic [Tue, 22 Feb 1994 07:06:44 +0000 (23:06 -0800)]
first pass at making DB use basic integral types (the Alpha port)

SCCS-vsn: include/db.h 8.4