From owner-cvs-usrbin Wed Jul 12 12:10:29 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA19517 for cvs-usrbin-outgoing; Wed, 12 Jul 1995 12:10:29 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA19479 ; Wed, 12 Jul 1995 12:10:18 -0700 Date: Wed, 12 Jul 1995 12:10:18 -0700 From: Bruce Evans Message-Id: <199507121910.MAA19479@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/ipcs ipcs.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk bde 95/07/12 12:10:18 Modified: usr.bin/ipcs ipcs.c Log: Instantiate our own variables instead of depending on bogus common declarations in system headers that will be fixed soon. From owner-cvs-usrbin Wed Jul 12 12:21:43 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA21017 for cvs-usrbin-outgoing; Wed, 12 Jul 1995 12:21:43 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA20991 ; Wed, 12 Jul 1995 12:21:38 -0700 Date: Wed, 12 Jul 1995 12:21:38 -0700 From: Bruce Evans Message-Id: <199507121921.MAA20991@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/netstat route.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk bde 95/07/12 12:21:37 Modified: usr.bin/netstat route.c Log: Instantiate our own variables instead of depending on bogus common declarations in system headers that will be fixed soon. From owner-cvs-usrbin Wed Jul 12 13:09:23 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA23552 for cvs-usrbin-outgoing; Wed, 12 Jul 1995 13:09:23 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA23538 ; Wed, 12 Jul 1995 13:09:07 -0700 Date: Wed, 12 Jul 1995 13:09:07 -0700 From: Bruce Evans Message-Id: <199507122009.NAA23538@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/systat vmstat.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk bde 95/07/12 13:09:05 Modified: usr.bin/systat vmstat.c Log: Don't attempt to read the variable `total' from the kernel. `total' isn't used in systat or in the kernel (it was replaced by a sysctl() call involving VM_METER) and will go away when I clean up bogus common variables in the kernel. From owner-cvs-usrbin Wed Jul 12 13:11:32 1995 Return-Path: cvs-usrbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA23687 for cvs-usrbin-outgoing; Wed, 12 Jul 1995 13:11:32 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA23674 ; Wed, 12 Jul 1995 13:11:24 -0700 Date: Wed, 12 Jul 1995 13:11:24 -0700 From: "Garrett A. Wollman" Message-Id: <199507122011.NAA23674@freefall.cdrom.com> To: CVS-commiters, cvs-usrbin Subject: cvs commit: src/usr.bin/su su.c Sender: cvs-usrbin-owner@freebsd.org Precedence: bulk wollman 95/07/12 13:11:23 Modified: usr.bin/su su.c Log: Added support for an LCS-style `wheel su' which allows users in group wheel to su to root by authenticating as themselves (using a password or S/Key) rather than by using the root password. This is useful in contexts like ours, where a large group of people need root access to a set of machines. (However, the security implications are such that this should not be enabled by default.) The code is conditionalized on WHEELSU.