From owner-cvs-include Sun Mar 19 05:36:57 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA06499 for cvs-include-outgoing; Sun, 19 Mar 1995 05:36:57 -0800 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA06487; Sun, 19 Mar 1995 14:36:52 +0100 Date: Sun, 19 Mar 1995 14:36:52 +0100 From: Joerg Wunsch Message-Id: <199503191336.OAA06487@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include kvm.h Sender: cvs-include-owner@freebsd.org Precedence: bulk joerg 95/03/19 14:36:51 Modified: lib/libkvm kvm_proc.c Log: Cast the offset of one call to lseek() to off_t, as it's already done in all other places here. This is a hack, the interface should be changed to use off_t's everywhere around, but this will require to update all the programs that happen to use libkvm. Modified: include kvm.h Log: libkvm exports kvm_uread(), so do declare it in the header file. Got apparent by Philippe's -Wall patch for /usr/bin. From owner-cvs-include Sun Mar 19 08:15:11 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA12040 for cvs-include-outgoing; Sun, 19 Mar 1995 08:15:11 -0800 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id IAA12022; Sun, 19 Mar 1995 08:15:01 -0800 Received: by sequent.kiae.su id AA21500 (5.65.kiae-2 ); Sun, 19 Mar 1995 19:03:11 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Sun, 19 Mar 95 19:03:10 +0300 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id RAA00919; Sun, 19 Mar 1995 17:03:50 +0300 To: CVS-commiters@freefall.cdrom.com, cvs-include@freefall.cdrom.com, Joerg Wunsch References: <199503191336.OAA06487@freefall.cdrom.com> In-Reply-To: <199503191336.OAA06487@freefall.cdrom.com>; from Joerg Wunsch at Sun, 19 Mar 1995 14:36:52 +0100 Message-Id: Organization: Olahm Ha-Yetzirah Date: Sun, 19 Mar 1995 17:03:49 +0300 X-Mailer: Mail/@ [v2.32 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: cvs commit: src/include kvm.h Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 778 Sender: cvs-include-owner@freebsd.org Precedence: bulk In message <199503191336.OAA06487@freefall.cdrom.com> Joerg Wunsch writes: >joerg 95/03/19 14:36:51 > Modified: lib/libkvm kvm_proc.c > Log: > Cast the offset of one call to lseek() to off_t, as it's already done > in all other places here. > This is a hack, the interface should be changed to use off_t's > everywhere around, but this will require to update all the programs > that happen to use libkvm. You don't need direct cast if you include -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-include Mon Mar 20 08:17:53 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29468 for cvs-include-outgoing; Mon, 20 Mar 1995 08:17:53 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29458; Mon, 20 Mar 1995 08:17:52 -0800 Date: Mon, 20 Mar 1995 08:17:52 -0800 From: "Rodney W. Grimes" Message-Id: <199503201617.IAA29458@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include kvm.h Sender: cvs-include-owner@freebsd.org Precedence: bulk rgrimes 95/03/20 08:17:51 Modified: include kvm.h Log: Change u_long to unsigned long to be consistent. From owner-cvs-include Mon Mar 20 08:32:41 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29743 for cvs-include-outgoing; Mon, 20 Mar 1995 08:32:41 -0800 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA29737; Mon, 20 Mar 1995 08:32:37 -0800 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.8/8.6.6) id IAA27166; Mon, 20 Mar 1995 08:32:09 -0800 From: "Rodney W. Grimes" Message-Id: <199503201632.IAA27166@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/include kvm.h To: rgrimes@freefall.cdrom.com (Rodney W. Grimes) Date: Mon, 20 Mar 1995 08:32:08 -0800 (PST) Cc: CVS-commiters@freefall.cdrom.com, cvs-include@freefall.cdrom.com In-Reply-To: <199503201617.IAA29458@freefall.cdrom.com> from "Rodney W. Grimes" at Mar 20, 95 08:17:52 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 566 Sender: cvs-include-owner@freebsd.org Precedence: bulk > > rgrimes 95/03/20 08:17:51 > > Modified: include kvm.h > Log: > Change u_long to unsigned long to be consistent. This is not the only thing wrong in kvm.h: size_t as Bruce pointed out, struct proc is also now needed :-(. I am going to comment out the declaration of kvm_uread until I can get this fixed correctly. Better to have a warning about it, than to have stuff stop building :-(. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-include Mon Mar 20 08:35:13 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29889 for cvs-include-outgoing; Mon, 20 Mar 1995 08:35:13 -0800 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA29879; Mon, 20 Mar 1995 08:35:12 -0800 Date: Mon, 20 Mar 1995 08:35:12 -0800 From: "Rodney W. Grimes" Message-Id: <199503201635.IAA29879@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include kvm.h Sender: cvs-include-owner@freebsd.org Precedence: bulk rgrimes 95/03/20 08:35:12 Modified: include kvm.h Log: Comment out declaration of kvm_uread until it can be fixed correctly. From owner-cvs-include Mon Mar 20 09:23:39 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA00769 for cvs-include-outgoing; Mon, 20 Mar 1995 09:23:39 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA00756; Mon, 20 Mar 1995 09:23:11 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id DAA23717; Tue, 21 Mar 1995 03:18:46 +1000 Date: Tue, 21 Mar 1995 03:18:46 +1000 From: Bruce Evans Message-Id: <199503201718.DAA23717@godzilla.zeta.org.au> To: rgrimes@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com Subject: Re: cvs commit: src/include kvm.h Cc: CVS-commiters@freefall.cdrom.com, cvs-include@freefall.cdrom.com Sender: cvs-include-owner@freebsd.org Precedence: bulk >> rgrimes 95/03/20 08:17:51 >> >> Modified: include kvm.h >> Log: >> Change u_long to unsigned long to be consistent. >This is not the only thing wrong in kvm.h: >size_t as Bruce pointed out, >struct proc is also now needed :-(. These are easy to fix: replace size_t by unsigned (one more substitution won't hurt); forward declare `struct proc' like the struct for kvm_t. Bruce From owner-cvs-include Tue Mar 21 23:30:03 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA25738 for cvs-include-outgoing; Tue, 21 Mar 1995 23:30:03 -0800 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA25722; Tue, 21 Mar 1995 23:29:59 -0800 Date: Tue, 21 Mar 1995 23:29:59 -0800 From: Poul-Henning Kamp Message-Id: <199503220729.XAA25722@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include Makefile Sender: cvs-include-owner@freebsd.org Precedence: bulk phk 95/03/21 23:29:58 Modified: include Makefile Log: A little fix related to libm/msun migration. Reviewed by: phk Submitted by: rgrimes From owner-cvs-include Wed Mar 22 16:08:10 1995 Return-Path: cvs-include-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA19079 for cvs-include-outgoing; Wed, 22 Mar 1995 16:08:10 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA19069; Wed, 22 Mar 1995 16:08:02 -0800 Date: Wed, 22 Mar 1995 16:08:02 -0800 From: Bill Paul Message-Id: <199503230008.QAA19069@freefall.cdrom.com> To: CVS-commiters, cvs-include Subject: cvs commit: src/include pwd.h Sender: cvs-include-owner@freebsd.org Precedence: bulk wpaul 95/03/22 16:08:02 Modified: include pwd.h Log: Add a couple of extra #defines for special keys to be embedded in the password databases: #define _PW_KEYPLUSBYNUM '5' /* special +@netgroup entries */ #define _PW_KEYMINUSBYNUM '6' /* special -@netgroup entries */ #define _PW_KEYPLUSCNT '7' /* number of +@netgroup entries */ #define _PW_KEYMINUSCNT '8' /* number of -@netgroup entries */ This is to help getpwent.c in libc build the +@netgroup/-@netgroup caches.