Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-06 Thread Jeremie Le Hen
On Fri, Sep 06, 2013 at 11:29:11AM +0300, Alexander Motin wrote: > On 06.09.2013 11:06, Jeremie Le Hen wrote: > > On Fri, Sep 06, 2013 at 12:46:27AM +0200, Olivier Cochard-Labbé wrote: > >> On Thu, Sep 5, 2013 at 11:38 PM, Alexander Motin wrote: > >>> I've foun

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-06 Thread Jeremie Le Hen
Trying to mount root from zfs:zroot/root []... panic: Batch flag already set cpuid = 1 KDB: stack backtrace: db_trace_self_wrapper() kdb_backtrace() vpanic() kassert_panic() xpt_batch_start() ata_interrupt() softclock_call_cc() softclock() ithread_loop() fork_exit() fork_trampoline() -- Jeremie Le He

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-03 Thread Jeremie Le Hen
On Tue, Sep 03, 2013 at 11:24:26PM +0200, Jeremie Le Hen wrote: > On Tue, Sep 03, 2013 at 02:10:32PM -0400, Outback Dingo wrote: > > On Tue, Sep 3, 2013 at 9:42 AM, Jeremie Le Hen wrote: > > > > > On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: >

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-03 Thread Jeremie Le Hen
On Tue, Sep 03, 2013 at 02:10:32PM -0400, Outback Dingo wrote: > On Tue, Sep 3, 2013 at 9:42 AM, Jeremie Le Hen wrote: > > > On Mon, Sep 02, 2013 at 11:49:33AM +0300, Alexander Motin wrote: > > > Hi. > > > > > > I would like to invite more people to review

Re: [RFC][CFT] GEOM direct dispatch and fine-grained CAM locking

2013-09-03 Thread Jeremie Le Hen
of that branch > against present head (r255131) can be found here: > http://people.freebsd.org/~mav/camlock_patches/camlock_20130902.patch I'm building my kernel right now. -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. The

Re: weekly periodic security status

2013-08-27 Thread Jeremie Le Hen
Hi Darren, On Mon, Aug 26, 2013 at 06:11:04PM -0400, Darren Pilgrim wrote: > On 8/26/2013 5:09 PM, Jeremie Le Hen wrote: > > On Mon, Aug 26, 2013 at 12:29:30PM -0400, Darren Pilgrim wrote: > >> The new framework would let me rely on the environment instead of $0, > >> w

Re: weekly periodic security status

2013-08-26 Thread Jeremie Le Hen
Darren On Mon, Aug 26, 2013 at 12:29:30PM -0400, Darren Pilgrim wrote: > >> On 8/25/2013 7:05 AM, Jeremie Le Hen wrote: > >>> And the following variables to control whether you want each check to > >>> run "daily", "weekly" or directly from &qu

Re: weekly periodic security status

2013-08-26 Thread Jeremie Le Hen
On Mon, Aug 26, 2013 at 05:03:32PM +0100, RW wrote: > On Sun, 25 Aug 2013 22:03:58 +0200 > Jeremie Le Hen wrote: > > > I've implemented it here: > > http://people.freebsd.org/~jlh/security_status_period.diff > > > > Doesn't this mean that if you want t

Re: weekly periodic security status

2013-08-25 Thread Jeremie Le Hen
On Sun, Aug 25, 2013 at 07:39:25AM -0800, Royce Williams wrote: > On Sun, Aug 25, 2013 at 3:05 AM, Jeremie Le Hen wrote: > > > On Sat, Aug 24, 2013 at 06:57:04PM +0200, Jeremie Le Hen wrote: > > > On Fri, Aug 23, 2013 at 08:35:55PM -0800, Royce Williams wrote: > > >

Re: weekly periodic security status

