From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 3 20:02:21 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB2D816A4CE for ; Thu, 3 Mar 2005 20:02:21 +0000 (GMT) Received: from smtp.ucla.edu (smtp.ucla.edu [169.232.47.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61BB243D58 for ; Thu, 3 Mar 2005 20:02:21 +0000 (GMT) (envelope-from ashcs@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.48.135]) by smtp.ucla.edu (8.13.1/8.13.1) with ESMTP id j23K2KZp028706 for ; Thu, 3 Mar 2005 12:02:21 -0800 Received: from ash (s226-171.resnet.ucla.edu [164.67.226.171]) (authenticated bits=0) by mail.ucla.edu (8.13.3/8.13.3) with ESMTP id j23K2JOS000539 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 3 Mar 2005 12:02:20 -0800 Message-ID: <000c01c5202b$fada24d0$abe243a4@ash> From: "Ashwin Chandra" To: Date: Thu, 3 Mar 2005 12:02:50 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Probable-Spam: no X-Spam-Hits: 0.152 X-Scanned-By: smtp.ucla.edu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Libc X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2005 20:02:21 -0000 Hey guys, if we broke libc, and we cannot do anything at the prompt=20 /libexec/ld-elf.so.1: Shared object "libc.so.5" not found.. what is the quick fix for this? also what is the correct way of adding names to system calls in libc so = instead of doing a syscall(445), we can actually call it by name = like,sys_ash(); Ash