From owner-cvs-usrsbin Sun Jan 4 12:31:27 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22127 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 12:31:27 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 MAA22075; Sun, 4 Jan 1998 12:30:56 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA05104; Sun, 4 Jan 1998 12:25:42 -0800 (PST) Date: Sun, 4 Jan 1998 12:25:42 -0800 (PST) Message-Id: <199801042025.MAA05104@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 ccp.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 12:25:42 PST Modified files: usr.sbin/ppp ccp.c ccp.h Log: Initialize CcpInfo protocols to -1 (none, not OUI). Don't Call Term() for an algorithm that hasn't been Init()d. Revision Changes Path 1.27 +14 -12 src/usr.sbin/ppp/ccp.c 1.12 +4 -1 src/usr.sbin/ppp/ccp.h From owner-cvs-usrsbin Sun Jan 4 12:32:16 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22276 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 12:32:16 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 MAA22163; Sun, 4 Jan 1998 12:31:52 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA05145; Sun, 4 Jan 1998 12:26:38 -0800 (PST) Date: Sun, 4 Jan 1998 12:26:38 -0800 (PST) Message-Id: <199801042026.MAA05145@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 12:26:38 PST Modified files: usr.sbin/ppp ip.c Log: Don't scribble on the stack if our input packet is bigger than our MRU. Moan and drop the packet instead. Revision Changes Path 1.36 +7 -1 src/usr.sbin/ppp/ip.c From owner-cvs-usrsbin Sun Jan 4 12:38:52 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22911 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 12:38:52 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 MAA22866; Sun, 4 Jan 1998 12:38:30 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA05687; Sun, 4 Jan 1998 12:33:16 -0800 (PST) Date: Sun, 4 Jan 1998 12:33:16 -0800 (PST) Message-Id: <199801042033.MAA05687@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ip.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 12:33:15 PST Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ip.c Log: MFC: Don't scribble on the stack if a packet is bigger than our MRU. PR: 5424 Revision Changes Path 1.9.2.15 +7 -1 src/usr.sbin/ppp/ip.c From owner-cvs-usrsbin Sun Jan 4 12:43:24 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23468 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 12:43:24 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA23458; Sun, 4 Jan 1998 12:43:09 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id UAA07517; Sun, 4 Jan 1998 20:43:05 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801042043.UAA07517@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Somers cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrsbin@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ppp ccp.c ccp.h In-reply-to: Your message of "Sun, 04 Jan 1998 12:25:42 PST." <199801042025.MAA05104@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 04 Jan 1998 20:43:05 +0000 From: Brian Somers Sender: owner-cvs-usrsbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > brian 1998/01/04 12:25:42 PST > > Modified files: > usr.sbin/ppp ccp.c ccp.h > Log: > Initialize CcpInfo protocols to -1 (none, not OUI). > Don't Call Term() for an algorithm that hasn't been Init()d. > > Revision Changes Path > 1.27 +14 -12 src/usr.sbin/ppp/ccp.c > 1.12 +4 -1 src/usr.sbin/ppp/ccp.h Oops - PR: 5424 -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-usrsbin Sun Jan 4 12:44:25 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23576 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 12:44:25 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA23561; Sun, 4 Jan 1998 12:44:02 -0800 (PST) (envelope-from brian@awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.7/8.8.7) with ESMTP id UAA07526; Sun, 4 Jan 1998 20:43:27 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199801042043.UAA07526@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0.1 12/23/97 To: Brian Somers cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrsbin@freebsd.org Subject: Re: cvs commit: src/usr.sbin/ppp ip.c In-reply-to: Your message of "Sun, 04 Jan 1998 12:26:38 PST." <199801042026.MAA05145@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 04 Jan 1998 20:43:27 +0000 From: Brian Somers Sender: owner-cvs-usrsbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > brian 1998/01/04 12:26:38 PST > > Modified files: > usr.sbin/ppp ip.c > Log: > Don't scribble on the stack if our input packet is > bigger than our MRU. Moan and drop the packet > instead. > > Revision Changes Path > 1.36 +7 -1 src/usr.sbin/ppp/ip.c Oops - PR 5424 -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-cvs-usrsbin Sun Jan 4 13:34:54 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27403 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 13:34:54 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 NAA27309; Sun, 4 Jan 1998 13:34:07 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA05952; Sun, 4 Jan 1998 13:28:51 -0800 (PST) Date: Sun, 4 Jan 1998 13:28:51 -0800 (PST) Message-Id: <199801042128.NAA05952@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 13:28:51 PST Modified files: usr.sbin/ppp ppp.8 Log: Make it clear that using "add ...." in ppp.conf when not in -auto mode isn't a good idea, and that the add should be done in ppp.linkup instead. Change "add 0 0 HISADDR" to "add default HISADDR". It's more intuitive. Revision Changes Path 1.93 +56 -13 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Jan 4 17:41:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA16349 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 17:41:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 RAA16307; Sun, 4 Jan 1998 17:40:38 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA09365; Sun, 4 Jan 1998 17:35:22 -0800 (PST) Date: Sun, 4 Jan 1998 17:35:22 -0800 (PST) Message-Id: <199801050135.RAA09365@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c command.c ipcp.c ipcp.h ppp.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/04 17:35:22 PST Modified files: usr.sbin/ppp auth.c command.c ipcp.c ipcp.h ppp.8 Log: o Allow the use of HISADDR as the first arg to "add". o Allow a forth argument in ppp.secret, specifying a new label. This gives control over which section of ppp.link{up,down} is used based on the authenticated user. o Support random address ranges in ppp.secret (not just in ppp.conf). o Add a AUTHENTICATING INCOMING CONNECTIONS section to the man page. o Add a bit more about DEFLATE in the man page. o Fix the incorrect "you must specify a password in interactive mode" bit of the manual. o Space things in the man page consistently. o Be more precice about where you can use MYADDR, HISADDR and INTERFACE in the "add" command documentation. Revision Changes Path 1.26 +16 -22 src/usr.sbin/ppp/auth.c 1.125 +10 -25 src/usr.sbin/ppp/command.c 1.47 +38 -1 src/usr.sbin/ppp/ipcp.c 1.16 +3 -2 src/usr.sbin/ppp/ipcp.h 1.94 +122 -35 src/usr.sbin/ppp/ppp.8 From owner-cvs-usrsbin Sun Jan 4 23:25:05 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA11697 for cvs-usrsbin-outgoing; Sun, 4 Jan 1998 23:25:05 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 XAA11633; Sun, 4 Jan 1998 23:24:35 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA10571; Sun, 4 Jan 1998 23:19:16 -0800 (PST) Date: Sun, 4 Jan 1998 23:19:16 -0800 (PST) Message-Id: <199801050719.XAA10571@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/procctl procctl.8 procctl.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/01/04 23:19:16 PST Modified files: usr.sbin/procctl procctl.8 procctl.c Log: Use err(3). Change Synopsis to SYNOPSIS (needed for macro expansion) and add SEE ALSO. Revision Changes Path 1.3 +13 -9 src/usr.sbin/procctl/procctl.8 1.4 +16 -20 src/usr.sbin/procctl/procctl.c From owner-cvs-usrsbin Mon Jan 5 04:45:36 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA27212 for cvs-usrsbin-outgoing; Mon, 5 Jan 1998 04:45:36 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 EAA27117; Mon, 5 Jan 1998 04:43:39 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA12877; Mon, 5 Jan 1998 04:38:19 -0800 (PST) Date: Mon, 5 Jan 1998 04:38:19 -0800 (PST) Message-Id: <199801051238.EAA12877@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/01/05 04:38:14 PST Modified files: usr.sbin/moused moused.8 Log: Added some notes on cut&paste functions and button assignment. Revision Changes Path 1.10 +17 -1 src/usr.sbin/moused/moused.8 From owner-cvs-usrsbin Mon Jan 5 17:06:32 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05996 for cvs-usrsbin-outgoing; Mon, 5 Jan 1998 17:06:32 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 RAA05579; Mon, 5 Jan 1998 17:03:57 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA07131; Mon, 5 Jan 1998 16:58:32 -0800 (PST) Date: Mon, 5 Jan 1998 16:58:32 -0800 (PST) Message-Id: <199801060058.QAA07131@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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/05 16:58:32 PST Modified files: usr.sbin/ppp hdlc.c Log: Correct the return value of ReportProtStatus() ("show proto"). Submitted by: Dave Bodenstab Revision Changes Path 1.26 +2 -2 src/usr.sbin/ppp/hdlc.c From owner-cvs-usrsbin Mon Jan 5 21:39:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03162 for cvs-usrsbin-outgoing; Mon, 5 Jan 1998 21:39:22 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 VAA03119; Mon, 5 Jan 1998 21:38:56 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA08056; Mon, 5 Jan 1998 21:33:30 -0800 (PST) Date: Mon, 5 Jan 1998 21:33:30 -0800 (PST) Message-Id: <199801060533.VAA08056@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/01/05 21:33:29 PST Modified files: usr.sbin/pstat pstat.c Log: Make pstat.c compile, since in the new kernel code, VVMIO doesn't exist anymore. Revision Changes Path 1.34 +2 -2 src/usr.sbin/pstat/pstat.c From owner-cvs-usrsbin Tue Jan 6 23:44:48 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22606 for cvs-usrsbin-outgoing; Tue, 6 Jan 1998 23:44:48 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 XAA22269; Tue, 6 Jan 1998 23:43:06 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA08033; Tue, 6 Jan 1998 23:43:05 -0800 (PST) Date: Tue, 6 Jan 1998 23:43:05 -0800 (PST) Message-Id: <199801070743.XAA08033@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1998/01/06 23:43:05 PST Modified files: usr.sbin/cdcontrol cdcontrol.1 Log: Typo. Revision Changes Path 1.14 +2 -2 src/usr.sbin/cdcontrol/cdcontrol.1 From owner-cvs-usrsbin Wed Jan 7 00:45:13 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA02047 for cvs-usrsbin-outgoing; Wed, 7 Jan 1998 00:45:13 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 AAA01857; Wed, 7 Jan 1998 00:43:31 -0800 (PST) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA08589; Wed, 7 Jan 1998 00:43:30 -0800 (PST) Date: Wed, 7 Jan 1998 00:43:30 -0800 (PST) Message-Id: <199801070843.AAA08589@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 lex.h lex.l Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 1998/01/07 00:43:29 PST Modified files: usr.sbin/kbdcontrol kbdcontrol.c lex.h lex.l Log: Added accent (dead) key support to syscons and kbdcontrol. With a keymap with accent key definitions loaded to syscons, you press an accent key followed by a regular letter key to produce an accented letter. Press an accent key followed by the space bar to get the accent letter itself. Code is based on the ideas and work by jmrueda@diatel.upm.es and totii@est.is. PR: i386/4016 - Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil... - Recognize accent map definitions. ::= ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot | duml | dsla | drin | dced | dapo | ddac | dogo | dcar ::= | ::= ( ) - Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent key map table in syscons. - Made the output for the -L option more intelligible and look like initializers in kbdtables.h. - Reorganized print functions in order to print the accent key map. Revision Changes Path 1.12 +342 -37 src/usr.sbin/kbdcontrol/kbdcontrol.c 1.5 +2 -1 src/usr.sbin/kbdcontrol/lex.h 1.6 +19 -1 src/usr.sbin/kbdcontrol/lex.l From owner-cvs-usrsbin Thu Jan 8 03:29:34 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA03870 for cvs-usrsbin-outgoing; Thu, 8 Jan 1998 03:29:34 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 DAA03584; Thu, 8 Jan 1998 03:27:20 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA06241; Thu, 8 Jan 1998 03:27:09 -0800 (PST) Date: Thu, 8 Jan 1998 03:27:09 -0800 (PST) Message-Id: <199801081127.DAA06241@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/08 03:27:08 PST Modified files: usr.sbin/pkg_install/add perform.c Log: Don't assume install script is directly runnable - use sh -c. Revision Changes Path 1.46 +4 -4 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Thu Jan 8 14:41:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11029 for cvs-usrsbin-outgoing; Thu, 8 Jan 1998 14:41:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from veda.is (adam@veda.is [193.4.230.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10343; Thu, 8 Jan 1998 14:35:29 -0800 (PST) (envelope-from adam@veda.is) Received: (from adam@localhost) by veda.is (8.8.8/8.8.8) id WAA15607; Thu, 8 Jan 1998 22:35:26 GMT (envelope-from adam) From: Adam David Message-Id: <199801082235.WAA15607@veda.is> Subject: Re: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c lex.h lex.l In-Reply-To: <199801070843.AAA08589@freefall.freebsd.org> from Kazutaka YOKOTA at "Jan 7, 98 00:43:30 am" To: yokota@FreeBSD.ORG (Kazutaka YOKOTA) Date: Thu, 8 Jan 1998 22:35:26 +0000 (GMT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (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 > Code is based on the ideas and work by jmrueda@diatel.upm.es and > totii@est.is. > > PR: i386/4016 > > - Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil... > - Recognize accent map definitions. > ::= > ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot | > duml | dsla | drin | dced | dapo | ddac | dogo | > dcar > ::= > | > ::= ( ) > - Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent > key map table in syscons. > - Made the output for the -L option more intelligible and look like > initializers in kbdtables.h. > - Reorganized print functions in order to print the accent key map. Definitely looks promising, way to go! :) There's a lot more countries that can use this to advantage. -- Adam David From owner-cvs-usrsbin Thu Jan 8 15:50:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA19646 for cvs-usrsbin-outgoing; Thu, 8 Jan 1998 15:50:20 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 PAA19457; Thu, 8 Jan 1998 15:48:13 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA03206; Thu, 8 Jan 1998 15:47:59 -0800 (PST) Date: Thu, 8 Jan 1998 15:47:59 -0800 (PST) Message-Id: <199801082347.PAA03206@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 os.c os.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/08 15:47:58 PST Modified files: usr.sbin/ppp main.c os.c os.h Log: Zap any addresses on the network side of the `tun' as soon as we've successfully opened the /dev side. Revision Changes Path 1.116 +2 -1 src/usr.sbin/ppp/main.c 1.39 +36 -1 src/usr.sbin/ppp/os.c 1.14 +2 -1 src/usr.sbin/ppp/os.h From owner-cvs-usrsbin Fri Jan 9 06:49:22 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA03503 for cvs-usrsbin-outgoing; Fri, 9 Jan 1998 06:49:22 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 GAA03213; Fri, 9 Jan 1998 06:47:26 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA11469; Fri, 9 Jan 1998 06:47:07 -0800 (PST) Date: Fri, 9 Jan 1998 06:47:07 -0800 (PST) Message-Id: <199801091447.GAA11469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/add perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/09 06:47:06 PST Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/add perform.c Log: MFC: sh -c for install script. Revision Changes Path 1.37.2.7 +4 -4 src/usr.sbin/pkg_install/add/perform.c From owner-cvs-usrsbin Fri Jan 9 06:54:15 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA03966 for cvs-usrsbin-outgoing; Fri, 9 Jan 1998 06:54:15 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 GAA03808; Fri, 9 Jan 1998 06:52:16 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA11519; Fri, 9 Jan 1998 06:51:56 -0800 (PST) Date: Fri, 9 Jan 1998 06:51:56 -0800 (PST) Message-Id: <199801091451.GAA11519@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/lib pen.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/09 06:51:55 PST Modified files: (Branch: RELENG_2_2) usr.sbin/pkg_install/lib pen.c Log: Be more paranoid about removing relative paths. Revision Changes Path 1.22.2.2 +2 -2 src/usr.sbin/pkg_install/lib/pen.c From owner-cvs-usrsbin Fri Jan 9 07:00:59 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA04745 for cvs-usrsbin-outgoing; Fri, 9 Jan 1998 07:00:59 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 GAA03841; Fri, 9 Jan 1998 06:52:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA11548; Fri, 9 Jan 1998 06:52:19 -0800 (PST) Date: Fri, 9 Jan 1998 06:52:19 -0800 (PST) Message-Id: <199801091452.GAA11548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pkg_install/lib pen.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/01/09 06:52:19 PST Modified files: usr.sbin/pkg_install/lib pen.c Log: MF22: Additional paranoia in cleanup. Revision Changes Path 1.26 +2 -2 src/usr.sbin/pkg_install/lib/pen.c From owner-cvs-usrsbin Fri Jan 9 18:00:12 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08616 for cvs-usrsbin-outgoing; Fri, 9 Jan 1998 18:00:12 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 RAA08294; Fri, 9 Jan 1998 17:55:36 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA03934; Fri, 9 Jan 1998 17:55:13 -0800 (PST) Date: Fri, 9 Jan 1998 17:55:13 -0800 (PST) Message-Id: <199801100155.RAA03934@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 ccp.h deflate.c fsm.c fsm.h hdlc.c modem.c modem.h vars.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/09 17:55:12 PST Modified files: usr.sbin/ppp ccp.c ccp.h deflate.c fsm.c fsm.h hdlc.c modem.c modem.h vars.c Log: Implement Reset{Req,Ack} properly, as per rfc 1962. (I completely mis-read the rfc last time 'round!) This means: o Better CCP/WARN Reset diagnostics. o After we've sent a REQ and before we've received an ACK, we drop incoming compressed data and send another REQ. o Before sending an ACK, re-sequence all pending PRI_NORMAL data in the modem queue so that pending packets won't get to the peer *after* the ResetAck. o Send ACKs with the `identifier' from the REQ frame. o After we've received a correct ACK, duplicate ACKs are ok (and will reset our history). o Incorrect ACKs (not matching the last REQ) are moaned about and dropped. Also, o Calculate the correct FCS after compressing a packet. DEFLATE *may* produce an mbuf with more than a single link in the chain, but HdlcOutput didn't know how to calculate the FCS :-( o Make `struct fsm'::reqid a u_char, not an int. This fix will prevent us from sending id `255' 2,000,000,000 times before wrapping to `0' for another 2,000,000,000 sends :-/ o Bump the version number a little. The end result: DEFLATE now works over an unreliable link layer. I can txfr a 1.5Mb kernel over a (rather bad) null-modem cable at an average of 21679 bytes per second using rcp. Repeat after me: Don't test compression using a loopback ppp/tcp setup as we never lose packets and therefore never have to reset! Revision Changes Path 1.28 +29 -5 src/usr.sbin/ppp/ccp.c 1.13 +5 -2 src/usr.sbin/ppp/ccp.h 1.6 +12 -13 src/usr.sbin/ppp/deflate.c 1.26 +12 -6 src/usr.sbin/ppp/fsm.c 1.14 +2 -2 src/usr.sbin/ppp/fsm.h 1.27 +9 -8 src/usr.sbin/ppp/hdlc.c 1.74 +10 -2 src/usr.sbin/ppp/modem.c 1.15 +2 -1 src/usr.sbin/ppp/modem.h 1.43 +3 -3 src/usr.sbin/ppp/vars.c From owner-cvs-usrsbin Sat Jan 10 07:58:10 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12473 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 07:58:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 HAA12218; Sat, 10 Jan 1998 07:55:42 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA28432; Sat, 10 Jan 1998 07:55:14 -0800 (PST) Date: Sat, 10 Jan 1998 07:55:14 -0800 (PST) Message-Id: <199801101555.HAA28432@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/10 07:55:13 PST Modified files: usr.sbin/tzsetup tzsetup.c Log: Minor brace gymnastics so that /etc/wall_cmos_clock is really created. PR: 5473 Submitted by: MIHIRA Yoshiro Revision Changes Path 1.10 +4 -3 src/usr.sbin/tzsetup/tzsetup.c From owner-cvs-usrsbin Sat Jan 10 08:00:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA12798 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 08:00:17 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 HAA12407; Sat, 10 Jan 1998 07:57:28 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA28475; Sat, 10 Jan 1998 07:56:59 -0800 (PST) Date: Sat, 10 Jan 1998 07:56:59 -0800 (PST) Message-Id: <199801101556.HAA28475@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/10 07:56:59 PST Modified files: (Branch: RELENG_2_2) usr.sbin/tzsetup tzsetup.c Log: MFC: add some braces so that /etc/wall_cmos_clock is created. PR: 5473 Submitted by: MIHIRA Yoshiro Revision Changes Path 1.2.2.6 +4 -3 src/usr.sbin/tzsetup/tzsetup.c From owner-cvs-usrsbin Sat Jan 10 09:30:35 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20917 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 09:30:35 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 JAA20502; Sat, 10 Jan 1998 09:27:59 -0800 (PST) (envelope-from wosch@FreeBSD.org) From: Wolfram Schneider Received: (from wosch@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA00974; Sat, 10 Jan 1998 09:27:30 -0800 (PST) Date: Sat, 10 Jan 1998 09:27:30 -0800 (PST) Message-Id: <199801101727.JAA00974@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 src/usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 1998/01/10 09:27:29 PST Modified files: usr.sbin/adduser adduser.perl usr.sbin/pwd_mkdb pwd_mkdb.8 pwd_mkdb.c Log: Rename the pwd_mkdb(8) option '-c' to '-C' for better compatiblity with BSD/OS. Revision Changes Path 1.39 +2 -2 src/usr.sbin/adduser/adduser.perl 1.6 +2 -2 src/usr.sbin/pwd_mkdb/pwd_mkdb.8 1.21 +7 -7 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Sat Jan 10 19:59:57 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05223 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 19:43:14 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 TAA04887; Sat, 10 Jan 1998 19:40:53 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA04553; Sat, 10 Jan 1998 18:59:24 -0800 (PST) Date: Sat, 10 Jan 1998 18:59:24 -0800 (PST) Message-Id: <199801110259.SAA04553@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/01/10 18:59:23 PST Modified files: usr.sbin/ppp route.c Log: Allow 6 byte interface names (for >tun99) Revision Changes Path 1.39 +2 -2 src/usr.sbin/ppp/route.c From owner-cvs-usrsbin Sat Jan 10 20:00:03 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA05805 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 19:47:12 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 TAA05502; Sat, 10 Jan 1998 19:44:49 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02647; Sat, 10 Jan 1998 13:51:33 -0800 (PST) Date: Sat, 10 Jan 1998 13:51:33 -0800 (PST) Message-Id: <199801102151.NAA02647@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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/10 13:51:33 PST Modified files: usr.sbin/ppp command.c Log: Pause according to the redial setting when dialing manually. Pointed out by: Berend de Boer Revision Changes Path 1.126 +6 -1 src/usr.sbin/ppp/command.c From owner-cvs-usrsbin Sat Jan 10 20:04:17 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA07405 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 20:04:17 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 UAA07273; Sat, 10 Jan 1998 20:03:31 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05112; Sat, 10 Jan 1998 20:02:59 -0800 (PST) Date: Sat, 10 Jan 1998 20:02:59 -0800 (PST) Message-Id: <199801110402.UAA05112@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp arp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/01/10 20:02:58 PST Modified files: usr.sbin/ppp arp.c Log: Remove includes of if_var.h and in_var.h Revision Changes Path 1.21 +1 -5 src/usr.sbin/ppp/arp.c From owner-cvs-usrsbin Sat Jan 10 20:47:21 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12270 for cvs-usrsbin-outgoing; Sat, 10 Jan 1998 20:47:21 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 UAA12144; Sat, 10 Jan 1998 20:46:10 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05476; Sat, 10 Jan 1998 20:45:37 -0800 (PST) Date: Sat, 10 Jan 1998 20:45:37 -0800 (PST) Message-Id: <199801110445.UAA05476@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/01/10 20:45:37 PST Modified files: usr.sbin/ppp route.c Log: Remember any number of interface names. Revision Changes Path 1.40 +28 -13 src/usr.sbin/ppp/route.c