2013-08-25 Thread Jeremie Le Hen
Hi Darren, On Sun, Aug 25, 2013 at 12:45:22PM -0400, Darren Pilgrim wrote: > On 8/25/2013 7:05 AM, Jeremie Le Hen wrote: > > And the following variables to control whether you want each check to > > run "daily", "weekly" or directly from "crontab" (th

Re: weekly periodic security status

2013-08-25 Thread Jeremie Le Hen
On Sat, Aug 24, 2013 at 06:57:04PM +0200, Jeremie Le Hen wrote: > On Fri, Aug 23, 2013 at 08:35:55PM -0800, Royce Williams wrote: > > On Fri, Aug 23, 2013 at 10:44 AM, Darren Pilgrim < > > list_free...@bluerosetech.com> wrote: > > > > > Thank you for this, but

Re: weekly periodic security status

2013-08-24 Thread Jeremie Le Hen
On Sat, Aug 24, 2013 at 06:03:37PM -0400, Eitan Adler wrote: > On Sat, Aug 24, 2013 at 4:47 PM, Jeremie Le Hen wrote: > > On Sat, Aug 24, 2013 at 10:41:56AM -0400, Eitan Adler wrote: > >> On Thu, Aug 22, 2013 at 4:49 PM, Jeremie Le Hen wrote: > >> > Well, what

Re: weekly periodic security status

2013-08-24 Thread Jeremie Le Hen
On Sat, Aug 24, 2013 at 10:41:56AM -0400, Eitan Adler wrote: > On Thu, Aug 22, 2013 at 4:49 PM, Jeremie Le Hen wrote: > > Well, whatever, if you have any concerns, objections or comments, please > > speak now :). > > This LGTM but please include a comment above th

Re: weekly periodic security status

2013-08-24 Thread Jeremie Le Hen
On Sat, Aug 24, 2013 at 02:38:15PM +0100, RW wrote: > On Thu, 22 Aug 2013 22:49:58 +0200 > Jeremie Le Hen wrote: > > > Hi, > > > > I plan to commit the attached patch. This allows the turn the daily > > security checks into weekly checks. You do th

Re: weekly periodic security status

2013-08-24 Thread Jeremie Le Hen
e is no way to know whether a script had been called from daily or weekly periodic scripts, so no way to know which variable to check. The easy way to work around this would be to declare an environment variable from 450.status-security, but it sounds like a hackish way because you create an add

weekly periodic security status

2013-08-22 Thread Jeremie Le Hen
ion, out of the daily section. But it is clearer for review that way I think. The patch is also available here: http://people.freebsd.org/~jlh/weekly_status_security.diff Cheers, -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Mor

Re: New CAM locking preview

2013-08-16 Thread Jeremie Le Hen
re controller driver modifications, keeping > KPIs and hopefully KBIs intact, but create base for later work to use > multiqueue capabilities of new controllers. > > This work is sponsored by iXsystems, Inc. Excellent, thanks to both you and iXsystems. I'm eager to see

Re: Turn libc.so into an ld script

2013-05-25 Thread Jeremie Le Hen
~jlh/libc_ldscript_noarch.diff Thanks, > On 5/25/2013 3:06 AM, Jeremie Le Hen wrote: > > Hi, > > > > There has been quite a while since the SSP glue has been committed in > > the tree. Yet there has always been a gloomy corner case since then > > that was

Turn libc.so into an ld script

2013-05-25 Thread Jeremie Le Hen
BIN_LDFLAGS blank, whatever you did with LIB_{CFLAGS,LDFLAGS}. This won't happen without -fPIE here, because a non-hidden symbol will be emitted in that case. -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons.

Re: [patch] Wine DLL base address patches

2013-02-21 Thread Jeremie Le Hen
performance improvement? Thank you! -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: rsh/rlogin strange behavior

2013-02-14 Thread Jeremie Le Hen
On Thu, Feb 14, 2013 at 11:38:19AM +0100, Wojciech Puchar wrote: > > what is wrong? Please do not reply a random thread to create a new one. -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention

Re: Fix overlinking in base aka import pkgconf

