Author: jlh
Date: Mon Aug 11 21:38:41 2014
New Revision: 269841
URL: http://svnweb.freebsd.org/changeset/base/269841
Log:
MFC r269302:
Fix relative numerical addressing (addr,+N).
As a bonus the patch untangles a bit the logic and makes the code
easier to grasp.
PR:
Author: jlh
Date: Wed Aug 14 17:49:08 2013
New Revision: 254332
URL: http://svnweb.freebsd.org/changeset/base/254332
Log:
MFC r253853:
Include /usr/local/etc/libmap.d/ by default.
PR: 180568
Reviewed by:bapt
Obtained from: kib
Added:
stable/9/etc/libmap.con
Author: jlh
Date: Tue Jul 30 12:17:45 2013
New Revision: 253801
URL: http://svnweb.freebsd.org/changeset/base/253801
Log:
MFC r253554:
Fix a panic in the racct code when munlock(2) is called with incorrect
values.
The racct code in sys_munlock() assumed that the boundaries provided b
Author: jlh
Date: Sun May 26 14:40:23 2013
New Revision: 250999
URL: http://svnweb.freebsd.org/changeset/base/250999
Log:
MFC r250992:
Rework the comment I initially wrote when SHLIB_LDSCRIPT was introduced.
The build system is really intricate and I had a hard time to remind the
Author: jlh
Date: Sun May 26 14:35:35 2013
New Revision: 250998
URL: http://svnweb.freebsd.org/changeset/base/250998
Log:
MFC r249591:
Document jail__parameters option.
The description explains why we should not configure "path",
"host.hostname", "command", "ip4.addr" and ip
On Thu, Apr 25, 2013 at 09:20:20AM +0300, Mikolaj Golub wrote:
> On Thu, Apr 25, 2013 at 12:07:52AM +0200, Jeremie Le Hen wrote:
> > Hi Mikolaj,
> >
> > On Sun, Apr 21, 2013 at 05:14:50PM +, Mikolaj Golub wrote:
> > > Author: trociny
> > > Date: Sun
rying to catch up on emails.
I'd say this deserves a comment. Even if you commit log clearly states
the reason for this change, a casual reader may think it would be
preferable to have native alignment and fix it without thinking of
checking the SVN metadata.
--
Jeremie Le Hen
Scientists sa
> system.
Do you have an idea how we can identify whether the installed
ctfconvert(1) is broken or not? I think in Jeremy's case we cannot rely
on OSRELDATE given that right before he built and installed world with
WITHOUT_CDDL, so ctfconvert and OSRELDATE are not in sync.
Why not just always add
en't?
FYI, it seems 9.0-RELEASE also has ctfconvert(1):
http://svnweb.freebsd.org/base/release/9.0.0/cddl/usr.bin/ctfconvert/
My guess is tha this might happen if you don't have /usr/bin/ctfconvert.
I've just removed it and trying to build kernel again.
Regards,
--
Jeremie Le Hen
Author: jlh
Date: Fri Feb 8 22:13:20 2013
New Revision: 246566
URL: http://svnweb.freebsd.org/changeset/base/246566
Log:
MFC r245418:
Allow commands without any additional arguments, as stated in the
manpage. While here, exit early when there is nothing to do.
PR:168415
Author: jlh
Date: Thu May 17 07:59:15 2012
New Revision: 235534
URL: http://svn.freebsd.org/changeset/base/235534
Log:
MFC r235122:
Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script
instead of a symlink for .so files.
Modified:
stable/9/Makefile.inc1 (contents, props
Author: jlh
Date: Wed May 16 20:31:37 2012
New Revision: 235520
URL: http://svn.freebsd.org/changeset/base/235520
Log:
MFC r235142:
Always define LD_32_PRELOAD so it works for 32 bits binaries on
64 bits platforms. Let rtld(1) decide if it needs to honor it
or not.
While here
Author: jlh
Date: Tue May 8 16:36:32 2012
New Revision: 235139
URL: http://svn.freebsd.org/changeset/base/235139
Log:
MFC r234772:
Import stdbuf(1) and the shared library it relies on.
This tool changes the default buffering behaviour of standard
stdio streams.
It only works
13 matches
Mail list logo