From owner-svn-src-projects@FreeBSD.ORG Wed Oct 23 15:02:55 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E87C6E0A; Wed, 23 Oct 2013 15:02:55 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D63DD263D; Wed, 23 Oct 2013 15:02:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9NF2tD1019942; Wed, 23 Oct 2013 15:02:55 GMT (envelope-from will@svn.freebsd.org) Received: (from will@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9NF2tq5019938; Wed, 23 Oct 2013 15:02:55 GMT (envelope-from will@svn.freebsd.org) Message-Id: <201310231502.r9NF2tq5019938@svn.freebsd.org> From: Will Andrews Date: Wed, 23 Oct 2013 15:02:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r256976 - in projects/vps: sys/kern sys/sys tools/vps/rsync X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 15:02:56 -0000 Author: will Date: Wed Oct 23 15:02:54 2013 New Revision: 256976 URL: http://svnweb.freebsd.org/changeset/base/256976 Log: Sync with svn.7he.at/vps/trunk r182 on 2013-06-26. The only apparent diffs to the upstream are the omitted binary files tools/vps/rsync/rsync_vps.{i386,amd64}. Submitted by: Klaus P. Ohrhallinger Modified: projects/vps/sys/kern/kern_thread.c projects/vps/sys/sys/systm.h projects/vps/tools/vps/rsync/README Modified: projects/vps/sys/kern/kern_thread.c ============================================================================== --- projects/vps/sys/kern/kern_thread.c Wed Oct 23 14:58:09 2013 (r256975) +++ projects/vps/sys/kern/kern_thread.c Wed Oct 23 15:02:54 2013 (r256976) @@ -322,7 +322,6 @@ thread_reap(void) if (!TAILQ_EMPTY(&zombie_threads)) { mtx_lock_spin(&zombie_lock); td_first = TAILQ_FIRST(&zombie_threads); - /* XXX - KLAUS: ?! */ if (td_first) TAILQ_INIT(&zombie_threads); mtx_unlock_spin(&zombie_lock); Modified: projects/vps/sys/sys/systm.h ============================================================================== --- projects/vps/sys/sys/systm.h Wed Oct 23 14:58:09 2013 (r256975) +++ projects/vps/sys/sys/systm.h Wed Oct 23 15:02:54 2013 (r256976) @@ -403,9 +403,6 @@ int alloc_unr(struct unrhdr *uh); int alloc_unr_specific(struct unrhdr *uh, u_int item); int alloc_unrl(struct unrhdr *uh); void free_unr(struct unrhdr *uh, u_int item); -#ifdef VPS -int alloc_unr_unit(struct unrhdr *uh, int item); -#endif /* * Population count algorithm using SWAR approach Modified: projects/vps/tools/vps/rsync/README ============================================================================== --- projects/vps/tools/vps/rsync/README Wed Oct 23 14:58:09 2013 (r256975) +++ projects/vps/tools/vps/rsync/README Wed Oct 23 15:02:54 2013 (r256976) @@ -1,4 +1,4 @@ -Binaries are available at: -XXX +RSync binaries are available at: +http://www.7he.at/freebsd/vps/files/rsync/