Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 1999 08:58:28 -0700 (PDT)
From:      ath@niksun.com
To:        freebsd-gnats-submit@freebsd.org
Subject:   misc/13117: CVS repo src/lib/libc_r/uthread incorrectly tagged
Message-ID:  <19990813155828.3536514F40@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         13117
>Category:       misc
>Synopsis:       CVS repo src/lib/libc_r/uthread incorrectly tagged
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 09:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Heybey
>Release:        3.2-STABLE
>Organization:
Niksun, Inc.
>Environment:
FreeBSD stiegl.niksun.com 3.1-STABLE FreeBSD 3.1-STABLE #1: Fri Jul  9 14:06:39 EDT 1999     ath@stiegl.niksun.com:/x/src/sys/compile/STIEGL  i386

>Description:
I think that files in src/lib/libc_r/uthreads are incorrectly tagged.
The RELENG_3 tag is not a branch tag.  In addition, two files
(uthread_priority_queue.c, uthread_setschedparam.c) have RELENG_3
pointing to a *later* revision than RELENG_3_2_0_RELEASE.

The affected files are:

uthread_attr_getinheritsched.c
uthread_attr_getschedparam.c
uthread_attr_getschedpolicy.c
uthread_attr_getscope.c
uthread_attr_setinheritsched.c
uthread_attr_setschedparam.c
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c
uthread_getschedparam.c
uthread_mutex_prioceiling.c
uthread_mutex_protocol.c
uthread_poll.c
uthread_priority_queue.c
uthread_setschedparam.c
uthread_sigpending.c
uthread_switch_np.c

I am not sure of the proper cvs wizardry to apply.  Just changing
the RELENG_3 tag on these files to be a branch tag is not
The Right Thing.

As a work around I did "cvs update -A" in the src/lib/libc_r/uthread
directory (the resulting source tree builds--I don't really do much with
threads so I don't know if there may be problems with libc_r), but that
means I can't recreate these sources in the future with a single
checkout--I have to remember the second update of the uthread directory.


>How-To-Repeat:
cvs co -r RELENG_3 -D '10 august 1999' src/lib/libc_r/uthread
does not check out any of the above list of files.  However, they 
are needed to build the world.

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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