2012-12-16 Thread Jeremie Le Hen
ives to something like .a.0 (here I'm just taking a similar scheme to the one used for DSO). As a matter of fact, libprocstat.a would contain: GROUP ( /usr/lib/libprocstat.a.0 /usr/lib/libkvm.a /usr/lib/libutil.a ) Note that libkvm.a and libutil.a could be linker scripts as well.

Re: old style kernel configuration

2012-11-25 Thread Jeremie Le Hen
Hi! On Thu, Nov 22, 2012 at 05:38:58PM +0100, Mateusz Guzik wrote: > > # make buildkernel ... KERNFAST=1 Is it documented somewhere? I was using NO_CLEAN=1. -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention

Re: Activating libssp

2012-05-30 Thread Jeremie Le Hen
Mel, On Tue, May 29, 2012 at 02:54:06PM +0200, Mel Flynn wrote: > On 28-5-2012 23:22, Jeremie Le Hen wrote: > > > > I'm not sure what you mean, but -fstack-protector is documented in GCC > > documentation, I suppose it's the same for Clang but I didn't check.

Re: Activating libssp

2012-05-28 Thread Jeremie Le Hen
t's the same for Clang but I didn't check. You can disable it on FreeBSD by setting WITHOUT_SSP in src.conf(5). -- Jeremie Le Hen Men are born free and equal. Later on, they're on their own. Jean Yanne ___ freebs

Re: GSoC Project: Automated Kernel Crash Reporting System - Discussion

2012-05-17 Thread Jeremie Le Hen
e good to ask the FreeBSD webmaster team opinion though. -- Jeremie Le Hen Men are born free and equal. Later on, they're on their own. Jean Yanne ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.o

Optionally have ld(1) script instead of symlink for .so

2012-05-01 Thread Jeremie Le Hen
comment or concern? -- Jeremie Le Hen Men are born free and equal. Later on, they're on their own. Jean Yanne diff -r 897395797d88 -r bc47fd6cab07 Makefile.inc1 --- a/Makefile.inc1 Sun Apr 29 00:02:52 2012 +0200 +++ b/Makefile.inc1 Sun Apr 29 00:09:30 2012

Re: compiling ports with SSP

2012-04-26 Thread Jeremie Le Hen
; this is going to be a pretty rare and specific case though. I'm glad to hear that the problem doesn't seem to be widespread. How many ports do you have installed? Do you have big families like X.Org, Gnome or KDE? -- Jeremie Le Hen Men are born free and equal. Later on, they&#

bin/166660: new stdbuf utility

2012-04-05 Thread Jeremie Le Hen
tible, so I used the same name and the same interface for obvious compatibility reasons. As you can guess, I'm looking for someone willing to test (though I've already tested it and the code is pretty straightforward) and commit it. You will find additional information in the PR. Thank

Re: compiling ports with SSP (was: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally)=

2012-03-15 Thread Jeremie Le Hen
t keep up with the "lobbying" part :). I asked once or twice, without success, and then went to other subjects. I would be really glad if we could proceed with this. FreeBSD-9.0 has just been release, this is probably a good time to step forward. [3] http://www.freebsd.org/cgi/quer

Re: [RFC] stdbuf: Force stdio's streams initial buffering mode (patch)

2011-10-10 Thread Jeremie Le Hen
Hi, On Thu, Aug 04, 2011 at 07:19:28PM +0200, Jeremie Le Hen wrote: > On Sat, Feb 19, 2011 at 07:50:43PM +0100, Jeremie Le Hen wrote: > > I've been annoyed multiple time when running a command such like > > iostat -x 1 | grep -v ad10 | cat -n > > > > Th

[RFC] stdbuf: Force stdio's streams initial buffering mode (patch)

2011-08-04 Thread Jeremie Le Hen
On Sat, Feb 19, 2011 at 07:50:43PM +0100, Jeremie Le Hen wrote: > I've been annoyed multiple time when running a command such like > iostat -x 1 | grep -v ad10 | cat -n > > The problem stems from two factors: > - grep's stdio sees that its stdout is not a terminal

Re: compiling ports with SSP

2011-07-15 Thread Jeremie Le Hen
u about my patch. Do you have any other concerns? > > > > > > > > > > Thanks. > > > > > Regards, > > > > > -- > > > > > Jeremie Le Hen > > > > > > > > Hmm, I thought I did approve this patc

Re: compiling ports with SSP (was: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally)=

2011-06-01 Thread Jeremie Le Hen
> > Jeremie Le Hen wrote: > > > > > Hi Kib, > > > > > > On Tue, Oct 05, 2010 at 08:18:04PM +0200, Jeremie Le Hen wrote: > > > > > > > > On Mon, Sep 27, 2010 at 06:44:57PM +0300, Kostik Belousov wrote: > > > > > Hardco

