From owner-cvs-bin Tue Dec 2 21:42:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA11118 for cvs-bin-outgoing; Tue, 2 Dec 1997 21:42:47 -0800 (PST) (envelope-from owner-cvs-bin) 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 VAA11009; Tue, 2 Dec 1997 21:40:58 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA13190; Tue, 2 Dec 1997 21:40:09 -0800 (PST) Date: Tue, 2 Dec 1997 21:40:09 -0800 (PST) Message-Id: <199712030540.VAA13190@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/df df.c src/bin/ls ls.c src/bin/rm rm.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/12/02 21:40:09 PST Modified files: (Branch: RELENG_2_2) bin/df df.c bin/ls ls.c bin/rm rm.c Log: MFC: EOF -> -1 in comparison of return value from getopt Revision Changes Path 1.8.2.2 +2 -2 src/bin/df/df.c 1.10.2.1 +2 -2 src/bin/ls/ls.c 1.11.2.1 +2 -2 src/bin/rm/rm.c From owner-cvs-bin Thu Dec 4 23:35:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27142 for cvs-bin-outgoing; Thu, 4 Dec 1997 23:35:33 -0800 (PST) (envelope-from owner-cvs-bin) 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 XAA26952; Thu, 4 Dec 1997 23:34:47 -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 XAA05942; Thu, 4 Dec 1997 23:33:41 -0800 (PST) Date: Thu, 4 Dec 1997 23:33:41 -0800 (PST) Message-Id: <199712050733.XAA05942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ps Makefile ps.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/12/04 23:33:41 PST Modified files: bin/ps Makefile ps.c Log: Add an option to building PS, so that the upages are explicitly paged in only for users who are root, or in group wheel. This is useful on large timesharing systems where a PS command can cause the system to grind to a halt. The ability to get the information isn't diminished for those who really need the additional detail (administrators.) Normal users won't see any difference unless the processes are swapped out. The "really get it mode" is invoked by the use of an additional flag in the command string "-f". New/old behavior is selectable with a compile option. PR: 5196 Submitted by: Matt Dillon Revision Changes Path 1.11 +8 -2 src/bin/ps/Makefile 1.22 +36 -11 src/bin/ps/ps.c From owner-cvs-bin Thu Dec 4 23:37:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA27420 for cvs-bin-outgoing; Thu, 4 Dec 1997 23:37:05 -0800 (PST) (envelope-from owner-cvs-bin) 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 XAA27347; Thu, 4 Dec 1997 23:36:37 -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 XAA06099; Thu, 4 Dec 1997 23:35:31 -0800 (PST) Date: Thu, 4 Dec 1997 23:35:31 -0800 (PST) Message-Id: <199712050735.XAA06099@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/ps ps.1 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/12/04 23:35:31 PST Modified files: bin/ps ps.1 Log: Document the new -f flag. PR: 5196 Submitted by: Matt Dillon Revision Changes Path 1.15 +3 -1 src/bin/ps/ps.1 From owner-cvs-bin Fri Dec 5 20:20:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14825 for cvs-bin-outgoing; Fri, 5 Dec 1997 20:20:53 -0800 (PST) (envelope-from owner-cvs-bin) 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 UAA14746; Fri, 5 Dec 1997 20:20:24 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA29968; Fri, 5 Dec 1997 20:19:11 -0800 (PST) Date: Fri, 5 Dec 1997 20:19:11 -0800 (PST) Message-Id: <199712060419.UAA29968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/procctl Makefile procctl.1 procctl.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1997/12/05 20:19:11 PST Added files: bin/procctl Makefile procctl.1 procctl.c Log: First checkin of the procctl program. From owner-cvs-bin Fri Dec 5 20:21:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14884 for cvs-bin-outgoing; Fri, 5 Dec 1997 20:21:14 -0800 (PST) (envelope-from owner-cvs-bin) 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 UAA14836; Fri, 5 Dec 1997 20:20:56 -0800 (PST) (envelope-from sef@FreeBSD.org) From: Sean Eric Fagan Received: (from sef@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA29998; Fri, 5 Dec 1997 20:19:43 -0800 (PST) Date: Fri, 5 Dec 1997 20:19:43 -0800 (PST) Message-Id: <199712060419.UAA29998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin Makefile Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sef 1997/12/05 20:19:43 PST Modified files: bin Makefile Log: Add procctl to the list of programs built. Revision Changes Path 1.8 +2 -2 src/bin/Makefile From owner-cvs-bin Fri Dec 5 20:36:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA15900 for cvs-bin-outgoing; Fri, 5 Dec 1997 20:36:34 -0800 (PST) (envelope-from owner-cvs-bin) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA15869; Fri, 5 Dec 1997 20:36:14 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id PAA30202; Sat, 6 Dec 1997 15:32:22 +1100 Date: Sat, 6 Dec 1997 15:32:22 +1100 From: Bruce Evans Message-Id: <199712060432.PAA30202@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, sef@FreeBSD.ORG Subject: Re: cvs commit: src/bin/procctl Makefile procctl.1 procctl.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Added files: > bin/procctl Makefile procctl.1 procctl.c > Log: > First checkin of the procctl program. Why put it in /bin? Bruce From owner-cvs-bin Sat Dec 6 18:30:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07166 for cvs-bin-outgoing; Sat, 6 Dec 1997 18:30:03 -0800 (PST) (envelope-from owner-cvs-bin) 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 SAA06828; Sat, 6 Dec 1997 18:27:45 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA27768; Sat, 6 Dec 1997 18:26:24 -0800 (PST) Date: Sat, 6 Dec 1997 18:26:24 -0800 (PST) Message-Id: <199712070226.SAA27768@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin Makefile src/bin/procctl Makefile procctl.1 procctl.c Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/12/06 18:26:24 PST Modified files: bin Makefile Removed files: bin/procctl Makefile procctl.1 procctl.c Log: Move procctl to the Attic, it's been copied to usr.sbin/procctl as suggested by bde via sef. Revision Changes Path 1.9 +2 -2 src/bin/Makefile