From owner-cvs-usrsbin Sun Aug 24 11:24:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13269 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 11:24:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13230; Sun, 24 Aug 1997 11:23:54 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA00420; Sun, 24 Aug 1997 11:23:22 -0700 (PDT) Date: Sun, 24 Aug 1997 11:23:22 -0700 (PDT) Message-Id: <199708241823.LAA00420@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/vipw pw_util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/24 11:23:22 PDT Modified files: usr.sbin/vipw pw_util.c Log: Cosmetic: distinguish in diag message between rebuilding and updating the database. PR: 3397 Submitted by: taob@risc.org (Brian Tao) Revision Changes Path 1.6 +2 -1 src/usr.sbin/vipw/pw_util.c From owner-cvs-usrsbin Sun Aug 24 11:24:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13356 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 11:24:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13307; Sun, 24 Aug 1997 11:24:27 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA00454; Sun, 24 Aug 1997 11:23:54 -0700 (PDT) Date: Sun, 24 Aug 1997 11:23:54 -0700 (PDT) Message-Id: <199708241823.LAA00454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/vipw pw_util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/08/24 11:23:54 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/vipw pw_util.c Log: MFC: rev 1.6, cometics Revision Changes Path 1.5.2.1 +2 -1 src/usr.sbin/vipw/pw_util.c From owner-cvs-usrsbin Sun Aug 24 13:53:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20754 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 13:53:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20721; Sun, 24 Aug 1997 13:52:34 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02240; Sun, 24 Aug 1997 13:52:00 -0700 (PDT) Date: Sun, 24 Aug 1997 13:52:00 -0700 (PDT) Message-Id: <199708242052.NAA02240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c chat.c command.c fsm.c fsm.h ipcp.c lcp.c log.c log.h main.c modem.c ppp.8 vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 13:52:00 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ccp.c chat.c command.c fsm.c fsm.h ipcp.c lcp.c log.c log.h main.c modem.c ppp.8 vars.c vars.h Log: MFC. The only change in default functionality is that by default, ppp no longer sends packets destined for the tun interface address, it turns them around like a loopback device. The old behaviour is restored with "set loopback off". o Add the "bg" command. o Add the "set loopback" command. o Allow fallback phone numbers. o Typo police. o Add the "set stopped" command. o Split LCP logging into LCP, IPCP and CCP logging, o Update version to 1.02. Revision Changes Path 1.7.2.5 +13 -12 src/usr.sbin/ppp/ccp.c 1.11.2.14 +8 -5 src/usr.sbin/ppp/chat.c 1.24.2.32 +119 -12 src/usr.sbin/ppp/command.c 1.7.2.5 +46 -23 src/usr.sbin/ppp/fsm.c 1.5.2.2 +14 -1 src/usr.sbin/ppp/fsm.h 1.9.2.15 +30 -28 src/usr.sbin/ppp/ipcp.c 1.10.2.11 +3 -2 src/usr.sbin/ppp/lcp.c 1.4.2.7 +2 -0 src/usr.sbin/ppp/log.c 1.6.2.4 +18 -16 src/usr.sbin/ppp/log.h 1.22.2.32 +23 -1 src/usr.sbin/ppp/main.c 1.24.2.16 +2 -1 src/usr.sbin/ppp/modem.c 1.19.2.23 +98 -27 src/usr.sbin/ppp/ppp.8 1.9.2.9 +4 -4 src/usr.sbin/ppp/vars.c 1.7.2.11 +5 -1 src/usr.sbin/ppp/vars.h From owner-cvs-usrsbin Sun Aug 24 17:30:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02416 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 17:30:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA02383; Sun, 24 Aug 1997 17:30:11 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA05585; Sun, 24 Aug 1997 17:29:36 -0700 (PDT) Date: Sun, 24 Aug 1997 17:29:36 -0700 (PDT) Message-Id: <199708250029.RAA05585@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c chat.c chat.h command.c command.h defs.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lcpproto.h loadalias.c loadalias.h ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 17:29:36 PDT Modified files: usr.sbin/ppp alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c chat.c chat.h command.c command.h defs.h filter.c filter.h fsm.c fsm.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lcpproto.h loadalias.c loadalias.h log.c log.h lqr.c lqr.h main.c main.h mbuf.c mbuf.h modem.c modem.h os.c os.h pap.c passwdauth.c phase.h pred.c pred.h route.c route.h server.c sig.c sig.h slcompress.c slcompress.h systems.c systems.h timeout.h timer.c vars.c vars.h vjcomp.c Log: Make the code format more in line with style(9). Update loadalias to use the new libalias api. Update to version 1.1. Revision Changes Path 1.5 +144 -157 src/usr.sbin/ppp/alias_cmd.c 1.2 +2 -2 src/usr.sbin/ppp/alias_cmd.h 1.13 +209 -226 src/usr.sbin/ppp/arp.c 1.5 +2 -1 src/usr.sbin/ppp/arp.h 1.11 +17 -27 src/usr.sbin/ppp/async.c 1.15 +41 -46 src/usr.sbin/ppp/auth.c 1.7 +7 -4 src/usr.sbin/ppp/auth.h 1.15 +30 -42 src/usr.sbin/ppp/ccp.c 1.7 +8 -7 src/usr.sbin/ppp/ccp.h 1.20 +17 -22 src/usr.sbin/ppp/chap.c 1.32 +96 -75 src/usr.sbin/ppp/chat.c 1.7 +3 -2 src/usr.sbin/ppp/chat.h 1.75 +513 -602 src/usr.sbin/ppp/command.c 1.5 +3 -3 src/usr.sbin/ppp/command.h 1.18 +8 -8 src/usr.sbin/ppp/defs.h 1.13 +87 -122 src/usr.sbin/ppp/filter.c 1.9 +12 -11 src/usr.sbin/ppp/filter.h 1.16 +135 -197 src/usr.sbin/ppp/fsm.c 1.10 +35 -36 src/usr.sbin/ppp/fsm.h 1.17 +103 -78 src/usr.sbin/ppp/hdlc.c 1.10 +11 -10 src/usr.sbin/ppp/hdlc.h 1.23 +132 -146 src/usr.sbin/ppp/ip.c 1.5 +3 -2 src/usr.sbin/ppp/ip.h 1.26 +112 -124 src/usr.sbin/ppp/ipcp.c 1.9 +13 -11 src/usr.sbin/ppp/ipcp.h 1.27 +105 -105 src/usr.sbin/ppp/lcp.c 1.8 +19 -18 src/usr.sbin/ppp/lcp.h 1.8 +15 -14 src/usr.sbin/ppp/lcpproto.h 1.5 +51 -51 src/usr.sbin/ppp/loadalias.c 1.2 +13 -13 src/usr.sbin/ppp/loadalias.h 1.15 +76 -72 src/usr.sbin/ppp/log.c 1.13 +6 -6 src/usr.sbin/ppp/log.h 1.17 +27 -32 src/usr.sbin/ppp/lqr.c 1.7 +19 -18 src/usr.sbin/ppp/lqr.h 1.71 +233 -244 src/usr.sbin/ppp/main.c 1.5 +2 -1 src/usr.sbin/ppp/main.h 1.9 +18 -27 src/usr.sbin/ppp/mbuf.c 1.6 +16 -15 src/usr.sbin/ppp/mbuf.h 1.49 +221 -172 src/usr.sbin/ppp/modem.c 1.9 +2 -1 src/usr.sbin/ppp/modem.h 1.24 +84 -85 src/usr.sbin/ppp/os.c 1.7 +3 -2 src/usr.sbin/ppp/os.h 1.14 +16 -23 src/usr.sbin/ppp/pap.c 1.5 +32 -36 src/usr.sbin/ppp/passwdauth.c 1.7 +8 -7 src/usr.sbin/ppp/phase.h 1.14 +68 -76 src/usr.sbin/ppp/pred.c 1.5 +4 -3 src/usr.sbin/ppp/pred.h 1.18 +110 -102 src/usr.sbin/ppp/route.c 1.5 +2 -1 src/usr.sbin/ppp/route.h 1.3 +62 -63 src/usr.sbin/ppp/server.c 1.8 +43 -38 src/usr.sbin/ppp/sig.c 1.9 +2 -2 src/usr.sbin/ppp/sig.h 1.10 +449 -446 src/usr.sbin/ppp/slcompress.c 1.7 +25 -23 src/usr.sbin/ppp/slcompress.h 1.14 +19 -29 src/usr.sbin/ppp/systems.c 1.6 +3 -2 src/usr.sbin/ppp/systems.h 1.11 +9 -8 src/usr.sbin/ppp/timeout.h 1.18 +79 -73 src/usr.sbin/ppp/timer.c 1.25 +42 -46 src/usr.sbin/ppp/vars.c 1.25 +38 -37 src/usr.sbin/ppp/vars.h 1.9 +22 -26 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Sun Aug 24 17:35:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02738 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 17:35:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA02712; Sun, 24 Aug 1997 17:35:21 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA06102; Sun, 24 Aug 1997 17:34:47 -0700 (PDT) Date: Sun, 24 Aug 1997 17:34:47 -0700 (PDT) Message-Id: <199708250034.RAA06102@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h defs.h filter.c filter.h fsm.c fsm.h global.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 17:34:47 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp Makefile alias_cmd.c alias_cmd.h arp.c arp.h async.c auth.c auth.h ccp.c ccp.h chap.c chap.h chat.c chat.h command.c command.h defs.h filter.c filter.h fsm.c fsm.h global.h hdlc.c hdlc.h ip.c ip.h ipcp.c ipcp.h lcp.c lcp.h lcpproto.h loadalias.c loadalias.h log.c log.h lqr.c lqr.h main.c main.h mbuf.c mbuf.h modem.c modem.h os.c os.h pap.c pap.h passwdauth.c pathnames.h phase.h ppp.8 pred.c pred.h route.c route.h server.c sig.c sig.h slcompress.c slcompress.h systems.c systems.h timeout.h timer.c vars.c vars.h vjcomp.c Log: MFC: Make the code format more in line with style(9). Update loadalias to use the new libalias api. Update to version 1.1. Revision Changes Path 1.9.2.9 +1 -1 src/usr.sbin/ppp/Makefile 1.1.2.4 +144 -157 src/usr.sbin/ppp/alias_cmd.c 1.1.2.1 +2 -2 src/usr.sbin/ppp/alias_cmd.h 1.5.2.3 +208 -225 src/usr.sbin/ppp/arp.c 1.1.4.2 +1 -0 src/usr.sbin/ppp/arp.h 1.5.2.4 +17 -27 src/usr.sbin/ppp/async.c 1.7.2.6 +40 -45 src/usr.sbin/ppp/auth.c 1.3.2.2 +6 -3 src/usr.sbin/ppp/auth.h 1.7.2.6 +30 -42 src/usr.sbin/ppp/ccp.c 1.3.2.2 +7 -6 src/usr.sbin/ppp/ccp.h 1.7.2.8 +17 -22 src/usr.sbin/ppp/chap.c 1.3.2.2 +0 -0 src/usr.sbin/ppp/chap.h 1.11.2.15 +96 -75 src/usr.sbin/ppp/chat.c 1.1.4.4 +2 -1 src/usr.sbin/ppp/chat.h 1.24.2.33 +512 -602 src/usr.sbin/ppp/command.c 1.2.6.2 +2 -2 src/usr.sbin/ppp/command.h 1.4.2.8 +8 -8 src/usr.sbin/ppp/defs.h 1.6.2.5 +87 -122 src/usr.sbin/ppp/filter.c 1.4.2.3 +11 -10 src/usr.sbin/ppp/filter.h 1.7.2.6 +135 -197 src/usr.sbin/ppp/fsm.c 1.5.2.3 +35 -36 src/usr.sbin/ppp/fsm.h 1.2.6.2 +0 -0 src/usr.sbin/ppp/global.h 1.9.2.5 +102 -77 src/usr.sbin/ppp/hdlc.c 1.4.2.4 +10 -9 src/usr.sbin/ppp/hdlc.h 1.9.2.12 +132 -146 src/usr.sbin/ppp/ip.c 1.1.4.2 +2 -1 src/usr.sbin/ppp/ip.h 1.9.2.16 +112 -124 src/usr.sbin/ppp/ipcp.c 1.4.2.3 +13 -11 src/usr.sbin/ppp/ipcp.h 1.10.2.12 +105 -105 src/usr.sbin/ppp/lcp.c 1.4.6.2 +18 -17 src/usr.sbin/ppp/lcp.h 1.4.6.2 +14 -13 src/usr.sbin/ppp/lcpproto.h 1.1.2.4 +51 -51 src/usr.sbin/ppp/loadalias.c 1.1.2.1 +13 -13 src/usr.sbin/ppp/loadalias.h 1.4.2.8 +76 -72 src/usr.sbin/ppp/log.c 1.6.2.5 +6 -6 src/usr.sbin/ppp/log.h 1.7.2.7 +27 -32 src/usr.sbin/ppp/lqr.c 1.3.2.2 +18 -17 src/usr.sbin/ppp/lqr.h 1.22.2.33 +233 -244 src/usr.sbin/ppp/main.c 1.1.4.2 +1 -0 src/usr.sbin/ppp/main.h 1.3.6.4 +18 -27 src/usr.sbin/ppp/mbuf.c 1.2.6.2 +15 -14 src/usr.sbin/ppp/mbuf.h 1.24.2.17 +221 -172 src/usr.sbin/ppp/modem.c 1.5.2.2 +1 -0 src/usr.sbin/ppp/modem.h 1.7.2.12 +84 -85 src/usr.sbin/ppp/os.c 1.3.2.2 +2 -1 src/usr.sbin/ppp/os.h 1.7.2.5 +15 -22 src/usr.sbin/ppp/pap.c 1.1.1.1.6.2 +0 -0 src/usr.sbin/ppp/pap.h 1.2.2.3 +32 -36 src/usr.sbin/ppp/passwdauth.c 1.4.6.2 +0 -0 src/usr.sbin/ppp/pathnames.h 1.2.6.3 +7 -6 src/usr.sbin/ppp/phase.h 1.19.2.24 +1 -1 src/usr.sbin/ppp/ppp.8 1.7.2.4 +67 -75 src/usr.sbin/ppp/pred.c 1.1.4.2 +3 -2 src/usr.sbin/ppp/pred.h 1.9.2.8 +110 -102 src/usr.sbin/ppp/route.c 1.1.4.2 +1 -0 src/usr.sbin/ppp/route.h 1.1.2.3 +62 -63 src/usr.sbin/ppp/server.c 1.2.2.3 +42 -37 src/usr.sbin/ppp/sig.c 1.2.2.4 +1 -1 src/usr.sbin/ppp/sig.h 1.6.2.2 +447 -444 src/usr.sbin/ppp/slcompress.c 1.3.6.3 +23 -21 src/usr.sbin/ppp/slcompress.h 1.6.2.7 +19 -29 src/usr.sbin/ppp/systems.c 1.1.4.3 +2 -1 src/usr.sbin/ppp/systems.h 1.5.6.4 +8 -7 src/usr.sbin/ppp/timeout.h 1.5.2.6 +78 -72 src/usr.sbin/ppp/timer.c 1.9.2.10 +42 -46 src/usr.sbin/ppp/vars.c 1.7.2.12 +38 -37 src/usr.sbin/ppp/vars.h 1.4.2.3 +21 -25 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Sun Aug 24 18:53:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05967 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 18:53:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05935; Sun, 24 Aug 1997 18:52:47 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA07353; Sun, 24 Aug 1997 18:52:12 -0700 (PDT) Date: Sun, 24 Aug 1997 18:52:12 -0700 (PDT) Message-Id: <199708250152.SAA07353@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 18:52:12 PDT Modified files: usr.sbin/ppp main.c Log: Lose a couple of extraneous backslashes. Revision Changes Path 1.72 +3 -5 src/usr.sbin/ppp/main.c From owner-cvs-usrsbin Sun Aug 24 18:54:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06039 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 18:54:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA06017; Sun, 24 Aug 1997 18:54:21 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA07389; Sun, 24 Aug 1997 18:53:46 -0700 (PDT) Date: Sun, 24 Aug 1997 18:53:46 -0700 (PDT) Message-Id: <199708250153.SAA07389@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 18:53:46 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp main.c Log: YAMFC: Lose a couple of extraneous backslashes. Revision Changes Path 1.22.2.34 +3 -5 src/usr.sbin/ppp/main.c From owner-cvs-usrsbin Mon Aug 25 22:14:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA08511 for cvs-usrsbin-outgoing; Mon, 25 Aug 1997 22:14:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA08470; Mon, 25 Aug 1997 22:13:30 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA04307; Mon, 25 Aug 1997 22:12:45 -0700 (PDT) Date: Mon, 25 Aug 1997 22:12:45 -0700 (PDT) Message-Id: <199708260512.WAA04307@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mptable mptable.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/08/25 22:12:45 PDT Modified files: usr.sbin/mptable mptable.c Log: Removed suggested "options AUTO_START", no longer used. Noticed by: Vincent Poy Revision Changes Path 1.7 +2 -12 src/usr.sbin/mptable/mptable.c From owner-cvs-usrsbin Tue Aug 26 15:49:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA14225 for cvs-usrsbin-outgoing; Tue, 26 Aug 1997 15:49:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA14155; Tue, 26 Aug 1997 15:48:44 -0700 (PDT) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA26283; Tue, 26 Aug 1997 15:47:53 -0700 (PDT) Date: Tue, 26 Aug 1997 15:47:53 -0700 (PDT) Message-Id: <199708262247.PAA26283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1997/08/26 15:47:52 PDT Modified files: usr.sbin/adduser adduser.perl Log: Stop the growing list of shells if /etc/adduser.conf was updated. Revision Changes Path 1.35 +4 -4 src/usr.sbin/adduser/adduser.perl From owner-cvs-usrsbin Tue Aug 26 16:21:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15853 for cvs-usrsbin-outgoing; Tue, 26 Aug 1997 16:21:47 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15778; Tue, 26 Aug 1997 16:21:11 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA26969; Tue, 26 Aug 1997 16:20:17 -0700 (PDT) Date: Tue, 26 Aug 1997 16:20:17 -0700 (PDT) Message-Id: <199708262320.QAA26969@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/26 16:20:17 PDT Modified files: usr.sbin/ppp main.c ppp.8 Log: Check the "prog.deny" login.conf capability and refuse to run if "ppp" is in the list. Suggested by: "Daniel O'Callaghan" Revision Changes Path 1.73 +44 -1 src/usr.sbin/ppp/main.c 1.58 +13 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Wed Aug 27 13:14:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA03279 for cvs-usrsbin-outgoing; Wed, 27 Aug 1997 13:14:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA03062; Wed, 27 Aug 1997 13:12:15 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA21866; Wed, 27 Aug 1997 13:11:17 -0700 (PDT) Date: Wed, 27 Aug 1997 13:11:17 -0700 (PDT) Message-Id: <199708272011.NAA21866@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/27 13:11:17 PDT Modified files: usr.sbin/ppp main.c ppp.8 Log: Use login_progok(). Revision Changes Path 1.74 +3 -38 src/usr.sbin/ppp/main.c 1.59 +7 -4 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Thu Aug 28 22:22:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA11542 for cvs-usrsbin-outgoing; Thu, 28 Aug 1997 22:22:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA11376; Thu, 28 Aug 1997 22:17:24 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA19283; Thu, 28 Aug 1997 22:16:16 -0700 (PDT) Date: Thu, 28 Aug 1997 22:16:16 -0700 (PDT) Message-Id: <199708290516.WAA19283@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ac ac.c src/usr.sbin/accton accton.c src/usr.sbin/amd/amd get_args.c src/usr.sbin/amd/amq amq.c src/usr.sbin/amd/fsinfo fsinfo.c src/usr.sbin/amd/mk-amd-map mk-amd-map.c src/usr.sbin/arp arp.c ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/28 22:16:15 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ac ac.c usr.sbin/accton accton.c usr.sbin/amd/amd get_args.c usr.sbin/amd/amq amq.c usr.sbin/amd/fsinfo fsinfo.c usr.sbin/amd/mk-amd-map mk-amd-map.c usr.sbin/arp arp.c usr.sbin/bootparamd/bootparamd main.c usr.sbin/chown chown.c usr.sbin/chroot chroot.c usr.sbin/config main.c usr.sbin/cron/cron cron.c usr.sbin/cron/crontab crontab.c usr.sbin/crunch/crunchide crunchide.c usr.sbin/ctm/mkCTM mkctm.c usr.sbin/dev_mkdb dev_mkdb.c usr.sbin/edquota edquota.c usr.sbin/fdcontrol fdcontrol.c usr.sbin/iostat iostat.c usr.sbin/kgmon kgmon.c usr.sbin/kvm_mkdb kvm_mkdb.c usr.sbin/lpr/lpq lpq.c usr.sbin/mkdosfs mkdosfs.c usr.sbin/moused moused.c usr.sbin/mtree mtree.c usr.sbin/newsyslog newsyslog.c usr.sbin/pciconf pciconf.c usr.sbin/pcvt/cursor cursor.c usr.sbin/pcvt/demo playvt.c usr.sbin/pcvt/ispcvt ispcvt.c usr.sbin/pcvt/kcon kcon.c usr.sbin/pcvt/loadfont loadfont.c usr.sbin/pcvt/mcon mcon.c usr.sbin/pcvt/scon scon.c usr.sbin/pcvt/set2061 main.c usr.sbin/pcvt/userkeys vt220keys.c usr.sbin/pkg_install/add main.c usr.sbin/pkg_install/create main.c usr.sbin/pkg_install/delete main.c usr.sbin/pkg_install/info main.c usr.sbin/portmap portmap.c usr.sbin/pstat pstat.c usr.sbin/pwd_mkdb pwd_mkdb.c usr.sbin/qcamcontrol qcamcontrol.c usr.sbin/quotaon quotaon.c usr.sbin/rarpd rarpd.c usr.sbin/repquota repquota.c usr.sbin/rndcontrol rndcontrol.c usr.sbin/rpc.yppasswdd yppasswdd_main.c usr.sbin/rpc.ypxfrd ypxfrd_main.c usr.sbin/sysctl pathconf.c sysctl.c usr.sbin/tcpdump/tcpslice tcpslice.c usr.sbin/timed/timed timed.c usr.sbin/trpt trpt.c usr.sbin/vipw vipw.c usr.sbin/vnconfig vnconfig.c usr.sbin/watch watch.c usr.sbin/wormcontrol wormcontrol.c usr.sbin/yp_mkdb yp_mkdb.c usr.sbin/yppush yppush_main.c usr.sbin/ypserv yp_main.c usr.sbin/zic zic.c Log: MFC: getopt returns -1 not EOF Revision Changes Path 1.4.2.1 +2 -2 src/usr.sbin/ac/ac.c 1.2.6.1 +1 -1 src/usr.sbin/accton/accton.c 1.1.1.1.8.1 +2 -2 src/usr.sbin/amd/amd/get_args.c 1.2.6.2 +3 -3 src/usr.sbin/amd/amq/amq.c 1.1.1.1.8.1 +2 -2 src/usr.sbin/amd/fsinfo/fsinfo.c 1.1.1.1.8.1 +3 -3 src/usr.sbin/amd/mk-amd-map/mk-amd-map.c 1.4.2.2 +2 -2 src/usr.sbin/arp/arp.c 1.3.2.1 +2 -2 src/usr.sbin/bootparamd/bootparamd/main.c 1.4.2.2 +1 -1 src/usr.sbin/chown/chown.c 1.1.1.1.8.1 +1 -1 src/usr.sbin/chroot/chroot.c 1.14.2.2 +1 -1 src/usr.sbin/config/main.c 1.2.2.1 +2 -2 src/usr.sbin/cron/cron/cron.c 1.6.2.1 +2 -2 src/usr.sbin/cron/crontab/crontab.c 1.2.6.1 +1 -1 src/usr.sbin/crunch/crunchide/crunchide.c 1.2.2.3 +1 -1 src/usr.sbin/ctm/mkCTM/mkctm.c 1.1.1.1.8.1 +1 -1 src/usr.sbin/dev_mkdb/dev_mkdb.c 1.4.2.2 +1 -1 src/usr.sbin/edquota/edquota.c 1.2.6.1 +1 -1 src/usr.sbin/fdcontrol/fdcontrol.c 1.5.2.2 +1 -1 src/usr.sbin/iostat/iostat.c 1.6.2.1 +1 -1 src/usr.sbin/kgmon/kgmon.c 1.4.2.1 +1 -1 src/usr.sbin/kvm_mkdb/kvm_mkdb.c 1.1.1.2.2.2 +1 -1 src/usr.sbin/lpr/lpq/lpq.c 1.2.2.1 +2 -2 src/usr.sbin/mkdosfs/mkdosfs.c 1.4.2.2 +2 -2 src/usr.sbin/moused/moused.c 1.3.8.1 +1 -1 src/usr.sbin/mtree/mtree.c 1.7.2.2 +2 -2 src/usr.sbin/newsyslog/newsyslog.c 1.1.1.1.2.2 +1 -1 src/usr.sbin/pciconf/pciconf.c 1.4.6.1 +1 -1 src/usr.sbin/pcvt/cursor/cursor.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/demo/playvt.c 1.4.6.1 +1 -1 src/usr.sbin/pcvt/ispcvt/ispcvt.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/kcon/kcon.c 1.3.6.1 +1 -1 src/usr.sbin/pcvt/loadfont/loadfont.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/mcon/mcon.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/scon/scon.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/set2061/main.c 1.2.6.1 +1 -1 src/usr.sbin/pcvt/userkeys/vt220keys.c 1.11.2.1 +2 -2 src/usr.sbin/pkg_install/add/main.c 1.12.2.2 +2 -2 src/usr.sbin/pkg_install/create/main.c 1.6.2.1 +2 -2 src/usr.sbin/pkg_install/delete/main.c 1.10.2.1 +2 -2 src/usr.sbin/pkg_install/info/main.c 1.4.2.1 +1 -1 src/usr.sbin/portmap/portmap.c 1.25.2.2 +1 -1 src/usr.sbin/pstat/pstat.c 1.15.2.3 +1 -1 src/usr.sbin/pwd_mkdb/pwd_mkdb.c 1.3.4.1 +1 -1 src/usr.sbin/qcamcontrol/qcamcontrol.c 1.1.1.1.8.1 +1 -1 src/usr.sbin/quotaon/quotaon.c 1.7.2.3 +2 -2 src/usr.sbin/rarpd/rarpd.c 1.3.6.1 +1 -1 src/usr.sbin/repquota/repquota.c 1.4.4.1 +2 -2 src/usr.sbin/rndcontrol/rndcontrol.c 1.6.2.2 +3 -3 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c 1.1.1.1.2.1 +3 -3 src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c 1.1.1.1.8.1 +1 -1 src/usr.sbin/sysctl/pathconf.c 1.10.2.1 +2 -2 src/usr.sbin/sysctl/sysctl.c 1.3.2.1 +2 -2 src/usr.sbin/tcpdump/tcpslice/tcpslice.c 1.2.6.2 +2 -2 src/usr.sbin/timed/timed/timed.c 1.4.2.1 +1 -1 src/usr.sbin/trpt/trpt.c 1.3.2.1 +1 -1 src/usr.sbin/vipw/vipw.c 1.3.6.1 +1 -1 src/usr.sbin/vnconfig/vnconfig.c 1.8.2.5 +1 -1 src/usr.sbin/watch/watch.c 1.1.1.1.2.2 +2 -2 src/usr.sbin/wormcontrol/wormcontrol.c 1.3.2.2 +3 -3 src/usr.sbin/yp_mkdb/yp_mkdb.c 1.5.2.1 +3 -3 src/usr.sbin/yppush/yppush_main.c 1.6.2.2 +3 -3 src/usr.sbin/ypserv/yp_main.c 1.4.2.1 +1 -1 src/usr.sbin/zic/zic.c From owner-cvs-usrsbin Fri Aug 29 11:03:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18183 for cvs-usrsbin-outgoing; Fri, 29 Aug 1997 11:03:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18036; Fri, 29 Aug 1997 11:01:25 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11099; Fri, 29 Aug 1997 11:00:12 -0700 (PDT) Date: Fri, 29 Aug 1997 11:00:12 -0700 (PDT) Message-Id: <199708291800.LAA11099@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/29 11:00:12 PDT Modified files: usr.sbin/inetd inetd.c Log: Remove and odd sleep found by David Holland and posted to -security. Reviewed by: Theo de Raadt (who put it into OpenBSD) Submitted by: David Holland Revision Changes Path 1.25 +4 -3 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Fri Aug 29 11:05:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18374 for cvs-usrsbin-outgoing; Fri, 29 Aug 1997 11:05:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18197; Fri, 29 Aug 1997 11:03:28 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11136; Fri, 29 Aug 1997 11:02:15 -0700 (PDT) Date: Fri, 29 Aug 1997 11:02:15 -0700 (PDT) Message-Id: <199708291802.LAA11136@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/29 11:02:15 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/inetd inetd.c Log: MFC:odd sleep after select Revision Changes Path 1.15.2.4 +4 -3 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Fri Aug 29 11:06:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA18420 for cvs-usrsbin-outgoing; Fri, 29 Aug 1997 11:06:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA18312; Fri, 29 Aug 1997 11:04:15 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11176; Fri, 29 Aug 1997 11:03:03 -0700 (PDT) Date: Fri, 29 Aug 1997 11:03:03 -0700 (PDT) Message-Id: <199708291803.LAA11176@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/inetd inetd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/08/29 11:03:02 PDT Modified files: (Branch: RELENG_2_1_0) usr.sbin/inetd inetd.c Log: MFC:odd sleep after select Revision Changes Path 1.6.2.3 +4 -3 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Fri Aug 29 19:30:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA13142 for cvs-usrsbin-outgoing; Fri, 29 Aug 1997 19:30:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA13002; Fri, 29 Aug 1997 19:29:16 -0700 (PDT) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA13369; Fri, 29 Aug 1997 19:28:00 -0700 (PDT) Date: Fri, 29 Aug 1997 19:28:00 -0700 (PDT) Message-Id: <199708300228.TAA13369@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sysctl sysctl.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1997/08/29 19:28:00 PDT Modified files: usr.sbin/sysctl sysctl.8 Log: Added hw.machine_arch. Revision Changes Path 1.13 +2 -1 src/usr.sbin/sysctl/sysctl.8 From owner-cvs-usrsbin Sat Aug 30 04:07:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12137 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 04:07:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA11991; Sat, 30 Aug 1997 04:05:23 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA15851; Sat, 30 Aug 1997 04:04:05 -0700 (PDT) Date: Sat, 30 Aug 1997 04:04:05 -0700 (PDT) Message-Id: <199708301104.EAA15851@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunchgen.1 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/08/30 04:04:04 PDT Modified files: usr.sbin/crunch/crunchgen crunchgen.1 Log: fix misspelling Submitted-by: Josh Gilliam Closes PR:4423 Revision Changes Path 1.3 +1 -1 src/usr.sbin/crunch/crunchgen/crunchgen.1 From owner-cvs-usrsbin Sat Aug 30 04:08:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA12250 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 04:08:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA12081; Sat, 30 Aug 1997 04:06:55 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA16002; Sat, 30 Aug 1997 04:05:36 -0700 (PDT) Date: Sat, 30 Aug 1997 04:05:36 -0700 (PDT) Message-Id: <199708301105.EAA16002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ctm/ctm_rmail ctm_rmail.1 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/08/30 04:05:36 PDT Modified files: usr.sbin/ctm/ctm_rmail ctm_rmail.1 Log: fix misspelling Submitted-by: Josh Gilliam Closes PR:4424 Revision Changes Path 1.11 +2 -2 src/usr.sbin/ctm/ctm_rmail/ctm_rmail.1 From owner-cvs-usrsbin Sat Aug 30 05:28:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA15054 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 05:28:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA14924; Sat, 30 Aug 1997 05:24:09 -0700 (PDT) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA19723; Sat, 30 Aug 1997 05:22:50 -0700 (PDT) Date: Sat, 30 Aug 1997 05:22:50 -0700 (PDT) Message-Id: <199708301222.FAA19723@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/contrib/global/htags htags.1 src/usr.sbin/kbdmap kbdmap.1 src/gnu/usr.bin/ld/ldd ldd.1 src/sbin/md5 md5.1 src/gnu/usr.bin/perl/perl perl.1 src/usr.bin/rdist rdist.1 src/gnu/usr.bin/send-pr send-pr.1 src/usr.bin/su su.1 ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/08/30 05:22:50 PDT Modified files: contrib/global/htags htags.1 usr.sbin/kbdmap kbdmap.1 gnu/usr.bin/ld/ldd ldd.1 sbin/md5 md5.1 gnu/usr.bin/perl/perl perl.1 usr.bin/rdist rdist.1 gnu/usr.bin/send-pr send-pr.1 usr.bin/su su.1 contrib/top top.X Log: fix a few spelling changes Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author. Revision Changes Path 1.2 +1 -1 src/contrib/global/htags/htags.1 1.12 +2 -2 src/usr.sbin/kbdmap/kbdmap.1 1.9 +1 -1 src/gnu/usr.bin/ld/ldd/ldd.1 1.5 +1 -1 src/sbin/md5/md5.1 1.4 +5 -2 src/gnu/usr.bin/perl/perl/perl.1 1.6 +1 -1 src/usr.bin/rdist/rdist.1 1.7 +1 -1 src/gnu/usr.bin/send-pr/send-pr.1 1.10 +2 -2 src/usr.bin/su/su.1 1.2 +1 -1 src/contrib/top/top.X From owner-cvs-usrsbin Sat Aug 30 07:14:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA19310 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 07:14:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA19216; Sat, 30 Aug 1997 07:12:42 -0700 (PDT) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA20931; Sat, 30 Aug 1997 07:11:22 -0700 (PDT) Date: Sat, 30 Aug 1997 07:11:22 -0700 (PDT) Message-Id: <199708301411.HAA20931@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/sysctl sysctl.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1997/08/30 07:11:22 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/sysctl sysctl.8 Log: MFC: (added hw.machine_arch). Revision Changes Path 1.10.2.1 +2 -1 src/usr.sbin/sysctl/sysctl.8 From owner-cvs-usrsbin Sat Aug 30 13:22:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA00957 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 13:22:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA00901; Sat, 30 Aug 1997 13:20:12 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA06519; Sat, 30 Aug 1997 13:18:50 -0700 (PDT) Date: Sat, 30 Aug 1997 13:18:50 -0700 (PDT) Message-Id: <199708302018.NAA06519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/30 13:18:50 PDT Modified files: usr.sbin/pstat pstat.8 pstat.c Log: Update to include some of the newer vnode flags and remove some stale ones. Revision Changes Path 1.14 +15 -9 src/usr.sbin/pstat/pstat.8 1.30 +10 -0 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Sat Aug 30 16:38:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07770 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 16:38:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07717; Sat, 30 Aug 1997 16:36:24 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA07607; Sat, 30 Aug 1997 16:35:01 -0700 (PDT) Date: Sat, 30 Aug 1997 16:35:01 -0700 (PDT) Message-Id: <199708302335.QAA07607@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kvm_mkdb Makefile nlist.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/30 16:35:01 PDT Modified files: usr.sbin/kvm_mkdb Makefile nlist.c Log: Initial support for dealing with an elf /kernel. This is a loose hybrid of OpenBSD's elf nlist code for this, and our a.out version. The OpenBSD version was mainly a seek/read system with a mmap of the string table, this one simply mmap's the lot (like the a.out version). Obtained from: a fair chunk from OpenBSD Revision Changes Path 1.3 +4 -0 src/usr.sbin/kvm_mkdb/Makefile 1.7 +175 -4 src/usr.sbin/kvm_mkdb/nlist.c From owner-cvs-usrsbin Sat Aug 30 19:37:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA13983 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 19:37:06 -0700 (PDT) Received: from venus.GAIANET.NET (vince@venus.GAIANET.NET [207.211.200.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA13960; Sat, 30 Aug 1997 19:36:29 -0700 (PDT) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.8.5/8.8.5) with SMTP id TAA00533; Sat, 30 Aug 1997 19:36:54 -0700 (PDT) Date: Sat, 30 Aug 1997 19:36:54 -0700 (PDT) From: Vincent Poy To: Peter Wemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c In-Reply-To: <199708302018.NAA06519@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 30 Aug 1997, Peter Wemm wrote: > peter 1997/08/30 13:18:50 PDT > > Modified files: > usr.sbin/pstat pstat.8 pstat.c > Log: > Update to include some of the newer vnode flags and remove some stale ones. > > Revision Changes Path > 1.14 +15 -9 src/usr.sbin/pstat/pstat.8 > 1.30 +10 -0 src/usr.sbin/pstat/pstat.c This one fails at: cc -O -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c In file included from /usr/src/usr.sbin/pstat/../../sys/sys/vnode.h:40, from /usr/src/usr.sbin/pstat/pstat.c:46: /usr/src/usr.sbin/pstat/../../sys/sys/lock.h:45: machine/lock.h: No such file or directory *** Error code 1 Stop. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] From owner-cvs-usrsbin Sat Aug 30 20:32:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA15602 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 20:32:14 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA15572; Sat, 30 Aug 1997 20:31:50 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id VAA18451; Sat, 30 Aug 1997 21:31:46 -0600 (MDT) Message-Id: <199708310331.VAA18451@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Vincent Poy cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c In-reply-to: Your message of "Sat, 30 Aug 1997 19:36:54 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 Aug 1997 21:31:46 -0600 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified files: > > usr.sbin/pstat pstat.8 pstat.c > > Log: > > Update to include some of the newer vnode flags and remove some stale ones. > > > > Revision Changes Path > > 1.14 +15 -9 src/usr.sbin/pstat/pstat.8 > > 1.30 +10 -0 src/usr.sbin/pstat/pstat.c > > This one fails at: > > cc -O -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c > In file included from /usr/src/usr.sbin/pstat/../../sys/sys/vnode.h:40, > from /usr/src/usr.sbin/pstat/pstat.c:46: > /usr/src/usr.sbin/pstat/../../sys/sys/lock.h:45: machine/lock.h: No such > file or directory > *** Error code 1 verify that you have src/sys/i386/include/lock.h (ie machine/lock.h). This file is new and first appeared early this morning: fsmp 1997/08/30 01:08:11 PDT Added files: sys/i386/include lock.h -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD From owner-cvs-usrsbin Sat Aug 30 20:38:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA15925 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 20:38:02 -0700 (PDT) Received: from venus.GAIANET.NET (vince@venus.GAIANET.NET [207.211.200.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA15903; Sat, 30 Aug 1997 20:37:50 -0700 (PDT) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.8.5/8.8.5) with SMTP id UAA00701; Sat, 30 Aug 1997 20:38:16 -0700 (PDT) Date: Sat, 30 Aug 1997 20:38:16 -0700 (PDT) From: Vincent Poy To: Steve Passe cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c In-Reply-To: <199708310331.VAA18451@Ilsa.StevesCafe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 30 Aug 1997, Steve Passe wrote: > > > Modified files: > > > usr.sbin/pstat pstat.8 pstat.c > > verify that you have src/sys/i386/include/lock.h (ie machine/lock.h). > This file is new and first appeared early this morning: > > fsmp 1997/08/30 01:08:11 PDT > > Added files: > sys/i386/include lock.h Yep, it's there: -rw-rw-r-- 1 root bin 6123 Aug 30 01:07 /sys/i386/include/lock.h Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] From owner-cvs-usrsbin Sat Aug 30 20:54:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16612 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 20:54:53 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16601; Sat, 30 Aug 1997 20:54:13 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id VAA18643; Sat, 30 Aug 1997 21:54:10 -0600 (MDT) Message-Id: <199708310354.VAA18643@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Vincent Poy cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c In-reply-to: Your message of "Sat, 30 Aug 1997 21:31:46 MDT." <199708310331.VAA18451@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 30 Aug 1997 21:54:09 -0600 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > Modified files: > > > usr.sbin/pstat pstat.8 pstat.c > > > Log: > > > Update to include some of the newer vnode flags and remove some stale ones. > > > > > > Revision Changes Path > > > 1.14 +15 -9 src/usr.sbin/pstat/pstat.8 > > > 1.30 +10 -0 src/usr.sbin/pstat/pstat.c > > > > This one fails at: > > > > cc -O -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c > > In file included from /usr/src/usr.sbin/pstat/../../sys/sys/vnode.h:40, > > from /usr/src/usr.sbin/pstat/pstat.c:46: > > /usr/src/usr.sbin/pstat/../../sys/sys/lock.h:45: machine/lock.h: No such > > file or directory > > *** Error code 1 > > verify that you have src/sys/i386/include/lock.h (ie machine/lock.h). > This file is new and first appeared early this morning: looking closer it appears that the makefile wasn't expecting that it needed to look in src/sys/i386/include: > > cc -O -I/usr/src/usr.sbin/pstat/../../sys ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD From owner-cvs-usrsbin Sat Aug 30 20:56:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA16692 for cvs-usrsbin-outgoing; Sat, 30 Aug 1997 20:56:51 -0700 (PDT) Received: from venus.GAIANET.NET (vince@venus.GAIANET.NET [207.211.200.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA16669; Sat, 30 Aug 1997 20:56:18 -0700 (PDT) Received: from localhost (vince@localhost) by venus.GAIANET.NET (8.8.5/8.8.5) with SMTP id UAA00782; Sat, 30 Aug 1997 20:56:42 -0700 (PDT) Date: Sat, 30 Aug 1997 20:56:42 -0700 (PDT) From: Vincent Poy To: Steve Passe cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c In-Reply-To: <199708310354.VAA18643@Ilsa.StevesCafe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 30 Aug 1997, Steve Passe wrote: > > > > Modified files: > > > > usr.sbin/pstat pstat.8 pstat.c > > > > Log: > > > > Update to include some of the newer vnode flags and remove some stale ones. > > > > > > > > Revision Changes Path > > > > 1.14 +15 -9 src/usr.sbin/pstat/pstat.8 > > > > 1.30 +10 -0 src/usr.sbin/pstat/pstat.c > > > > > > This one fails at: > > > > > > cc -O -I/usr/src/usr.sbin/pstat/../../sys -c /usr/src/usr.sbin/pstat/pstat.c > > > In file included from /usr/src/usr.sbin/pstat/../../sys/sys/vnode.h:40, > > > from /usr/src/usr.sbin/pstat/pstat.c:46: > > > /usr/src/usr.sbin/pstat/../../sys/sys/lock.h:45: machine/lock.h: No such > > > file or directory > > > *** Error code 1 > > > > verify that you have src/sys/i386/include/lock.h (ie machine/lock.h). > > This file is new and first appeared early this morning: > > looking closer it appears that the makefile wasn't expecting that it > needed to look in src/sys/i386/include: > > > cc -O -I/usr/src/usr.sbin/pstat/../../sys > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Actually, I just did a resup after the cvsup 2 hours ago. It seems to be fixed now. Cheers, Vince - vince@MCESTATE.COM - vince@GAIANET.NET ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] GaiaNet Corporation - M & C Estate / / / / | / | __] ] Beverly Hills, California USA 90210 / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]