From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 06:39:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522A016A4B3 for ; Tue, 30 Sep 2003 06:39:46 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639BE43FAF for ; Tue, 30 Sep 2003 06:39:41 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h8UDdcOg028790; Tue, 30 Sep 2003 09:39:39 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h8UDdcRc028789; Tue, 30 Sep 2003 09:39:38 -0400 (EDT) From: Jerry McAllister Message-Id: <200309301339.h8UDdcRc028789@clunix.cl.msu.edu> To: kstewart@owt.com (Kent Stewart) Date: Tue, 30 Sep 2003 09:39:37 -0400 (EDT) In-Reply-To: <200309300404.26569.kstewart@owt.com> from "Kent Stewart" at Sep 30, 2003 04:04:26 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: "Dr.Smoke" cc: freebsd-questions@freebsd.org Subject: Re: Comprehensive list of error codes? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 13:39:46 -0000 > > On Tuesday 30 September 2003 12:45 am, Dr.Smoke wrote: > > Is there a comprehensive list of error codes for FreeBSD? I can find > > nothing related to this in the Handbook or other online > > documentation. > > > > If you are looking for the signal codes, they are in > /usr/include/sys/signal.h > > I don't know of any other error codes. Probably a comprehensive list does not exist. The original poster may be fondly remembering a time with some big systems with proprietary OSen that published large directories of all error messages and codes, not only from the kernel, but from most of the vendor supplied utilities. It was very useful if you were doing development. It would be useful in the FreeBSD world too, but I can't imagine the monumental task of assembling and maintaining such a list from all the OS and standard utilities, let alone including the ports. Of course, if you are ambitious and have some time on your hands... ////jerry > > Kent > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html >