Re: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-11-05 Thread Jeremie Le Hen
Hi Kib, On Tue, Oct 05, 2010 at 08:18:04PM +0200, Jeremie Le Hen wrote: > > On Mon, Sep 27, 2010 at 06:44:57PM +0300, Kostik Belousov wrote: > > Hardcoding /usr/lib as the path to the library in the script looks > > problematic. For the buidlworld, you are linking resulting

Re: behaviour changes in mdconfig? or something related?

2010-10-09 Thread Jeremie Le Hen
;c' partition is no longer created on FreeBSD 8 - you should > use /dev/${dev} instead of /dev/${dev}c : > http://www.freebsddiary.org/upgrade8.php . It would be nice to have devd(8) create a symlink from ${dev}c to ${dev} in /dev. Regards, -- Jeremie Le Hen Humans are born free

Re: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-10-05 Thread Jeremie Le Hen
- I also verified this with a hand-wrought opensnoop-like DTrace script. If it's enough for you, can you please go forward and commit my patch? I can make a cleaner one if you want. Thanks. Regards, -- Jeremie Le Hen Humans are born free and equal. But some are

Re: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-09-27 Thread Jeremie Le Hen
he ld script is generated on the fly during the install step. The patch probably needs some polishing such as removing debugging leftovers. Can you tell me if it looks of for you now? Regards, -- Jeremie Le Hen Humans are born free and equal. But

Re: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-09-20 Thread Jeremie Le Hen
Kostik, On Sun, Sep 19, 2010 at 09:41:46PM +0300, Kostik Belousov wrote: > On Sun, Sep 19, 2010 at 10:14:06AM +0200, Jeremie Le Hen wrote: > > Hi Alexander, > > > > On Thu, Aug 05, 2010 at 09:14:46PM +0200, Jeremie Le Hen wrote: > > > On Tue, Aug 03, 2010 at 11:4

Re: [PATCH] Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-09-19 Thread Jeremie Le Hen
Hi Alexander, On Thu, Aug 05, 2010 at 09:14:46PM +0200, Jeremie Le Hen wrote: > On Tue, Aug 03, 2010 at 11:46:51AM -0400, Alexander Kabaev wrote: > > > > I have no objection, but think we should cave in and investigate the > > possibility of using linker script wrapping l

Re: Avoiding sysctl at program startup using ELF aux vector (was: concurrent sysctl implementation)

2010-08-05 Thread Jeremie Le Hen
gt; On Wed, Jun 23, 2010 at 11:09:59PM +0200, Jeremie Le Hen wrote: > > > > Hi Kostik, > > > > > > > > This patch seems to have faded out from memory. Is it possible to go > > > > forward and commit it? > > > I

Re: Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-08-05 Thread Jeremie Le Hen
On Tue, Aug 03, 2010 at 11:46:51AM -0400, Alexander Kabaev wrote: > > I have no objection, but think we should cave in and investigate the > possibility of using linker script wrapping libc.so in FreeBSD-9.0: > > Below is Linux' counterpart: > > /* GNU ld script >Use the shared library, but s

Add -lssp_nonshared to GCC's LIB_SPEC unconditionally

2010-08-03 Thread Jeremie Le Hen
which doesn't link because of this error. The easiest way after the one proposed above would be to apply a patch conditionnaly. Thank you. Regards, -- Jeremie Le Hen Humans are born free and equal. But some are more equal than others.

Re: Avoiding sysctl at program startup using ELF aux vector (was: concurrent sysctl implementation)

2010-06-23 Thread Jeremie Le Hen
/sys/kern/kern_exec.c > index 3f36658..6bed93f 100644 > --- a/sys/kern/kern_exec.c > +++ b/sys/kern/kern_exec.c > @@ -380,6 +380,8 @@ do_execve(td, args, mac_p) > imgp->args = args; > imgp->execpath = imgp->freepath = NULL; > imgp->execpathp =

Re: /etc in CVS (was: Another tool for updating /etc)

2010-04-19 Thread Jeremie Le Hen
le.org/cvsconfchk/ If you give it a try, do not refrain from giving me some feedback! Regards, -- Jeremie Le Hen Humans are born free and equal. But some are more equal than others. Coluche _

Re: concurrent sysctl implementation

