From owner-cvs-usrsbin Sun May 3 02:48:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05936 for cvs-usrsbin-outgoing; Sun, 3 May 1998 02:48:59 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05913; Sun, 3 May 1998 02:48:38 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id LAA01172; Sun, 3 May 1998 11:48:54 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199805030948.LAA01172@rvc1.informatik.ba-stuttgart.de> Subject: Re: cvs commit: src/usr.sbin/chown chown.c In-Reply-To: <199805030417.VAA21679@freefall.freebsd.org> from Bruce Evans at "May 2, 98 09:17:53 pm" To: bde@FreeBSD.ORG (Bruce Evans) Date: Sun, 3 May 1998 11:48:53 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (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 > bde 1998/05/02 21:17:53 PDT > > Modified files: > usr.sbin/chown chown.c > Log: > Backed out previous commit. chown(8) doesn't follow symlinks by > default, at least in BSD. This used to be automatic, because chown(2) > didn't follow symlinks. When chown(2) was changed to follow symlinks > in BSD4.4, chown(8) was changed to not follow symlinks by default. > The previous commit broke this. The first victim was bsd.prog.mk, > which uses a plain chown in an attempt to change the ownership of the > symlinks to `dm' in /usr/games. This fails when it is done before > dm is installed, or messes up the ownership of dm if dm is installed. Before and after r1.11 it always failes, since symlinks were ignored completely by chown(8) without [-hHL], i. e. neither the symbolic link nor the file linked to were affected by chown(8). I suggest to implement the 4.4BSD behaviour as outlined in symlink(7), and documented in the man page of chown(8). Let cslink and rslink be symbolic links pointing to the files cpointed_to and rpointed_to respectively. Assume cslink be given on the command line and rslink found during a recursive traversal. flags affected --------------------------------- cpointed_to -h cslink, -R cslink, rslink -RH cpointed_to, rslink -RL cpointed_to, rpointed_to > Unfixed problems: > 1. When lchown(2) was implemented, chown(8) wasn't changed to implement > the historical behaviour of changing ownership of symlinks. I'm not > sure if it should have been. The -HLP options give more complete > control, but they unfortunately don't apply unless the -R option is > specified (a problem shared with other commands, e.g., cp; I guess > we're supposed to use -R even for non-recursive traversals). The -h option gives complete control in the nonrecursive case, and the -R[HL] options in the recursive case, if implemented as outlined above. > 2. If we implement the historical behaviour, then -h would become a no-op > and should be left undocumented. But then at least symlink(7) should be changed to reflect this. > 3. The man page suggests that without option -h, all symlinks (to files > specified in the command line?) are followed. It's not clear what > "the file" is. These bugs were introduced when -h was documented. ``the file'' is the one given on the command line. > 4. The correct interaction of -h with the other flags is not clear. According to symlink(7) -h and -R[HL] cannot be given together on the command line. If you agree, I'd implement the 4.4BSD suggestions (r1.11 didn't, with -R alone the pointed to files were affected instead of the symlinks themselves). Wolfgang > Revision Changes Path > 1.12 +2 -1 src/usr.sbin/chown/chown.c From owner-cvs-usrsbin Sun May 3 04:27:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20978 for cvs-usrsbin-outgoing; Sun, 3 May 1998 04:27:12 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20878; Sun, 3 May 1998 04:26:37 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA24713; Sun, 3 May 1998 04:24:20 -0700 (PDT) Date: Sun, 3 May 1998 04:24:20 -0700 (PDT) Message-Id: <199805031124.EAA24713@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp hdlc.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/03 04:24:19 PDT Modified files: (Branch: MP) usr.sbin/ppp hdlc.c modem.c Log: o Mention our link name with timed HDLC error reports. o Switch off our carrier detect timer if we don't have CD after logging in. o Maintain our CD timer after a link transfer. Revision Changes Path 1.28.2.32 +2 -2 src/usr.sbin/ppp/hdlc.c 1.77.2.65 +16 -4 src/usr.sbin/ppp/modem.c From owner-cvs-usrsbin Sun May 3 05:10:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA24703 for cvs-usrsbin-outgoing; Sun, 3 May 1998 05:10:31 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA24675; Sun, 3 May 1998 05:10:15 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA20229; Sun, 3 May 1998 22:06:54 +1000 Date: Sun, 3 May 1998 22:06:54 +1000 From: Bruce Evans Message-Id: <199805031206.WAA20229@godzilla.zeta.org.au> To: bde@FreeBSD.ORG, helbig@Informatik.BA-Stuttgart.DE Subject: Re: cvs commit: src/usr.sbin/chown chown.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The previous commit broke this. The first victim was bsd.prog.mk, >> which uses a plain chown in an attempt to change the ownership of the >> symlinks to `dm' in /usr/games. This fails when it is done before >> dm is installed, or messes up the ownership of dm if dm is installed. > >Before and after r1.11 it always failes, since symlinks were ignored >completely by chown(8) without [-hHL], i. e. neither the symbolic >link nor the file linked to were affected by chown(8). Ignoring is not quite the same as failing. When symlinks didn't have owners, it was correct to ignore the chown(8), since following the link might have clobbered the owner of the target. Both following the link and ignoring the chown(8) are harmless in /usr/games, provided the target exists (the symlink targets are already owned by games.bin, and it just makes `ls -l' output look nicer to change the symlink ownership from root.bin to games.bin). >I suggest to implement the 4.4BSD behaviour as outlined in symlink(7), >and documented in the man page of chown(8). I suggest not. The 3 commands documented as following symlinks specified on the command line (chown, chgrp and file(1)), seem to have never actually done that in FreeBSD: 4.4Lite's file.1 documents doing it, but 4.4Lite is missing the source for /usr/src/usr.bin/file. It only has sources for contrib/file-3.12, which don't do it, at least when naively configured. Anyway, we blew away 4.4Lite's file.1 with a newer distribution of `file' which has a -L option like ls's. 4.4Lite's chown.8 conflicts with its symlink.7. The former says that "Symbolic links don't have owners, so unless the -H or -L option is set, chown on a symbolic link always succeeds and has no effect". Similarly for 4.4Lite's chgrp.1. >Let cslink and rslink be symbolic links pointing to the files >cpointed_to and rpointed_to respectively. Assume cslink be >given on the command line and rslink found during a recursive >traversal. > >flags affected >--------------------------------- > cpointed_to >-h cslink, >-R cslink, rslink >-RH cpointed_to, rslink >-RL cpointed_to, rpointed_to OK, this is what rev.1.10 does (except for -R). >The -h option gives complete control in the nonrecursive case, and >the -R[HL] options in the recursive case, if implemented as outlined above. I think -HLP should have applied without -R: -H cpointed_to -L cpointed_to (same as -H; already implemented in ls(1) and file(1)) -P cslink (same as default) -h cslink (same as default, deprecated) >> 2. If we implement the historical behaviour, then -h would become a no-op >> and should be left undocumented. > >But then at least symlink(7) should be changed to reflect this. Yes. >> 4. The correct interaction of -h with the other flags is not clear. > >According to symlink(7) -h and -R[HL] cannot be given together on >the command line. I can't find this. >If you agree, I'd implement the 4.4BSD suggestions (r1.11 didn't, >with -R alone the pointed to files were affected instead of the >symlinks themselves). -R actually ignores symlinks deep in the tree as well as on the command line. It should handle all symlinks the same (only the -H flag give different handling of symlinks on the command line). I think it should change the symlinks (NOT as in symlink.7). Bruce From owner-cvs-usrsbin Sun May 3 07:07:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03055 for cvs-usrsbin-outgoing; Sun, 3 May 1998 07:07:41 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03047; Sun, 3 May 1998 07:07:30 -0700 (PDT) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.8/8.8.5) id QAA17706; Sun, 3 May 1998 16:07:20 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199805031407.QAA17706@rvc1.informatik.ba-stuttgart.de> Subject: Re: cvs commit: src/usr.sbin/chown chown.c In-Reply-To: <199805031206.WAA20229@godzilla.zeta.org.au> from Bruce Evans at "May 3, 98 10:06:54 pm" To: bde@zeta.org.au (Bruce Evans) Date: Sun, 3 May 1998 16:07:19 +0200 (MET DST) Cc: bde@FreeBSD.ORG, helbig@Informatik.BA-Stuttgart.DE, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (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 > >> The previous commit broke this. The first victim was bsd.prog.mk, > >> which uses a plain chown in an attempt to change the ownership of the > >> symlinks to `dm' in /usr/games. This fails when it is done before > >> dm is installed, or messes up the ownership of dm if dm is installed. > > > >Before and after r1.11 it always failes, since symlinks were ignored > >completely by chown(8) without [-hHL], i. e. neither the symbolic > >link nor the file linked to were affected by chown(8). > > Ignoring is not quite the same as failing. When symlinks didn't have > owners, it was correct to ignore the chown(8), since following the > link might have clobbered the owner of the target. Both following the > link and ignoring the chown(8) are harmless in /usr/games, provided the > target exists (the symlink targets are already owned by games.bin, and > it just makes `ls -l' output look nicer to change the symlink ownership > from root.bin to games.bin). > > >I suggest to implement the 4.4BSD behaviour as outlined in symlink(7), > >and documented in the man page of chown(8). > > I suggest not. The 3 commands documented as following symlinks > specified on the command line (chown, chgrp and file(1)), seem to > have never actually done that in FreeBSD: > > 4.4Lite's file.1 documents doing it, but 4.4Lite is missing the source > for /usr/src/usr.bin/file. It only has sources for contrib/file-3.12, > which don't do it, at least when naively configured. Anyway, we blew > away 4.4Lite's file.1 with a newer distribution of `file' which has a > -L option like ls's. > > 4.4Lite's chown.8 conflicts with its symlink.7. The former says that > "Symbolic links don't have owners, so unless the -H or -L option is > set, chown on a symbolic link always succeeds and has no effect". > > Similarly for 4.4Lite's chgrp.1. > > >Let cslink and rslink be symbolic links pointing to the files > >cpointed_to and rpointed_to respectively. Assume cslink be > >given on the command line and rslink found during a recursive > >traversal. > > > >flags affected > >--------------------------------- > > cpointed_to > >-h cslink, > >-R cslink, rslink > >-RH cpointed_to, rslink > >-RL cpointed_to, rpointed_to > > OK, this is what rev.1.10 does (except for -R). No, this is the semantics of rev 1.10: flags affected ------------------------ none of them -h cslink, -R none of them -RH cpointed_to -RL cpointed_to, rpointed_to > >The -h option gives complete control in the nonrecursive case, and > >the -R[HL] options in the recursive case, if implemented as outlined above. > > I think -HLP should have applied without -R: > > -H cpointed_to > -L cpointed_to (same as -H; already implemented in ls(1) and file(1)) > -P cslink (same as default) > -h cslink (same as default, deprecated) > >> 4. The correct interaction of -h with the other flags is not clear. > > > >According to symlink(7) -h and -R[HL] cannot be given together on > >the command line. > > I can't find this. symlink.7 seperates case 2: ``commands not traversing a file tree'' from case 3: ``commands traversing a file tree'' and the -h flag is to be used only for case 2. If commands optionally traverse a file tree (triggert by -R) the behaviour should be governed by the -[HLP] options solely. At least that's how I understand symlink.7. > >If you agree, I'd implement the 4.4BSD suggestions (r1.11 didn't, > >with -R alone the pointed to files were affected instead of the > >symlinks themselves). > > -R actually ignores symlinks deep in the tree as well as on the > command line. It should handle all symlinks the same (only the > -H flag give different handling of symlinks on the command line). > I think it should change the symlinks (NOT as in symlink.7). So you suggest this table? flags affected ----------------------------------------- cslink -h, cslink (deprecated by you) -H, cpointed_to -L, cpointed_to -P, cslink -R, cslink, rslink -RH, cpointed_to, rslink -RL, cpointed_to, rpointed_to -RP, cslink, rslink Wolfgang From owner-cvs-usrsbin Sun May 3 15:16:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA08990 for cvs-usrsbin-outgoing; Sun, 3 May 1998 15:16:05 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA08860; Sun, 3 May 1998 15:15:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA22647; Sun, 3 May 1998 15:13:16 -0700 (PDT) Date: Sun, 3 May 1998 15:13:16 -0700 (PDT) Message-Id: <199805032213.PAA22647@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c mp.c mp.h ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/03 15:13:15 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c mp.c mp.h ppp.8 Log: o Display current link throughput in `show links' (assuming throughput measurement is enabled). o Load balance the links based on weight *and* on a round-robin basis. This makes things fairly even on an output basis. We don't try to allow for the peer sending all his data down one link (and try to send ours back up the other). o Show the number of pending input buffers that can't be processed in ``show mp''. o Fix a typo in the man page. Revision Changes Path 1.1.2.70 +8 -3 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.21 +72 -40 src/usr.sbin/ppp/Attic/mp.c 1.1.2.12 +6 -2 src/usr.sbin/ppp/Attic/mp.h 1.97.2.27 +2 -2 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun May 3 20:03:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA28962 for cvs-usrsbin-outgoing; Sun, 3 May 1998 20:03:15 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA28734; Sun, 3 May 1998 20:02:33 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA24705; Sun, 3 May 1998 20:00:10 -0700 (PDT) Date: Sun, 3 May 1998 20:00:10 -0700 (PDT) Message-Id: <199805040300.UAA24705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp hdlc.c mp.c vjcomp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/03 20:00:10 PDT Modified files: (Branch: MP) usr.sbin/ppp hdlc.c mp.c vjcomp.c Log: o Increment expected MP fragment numbers correctly, according to SHORTSEQ negotiation. o Don't forget to attach incoming fragments with a number greater than everything else in the queue (rather than leaking memory). o Output the link name with the ``other'' hdlc diagnostic message. o Correct a VJ diagnostic (`COMPPROTO', not `proto'). Revision Changes Path 1.28.2.33 +3 -2 src/usr.sbin/ppp/hdlc.c 1.1.2.22 +14 -15 src/usr.sbin/ppp/Attic/mp.c 1.16.2.17 +2 -2 src/usr.sbin/ppp/vjcomp.c From owner-cvs-usrsbin Sun May 3 20:04:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA29453 for cvs-usrsbin-outgoing; Sun, 3 May 1998 20:04:46 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA29145; Sun, 3 May 1998 20:03:58 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA24791; Sun, 3 May 1998 20:01:35 -0700 (PDT) Date: Sun, 3 May 1998 20:01:35 -0700 (PDT) Message-Id: <199805040301.UAA24791@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/03 20:01:35 PDT Modified files: (Branch: MP) usr.sbin/ppp Makefile Log: Keep DPADD and LDADD consistent. Revision Changes Path 1.36.2.12 +3 -2 src/usr.sbin/ppp/Makefile From owner-cvs-usrsbin Mon May 4 12:44:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08053 for cvs-usrsbin-outgoing; Mon, 4 May 1998 12:44:07 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07856; Mon, 4 May 1998 12:42:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA27771; Mon, 4 May 1998 12:40:13 -0700 (PDT) Date: Mon, 4 May 1998 12:40:13 -0700 (PDT) Message-Id: <199805041940.MAA27771@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/amd/fsinfo Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 12:40:13 PDT Modified files: usr.sbin/amd/fsinfo Makefile Log: Simplified by using new lex and yacc rules. Revision Changes Path 1.7 +2 -17 src/usr.sbin/amd/fsinfo/Makefile From owner-cvs-usrsbin Mon May 4 12:55:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10194 for cvs-usrsbin-outgoing; Mon, 4 May 1998 12:55:35 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09637; Mon, 4 May 1998 12:53:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA27816; Mon, 4 May 1998 12:51:21 -0700 (PDT) Date: Mon, 4 May 1998 12:51:21 -0700 (PDT) Message-Id: <199805041951.MAA27816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ipsend Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 12:51:21 PDT Modified files: usr.sbin/ipsend Makefile Log: Simplified by using new yacc rules. Revision Changes Path 1.4 +1 -3 src/usr.sbin/ipsend/Makefile From owner-cvs-usrsbin Mon May 4 12:58:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10703 for cvs-usrsbin-outgoing; Mon, 4 May 1998 12:58:02 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10576; Mon, 4 May 1998 12:57:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA27849; Mon, 4 May 1998 12:54:57 -0700 (PDT) Date: Mon, 4 May 1998 12:54:57 -0700 (PDT) Message-Id: <199805041954.MAA27849@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mrouted/mrouted Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 12:54:56 PDT Modified files: usr.sbin/mrouted/mrouted Makefile Log: Simplified by using new yacc rules. Revision Changes Path 1.9 +1 -2 src/usr.sbin/mrouted/mrouted/Makefile From owner-cvs-usrsbin Mon May 4 13:03:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11745 for cvs-usrsbin-outgoing; Mon, 4 May 1998 13:03:18 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11654; Mon, 4 May 1998 13:02:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA27894; Mon, 4 May 1998 13:00:15 -0700 (PDT) Date: Mon, 4 May 1998 13:00:15 -0700 (PDT) Message-Id: <199805042000.NAA27894@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/nslookup Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 13:00:15 PDT Modified files: usr.sbin/nslookup Makefile Log: Simplified by using new lex rules. Revision Changes Path 1.7 +2 -4 src/usr.sbin/nslookup/Makefile From owner-cvs-usrsbin Mon May 4 13:13:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA14248 for cvs-usrsbin-outgoing; Mon, 4 May 1998 13:13:40 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA13763; Mon, 4 May 1998 13:11:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA28101; Mon, 4 May 1998 13:09:06 -0700 (PDT) Date: Mon, 4 May 1998 13:09:06 -0700 (PDT) Message-Id: <199805042009.NAA28101@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-games@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/bin/sh Makefile src/games/atc Makefile src/gnu/usr.bin/perl/x2p Makefile src/usr.bin/colldef Makefile src/usr.bin/mk_cmds Makefile src/usr.bin/mklocale Makefile src/usr.bin/xlint/lint1 Makefile src/usr.sbin/config Makefile ... Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 13:09:06 PDT Modified files: bin/sh Makefile games/atc Makefile gnu/usr.bin/perl/x2p Makefile usr.bin/colldef Makefile usr.bin/mk_cmds Makefile usr.bin/mklocale Makefile usr.bin/xlint/lint1 Makefile usr.sbin/config Makefile usr.sbin/pcvt/kbdio Makefile usr.sbin/pcvt/vgaio Makefile Log: Fixed races in `make -jN' using new yacc rules. Revision Changes Path 1.25 +4 -8 src/bin/sh/Makefile 1.10 +1 -2 src/games/atc/Makefile 1.12 +2 -2 src/gnu/usr.bin/perl/x2p/Makefile 1.12 +2 -4 src/usr.bin/colldef/Makefile 1.6 +2 -6 src/usr.bin/mk_cmds/Makefile 1.18 +2 -2 src/usr.bin/mklocale/Makefile 1.5 +2 -6 src/usr.bin/xlint/lint1/Makefile 1.18 +3 -5 src/usr.sbin/config/Makefile 1.6 +1 -2 src/usr.sbin/pcvt/kbdio/Makefile 1.7 +1 -2 src/usr.sbin/pcvt/vgaio/Makefile From owner-cvs-usrsbin Mon May 4 14:46:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA04518 for cvs-usrsbin-outgoing; Mon, 4 May 1998 14:46:36 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04085; Mon, 4 May 1998 14:45:13 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA29503; Mon, 4 May 1998 14:42:43 -0700 (PDT) Date: Mon, 4 May 1998 14:42:43 -0700 (PDT) Message-Id: <199805042142.OAA29503@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp mp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/04 14:42:42 PDT Modified files: (Branch: MP) usr.sbin/ppp mp.c Log: Allow a 1000 fragment sliding window when placing a new fragment in our inbound multilnk queue. This fixes wrapping problems when something arrives out-of-sequence. Revision Changes Path 1.1.2.23 +10 -3 src/usr.sbin/ppp/Attic/mp.c From owner-cvs-usrsbin Mon May 4 20:05:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA07631 for cvs-usrsbin-outgoing; Mon, 4 May 1998 20:05:03 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA07324; Mon, 4 May 1998 20:04:05 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01758; Mon, 4 May 1998 20:01:34 -0700 (PDT) Date: Mon, 4 May 1998 20:01:34 -0700 (PDT) Message-Id: <199805050301.UAA01758@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c modem.c tun.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/04 20:01:34 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c modem.c tun.c Log: o Use a tun speed of 115200 for each network link. o Display the link weight in `show links', and only show throughput for open links. Revision Changes Path 1.1.2.71 +6 -4 src/usr.sbin/ppp/Attic/bundle.c 1.77.2.66 +4 -1 src/usr.sbin/ppp/modem.c 1.6.4.17 +2 -1 src/usr.sbin/ppp/tun.c From owner-cvs-usrsbin Mon May 4 23:55:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA07033 for cvs-usrsbin-outgoing; Mon, 4 May 1998 23:55:02 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06948; Mon, 4 May 1998 23:54:45 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA03101; Mon, 4 May 1998 23:52:14 -0700 (PDT) Date: Mon, 4 May 1998 23:52:14 -0700 (PDT) Message-Id: <199805050652.XAA03101@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pcvt/vgaio Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/04 23:52:13 PDT Modified files: usr.sbin/pcvt/vgaio Makefile Log: Backed out previous change. Generating vgaio.h from vgaio.y clobbered the source file vgaio.h, and y.tab.h is used so we can't simply avoid generating the yacc header. Revision Changes Path 1.8 +2 -1 src/usr.sbin/pcvt/vgaio/Makefile From owner-cvs-usrsbin Tue May 5 00:39:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13794 for cvs-usrsbin-outgoing; Tue, 5 May 1998 00:39:54 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA13652; Tue, 5 May 1998 00:39:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA03331; Tue, 5 May 1998 00:36:56 -0700 (PDT) Date: Tue, 5 May 1998 00:36:56 -0700 (PDT) Message-Id: <199805050736.AAA03331@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config Makefile src/bin/sh Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/05 00:36:56 PDT Modified files: usr.sbin/config Makefile bin/sh Makefile Log: Backed out previous commit. It was tested, but not for the case where a separate object tree doesn't exist. Crufty makefiles will have to put y.tab.h in SRCS so that we know not to create foo.h from foo.y. Revision Changes Path 1.19 +5 -3 src/usr.sbin/config/Makefile 1.26 +8 -4 src/bin/sh/Makefile From owner-cvs-usrsbin Tue May 5 06:21:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09950 for cvs-usrsbin-outgoing; Tue, 5 May 1998 06:21:49 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09102; Tue, 5 May 1998 06:19:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07490; Tue, 5 May 1998 06:16:37 -0700 (PDT) Date: Tue, 5 May 1998 06:16:37 -0700 (PDT) Message-Id: <199805051316.GAA07490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-games@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/games/atc Makefile src/usr.bin/colldef Makefile src/usr.bin/mk_cmds Makefile src/usr.bin/mklocale Makefile src/usr.sbin/ipsend Makefile src/usr.sbin/pcvt/kbdio Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/05 06:16:36 PDT Modified files: games/atc Makefile usr.bin/colldef Makefile usr.bin/mk_cmds Makefile usr.bin/mklocale Makefile usr.sbin/ipsend Makefile usr.sbin/pcvt/kbdio Makefile Log: Added y.tab.h to SRCS. This should have been used to get dependencies on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. Revision Changes Path 1.11 +1 -1 src/games/atc/Makefile 1.13 +2 -2 src/usr.bin/colldef/Makefile 1.7 +2 -2 src/usr.bin/mk_cmds/Makefile 1.19 +2 -2 src/usr.bin/mklocale/Makefile 1.5 +3 -2 src/usr.sbin/ipsend/Makefile 1.7 +1 -1 src/usr.sbin/pcvt/kbdio/Makefile From owner-cvs-usrsbin Tue May 5 06:22:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10319 for cvs-usrsbin-outgoing; Tue, 5 May 1998 06:22:40 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA09963; Tue, 5 May 1998 06:21:51 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07796; Tue, 5 May 1998 06:19:15 -0700 (PDT) Date: Tue, 5 May 1998 06:19:15 -0700 (PDT) Message-Id: <199805051319.GAA07796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mrouted/mrouted Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/05 06:19:15 PDT Modified files: usr.sbin/mrouted/mrouted Makefile Log: Don't generate y.tab.h, since it is not used. Revision Changes Path 1.10 +2 -1 src/usr.sbin/mrouted/mrouted/Makefile From owner-cvs-usrsbin Tue May 5 12:04:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16086 for cvs-usrsbin-outgoing; Tue, 5 May 1998 12:04:55 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16000; Tue, 5 May 1998 12:04:38 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA05104; Tue, 5 May 1998 12:02:03 -0700 (PDT) Date: Tue, 5 May 1998 12:02:03 -0700 (PDT) Message-Id: <199805051902.MAA05104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/05/05 12:02:02 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.c Log: Fix the search sequence for keymaps. PR: bin/6522 Submitted by: Rudolf Cejka Revision Changes Path 1.14 +3 -3 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-usrsbin Tue May 5 16:33:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08650 for cvs-usrsbin-outgoing; Tue, 5 May 1998 16:33:36 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08556; Tue, 5 May 1998 16:32:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA06716; Tue, 5 May 1998 16:30:17 -0700 (PDT) Date: Tue, 5 May 1998 16:30:17 -0700 (PDT) Message-Id: <199805052330.QAA06716@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c ipcp.c ipcp.h ppp.8 route.c route.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/05 16:30:16 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c ipcp.c ipcp.h ppp.8 route.c route.h Log: Create `struct sticky_route'. Any `add' or `delete' command that uses MYADDR or HISADDR will be added to the sticky route list (show ipcp). When MYADDR or HISADDR change due to IPCP negotiations, and if `sroutes' is enabled (the default), all sticky route entries are updated in the routing table. The end result is that `add default hisaddr' will ``stick'', as will ``add myaddr 255.255.255.255 127.0.0.1'' and ``add 1.2.3.4 255.255.255.0 hisaddr''. Revision Changes Path 1.1.2.72 +25 -17 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.36 +6 -5 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.78 +38 -22 src/usr.sbin/ppp/command.c 1.50.2.50 +35 -28 src/usr.sbin/ppp/ipcp.c 1.18.2.26 +4 -1 src/usr.sbin/ppp/ipcp.h 1.97.2.28 +105 -91 src/usr.sbin/ppp/ppp.8 1.42.2.22 +127 -1 src/usr.sbin/ppp/route.c 1.10.2.6 +24 -1 src/usr.sbin/ppp/route.h From owner-cvs-usrsbin Tue May 5 17:42:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA17909 for cvs-usrsbin-outgoing; Tue, 5 May 1998 17:42:25 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA17616; Tue, 5 May 1998 17:41:36 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA06943; Tue, 5 May 1998 17:38:57 -0700 (PDT) Date: Tue, 5 May 1998 17:38:57 -0700 (PDT) Message-Id: <199805060038.RAA06943@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp route.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/05 17:38:56 PDT Modified files: (Branch: MP) usr.sbin/ppp route.c Log: Don't allow duplicate sticky routes. Revision Changes Path 1.42.2.23 +3 -2 src/usr.sbin/ppp/route.c From owner-cvs-usrsbin Wed May 6 04:15:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09479 for cvs-usrsbin-outgoing; Wed, 6 May 1998 04:15:15 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09081; Wed, 6 May 1998 04:12:36 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11408; Wed, 6 May 1998 04:09:55 -0700 (PDT) Date: Wed, 6 May 1998 04:09:55 -0700 (PDT) Message-Id: <199805061109.EAA11408@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk des 1998/05/06 04:09:55 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/kbdcontrol kbdcontrol.c Log: MFC (submitter says the patch to current is working fine) PR: bin/6522 Submitted by: Rudolf Cejka Revision Changes Path 1.7.4.4 +3 -3 src/usr.sbin/kbdcontrol/kbdcontrol.c From owner-cvs-usrsbin Wed May 6 06:26:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA28251 for cvs-usrsbin-outgoing; Wed, 6 May 1998 06:26:56 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA28191; Wed, 6 May 1998 06:26:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA12808; Wed, 6 May 1998 06:23:40 -0700 (PDT) Date: Wed, 6 May 1998 06:23:40 -0700 (PDT) Message-Id: <199805061323.GAA12808@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/named Makefile.inc Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/06 06:23:40 PDT Modified files: usr.sbin/named Makefile.inc Log: Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal libraries, so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Use `DIR!= cd ...libbind; make -V .OBJDIR' to find libbind's object dir if it doesn't seem to be in its usual place relative to ${.OBJDIR}. This fixes `cd /usr/src/usr.sbin/nslookup; mkdir obj; make'. Revision Changes Path 1.7 +7 -5 src/usr.sbin/named/Makefile.inc From owner-cvs-usrsbin Wed May 6 08:26:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA14726 for cvs-usrsbin-outgoing; Wed, 6 May 1998 08:26:53 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA14655; Wed, 6 May 1998 08:26:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07770; Wed, 6 May 1998 08:23:54 -0700 (PDT) Date: Wed, 6 May 1998 08:23:54 -0700 (PDT) Message-Id: <199805061523.IAA07770@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pcvt/vgaio Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/06 08:23:54 PDT Modified files: usr.sbin/pcvt/vgaio Makefile Log: Backed out previous backout. Added y.tab.h to SRCS. Dependencies on it were missing until recently. Revision Changes Path 1.9 +3 -2 src/usr.sbin/pcvt/vgaio/Makefile From owner-cvs-usrsbin Wed May 6 08:31:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA15410 for cvs-usrsbin-outgoing; Wed, 6 May 1998 08:31:20 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA15323; Wed, 6 May 1998 08:30:41 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA07812; Wed, 6 May 1998 08:27:59 -0700 (PDT) Date: Wed, 6 May 1998 08:27:59 -0700 (PDT) Message-Id: <199805061527.IAA07812@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/06 08:27:59 PDT Modified files: usr.sbin/config Makefile Log: Backed out previous backout. Put y.tab.h back in SRCS. Revision Changes Path 1.20 +2 -4 src/usr.sbin/config/Makefile From owner-cvs-usrsbin Wed May 6 11:53:23 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22331 for cvs-usrsbin-outgoing; Wed, 6 May 1998 11:53:23 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22142; Wed, 6 May 1998 11:52:32 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08889; Wed, 6 May 1998 11:49:48 -0700 (PDT) Date: Wed, 6 May 1998 11:49:48 -0700 (PDT) Message-Id: <199805061849.LAA08889@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c main.c modem.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 11:49:48 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c datalink.c main.c modem.c Log: o Don't enter phase TERMINATE in the LCP TLD, leave it exclusively for the last NCP TLF. o Move tun reading from the main loop into the bundle descriptor handling routines. o Cosmetic: Add a few `const's and make some diagnostics clearer. Revision Changes Path 1.1.2.73 +93 -15 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.55 +4 -4 src/usr.sbin/ppp/Attic/datalink.c 1.121.2.55 +4 -90 src/usr.sbin/ppp/main.c 1.77.2.67 +6 -6 src/usr.sbin/ppp/modem.c From owner-cvs-usrsbin Wed May 6 11:53:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22388 for cvs-usrsbin-outgoing; Wed, 6 May 1998 11:53:36 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22252; Wed, 6 May 1998 11:53:00 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA08957; Wed, 6 May 1998 11:50:14 -0700 (PDT) Date: Wed, 6 May 1998 11:50:14 -0700 (PDT) Message-Id: <199805061850.LAA08957@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h defs.c main.c mp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 11:50:14 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h defs.c main.c mp.c Log: o Make sure we don't dereference NULL when we've lost all our links. o Use srandomdev() for __FreeBSD__ >= 2, not just >2. o Use srandom((time(NULL)^getpid())+random()), random() when we haven't got srandomdev(). Revision Changes Path 1.1.2.74 +23 -7 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.37 +2 -1 src/usr.sbin/ppp/Attic/bundle.h 1.11.4.11 +3 -3 src/usr.sbin/ppp/defs.c 1.121.2.56 +4 -6 src/usr.sbin/ppp/main.c 1.1.2.24 +4 -2 src/usr.sbin/ppp/Attic/mp.c From owner-cvs-usrsbin Wed May 6 12:35:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00978 for cvs-usrsbin-outgoing; Wed, 6 May 1998 12:35:28 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA00869; Wed, 6 May 1998 12:35:01 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09699; Wed, 6 May 1998 12:32:18 -0700 (PDT) Date: Wed, 6 May 1998 12:32:18 -0700 (PDT) Message-Id: <199805061932.MAA09699@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/config config.y lang.l mkglue.c mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/05/06 12:32:17 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/config config.y lang.l mkglue.c mkioconf.c Log: Add CAM interrupt support. Revision Changes Path 1.13.2.3 +3 -0 src/usr.sbin/config/config.y 1.11.2.2 +1 -0 src/usr.sbin/config/lang.l 1.10.2.2 +2 -1 src/usr.sbin/config/mkglue.c 1.25.2.3 +2 -1 src/usr.sbin/config/mkioconf.c From owner-cvs-usrsbin Wed May 6 16:54:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18717 for cvs-usrsbin-outgoing; Wed, 6 May 1998 16:54:41 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18237; Wed, 6 May 1998 16:52:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10955; Wed, 6 May 1998 16:49:36 -0700 (PDT) Date: Wed, 6 May 1998 16:49:36 -0700 (PDT) Message-Id: <199805062349.QAA10955@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c datalink.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 16:49:36 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c datalink.c datalink.h Log: Log link name changes correctly. Revision Changes Path 1.1.2.75 +14 -3 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.56 +6 -6 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.23 +2 -2 src/usr.sbin/ppp/Attic/datalink.h From owner-cvs-usrsbin Wed May 6 16:54:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18726 for cvs-usrsbin-outgoing; Wed, 6 May 1998 16:54:44 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18310; Wed, 6 May 1998 16:52:42 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA10991; Wed, 6 May 1998 16:49:51 -0700 (PDT) Date: Wed, 6 May 1998 16:49:51 -0700 (PDT) Message-Id: <199805062349.QAA10991@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp lcp.c mp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 16:49:51 PDT Modified files: (Branch: MP) usr.sbin/ppp lcp.c mp.c Log: o Behave correctly when short sequence numbers are denied. o Determine if one seq is less than the other correctly, given the point at which they wrap (again). Revision Changes Path 1.55.2.53 +2 -1 src/usr.sbin/ppp/lcp.c 1.1.2.25 +14 -5 src/usr.sbin/ppp/Attic/mp.c From owner-cvs-usrsbin Wed May 6 16:55:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA18838 for cvs-usrsbin-outgoing; Wed, 6 May 1998 16:55:46 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA18401; Wed, 6 May 1998 16:53:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA11070; Wed, 6 May 1998 16:50:29 -0700 (PDT) Date: Wed, 6 May 1998 16:50:29 -0700 (PDT) Message-Id: <199805062350.QAA11070@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c ip.c ipcp.c route.c tun.c tun.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 16:50:28 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c bundle.h command.c ip.c ipcp.c route.c tun.c tun.h Log: Categorize the fields in struct bundle, and make the tunnel device speed available in ``show bundle''. Revision Changes Path 1.1.2.76 +57 -52 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.38 +14 -6 src/usr.sbin/ppp/Attic/bundle.h 1.131.2.79 +3 -3 src/usr.sbin/ppp/command.c 1.38.2.26 +4 -4 src/usr.sbin/ppp/ip.c 1.50.2.51 +3 -3 src/usr.sbin/ppp/ipcp.c 1.42.2.24 +3 -3 src/usr.sbin/ppp/route.c 1.6.4.18 +4 -5 src/usr.sbin/ppp/tun.c 1.3.4.3 +2 -2 src/usr.sbin/ppp/tun.h From owner-cvs-usrsbin Wed May 6 17:47:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA29767 for cvs-usrsbin-outgoing; Wed, 6 May 1998 17:47:52 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA28874; Wed, 6 May 1998 17:42:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11278; Wed, 6 May 1998 17:39:58 -0700 (PDT) Date: Wed, 6 May 1998 17:39:58 -0700 (PDT) Message-Id: <199805070039.RAA11278@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/06 17:39:58 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Make syslogd function in non-secure mode. Log the correct ^2 packet as per the last commit comment. Revision Changes Path 1.31 +4 -4 src/usr.sbin/syslogd/syslogd.c From owner-cvs-usrsbin Thu May 7 07:18:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA18843 for cvs-usrsbin-outgoing; Thu, 7 May 1998 07:18:34 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA18474; Thu, 7 May 1998 07:16:07 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA09701; Thu, 7 May 1998 07:13:17 -0700 (PDT) Date: Thu, 7 May 1998 07:13:17 -0700 (PDT) Message-Id: <199805071413.HAA09701@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mixer mixer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1998/05/07 07:13:17 PDT Modified files: usr.sbin/mixer mixer.c Log: fix a core dump problem when you don't give -f a parameter... also compare results of strcmp against 0 instead of !'ing results... Closes PR: 6538 Revision Changes Path 1.9 +2 -2 src/usr.sbin/mixer/mixer.c From owner-cvs-usrsbin Thu May 7 11:36:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA05368 for cvs-usrsbin-outgoing; Thu, 7 May 1998 11:36:44 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04989; Thu, 7 May 1998 11:34:53 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12267; Thu, 7 May 1998 11:32:01 -0700 (PDT) Date: Thu, 7 May 1998 11:32:01 -0700 (PDT) Message-Id: <199805071832.LAA12267@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 guido 1998/05/07 11:32:01 PDT Modified files: usr.sbin/inetd inetd.c Log: Redo tcpmux stuff. tcpmux handling is now performed after inetd forks. Furthermore, invalid input for tcpmux does not lead to an exiting inetd. This patch is recommended for people running tcpmux (which is NOT enabled by default) Revision Changes Path 1.31 +20 -15 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Thu May 7 16:50:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA04404 for cvs-usrsbin-outgoing; Thu, 7 May 1998 16:50:18 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA04197; Thu, 7 May 1998 16:49:32 -0700 (PDT) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13379; Thu, 7 May 1998 16:46:39 -0700 (PDT) Date: Thu, 7 May 1998 16:46:39 -0700 (PDT) Message-Id: <199805072346.QAA13379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/mixer mixer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1998/05/07 16:46:38 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/mixer mixer.c Log: MFC: rev1.9 for log Revision Changes Path 1.4.2.4 +2 -2 src/usr.sbin/mixer/mixer.c From owner-cvs-usrsbin Thu May 7 18:19:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA17738 for cvs-usrsbin-outgoing; Thu, 7 May 1998 18:19:50 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA17310; Thu, 7 May 1998 18:18:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA13676; Thu, 7 May 1998 18:15:22 -0700 (PDT) Date: Thu, 7 May 1998 18:15:22 -0700 (PDT) Message-Id: <199805080115.SAA13676@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c hdlc.c lqr.c lqr.h main.c modem.c mp.c timer.c timer.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/07 18:15:21 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c datalink.c hdlc.c lqr.c lqr.h main.c modem.c mp.c timer.c timer.h Log: o Rename datalinks as soon as the name has been received so that LQM and HDLC timer diagnostics come out with the correct name. o Don't send an LQR immediately upon reviving a datalink. Leave it 'till the next timeout. o Add the link name to some more LQR diagnostics. o Break out of the main loop when a descriptor exception is seen in select(). o Remove the evil nointr_[u]sleep() functions. Timers should be (and are) used instead. o Treat a read() of 0 bytes as an error that's fatal to the link on which the read() is done. We should never read() 0 after select() says there's something there - not unless the link has been closed by the other side. o Write the data seen before a HDLC header to the terminal in `term' mode, *not* back to the modem :-/ o Initialise our transmitted file descriptor before starting any timers. o Only send data links that have *no* pending output data. This means that our final ACK will be written rather than being nuked with the datalink transmission. Revision Changes Path 1.1.2.77 +8 -28 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.57 +25 -4 src/usr.sbin/ppp/Attic/datalink.c 1.28.2.34 +3 -3 src/usr.sbin/ppp/hdlc.c 1.22.2.30 +37 -14 src/usr.sbin/ppp/lqr.c 1.12.2.6 +2 -1 src/usr.sbin/ppp/lqr.h 1.121.2.57 +4 -1 src/usr.sbin/ppp/main.c 1.77.2.68 +26 -21 src/usr.sbin/ppp/modem.c 1.1.2.26 +9 -5 src/usr.sbin/ppp/Attic/mp.c 1.27.2.11 +1 -57 src/usr.sbin/ppp/timer.c 1.5.4.5 +1 -3 src/usr.sbin/ppp/timer.h From owner-cvs-usrsbin Fri May 8 11:53:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13256 for cvs-usrsbin-outgoing; Fri, 8 May 1998 11:53:35 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13183; Fri, 8 May 1998 11:53:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12101; Fri, 8 May 1998 11:50:04 -0700 (PDT) Date: Fri, 8 May 1998 11:50:04 -0700 (PDT) Message-Id: <199805081850.LAA12101@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/08 11:50:03 PDT Modified files: (Branch: MP) usr.sbin/ppp command.c ppp.8 Log: Make the `link' and `clone' commands understand a comma-separated list of links, and make `link' understand `*' for all links. This allows (for example): clone 1,2,3,4,5 link 1,3 open link 2,4,5 rm close link * rm Revision Changes Path 1.131.2.80 +53 -15 src/usr.sbin/ppp/command.c 1.97.2.29 +13 -4 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Fri May 8 11:53:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13274 for cvs-usrsbin-outgoing; Fri, 8 May 1998 11:53:38 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13223; Fri, 8 May 1998 11:53:27 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA12144; Fri, 8 May 1998 11:50:28 -0700 (PDT) Date: Fri, 8 May 1998 11:50:28 -0700 (PDT) Message-Id: <199805081850.LAA12144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp command.c main.c ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/08 11:50:27 PDT Modified files: (Branch: MP) usr.sbin/ppp command.c main.c ppp.8 Log: o When specifying the diagnostic port (`set server'), replace the first ``%d'' in the unix-domain socket name with the current interface unit number. In the case of tcp ports, allow a ``+'' prefix to add the unit number to the specified port number. o Remove all mention of SIGUSR1 (was already #ifdef'd out). We can't create diagnostic sockets on-the-fly with a signal any more because there's no way of specifying the password without confusing matters with the previous ppp.secret scenario. Revision Changes Path 1.131.2.81 +22 -4 src/usr.sbin/ppp/command.c 1.121.2.58 +1 -18 src/usr.sbin/ppp/main.c 1.97.2.30 +22 -18 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Fri May 8 12:19:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18907 for cvs-usrsbin-outgoing; Fri, 8 May 1998 12:19:07 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18804; Fri, 8 May 1998 12:18:45 -0700 (PDT) (envelope-from guido@FreeBSD.org) From: Guido van Rooij Received: (from guido@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA12302; Fri, 8 May 1998 12:15:46 -0700 (PDT) Date: Fri, 8 May 1998 12:15:46 -0700 (PDT) Message-Id: <199805081915.MAA12302@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 guido 1998/05/08 12:15:45 PDT Modified files: usr.sbin/inetd inetd.c Log: Unblock SIGPIPE before execv(); convert from sigvec to sigaction Obtained from: OpenBSD Revision Changes Path 1.32 +18 -16 src/usr.sbin/inetd/inetd.c From owner-cvs-usrsbin Sat May 9 04:36:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06740 for cvs-usrsbin-outgoing; Sat, 9 May 1998 04:36:08 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06682; Sat, 9 May 1998 04:35:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA18786; Sat, 9 May 1998 04:32:45 -0700 (PDT) Date: Sat, 9 May 1998 04:32:45 -0700 (PDT) Message-Id: <199805091132.EAA18786@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/bootparamd/bootparamd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/09 04:32:44 PDT Modified files: usr.sbin/bootparamd/bootparamd Makefile Log: Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogus dependencies of generated .c files on generated headers (these made `make -JN' work provided `depend' was made first). Sorted sources lists. Revision Changes Path 1.10 +7 -6 src/usr.sbin/bootparamd/bootparamd/Makefile From owner-cvs-usrsbin Sat May 9 06:35:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA14193 for cvs-usrsbin-outgoing; Sat, 9 May 1998 06:35:52 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA14152; Sat, 9 May 1998 06:35:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA21251; Sat, 9 May 1998 06:32:38 -0700 (PDT) Date: Sat, 9 May 1998 06:32:38 -0700 (PDT) Message-Id: <199805091332.GAA21251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/keyserv Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/05/09 06:32:38 PDT Modified files: usr.sbin/keyserv Makefile Log: Fixed the usual dependency bugs. This Makefile accidentally usually worked for `make -j9', but failed for `make -j4'. Revision Changes Path 1.3 +3 -3 src/usr.sbin/keyserv/Makefile From owner-cvs-usrsbin Sat May 9 06:55:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16057 for cvs-usrsbin-outgoing; Sat, 9 May 1998 06:55:25 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16009; Sat, 9 May 1998 06:55:18 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA16153; Sat, 9 May 1998 06:52:13 -0700 (PDT) Date: Sat, 9 May 1998 06:52:13 -0700 (PDT) Message-Id: <199805091352.GAA16153@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c datalink.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/09 06:52:13 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c datalink.c Log: Log datalink state transitions consistently. Revision Changes Path 1.1.2.78 +1 -3 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.58 +41 -29 src/usr.sbin/ppp/Attic/datalink.c From owner-cvs-usrsbin Sat May 9 07:47:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20259 for cvs-usrsbin-outgoing; Sat, 9 May 1998 07:47:40 -0700 (PDT) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20162; Sat, 9 May 1998 07:47:22 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA16593; Sat, 9 May 1998 07:44:13 -0700 (PDT) Date: Sat, 9 May 1998 07:44:13 -0700 (PDT) Message-Id: <199805091444.HAA16593@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/05/09 07:44:13 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c Log: When transmitting link file descriptors in multilink mode, ACK our received file descriptor, and don't close a sent descriptor 'till the ack has been received. Revision Changes Path 1.1.2.79 +6 -2 src/usr.sbin/ppp/Attic/bundle.c