Re: CVS commit: [matt-nb5-mips64] src/sys/kern

2011-02-08 Thread Matt Thomas
On Feb 8, 2011, at 3:33 PM, Adam Hamsik wrote: > > On Feb,Tuesday 8 2011, at 10:56 PM, Cliff Neighbors wrote: > >> Module Name: src >> Committed By:cliff >> Date:Tue Feb 8 21:56:02 UTC 2011 >> >> Modified Files: >> src/sys/kern [matt-nb5-mips64]: subr_autoconf.c >

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Christos Zoulas
In article <20110208212244.gk22...@cs.hut.fi>, Antti Kantee wrote: >On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: >> On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: >> > Still the problem remains, how do we stack the calls to insert the ssp >> > check at the top

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Christos Zoulas
In article <20110208220435.ga10...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Tue, Feb 08, 2011 at 11:43:40PM +0200, Antti Kantee wrote: >> On Tue Feb 08 2011 at 22:41:57 +0100, Joerg Sonnenberger wrote: >> > On Tue, Feb 08, 2011 at 11:22:44PM +0200, Antti Kantee wrote: >> > > On Tue Feb 0

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Christos Zoulas
In article <20110208210049.ga8...@britannica.bec.de>, Joerg Sonnenberger wrote: >On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: >> Still the problem remains, how do we stack the calls to insert the ssp >> check at the top level, without resorting to rtld tricks? > >Let me try to

Re: CVS commit: [matt-nb5-mips64] src/sys/kern

2011-02-08 Thread Adam Hamsik
On Feb,Tuesday 8 2011, at 10:56 PM, Cliff Neighbors wrote: > Module Name: src > Committed By: cliff > Date: Tue Feb 8 21:56:02 UTC 2011 > > Modified Files: > src/sys/kern [matt-nb5-mips64]: subr_autoconf.c > > Log Message: > use mutex_obj_alloc() to allocate config_queues_lock a

Re: CVS commit: [bouyer-quota2] src/sys/ufs/ffs

2011-02-08 Thread Jeff Rizzo
On 2/8/11 1:29 PM, Manuel Bouyer wrote: Module Name:src Committed By: bouyer Date: Tue Feb 8 21:29:46 UTC 2011 Modified Files: src/sys/ufs/ffs [bouyer-quota2]: ffs_subr.c Log Message: for !_KERNEL case, always define FFS_EI. Required for makefs, and maybe resize_ffs (it

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Joerg Sonnenberger
On Tue, Feb 08, 2011 at 11:43:40PM +0200, Antti Kantee wrote: > On Tue Feb 08 2011 at 22:41:57 +0100, Joerg Sonnenberger wrote: > > On Tue, Feb 08, 2011 at 11:22:44PM +0200, Antti Kantee wrote: > > > On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: > > > > On Tue, Feb 08, 2011 at 03:

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 23:04:35 +0100, Joerg Sonnenberger wrote: > > > > No, it wants to override "whatever is the symbol applications are > > > > resolved to". For -current this is "_sys_read" (on nb5 it's "read"). > > > > > > That's not what the library is doing according to nm. It defines "read

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 22:41:57 +0100, Joerg Sonnenberger wrote: > On Tue, Feb 08, 2011 at 11:22:44PM +0200, Antti Kantee wrote: > > On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: > > > On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: > > > > Still the problem remain

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Joerg Sonnenberger
On Tue, Feb 08, 2011 at 11:22:44PM +0200, Antti Kantee wrote: > On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: > > On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: > > > Still the problem remains, how do we stack the calls to insert the ssp > > > check at the top le

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 23:22:44 +0200, Antti Kantee wrote: > On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: > > On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: > > > Still the problem remains, how do we stack the calls to insert the ssp > > > check at the top level,

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 22:00:49 +0100, Joerg Sonnenberger wrote: > On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: > > Still the problem remains, how do we stack the calls to insert the ssp > > check at the top level, without resorting to rtld tricks? > > Let me try to summarize th

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Joerg Sonnenberger
On Tue, Feb 08, 2011 at 03:34:54PM -0500, Christos Zoulas wrote: > Still the problem remains, how do we stack the calls to insert the ssp > check at the top level, without resorting to rtld tricks? Let me try to summarize the situation to make sure I get it right: The fortification code wants to

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Christos Zoulas
On Feb 8, 10:30pm, po...@cs.hut.fi (Antti Kantee) wrote: -- Subject: Re: CVS commit: src/lib/librumphijack | On Tue Feb 08 2011 at 15:03:11 -0500, Christos Zoulas wrote: | > [explanation] | > | > In your c code then in hijack.c you need to define the body of _hijack_read. | > You also end up need

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 15:03:11 -0500, Christos Zoulas wrote: > [explanation] > > In your c code then in hijack.c you need to define the body of _hijack_read. > You also end up needing to define the bodies of readlink and getcwd, but > that is easily done... > > I hope that helps. The trick to und

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Christos Zoulas
On Feb 8, 5:01pm, po...@cs.hut.fi (Antti Kantee) wrote: -- Subject: Re: CVS commit: src/lib/librumphijack | On Tue Feb 08 2011 at 05:15:39 +, Christos Zoulas wrote: | > In article <20110207124333.gg15...@cs.hut.fi>, | > Antti Kantee wrote: | > >On Mon Feb 07 2011 at 11:51:02 +, Antti Ka

Re: CVS commit: src/lib/librumphijack

2011-02-08 Thread Antti Kantee
On Tue Feb 08 2011 at 05:15:39 +, Christos Zoulas wrote: > In article <20110207124333.gg15...@cs.hut.fi>, > Antti Kantee wrote: > >On Mon Feb 07 2011 at 11:51:02 +, Antti Kantee wrote: > >> Module Name: src > >> Committed By: pooka > >> Date: Mon Feb 7 11:51:02 UT

Re: CVS commit: src/sbin/dmctl

2011-02-08 Thread haad
On Tue, Feb 8, 2011 at 2:58 PM, Paul Goyette wrote: > Module Name:    src > Committed By:   pgoyette > Date:           Tue Feb  8 13:58:54 UTC 2011 > > Modified Files: >        src/sbin/dmctl: dmctl.c > > Log Message: > Use PRIu64 to fix build on amd64 (and presumably other 64-bit ports) Thanks !