2009-07-24 Thread Jeremie Le Hen
On Fri, Jul 24, 2009 at 01:56:49PM +0200, Ed Schouten wrote: > * Jeremie Le Hen wrote: > > On Fri, Jul 24, 2009 at 11:18:42AM +0300, Kostik Belousov wrote: > > > On Fri, Jul 24, 2009 at 09:34:51AM +0200, Jeremie Le Hen wrote: > > > > Hi Ed, > > &

Re: concurrent sysctl implementation

2009-07-24 Thread Jeremie Le Hen
On Fri, Jul 24, 2009 at 11:18:42AM +0300, Kostik Belousov wrote: > On Fri, Jul 24, 2009 at 09:34:51AM +0200, Jeremie Le Hen wrote: > > Hi Ed, > > > > Sorry for the late reply. > > > > On Sat, May 09, 2009 at 02:13:13PM +0200, Ed Schouten wrote: > > > W

Re: concurrent sysctl implementation

2009-07-24 Thread Jeremie Le Hen
later on. Can you elaborate a little? Are you talking about elf-hints.h? I don't see where we can get randomness from it. Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hacker

Creation of the NO_SSP build knob

2008-09-08 Thread Jeremie Le Hen
g WITH_SSP shouldn't lead to a build error. The patch I sent along my reply to Ruslan corrects this. By the way, I think WITH_*/WITHOUT_* options should be user-only options and shouldn't be used in the source tree. This would avoid this kind of problem. Regards, -- Jeremie Le Hen < j

Re: Creation of the NO_SSP build knob

2008-09-05 Thread Jeremie Le Hen
Makefile.inc containing NO_SSP. It's not possible to turn those to "MK_SSP= no" because bsd.init.mk includes ../Makefile.inc before bsd.own.mk. Would you agree with the attached patch? Or would you prefer to use SSP_CFLAGS everywhere? Thank you! -- Jeremie Le Hen < jeremi

Re: Creation of the NO_SSP build knob

2008-09-05 Thread Jeremie Le Hen
Dag-Erling, On Thu, Sep 04, 2008 at 09:26:28PM +0200, Dag-Erling Smørgrav wrote: > Jeremie Le Hen <[EMAIL PROTECTED]> writes: > > If SSP belongs to this list, then NO_SSP is an alias for WITHOUT_SSP. > > But it will still not be possible to use WITH_SSP in src.con

Re: Creation of the NO_SSP build knob

2008-09-04 Thread Jeremie Le Hen
se in the source tree? That was my original intent when asking if I could add NO_SSP. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Creation of the NO_SSP build knob

2008-09-04 Thread Jeremie Le Hen
On Thu, Sep 04, 2008 at 03:57:20PM +0200, Dag-Erling Smørgrav wrote: > Rui Paulo <[EMAIL PROTECTED]> writes: > > Jeremie Le Hen <[EMAIL PROTECTED]> writes: > > > My leaning is to create an additional knob NO_SSP, much like > > > NO_CPU_CFLAGS, that could be s

Creation of the NO_SSP build knob

2008-09-04 Thread Jeremie Le Hen
However I'm not sure it complies with the src.conf(5) policy. Any objection to the patch below? Thank you! Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > Index: Makefile.inc1

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-27 Thread Jeremie Le Hen
work for our problem. Unfortunately, I've never seen any documentation or instruction to set up this. I've Cc'ed the author, in case he has some time to provide additional details. [1] http://gwenole.beauchesne.info/en/projects/nspluginwrapper/help#usage Regards, -

Re: Integration of ProPolice in FreeBSD

