svn commit: r256976 - in projects/vps: sys/kern sys/sys tools/vps/rsync
Will Andrews
will at FreeBSD.org
Wed Oct 23 15:02:56 UTC 2013
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 at 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/
More information about the svn-src-projects
mailing list