From owner-cvs-usrsbin  Sun Sep 22 07:57:38 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id HAA25971
          for cvs-usrsbin-outgoing; Sun, 22 Sep 1996 07:57:38 -0700 (PDT)
Received: (from ache@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id HAA25815;
          Sun, 22 Sep 1996 07:57:09 -0700 (PDT)
Date: Sun, 22 Sep 1996 07:57:09 -0700 (PDT)
From: "Andrey A. Chernov" <ache>
Message-Id: <199609221457.HAA25815@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrsbin
Subject: cvs commit:  src/usr.sbin/sendmail/src util.c
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

ache        96/09/22 07:57:07

  Modified:    usr.sbin/sendmail/src  util.c
  Log:
  Fix one byte buffer overflow
  Submitted by: Eric Allman <eric@sendmail.org>
  
  Revision  Changes    Path
  1.8       +1 -1      src/usr.sbin/sendmail/src/util.c

From owner-cvs-usrsbin  Sun Sep 22 08:50:57 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id IAA20303
          for cvs-usrsbin-outgoing; Sun, 22 Sep 1996 08:50:57 -0700 (PDT)
Received: (from nate@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id IAA20149;
          Sun, 22 Sep 1996 08:50:33 -0700 (PDT)
Date: Sun, 22 Sep 1996 08:50:33 -0700 (PDT)
From: Nate Williams <nate>
Message-Id: <199609221550.IAA20149@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrsbin
Subject: cvs commit:  src/usr.sbin/sendmail/src util.c
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

nate        96/09/22 08:50:30

  Branch:      usr.sbin/sendmail/src  RELENG_2_1_0
  Modified:    usr.sbin/sendmail/src  util.c
  Log:
  From the HEAD.
  
    Fix one byte buffer overflow from Eric Allman.
  
  Revision  Changes    Path
  1.2.4.4   +1 -1      src/usr.sbin/sendmail/src/util.c

From owner-cvs-usrsbin  Mon Sep 23 15:25:22 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id PAA07433
          for cvs-usrsbin-outgoing; Mon, 23 Sep 1996 15:25:22 -0700 (PDT)
Received: (from wosch@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id PAA07314;
          Mon, 23 Sep 1996 15:24:45 -0700 (PDT)
Date: Mon, 23 Sep 1996 15:24:45 -0700 (PDT)
From: Wolfram Schneider <wosch>
Message-Id: <199609232224.PAA07314@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-usrbin, cvs-gnu,
        cvs-libexec, cvs-sbin, cvs-usrsbin
Subject: cvs commit:  src/gnu/usr.bin/ld/rtld rtld.1 src/lib/libc/string strdup.3 string.3 src/libexec/xtend xtend.8 src/sbin/swapon swapon.8 src/share/man/man1 intro.1 src/share/man/man4/man4.i386 asc.4 fdc.4 nca.4 sea.4 uha.4 src/usr.bin/basename basename.1 src/usr.bin/fetch fetch.1 src/usr.bin/ruptime ruptime.1 src/usr.sbin/pccard/pccardd pccardd.8 src/usr.sbin/sendmail/mailstats mailstats.8 src/lib/libc/stdlib abs.3 src/lib/libc/sys ptrace.2 rename.2 stat.2 unlink.2 src/lib/libc_r/man pthread_getspecific.3 src/sbin/i386/nextboot nextboot.8 src/share/man/man4 ch.4 scsi.4 su.4 uk.4 src/share/man/man5 dir.5 src/usr.sbin/xten xten.1
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

wosch       96/09/23 15:24:42

  Modified:    gnu/usr.bin/ld/rtld  rtld.1
               lib/libc/stdlib  abs.3
               lib/libc/string  strdup.3 string.3
               lib/libc/sys  ptrace.2 rename.2 stat.2 unlink.2
               lib/libc_r/man  pthread_getspecific.3
               libexec/xtend  xtend.8
               sbin/i386/nextboot  nextboot.8
               sbin/swapon  swapon.8
               share/man/man1  intro.1
               share/man/man4  ch.4 scsi.4 su.4 uk.4
               share/man/man4/man4.i386  asc.4 fdc.4 nca.4 sea.4 uha.4
               share/man/man5  dir.5
               usr.bin/basename  basename.1
               usr.bin/fetch  fetch.1
               usr.bin/ruptime  ruptime.1
               usr.sbin/pccard/pccardd  pccardd.8
               usr.sbin/sendmail/mailstats  mailstats.8
               usr.sbin/xten  xten.1
  Log:
  add missing comma(s) in .Xr macros
  
  Revision  Changes    Path
  1.4       +3 -3      src/gnu/usr.bin/ld/rtld/rtld.1
  1.2       +4 -3      src/lib/libc/stdlib/abs.3
  1.3       +2 -1      src/lib/libc/string/strdup.3
  1.2       +2 -1      src/lib/libc/string/string.3
  1.5       +4 -4      src/lib/libc/sys/ptrace.2
  1.2       +2 -1      src/lib/libc/sys/rename.2
  1.6       +2 -2      src/lib/libc/sys/stat.2
  1.4       +2 -1      src/lib/libc/sys/unlink.2
  1.2       +3 -1      src/lib/libc_r/man/pthread_getspecific.3
  1.4       +2 -2      src/libexec/xtend/xtend.8
  1.3       +3 -2      src/sbin/i386/nextboot/nextboot.8
  1.4       +3 -2      src/sbin/swapon/swapon.8
  1.4       +7 -6      src/share/man/man1/intro.1
  1.4       +3 -2      src/share/man/man4/ch.4
  1.5       +10 -9     src/share/man/man4/scsi.4
  1.4       +5 -4      src/share/man/man4/su.4
  1.5       +6 -5      src/share/man/man4/uk.4
  1.4       +3 -1      src/share/man/man4/man4.i386/asc.4
  1.4       +3 -2      src/share/man/man4/man4.i386/fdc.4
  1.2       +5 -3      src/share/man/man4/man4.i386/nca.4
  1.3       +5 -3      src/share/man/man4/man4.i386/sea.4
  1.5       +4 -4      src/share/man/man4/man4.i386/uha.4
  1.4       +2 -1      src/share/man/man5/dir.5
  1.2       +2 -1      src/usr.bin/basename/basename.1
  1.9       +2 -2      src/usr.bin/fetch/fetch.1
  1.2       +2 -1      src/usr.bin/ruptime/ruptime.1
  1.4       +3 -1      src/usr.sbin/pccard/pccardd/pccardd.8
  1.2       +2 -1      src/usr.sbin/sendmail/mailstats/mailstats.8
  1.2       +3 -1      src/usr.sbin/xten/xten.1

From owner-cvs-usrsbin  Tue Sep 24 01:09:03 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id BAA11214
          for cvs-usrsbin-outgoing; Tue, 24 Sep 1996 01:09:03 -0700 (PDT)
Received: (from bde@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id BAA11056;
          Tue, 24 Sep 1996 01:08:24 -0700 (PDT)
Date: Tue, 24 Sep 1996 01:08:24 -0700 (PDT)
From: Bruce Evans <bde>
Message-Id: <199609240808.BAA11056@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-sys, cvs-usrbin, cvs-gnu,
        cvs-sbin, cvs-usrsbin
Subject: cvs commit:  src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c src/usr.bin/rdist defs.h docmd.c expand.c server.c src/usr.bin/rwho rwho.c src/usr.sbin/amd/amd info_union.c src/gnu/lib/libdialog dir.c src/sbin/badsect badsect.c src/sbin/startslip uucplock.c src/usr.sbin/rarpd rarpd.c src/usr.sbin/sup/lib expand.c scan.c
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

bde         96/09/24 01:08:18

  Modified:    games/fortune/fortune  fortune.c
               gnu/lib/libdialog  dir.c
               lib/libss  help.c
               sbin/badsect  badsect.c
               sbin/startslip  uucplock.c
               sys/i386/boot/biosboot  sys.c
               usr.bin/msgs  msgs.c
               usr.bin/rdist  defs.h docmd.c expand.c server.c
               usr.bin/rwho  rwho.c
               usr.sbin/amd/amd  info_union.c
               usr.sbin/rarpd  rarpd.c
               usr.sbin/sup/lib  expand.c scan.c
  Log:
  Eliminated includes of the "temporary" backwards compatibility header
  <sys/dir.h> in applications.  Maintained existing (inadequate) ifdefs
  for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
  new ones.
  
  Revision  Changes    Path
  1.5       +2 -6      src/games/fortune/fortune/fortune.c
  1.3       +4 -4      src/gnu/lib/libdialog/dir.c
  1.4       +1 -3      src/lib/libss/help.c
  1.4       +2 -2      src/sbin/badsect/badsect.c
  1.7       +1 -1      src/sbin/startslip/uucplock.c
  1.16      +7 -7      src/sys/i386/boot/biosboot/sys.c
  1.8       +2 -2      src/usr.bin/msgs/msgs.c
  1.4       +1 -1      src/usr.bin/rdist/defs.h
  1.6       +2 -2      src/usr.bin/rdist/docmd.c
  1.4       +1 -1      src/usr.bin/rdist/expand.c
  1.5       +3 -3      src/usr.bin/rdist/server.c
  1.7       +2 -2      src/usr.bin/rwho/rwho.c
  1.2       +4 -2      src/usr.sbin/amd/amd/info_union.c
  1.7       +7 -3      src/usr.sbin/rarpd/rarpd.c
  1.2       +2 -2      src/usr.sbin/sup/lib/expand.c
  1.4       +5 -2      src/usr.sbin/sup/lib/scan.c

From owner-cvs-usrsbin  Tue Sep 24 01:43:47 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id BAA22940
          for cvs-usrsbin-outgoing; Tue, 24 Sep 1996 01:43:47 -0700 (PDT)
Received: (from bde@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id BAA22814;
          Tue, 24 Sep 1996 01:43:09 -0700 (PDT)
Date: Tue, 24 Sep 1996 01:43:09 -0700 (PDT)
From: Bruce Evans <bde>
Message-Id: <199609240843.BAA22814@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrbin, cvs-gnu, cvs-usrsbin
Subject: cvs commit:  src/gnu/usr.bin/gdb/bfd trad-core.c src/usr.sbin/sup/supfilesrv supfilesrv.c src/gnu/usr.bin/gdb/gdb coredep.c infptrace.c src/usr.bin/systat pigs.c
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

bde         96/09/24 01:43:07

  Modified:    gnu/usr.bin/gdb/bfd  trad-core.c
               gnu/usr.bin/gdb/gdb  coredep.c infptrace.c
               usr.bin/systat  pigs.c
               usr.sbin/sup/supfilesrv  supfilesrv.c
  Log:
  Really eliminated includes of the "temporary" backwards compatibility
  header <sys/dir.h> in applications.  My previous sweep didn't find the
  places that included it without needing it.
  
  Revision  Changes    Path
  1.5       +0 -1      src/gnu/usr.bin/gdb/bfd/trad-core.c
  1.3       +0 -1      src/gnu/usr.bin/gdb/gdb/coredep.c
  1.5       +0 -1      src/gnu/usr.bin/gdb/gdb/infptrace.c
  1.4       +0 -1      src/usr.bin/systat/pigs.c
  1.6       +15 -1     src/usr.sbin/sup/supfilesrv/supfilesrv.c

From owner-cvs-usrsbin  Tue Sep 24 02:40:58 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id CAA10333
          for cvs-usrsbin-outgoing; Tue, 24 Sep 1996 02:40:58 -0700 (PDT)
Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA10257;
          Tue, 24 Sep 1996 02:40:35 -0700 (PDT)
Received: by sovcom.kiae.su id AB04818
  (5.65.kiae-1 ); Tue, 24 Sep 1996 12:15:27 +0300
Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 24 Sep 96 12:15:26 +0300
Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id NAA00481; Tue, 24 Sep 1996 13:12:30 +0400 (MSD)
Message-Id: <199609240912.NAA00481@nagual.ru>
Subject: Re: cvs commit:  src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s
In-Reply-To: <199609240808.BAA11056@freefall.freebsd.org> from "Bruce Evans" at "Sep 24, 96 01:08:24 am"
To: bde@freefall.freebsd.org (Bruce Evans)
Date: Tue, 24 Sep 1996 13:12:30 +0400 (MSD)
Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org,
        cvs-games@freefall.freebsd.org, cvs-lib@freefall.freebsd.org,
        cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org,
        cvs-gnu@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org,
        cvs-usrsbin@freefall.freebsd.org
From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) <ache@nagual.ru>
Organization: self
X-Class: Fast
X-Mailer: ELM [version 2.4ME+ PL26 (25)]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

>   Log:
>   Eliminated includes of the "temporary" backwards compatibility header
>   <sys/dir.h> in applications.  Maintained existing (inadequate) ifdefs
>   for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any
>   new ones.

What do you think about adding some #warning in <sys/dir.h> like
for <malloc.h> case?

-- 
Andrey A. Chernov
<ache@nagual.ru>
http://www.nagual.ru/~ache/

From owner-cvs-usrsbin  Tue Sep 24 09:54:01 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id JAA26536
          for cvs-usrsbin-outgoing; Tue, 24 Sep 1996 09:54:01 -0700 (PDT)
Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA26476;
          Tue, 24 Sep 1996 09:53:53 -0700 (PDT)
Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA07060; Wed, 25 Sep 1996 02:48:34 +1000
Date: Wed, 25 Sep 1996 02:48:34 +1000
From: Bruce Evans <bde@zeta.org.au>
Message-Id: <199609241648.CAA07060@godzilla.zeta.org.au>
To: ache@nagual.ru, bde@freefall.freebsd.org
Subject: Re: cvs commit:  src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s
Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org,
        cvs-games@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org,
        cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org,
        cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org,
        cvs-usrsbin@freefall.freebsd.org
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

>What do you think about adding some #warning in <sys/dir.h> like
>for <malloc.h> case?

Already done, but not committed.

What about removing DIRSIZ() completely?  This would leave <sys/dir.h> as
just defining `direct' as `dirent'.  DIRSIZ() is mainly used for building
`struct dirent's and wasn't used in /usr/src except in the kernel.

I sent mail to freebsd-fs about related cruft in the kernel, but got
no reply.  cd9660 and devfs use DIRSIZ() from <sys/dir.h>.  ufs uses
its own DIRSIZ() which is really for the on-disk entries but happens to
work for readdir() on all supported systems (I think it would fail if
64-bit alignment is required).  ext2fs uses too much ufs directory stuff,
but not DIRSIZ().  nfs uses ufs's DIRBLKSIZ, which is different from
the application DIRBLKSIZ defined in <dirent.h>.  <sys/dir.h> attempts
to include <dirent.h>, but actually includes <sys/dirent.h> because of
the crufty -I$S/sys in the kernel makefiles.

Bruce

From owner-cvs-usrsbin  Fri Sep 27 13:32:01 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id NAA05798
          for cvs-usrsbin-outgoing; Fri, 27 Sep 1996 13:32:01 -0700 (PDT)
Received: (from pst@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id NAA05550;
          Fri, 27 Sep 1996 13:31:35 -0700 (PDT)
Date: Fri, 27 Sep 1996 13:31:35 -0700 (PDT)
From: Paul Traina <pst>
Message-Id: <199609272031.NAA05550@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrsbin
Subject: cvs commit:  src/usr.sbin/syslogd syslog.conf.5
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

pst         96/09/27 13:31:32

  Modified:    usr.sbin/syslogd  syslog.conf.5
  Log:
  Add info field.
  Closes pr docs/1679.
  
  Revision  Changes    Path
  1.3       +1 -1      src/usr.sbin/syslogd/syslog.conf.5

From owner-cvs-usrsbin  Sat Sep 28 04:26:34 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id EAA12855
          for cvs-usrsbin-outgoing; Sat, 28 Sep 1996 04:26:34 -0700 (PDT)
Received: (from bde@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id EAA12640;
          Sat, 28 Sep 1996 04:26:05 -0700 (PDT)
Date: Sat, 28 Sep 1996 04:26:05 -0700 (PDT)
From: Bruce Evans <bde>
Message-Id: <199609281126.EAA12640@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrsbin
Subject: cvs commit:  src/usr.sbin/ppp command.c
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

bde         96/09/28 04:26:02

  Modified:    usr.sbin/ppp  command.c
  Log:
  Moved getdtablesize() out of a loop.
  
  Revision  Changes    Path
  1.19      +4 -3      src/usr.sbin/ppp/command.c

From owner-cvs-usrsbin  Sat Sep 28 07:43:42 1996
Return-Path: owner-cvs-usrsbin
Received: (from root@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id HAA29812
          for cvs-usrsbin-outgoing; Sat, 28 Sep 1996 07:43:42 -0700 (PDT)
Received: (from bde@localhost)
          by freefall.freebsd.org (8.7.5/8.7.3) id HAA29524;
          Sat, 28 Sep 1996 07:43:08 -0700 (PDT)
Date: Sat, 28 Sep 1996 07:43:08 -0700 (PDT)
From: Bruce Evans <bde>
Message-Id: <199609281443.HAA29524@freefall.freebsd.org>
To: CVS-committers, cvs-all, cvs-usrsbin
Subject: cvs commit:  src/usr.sbin/sysctl sysctl.8
Sender: owner-cvs-usrsbin@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk

bde         96/09/28 07:43:07

  Modified:    usr.sbin/sysctl  sysctl.8
  Log:
  Removed references to pathconf-related variables that were never handled
  by sysctl and never can be in their documented form (kern.name_max would
  have to become fs.filesystemname.name_max, etc.).
  
  Added missing references to user.stream_max and user.tzname_max.  These
  seem to misnamed.  <sys/sysconf.h> says that they correspond to POSIX2
  names, but the sysconf names don't have POSIX2 or "posix2" like all the
  other POSIX2 names.
  
  Revision  Changes    Path
  1.10      +3 -10     src/usr.sbin/sysctl/sysctl.8