From owner-cvs-usrbin Sun Jun 2 10:18:38 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29354 for cvs-usrbin-outgoing; Sun, 2 Jun 1996 10:18:38 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29338; Sun, 2 Jun 1996 10:18:32 -0700 (PDT) Date: Sun, 2 Jun 1996 10:18:32 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606021718.KAA29338@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mk_cmds Makefile cmd_tbl.l src/usr.bin/mklocale Makefile lex.l src/usr.bin/xlint/lint1 Makefile func.c scan.l tree.c src/usr.bin/colldef Makefile scan.l src/usr.bin/fib Makefile lex.l Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/02 10:18:32 Modified: usr.bin/colldef Makefile scan.l usr.bin/fib Makefile lex.l usr.bin/mk_cmds Makefile cmd_tbl.l usr.bin/mklocale Makefile lex.l usr.bin/xlint/lint1 Makefile func.c scan.l tree.c Log: Backout yacc changes. Revision Changes Path 1.8 +1 -1 src/usr.bin/colldef/Makefile 1.3 +2 -2 src/usr.bin/colldef/scan.l 1.6 +1 -1 src/usr.bin/fib/Makefile 1.6 +1 -1 src/usr.bin/fib/lex.l 1.3 +2 -2 src/usr.bin/mk_cmds/Makefile 1.4 +1 -1 src/usr.bin/mk_cmds/cmd_tbl.l 1.17 +1 -1 src/usr.bin/mklocale/Makefile 1.3 +1 -1 src/usr.bin/mklocale/lex.l 1.3 +1 -1 src/usr.bin/xlint/lint1/Makefile 1.3 +1 -1 src/usr.bin/xlint/lint1/func.c 1.4 +1 -1 src/usr.bin/xlint/lint1/scan.l 1.4 +1 -1 src/usr.bin/xlint/lint1/tree.c From owner-cvs-usrbin Sun Jun 2 16:19:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17736 for cvs-usrbin-outgoing; Sun, 2 Jun 1996 16:19:27 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17710; Sun, 2 Jun 1996 16:19:16 -0700 (PDT) Date: Sun, 2 Jun 1996 16:19:16 -0700 (PDT) From: Alex Nash Message-Id: <199606022319.QAA17710@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat if.c inet.c ipx.c main.c mbuf.c mroute.c route.c unix.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/02 16:19:15 Modified: usr.bin/netstat if.c inet.c ipx.c main.c mbuf.c mroute.c route.c unix.c Log: Code cleanup: remove unused variables, use correct *printf format specifiers (some unsigned values were printed as signed, some longs were printed as ints), and place parentheses around assignments in if statements. Revision Changes Path 1.12 +7 -8 src/usr.bin/netstat/if.c 1.18 +91 -91 src/usr.bin/netstat/inet.c 1.3 +3 -3 src/usr.bin/netstat/ipx.c 1.14 +5 -6 src/usr.bin/netstat/main.c 1.4 +4 -4 src/usr.bin/netstat/mbuf.c 1.6 +15 -16 src/usr.bin/netstat/mroute.c 1.13 +14 -14 src/usr.bin/netstat/route.c 1.3 +5 -5 src/usr.bin/netstat/unix.c From owner-cvs-usrbin Tue Jun 4 12:10:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06243 for cvs-usrbin-outgoing; Tue, 4 Jun 1996 12:10:00 -0700 (PDT) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06228; Tue, 4 Jun 1996 12:09:52 -0700 (PDT) Date: Tue, 4 Jun 1996 12:09:52 -0700 (PDT) From: John Fieber Message-Id: <199606041909.MAA06228@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/sgmls/libsgmls Makefile sgmls.c sgmls.h src/usr.bin/sgmls Makefile.inc unix.cfg src/usr.bin/sgmls/rast Makefile rast.c src/usr.bin/sgmls/sgmls alloc.h catalog.c catalog.h Makefile action.h ambig.c appl.h config.h context.c context.h ebcdic.h entgen.c entity.h etype.h genlex.c getopt.c latin1.h lexcode.h lexrf.c lextaba.c lextabe.c lineout.c main.c md1.c md2.c msg.h msgcat.c pars1.c pars2.c pcbrf.c portproc.c serv.c sgml1.c sgml2.c sgmlaux.h sgmldecl.c sgmldecl.h sgmlfnsm.h sgmlio.c sgmlmsg.c sgmls.1 sgmlxtrn.c sgmlxtrn.h std.h synxtrn.h trace.h traceset.c version.c xfprintf.c src/usr.bin/sgmls/sgmlsasp Makefile replace.c replace.h sgmlsasp.1 sgmlsasp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 96/06/04 12:09:52 Modified: usr.bin/sgmls Makefile.inc unix.cfg usr.bin/sgmls/libsgmls Makefile sgmls.c sgmls.h usr.bin/sgmls/rast Makefile rast.c usr.bin/sgmls/sgmls Makefile action.h ambig.c appl.h config.h context.c context.h ebcdic.h entgen.c entity.h etype.h genlex.c getopt.c latin1.h lexcode.h lexrf.c lextaba.c lextabe.c lineout.c main.c md1.c md2.c msg.h msgcat.c pars1.c pars2.c pcbrf.c portproc.c serv.c sgml1.c sgml2.c sgmlaux.h sgmldecl.c sgmldecl.h sgmlfnsm.h sgmlio.c sgmlmsg.c sgmls.1 sgmlxtrn.c sgmlxtrn.h std.h synxtrn.h trace.h traceset.c version.c xfprintf.c usr.bin/sgmls/sgmlsasp Makefile replace.c replace.h sgmlsasp.1 sgmlsasp.c Added: usr.bin/sgmls/sgmls alloc.h catalog.c catalog.h Log: Upgrade from 1.1 to 1.1.91. Unknown to me, the latter version was actually available at the time I brought in the former. Lots of assorted bug fixes and much needed support for catalogs. Revision Changes Path 1.2 +4 -2 src/usr.bin/sgmls/Makefile.inc 1.2 +18 -0 src/usr.bin/sgmls/unix.cfg 1.2 +1 -1 src/usr.bin/sgmls/libsgmls/Makefile 1.3 +14 -18 src/usr.bin/sgmls/libsgmls/sgmls.c 1.3 +1 -1 src/usr.bin/sgmls/libsgmls/sgmls.h 1.3 +1 -1 src/usr.bin/sgmls/rast/Makefile 1.3 +73 -7 src/usr.bin/sgmls/rast/rast.c 1.2 +7 -6 src/usr.bin/sgmls/sgmls/Makefile 1.2 +1 -0 src/usr.bin/sgmls/sgmls/action.h 1.3 +1 -1 src/usr.bin/sgmls/sgmls/ambig.c 1.2 +0 -2 src/usr.bin/sgmls/sgmls/appl.h 1.2 +12 -1 src/usr.bin/sgmls/sgmls/config.h 1.2 +24 -17 src/usr.bin/sgmls/sgmls/context.c 1.2 +2 -0 src/usr.bin/sgmls/sgmls/context.h 1.2 +0 -15 src/usr.bin/sgmls/sgmls/ebcdic.h 1.3 +119 -7 src/usr.bin/sgmls/sgmls/entgen.c 1.2 +4 -1 src/usr.bin/sgmls/sgmls/entity.h 1.3 +3 -1 src/usr.bin/sgmls/sgmls/etype.h 1.3 +36 -10 src/usr.bin/sgmls/sgmls/genlex.c 1.3 +1 -1 src/usr.bin/sgmls/sgmls/getopt.c 1.2 +0 -14 src/usr.bin/sgmls/sgmls/latin1.h 1.2 +1 -0 src/usr.bin/sgmls/sgmls/lexcode.h 1.2 +2 -1 src/usr.bin/sgmls/sgmls/lexrf.c 1.3 +201 -10 src/usr.bin/sgmls/sgmls/lextaba.c 1.2 +174 -1 src/usr.bin/sgmls/sgmls/lextabe.c 1.3 +11 -8 src/usr.bin/sgmls/sgmls/lineout.c 1.3 +55 -7 src/usr.bin/sgmls/sgmls/main.c 1.3 +7 -3 src/usr.bin/sgmls/sgmls/md1.c 1.3 +19 -28 src/usr.bin/sgmls/sgmls/md2.c 1.2 +17 -11 src/usr.bin/sgmls/sgmls/msg.h 1.3 +20 -13 src/usr.bin/sgmls/sgmls/msgcat.c 1.3 +52 -26 src/usr.bin/sgmls/sgmls/pars1.c 1.3 +44 -19 src/usr.bin/sgmls/sgmls/pars2.c 1.3 +68 -61 src/usr.bin/sgmls/sgmls/pcbrf.c 1.2 +1 -0 src/usr.bin/sgmls/sgmls/portproc.c 1.3 +1 -1 src/usr.bin/sgmls/sgmls/serv.c 1.3 +18 -10 src/usr.bin/sgmls/sgmls/sgml1.c 1.3 +33 -10 src/usr.bin/sgmls/sgmls/sgml2.c 1.2 +2 -0 src/usr.bin/sgmls/sgmls/sgmlaux.h 1.4 +115 -53 src/usr.bin/sgmls/sgmls/sgmldecl.c 1.3 +27 -21 src/usr.bin/sgmls/sgmls/sgmldecl.h 1.2 +1 -0 src/usr.bin/sgmls/sgmls/sgmlfnsm.h 1.3 +1 -1 src/usr.bin/sgmls/sgmls/sgmlio.c 1.3 +16 -16 src/usr.bin/sgmls/sgmls/sgmlmsg.c 1.2 +141 -43 src/usr.bin/sgmls/sgmls/sgmls.1 1.2 +3 -1 src/usr.bin/sgmls/sgmls/sgmlxtrn.c 1.2 +3 -1 src/usr.bin/sgmls/sgmls/sgmlxtrn.h 1.2 +0 -6 src/usr.bin/sgmls/sgmls/std.h 1.2 +2 -0 src/usr.bin/sgmls/sgmls/synxtrn.h 1.2 +8 -8 src/usr.bin/sgmls/sgmls/trace.h 1.3 +19 -22 src/usr.bin/sgmls/sgmls/traceset.c 1.2 +1 -1 src/usr.bin/sgmls/sgmls/version.c 1.3 +8 -12 src/usr.bin/sgmls/sgmls/xfprintf.c 1.3 +1 -1 src/usr.bin/sgmls/sgmlsasp/Makefile 1.4 +7 -8 src/usr.bin/sgmls/sgmlsasp/replace.c 1.3 +2 -2 src/usr.bin/sgmls/sgmlsasp/replace.h 1.2 +1 -1 src/usr.bin/sgmls/sgmlsasp/sgmlsasp.1 1.3 +3 -3 src/usr.bin/sgmls/sgmlsasp/sgmlsasp.c From owner-cvs-usrbin Wed Jun 5 10:24:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17401 for cvs-usrbin-outgoing; Wed, 5 Jun 1996 10:24:44 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA17373; Wed, 5 Jun 1996 10:24:35 -0700 (PDT) Date: Wed, 5 Jun 1996 10:24:35 -0700 (PDT) From: Garrett Wollman Message-Id: <199606051724.KAA17373@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat inet.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/05 10:24:35 Modified: usr.bin/netstat inet.c Log: Print PCB hash miss statistic. Revision Changes Path 1.19 +1 -0 src/usr.bin/netstat/inet.c From owner-cvs-usrbin Thu Jun 6 14:43:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10472 for cvs-usrbin-outgoing; Thu, 6 Jun 1996 14:43:00 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA10428; Thu, 6 Jun 1996 14:42:37 -0700 (PDT) Date: Thu, 6 Jun 1996 14:42:37 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199606062142.OAA10428@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ftp ftp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/06/06 14:42:35 Branch: usr.bin/ftp RELENG_2_1_0 Modified: usr.bin/ftp ftp.c Log: Brought in a change from -current to ftp.c that reports transfer states in "human" form instead of "scientific notation" Revision Changes Path 1.4.4.2 +9 -3 src/usr.bin/ftp/ftp.c From owner-cvs-usrbin Thu Jun 6 23:35:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA18977 for cvs-usrbin-outgoing; Thu, 6 Jun 1996 23:35:50 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA18940; Thu, 6 Jun 1996 23:35:43 -0700 (PDT) Date: Thu, 6 Jun 1996 23:35:43 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606070635.XAA18940@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ftp ftp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/06 23:35:43 Branch: usr.bin/ftp RELENG_2_1_0 Modified: usr.bin/ftp ftp.c Log: Looks like the cut-and-paste monster got somebody - an extra brace was inserted here. Please compile before committing! :) Revision Changes Path 1.4.4.3 +1 -3 src/usr.bin/ftp/ftp.c From owner-cvs-usrbin Fri Jun 7 08:53:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25739 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 08:53:58 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA25714; Fri, 7 Jun 1996 08:53:46 -0700 (PDT) Date: Fri, 7 Jun 1996 08:53:46 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606071553.IAA25714@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars/ru_SU.KOI8-R calendar.common Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/07 08:53:46 Modified: usr.bin/calendar/calendars/ru_SU.KOI8-R calendar.common Log: Add yet one holiday Revision Changes Path 1.2 +2 -1 src/usr.bin/calendar/calendars/ru_SU.KOI8-R/calendar.common From owner-cvs-usrbin Fri Jun 7 17:20:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA08095 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 17:20:58 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA08074; Fri, 7 Jun 1996 17:20:44 -0700 (PDT) Date: Fri, 7 Jun 1996 17:20:44 -0700 (PDT) From: Julian Elischer Message-Id: <199606080020.RAA08074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat atalk.c Makefile main.c netstat.h route.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/06/07 17:20:44 Modified: usr.bin/netstat Makefile main.c netstat.h route.c Added: usr.bin/netstat atalk.c Log: patches to allow netstat to monitor appletalk sockets openned using the /sys/netatalk protocol stack more cleanups and fixes are likely Revision Changes Path 1.6 +2 -1 src/usr.bin/netstat/Makefile 1.15 +17 -1 src/usr.bin/netstat/main.c 1.5 +4 -0 src/usr.bin/netstat/netstat.h 1.14 +46 -2 src/usr.bin/netstat/route.c From owner-cvs-usrbin Fri Jun 7 17:54:30 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA11108 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 17:54:30 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA11070; Fri, 7 Jun 1996 17:54:21 -0700 (PDT) Date: Fri, 7 Jun 1996 17:54:21 -0700 (PDT) From: Julian Elischer Message-Id: <199606080054.RAA11070@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat netstat.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/06/07 17:54:20 Modified: usr.bin/netstat netstat.1 Log: I guess the docs should mention the new protocol at least once. Revision Changes Path 1.8 +3 -0 src/usr.bin/netstat/netstat.1 From owner-cvs-usrbin Fri Jun 7 20:44:08 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29786 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 20:44:08 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29665; Fri, 7 Jun 1996 20:43:46 -0700 (PDT) Date: Fri, 7 Jun 1996 20:43:46 -0700 (PDT) From: Alex Nash Message-Id: <199606080343.UAA29665@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/units - Imported sources Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/07 20:43:44 src/usr.bin/units - Imported sources Update of /home/ncvs/src/usr.bin/units In directory freefall.freebsd.org:/a/alex/units Revision/Branch: 1.1.1 Log Message: Units conversion utility courtesy of NetBSD. Submitted by: Jeremy Prior Obtained from: NetBSD Status: Vendor Tag: NETBSD Release Tags: units1_0 N src/usr.bin/units/Makefile N src/usr.bin/units/README N src/usr.bin/units/pathnames.h N src/usr.bin/units/units.1 N src/usr.bin/units/units.c N src/usr.bin/units/units.lib No conflicts created by this import From owner-cvs-usrbin Fri Jun 7 20:47:04 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29973 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 20:47:04 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29933; Fri, 7 Jun 1996 20:46:41 -0700 (PDT) Date: Fri, 7 Jun 1996 20:46:41 -0700 (PDT) From: Alex Nash Message-Id: <199606080346.UAA29933@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/07 20:46:38 Modified: usr.bin Makefile Log: Add units. Revision Changes Path 1.68 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Fri Jun 7 21:30:29 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA04986 for cvs-usrbin-outgoing; Fri, 7 Jun 1996 21:30:29 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA04936; Fri, 7 Jun 1996 21:30:11 -0700 (PDT) Date: Fri, 7 Jun 1996 21:30:11 -0700 (PDT) From: Alex Nash Message-Id: <199606080430.VAA04936@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/units units.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/07 21:30:09 Modified: usr.bin/units units.c Log: Fix exit code when used in non-interactive mode. Remove ';' typo attached to if statement. Revision Changes Path 1.2 +5 -3 src/usr.bin/units/units.c From owner-cvs-usrbin Sat Jun 8 05:30:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18694 for cvs-usrbin-outgoing; Sat, 8 Jun 1996 05:30:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA18564; Sat, 8 Jun 1996 05:29:59 -0700 (PDT) Date: Sat, 8 Jun 1996 05:29:59 -0700 (PDT) From: Bruce Evans Message-Id: <199606081229.FAA18564@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/gprof printgprof.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/08 05:29:59 Modified: usr.bin/gprof printgprof.c Log: Print times/call in ns if hz >= 10e7. hz will be this large for high resolution profiling on Pentiums. On a 100MHz Pentium, the resolution is at best 10 ns and actually a few hundred ns, but units of 10's or 100's of ns would be inconvenient and the current units of 1 us are a bit too coarse. Revision Changes Path 1.4 +8 -3 src/usr.bin/gprof/printgprof.c