From owner-freebsd-questions@FreeBSD.ORG Sun Jun 14 08:55:21 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 429B6D69 for ; Sun, 14 Jun 2015 08:55:21 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-qk0-x22f.google.com (mail-qk0-x22f.google.com [IPv6:2607:f8b0:400d:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2F83E98 for ; Sun, 14 Jun 2015 08:55:20 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: by qkdm188 with SMTP id m188so17655706qkd.1 for ; Sun, 14 Jun 2015 01:55:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:from:date:message-id:subject:to :content-type; bh=6Y5SzP7mpdEMegRdpShcdNuSTUbZY2Y+7xEchgHmkd4=; b=RUdz2WbhOAOwnN0YVutNrKD/h0EpCgg4ASpIAZ7q88vzm1Mzkrxp5seMdqahovRwOr ee3HLOlgQWExJMnQ5AlmUbPc+gLy4A2etgDKFdUjkadU7sS2bDhKVl8wK7hlEp0HHcQN XJiyHmWCGkQZO5RxcpUtIXw9IJUfa2RM96u9unqR6RIpaKHcTYj1yf68T5T600+LR7O9 lFdncpbJs3Ri3XLlYulJFLfVumQfxWeyegPHYvpvOCwdlpIjdLFi4D7yfvzOIGlXLIsQ 9Nbvcdh3bRM85r6YsLU4h7YkTNfBIyHRe5z3BBYarIz3yUmPAUdpUs6lSkifc5awbaZB x5Hw== X-Received: by 10.55.23.146 with SMTP id 18mr912269qkx.99.1434272120045; Sun, 14 Jun 2015 01:55:20 -0700 (PDT) MIME-Version: 1.0 Reply-To: tak.official@gmail.com Sender: talayeh.asadi@gmail.com Received: by 10.140.93.134 with HTTP; Sun, 14 Jun 2015 01:54:59 -0700 (PDT) From: takCoder Date: Sun, 14 Jun 2015 13:24:59 +0430 X-Google-Sender-Auth: 1E1T-FfkJ6fPBLYn2s9SBZMfSOQ Message-ID: Subject: reload kernel without reboot? To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 08:55:21 -0000 Hi there, I have a task on freebsd 9.2 in which I need to apply changes to kernel and recompile it serveral times. I use buildkernel with my custom kernel. my question is: Is there a way to reload freebsd kernel in which i don't need to restart to apply the changes? Thank you all, takcoder