2008-06-19 Thread Jeremie Le Hen
Hi Robert, hi all, On Sat, Jun 14, 2008 at 06:27:30PM +0100, Robert Watson wrote: > > On Thu, 12 Jun 2008, Jeremie Le Hen wrote: > > > (This mail has already been sent to [EMAIL PROTECTED] I'm sending it here > > now for a > > wider audience because I

Re: fvwm (was: mplayer pauses when holding a window)

2008-06-13 Thread Jeremie Le Hen
(instead wm display frame) all Xorg windows will be put in suspend > state (music will stop playing, and such ...) BTW, do you know if it is possible to configure this behaviour? Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org ><

Re: Integration of ProPolice in FreeBSD

2008-06-12 Thread Jeremie Le Hen
Hi Ruslan, all, (This mail has already been sent to [EMAIL PROTECTED] I'm sending it here now for a wider audience because I really need testers.) On Wed, Apr 23, 2008 at 03:17:20PM +0200, Jeremie Le Hen wrote: > Hi Antoine, > > On Fri, Apr 18, 2008 at 04:37:06PM +0200, Antoin

Re: Debugging rtld

2008-06-08 Thread Jeremie Le Hen
Hi Kostik, hackers, On Sat, May 17, 2008 at 08:46:37PM +0300, Kostik Belousov wrote: > On Sat, May 17, 2008 at 07:35:25PM +0200, Jeremie Le Hen wrote: > > Hi, > > > > On Sat, May 17, 2008 at 01:26:53PM +0300, Kostik Belousov wrote: > > > On Sat, May 17, 2008 at 11

Re: network bitrate of a poll of processes

2008-06-07 Thread Jeremie Le Hen
external device or you may spoil the results. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscr

Re: do not work nested unnamed anchor

2008-05-17 Thread Jeremie Le Hen
open pop3Openwall popa3d > > > I can not understand what the problem... > > FreeBSD-7.0-RELEASE-p1 > i386 You should ask this on pf mailing-list [1]. freebsd-hackers@ is not the right place for this, freebsd-net@ or freebsd-pf@ would have been far more better. [1] htt

Re: Debugging rtld

2008-05-17 Thread Jeremie Le Hen
Hi, On Sat, May 17, 2008 at 01:26:53PM +0300, Kostik Belousov wrote: > On Sat, May 17, 2008 at 11:17:40AM +0200, Jeremie Le Hen wrote: > > I tried to compile my source tree with -fstack-protector-all, and it > > happens that rtld breaks with this: once the new rtld is installed e

Debugging rtld

2008-05-17 Thread Jeremie Le Hen
) host> #8 0x in ?? () host> #9 0x in ?? () host> #10 0x in ?? () host> #11 0x in ?? () host> #12 0x1000 in ?? () host> [...] host> #359 0x73763a68 in ?? () host> #360 0x5b455c3d in ?? () host> [...] host> #855 0x in ?

MK_SSP used for both libssp and -fstack-protector

2008-04-24 Thread Jeremie Le Hen
currently since the few symbols required by SSP are provided in libc. The only use I can figure is when you want to link a program without libc while still protecting it with SSP. Thank you for your help. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchil

Using special CFLAGS for a single file without writing the rule

2008-04-24 Thread Jeremie Le Hen
ience with the build infrastructure, I suspect you would have a solution. Thank you for your help. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://li

Re: vkernel & GSoC, some questions

2008-03-19 Thread Jeremie Le Hen
kernel through a syscall interface. True, but ISTR that contrary to User-Mode Linux, the virtual memory operations are handled by the host kernel, which should increase speed. I have no pointer for this, I've got this information on #dragonflybsd. Regards,

Re: encrypted executables

2008-02-19 Thread Jeremie Le Hen
ad' stuff, take a > core dump, then re-run the core file after some post-processing. Do you have some pointers about this, please? Thanks. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >

Re: /dev/dsp disappeared after power outage

2008-02-13 Thread Jeremie Le Hen
oot wheel0, 121 Jan 26 05:24 /dev/dspr0.4 > > Yours is obviously 6.x . > > Beginning with 7.x and beyond, nothing will be created by default, > just like what the original poster being experiencing. Refer to > sound(4

GCC generated assembly

2007-12-20 Thread Jeremie Le Hen
x % pushl %eax I will follow up with RELENG_7 GCC 4.2.1 output. Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.or

Re: questions on development(7)

2007-12-18 Thread Jeremie Le Hen
written a PR about this and Ruslan Ermilov pointed out he already submitted a better solution to this problem nearly two years ago. Mine: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/118536 Ruslan's: http://www.freebsd.org/cgi/query-pr.cgi?pr=96528 Regards, -- Jeremie Le Hen < jeremie

Re: HEADS UP: GCC 4.2.0 is coming

2007-05-19 Thread Jeremie Le Hen
fter that. > > > > The src/ tree will be utterly broken meanwhile. I'll send an 'all > > clear' message when done. > > Done. Many thanks for this work, this is invaluable! Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchil

Re: pkgupgrade

2007-03-17 Thread Jeremie Le Hen
r, I strongly recommend you to write at least a small one and wrap the whole bunch into a port. People will likely be more willing to test it and you will get more feedback, including bug reports and enhancements. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >

Re: nullfs and named pipes.

2007-02-16 Thread Jeremie Le Hen
Josef, On Thu, Feb 15, 2007 at 03:22:59PM +, Josef Karthauser wrote: > On Thu, Feb 15, 2007 at 02:57:50PM +0100, Jeremie Le Hen wrote: > > > > Note that all processes within a jail can only intefere with processes > > from another jail or host as if they were on diff

Re: nullfs and named pipes.

2007-02-15 Thread Jeremie Le Hen
ules or tcpwrapper. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Unexpected buildworld error with GCC 3.4 from ports

2007-02-13 Thread Jeremie Le Hen
root -g wheel -m 444 roken.h /usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken/roken-common.h /usr/obj/usr/src/tmp/usr/include % [...] === 8< === 8< === 8< === -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > __

Unexpected buildworld error with GCC 3.4 from ports

2007-02-11 Thread Jeremie Le Hen
/usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/der_locl.h:50:19: roken.h: No such file or directory % In file included from /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/timegm.c:34: % /usr/src/kerberos5/lib/libasn1/../../../crypto/heimdal/lib/asn1/der_locl.h:5

Re: vpnc problem

2007-01-11 Thread Jeremie Le Hen
ss the maintainer has tried it before updating the port and pushed the appropriate patch into the ports tree. Regards -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http

Re: Announce: FreeSBIE 2.0-RC1 is available

2006-12-03 Thread Jeremie Le Hen
It seems to be correctly launched but the screen is blank. I've attached Xorg.0.log and my dmesg output. Please, feel free to ask for more informations. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > X Window System Version 6.9.0 Release Da

Re: [fbsd] Re: src.conf(5) seems to affect ports build

2006-11-18 Thread Jeremie Le Hen
Ruslan, could you commit this patch, please ? Thank you. Regards, On Fri, Oct 20, 2006 at 11:13:32PM +0400, Ruslan Ermilov wrote: > On Fri, Oct 20, 2006 at 05:08:48PM +0200, Jeremie Le Hen wrote: > > Hi, > > > > src.conf(5) manual page states: > > > > % Th

Re: [fbsd] Re: Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
(u_char)*line)) > line++; > > - line = Buf_Peel(Var_Subst(line, VAR_GLOBAL, FALSE)); > + line = Buf_Peel(Var_Subst(line, VAR_CMD, FALSE)); > Parse_Error(iserror ? PARSE_FATAL : PARSE_WARNING, "%s", line); > free(line); > > %%% The patch

