Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2003 06:04:38 +0200
From:      John Hay <jhay@icomtek.csir.co.za>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/osf1 osf1_signal.c src/sys/amd64/amd64 machdep.c src/sys/compat/linprocfs linprocfs.c src/sys/compat/svr4 svr4_filio.c svr4_misc.c src/sys/i386/i386 machdep.c ...
Message-ID:  <20030514040438.GA10441@zibbi.icomtek.csir.co.za>
In-Reply-To: <200305132036.h4DKa2rL045050@repoman.freebsd.org>
References:  <200305132036.h4DKa2rL045050@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 13, 2003 at 01:36:02PM -0700, John Baldwin wrote:
> jhb         2003/05/13 13:36:02 PDT
...
>   Log:
>   - Merge struct procsig with struct sigacts.
>   - Move struct sigacts out of the u-area and malloc() it using the
>     M_SUBPROC malloc bucket.
>   - Add a small sigacts_*() API for managing sigacts structures: sigacts_alloc(),
>     sigacts_free(), sigacts_copy(), sigacts_share(), and sigacts_shared().
>   - Remove the p_sigignore, p_sigacts, and p_sigcatch macros.
>   - Add a mutex to struct sigacts that protects all the members of the struct.
>   - Add sigacts locking.
>   - Remove Giant from nosys(), kill(), killpg(), and kern_sigaction() now
>     that sigacts is locked.
>   - Several in-kernel functions such as psignal(), tdsignal(), trapsignal(),
>     and thread_stopped() are now MP safe.

Does this need some changes in libkvm too?

########
cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm  -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o
/usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist':
/usr/src/lib/libkvm/kvm_proc.c:103: storage size of `procsig' isn't known
/usr/src/lib/libkvm/kvm_proc.c:195: structure has no member named `p_procsig'
/usr/src/lib/libkvm/kvm_proc.c:196: structure has no member named `p_procsig'
/usr/src/lib/libkvm/kvm_proc.c:198: structure has no member named `p_procsig'
*** Error code 1

Stop in /usr/src/lib/libkvm.
*** Error code 1
#########

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org



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