From owner-freebsd-current Wed Nov 11 03:20:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03193 for freebsd-current-outgoing; Wed, 11 Nov 1998 03:20:49 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03184 for ; Wed, 11 Nov 1998 03:20:48 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id DAA21320 for ; Wed, 11 Nov 1998 03:20:31 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id DAA23991 for ; Wed, 11 Nov 1998 03:20:30 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id DAA00867 for current@freebsd.org; Wed, 11 Nov 1998 03:20:29 -0800 (PST) Date: Wed, 11 Nov 1998 03:20:29 -0800 (PST) From: Don Lewis Message-Id: <199811111120.DAA00867@salsa.gv.tsc.tdk.com> To: current@FreeBSD.ORG Subject: patch for kern/7899 committed, proc structure size changed Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just committed a patch for kern/7899 which fixes some security issues with F_SETOWN, fixes some related bugs, and tidies things up a bit. This patch increases the size of the proc and pgrp structures, which affects some userland programs. When you next build your kernel with /usr/src/sys/proc.h version 1.60 or newer, you'll also need to update /usr/include/sys, and rebuild the following libraries and programs. libkvm lkm/vinum fstat gcore gdb ipfilter ps top w You should be able to update your includes by doing something like "cd /usr/src/include; env MAKEOBJDIRPREFIX=/usr/obj/elf make install". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message