Puzzling variables behaviour in make(1)

2006-11-05 Thread Jeremie Le Hen
rom the command-line. According to the code path this method appears to work, but the value of ${VAR} isn't "correct". If this is the expected behaviour, I'd be glad to understand the magic behind this. Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org

Re: src.conf(5) seems to affect ports build

2006-10-22 Thread Jeremie Le Hen
hen this file is included from bsd.ports.mk. With your whole patch I would have to either duplicate these bits in bsd.ports.mk or turn the condition to something like: % .if (defined(MK_SSP) && ${MK_SSP} != "no") || defined(WITH_SSP) What do you advice me to do ? Thank you

Re: src.conf(5) seems to affect ports build

2006-10-21 Thread Jeremie Le Hen
Hi Ruslan, On Fri, Oct 20, 2006 at 11:13:32PM +0400, Ruslan Ermilov wrote: > On Fri, Oct 20, 2006 at 05:08:48PM +0200, Jeremie Le Hen wrote: > > Hi, > > > > src.conf(5) manual page states: > > > > % The src.conf file contains settings that will apply to every

src.conf(5) seems to affect ports build

2006-10-20 Thread Jeremie Le Hen
this might become useful in the near future). Thank you. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: [fbsd] sshd throwing signal 6 (sigabrt)

2006-08-11 Thread Jeremie Le Hen
; > "ssh_exchange_identification: Connection closed by remote host lost > connection" > > Anyone have an idea what the problem could be that sshd see sigabrt? % obiwan:openssh$ grep -rl SIGABRT . | wc -l % 0 This should come from one of the underlying librairies sshd(8

Re: [fbsd] Source ScreenSaver

2006-06-28 Thread Jeremie Le Hen
rc.conf(5) patch. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [fbsd] Re: Atomic updates of NFS export lists

2006-06-12 Thread Jeremie Le Hen
d.org/pipermail/freebsd-net/2005-May/007300.html Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [fbsd] Re: How to disable a src.conf on command-line

2006-06-11 Thread Jeremie Le Hen
ssing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow-Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -c /usr/src/bin/echo/echo.c % ^ % jarjarbinks# make clean % rm -f echo echo.o echo.1.gz echo.1.cat.gz % % jarjarbinks# echo &

How to disable a src.conf on command-line

2006-06-09 Thread Jeremie Le Hen
activation of stack-smashing protection compiler options. I'd like the user to be able to use -DWITHOUT_SSP to compile something, even if he has WITH_SSP=YES in src.conf(5). Should I turn the name of this options into ENABLE_SSP and pull it out the bsd.own.mk magic ?) Thank you.i Re

Re: [fbsd] Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-21 Thread Jeremie Le Hen
referenced by echo. > > For CURRENT, (possibly, another) dependency also pulls > sig* from libc. > > Sorry for misinformation, I was innacurate when looking at issue. There is no harm, don't bother. I made me think some more on linking mechanisms and I am more familiar wi

Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
eing found ? Libc undefined symbols implies the second libssp to be pulled in which in turn has undefined symbol. But since there is no more libc after this, "sigfillset" should be missing either. I would understand if echo.o needed some symbols provided by

Re: [fbsd] Re: Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
-L/usr/obj/usr/src/tmp/usr/lib echo.o -lgcc -lssp -\( -lc -lgcc -lssp -\) /usr/obj/usr/src/tmp/usr/lib/crtend.o /usr/obj/usr/src/tmp/usr/lib/crtn.o Thank you for your answer. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___

Symbol weirdness with static linking

2006-04-20 Thread Jeremie Le Hen
p/usr/lib/libssp.a(ssp.o)(.text+0xe8): In function `__stack_smash_handler': : undefined reference to `syslog' *** Error code 1 -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freeb

linker mysteries

2006-04-13 Thread Jeremie Le Hen
4000) Only linking addresses change, but they do at every compilation. I would be glad if someone could explain why this happens. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mai

