From owner-cvs-all@FreeBSD.ORG Sat Jul 15 21:53:09 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB70D16A4E1 for ; Sat, 15 Jul 2006 21:53:09 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F9943D4C for ; Sat, 15 Jul 2006 21:53:08 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so1058904pyc for ; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qXhbva5v1qtOb+9Z4sw58FnSf7VLDaNILhjShyfD4FcOE3WHu/nryHIrRrE2TysrCiRnb+8mKr/kHo8DV66CPv5vHwkDeONhCucLw18ZC0YBGfoVGCQiivU5spU5suVA7HQvUTP7l/1rMufvPgBGErXTiIXYhp2/MIuZwrJVQ0U= Received: by 10.35.22.17 with SMTP id z17mr1527712pyi; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) Received: by 10.35.125.14 with HTTP; Sat, 15 Jul 2006 14:53:07 -0700 (PDT) Message-ID: Date: Sun, 16 Jul 2006 05:53:07 +0800 From: "Jiawei Ye" To: "David Xu" In-Reply-To: <200607140548.38121.davidxu@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200607130626.k6D6QhQ3066209@repoman.freebsd.org> <200607130930.49565.john@baldwin.cx> <200607140548.38121.davidxu@freebsd.org> Cc: John Baldwin , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys thr.h src/sys/kern kern_thr.c syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 21:53:09 -0000 On 7/14/06, David Xu wrote: > On Thursday 13 July 2006 21:30, John Baldwin wrote: > > > Don't forget to update sys/compat/freebsd32/syscalls.master when adding new > > syscalls (as the comments in sys/kern/syscalls.master request). > > will do. > > David Xu I am getting /libexec/ld-elf.so.1: /usr/lib/libthr.so.2: Undefined symbol "thr_getscheduler" with the latest kernel+world (5 hrs ago). Am I missing anything here? Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming