Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 15:02:55 +0000 (UTC)
From:      Will Andrews <will@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r256976 - in projects/vps: sys/kern sys/sys tools/vps/rsync
Message-ID:  <201310231502.r9NF2tq5019938@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <k@7he.at>

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/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310231502.r9NF2tq5019938>