Re: [fbsd] ipfw+nat

2006-01-07 Thread Jeremie Le Hen
options IPFIREWALL_VERBOSE_LIMIT=5 > options IPFIREWALL_DEFAULT_TO_ACCEPT > options IPFIREWALL_FORWARD Please post this on -ipfw@ or [EMAIL PROTECTED] Thank you. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > _

Re: [fbsd] Re: DragonFly talk at the upcoming BAYLISA (15 December 2005)

2005-12-23 Thread Jeremie Le Hen
Hi, Matt, > Yah, I'm putting some slides together and will make them available > after the talk. We are after the talk, have you put the slides online or do you plan to issue them after Christmas and New Year ? Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >

Re: [fbsd] Re[2]: jailctl with multiple ip per jail

2005-12-17 Thread Jeremie Le Hen
checking the archives would answer you for sure. Depending on what you really want to do, you may however workaround this limitation using some NAT rules. Best regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > __

Re: IPFW+DUMMYNET UPLOAD PROBLEM

2005-10-06 Thread Jeremie Le Hen
bw 128Kbit/s queue 10KBytes > > And my test speed from ip 192.168.0.5 is: > Down 123.66kbps > Up 766.24kbps What's the output of % ipfw show 600 601 Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > _

Re: how to handling read only cvs trees

2005-09-08 Thread Jeremie Le Hen
% /profile.sh/1.9/Fri Jun 24 15:28:32 2005// % /make_patches.pl/1.3/Wed Jun 29 09:55:34 2005// % /profile.8/1.6/Mon Aug 15 19:22:38 2005// % +/pouet/0/Initial pouet// % Only in CVS: pouet,t If it doesn't work, touch CVS/pouet,t, but I don't think this is relevant. In all cases, the CVS repository i

Re: how to handling read only cvs trees

2005-09-08 Thread Jeremie Le Hen
sitory, until the change is commited. Unfortunately I don't have actually any time to do this, sorry. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org > ___ freebsd-hackers@freebsd.org mailing list

  1   2   >