From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 22:34:39 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 233A016A41F for ; Sat, 14 Jan 2006 22:34:39 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F82343D49 for ; Sat, 14 Jan 2006 22:34:38 +0000 (GMT) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by freebsd.czest.pl (8.13.4/8.12.9) with ESMTP id k0EMdcrD007538 for ; Sat, 14 Jan 2006 22:39:38 GMT (envelope-from dunstan@freebsd.czest.pl) Received: (from dunstan@localhost) by freebsd.czest.pl (8.13.4/8.12.9/Submit) id k0EMdcvf007534 for freebsd-current@freebsd.org; Sat, 14 Jan 2006 22:39:38 GMT (envelope-from dunstan) Date: Sat, 14 Jan 2006 22:39:38 +0000 From: "Wojciech A. Koszek" To: freebsd-current@freebsd.org Message-ID: <20060114223937.GB99634@FreeBSD.czest.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: [PATCH] Support for unloading more that on KLD with kldunload(8). X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 22:34:39 -0000 Hello, I often do: kldunload one.ko two.ko ... In current kldunload(8) it's not possible. I have fixed this problem and new version of kldunload.c looks like that: http://freebsd.czest.pl/dunstan/FreeBSD/kldunload.c Comments are welcome. -- * Wojciech A. Koszek && dunstan@FreeBSD.czest.pl