Re: svn commit: r192648 - in head: share/man/man4 sys/conf sys/netinet sys/netinet6 sys/netipsec

2009-06-23 Thread Jeremie Le Hen
if this feature is going to be simply removed, or if it is replaced by something else? Thanks. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src

Re: svn commit: r195697 - in head: . contrib/gcc/config gnu/lib/libgcc gnu/lib/libssp/libssp_nonshared lib/libc lib/libc/sys libexec/rtld-elf share/mk

2009-07-28 Thread Jeremie Le Hen
extra work every time given shared library is being relocated and making affected text pages non-shareable. Wow, this is a nice catch. I'm glad you figured it out before the release. Thanks! Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org

Re: svn commit: r196200 - in head: etc/mtree include sys/dev/mfi usr.sbin usr.sbin/mfiutil

2009-08-23 Thread Jeremie Le Hen
will be more difficult to change. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all

Re: svn commit: r185050 - head/usr.sbin/powerd

2009-01-03 Thread Jeremie Le Hen
math now, but gives better system interactivity. Thanks for this work! Can you consider MFC'ing this to RELENG_7 and maybe RELENG_6 please? Thanks. Regards, -- Jeremie Le Hen jeremie at le-hen dot org ttz at chchile dot org ___ svn-src-all

Re: svn commit: r233296 - head/lib/libc/gen

2012-04-14 Thread Jeremie Le Hen
; if (statfs(/, sf) != 0) return; Would you mind MFC'ing this please? It bit me today :). Thanks. -- Jeremie Le Hen Men are born free and equal. Later on, they're on their own. Jean Yanne ___ svn

svn commit: r234599 - head/share/misc

2012-04-23 Thread Jeremie Le Hen
Tatuya\njin...@freebsd.org\n2007/03/17] jkim [label=Jung-uk Kim\nj...@freebsd.org\n2005/07/06] jkoshy [label=A. Joseph Koshy\njko...@freebsd.org\n1998/05/13] +jlh [label=Jeremie Le Hen\n...@freebsd.org\n2012/04/22] jls [label=Jordan Sissel\n...@freebsd.org\n2006/12/06] joerg [label=Joerg Wunsch

svn commit: r234600 - head/usr.bin/calendar/calendars

2012-04-23 Thread Jeremie Le Hen
+316,7 @@ 11/09 Antoine Brodin anto...@freebsd.org born in Bagnolet, France, 1981 11/10 Gregory Neil Shapiro gshap...@freebsd.org born in Providence, Rhode Island, United States, 1970 11/13 John Baldwin j...@freebsd.org born in Stuart, Virginia, United States, 1977 +11/14 Jeremie Le Hen j

svn commit: r234772 - in head: lib lib/libc/stdio lib/libstdbuf usr.bin usr.bin/stdbuf

2012-04-28 Thread Jeremie Le Hen
== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lib/libstdbuf/libstdbuf.3 Sat Apr 28 20:52:20 2012 (r234772) @@ -0,0 +1,102 @@ +.\ Copyright (c) 2012 Jeremie Le Hen j...@freebsd.org +.\ All rights reserved. +.\ +.\ Redistribution and use in source and binary

svn commit: r234773 - in head/lib: libc/stdio libstdbuf

2012-04-28 Thread Jeremie Le Hen
Author: jlh Date: Sat Apr 28 21:50:30 2012 New Revision: 234773 URL: http://svn.freebsd.org/changeset/base/234773 Log: Fix small documentation mistakes. Submitted by: brueffer Approved by: kib (mentor) Modified: head/lib/libc/stdio/setbuf.3 head/lib/libstdbuf/libstdbuf.3 Modified:

svn commit: r234779 - head/usr.bin/stdbuf

2012-04-29 Thread Jeremie Le Hen
Author: jlh Date: Sun Apr 29 08:17:44 2012 New Revision: 234779 URL: http://svn.freebsd.org/changeset/base/234779 Log: Use standard getopt(3) error message. Submitted by: jilles Approved by: kib (mentor) Modified: head/usr.bin/stdbuf/stdbuf.c Modified: head/usr.bin/stdbuf/stdbuf.c

svn commit: r235122 - in head: . share/mk

2012-05-07 Thread Jeremie Le Hen
Author: jlh Date: Mon May 7 09:00:30 2012 New Revision: 235122 URL: http://svn.freebsd.org/changeset/base/235122 Log: Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script instead of a symlink for .so files. Reviewed by:kib, kan (previous version), dim Approved by:

svn commit: r235139 - in stable/9: lib lib/libc/stdio lib/libstdbuf usr.bin usr.bin/stdbuf

2012-05-08 Thread Jeremie Le Hen
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

svn commit: r235141 - in stable/8: lib lib/libc/stdio lib/libstdbuf usr.bin usr.bin/stdbuf

2012-05-08 Thread Jeremie Le Hen
Author: jlh Date: Tue May 8 19:33:31 2012 New Revision: 235141 URL: http://svn.freebsd.org/changeset/base/235141 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

svn commit: r235142 - head/usr.bin/stdbuf

2012-05-08 Thread Jeremie Le Hen
Author: jlh Date: Tue May 8 19:43:32 2012 New Revision: 235142 URL: http://svn.freebsd.org/changeset/base/235142 Log: 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, fix a small bug in

svn commit: r235520 - stable/9/usr.bin/stdbuf

2012-05-16 Thread Jeremie Le Hen
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

svn commit: r235521 - stable/8/usr.bin/stdbuf

2012-05-16 Thread Jeremie Le Hen
Author: jlh Date: Wed May 16 20:33:29 2012 New Revision: 235521 URL: http://svn.freebsd.org/changeset/base/235521 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

svn commit: r235534 - in stable/9: . share/mk

2012-05-17 Thread Jeremie Le Hen
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

svn commit: r235536 - in stable/8: . share/mk

2012-05-17 Thread Jeremie Le Hen
Author: jlh Date: Thu May 17 08:14:10 2012 New Revision: 235536 URL: http://svn.freebsd.org/changeset/base/235536 Log: MFC r235122: Introduce the ${SHLIB_LDSCRIPT} variable to have an ld(1) script instead of a symlink for .so files. Modified: stable/8/Makefile.inc1 (contents, props

svn commit: r250992 - head/share/mk

2013-05-25 Thread Jeremie Le Hen
Author: jlh Date: Sat May 25 22:17:14 2013 New Revision: 250992 URL: http://svnweb.freebsd.org/changeset/base/250992 Log: 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 whole picture even when

svn commit: r250998 - stable/9/share/man/man5

2013-05-26 Thread Jeremie Le Hen
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_jname_parameters option. The description explains why we should not configure path, host.hostname, command, ip4.addr and

svn commit: r250999 - stable/9/share/mk

2013-05-26 Thread Jeremie Le Hen
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

Re: svn commit: r250991 - in head: contrib/jemalloc/include/jemalloc include lib/libc/stdlib/jemalloc

2013-05-31 Thread Jeremie Le Hen
version. Would you mind giving an example of what is now possible with this change? Thanks, -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing

svn commit: r251668 - head/lib/libc

2013-06-12 Thread Jeremie Le Hen
Author: jlh Date: Wed Jun 12 21:12:05 2013 New Revision: 251668 URL: http://svnweb.freebsd.org/changeset/base/251668 Log: Turn libc.so into an ld script rather than a symlink pointing to the real shared object and libssp_nonshared.a. This was the last showstopper that prevented from

Re: svn commit: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-16 Thread Jeremie Le Hen
, btw ... Unfortunately our binutils is too old, so we're out of luck in the short term. This is most likely a project to undertake once we've migrated from binutils. Do you know if it has been undertaken? -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons

svn commit: r251810 - head/share/mk

2013-06-16 Thread Jeremie Le Hen
Author: jlh Date: Sun Jun 16 16:29:23 2013 New Revision: 251810 URL: http://svnweb.freebsd.org/changeset/base/251810 Log: Fix install from read-only obj dir when SHLIB_LDSCRIPT is used. Reported by:joeld Tested by: joeld Modified: head/share/mk/bsd.lib.mk Modified:

Re: svn commit: r251810 - head/share/mk

2013-06-16 Thread Jeremie Le Hen
On Sun, Jun 16, 2013 at 04:29:24PM +, Jeremie Le Hen wrote: Author: jlh Date: Sun Jun 16 16:29:23 2013 New Revision: 251810 URL: http://svnweb.freebsd.org/changeset/base/251810 Log: Fix install from read-only obj dir when SHLIB_LDSCRIPT is used. Reported by:joeld Tested

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-24 Thread Jeremie Le Hen
local repositories that don't need the python/perl plugin architecture. Any plan to MFC this to stable/9? If yes, possible for 9.1? -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
/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 Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

svn commit: r249591 - head/share/man/man5

2013-04-17 Thread Jeremie Le Hen
Author: jlh Date: Wed Apr 17 20:19:32 2013 New Revision: 249591 URL: http://svnweb.freebsd.org/changeset/base/249591 Log: Document jail_jname_parameters option. The description explains why we should not configure path, host.hostname, command, ip4.addr and ip6.addr parameters with

Re: svn commit: r249549 - in stable/9/sys: amd64/conf i386/conf

2013-04-17 Thread Jeremie Le Hen
not just always add ctfconvert to bootstrap tools when it is needed? I don't know how long it takes to build though, but it is probably nothing compared to LLVM ;-). -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

Re: svn commit: r249734 - stable/9/sys/kern

2013-04-24 Thread Jeremie Le Hen
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 say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

Re: svn commit: r249734 - stable/9/sys/kern

2013-04-25 Thread Jeremie Le Hen
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 Apr 21 17:14:50 2013 New Revision: 249734 URL

Re: svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-06 Thread Jeremie Le Hen
that mean that mount -l is now completely useless? In that case, can we start deprecating it in 10.x and remove it entirely in 11.x? Regards, -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

Re: svn commit: r250235 - in head: etc/rc.d sbin/mount

2013-05-06 Thread Jeremie Le Hen
* mount *everything*. I prefer to avoid option clutteing ususaly. On the other hand, I don't know if it is worth to undergo the burden of the deprecation for this sole purpose. -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons

Re: svn commit: r241149 - in head/usr.sbin: . bsdconfig/share sysrc

2012-10-03 Thread Jeremie Le Hen
. Approved by:adrian (co-mentor) Don't you expect to MFC this? Thanks. Regards, -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing list http

svn commit: r245418 - head/usr.bin/stdbuf

2013-01-14 Thread Jeremie Le Hen
Author: jlh Date: Mon Jan 14 11:03:13 2013 New Revision: 245418 URL: http://svnweb.freebsd.org/changeset/base/245418 Log: Allow commands without any additional arguments, as stated in the manpage. While here, exit early when there is nothing to do. PR:168415 Submitted by:

svn commit: r245419 - head/usr.bin/stdbuf

2013-01-14 Thread Jeremie Le Hen
Author: jlh Date: Mon Jan 14 11:06:50 2013 New Revision: 245419 URL: http://svnweb.freebsd.org/changeset/base/245419 Log: Remove stray tabs. Submitted by: kib Approved by: kib (mentor) MFC after:1 week Modified: head/usr.bin/stdbuf/stdbuf.c Modified:

svn commit: r246566 - stable/9/usr.bin/stdbuf

2013-02-08 Thread 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

svn commit: r246567 - stable/8/usr.bin/stdbuf

2013-02-08 Thread Jeremie Le Hen
Author: jlh Date: Fri Feb 8 22:23:22 2013 New Revision: 246567 URL: http://svnweb.freebsd.org/changeset/base/246567 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

svn commit: r268567 - head/sbin/ifconfig

2014-07-12 Thread Jeremie Le Hen
Author: jlh Date: Sat Jul 12 10:18:33 2014 New Revision: 268567 URL: http://svnweb.freebsd.org/changeset/base/268567 Log: Make the description of the no_prefer_iface flag easier to understand. Reviewed by: Silence on -net@ and from ume@ Modified: head/sbin/ifconfig/ifconfig.8

svn commit: r269302 - head/usr.bin/sed

2014-07-30 Thread Jeremie Le Hen
Author: jlh Date: Wed Jul 30 14:46:39 2014 New Revision: 269302 URL: http://svnweb.freebsd.org/changeset/base/269302 Log: Fix relative numerical addressing (addr,+N). As a bonus the patch untangles a bit the logic and makes the code easier to grasp. PR: 192108 MFC after:

Re: svn commit: r269729 - in head/usr.bin/sed: . tests

2014-08-11 Thread Jeremie Le Hen
by the Open Group. The new behavior is closer to GNU sed. Any plan to MFC this? -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing list http

svn commit: r269837 - stable/10/usr.bin/sed

2014-08-11 Thread Jeremie Le Hen
Author: jlh Date: Mon Aug 11 20:38:52 2014 New Revision: 269837 URL: http://svnweb.freebsd.org/changeset/base/269837 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:

svn commit: r269841 - stable/9/usr.bin/sed

2014-08-11 Thread Jeremie Le Hen
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:

svn commit: r253554 - head/sys/vm

2013-07-22 Thread Jeremie Le Hen
Author: jlh Date: Mon Jul 22 21:47:14 2013 New Revision: 253554 URL: http://svnweb.freebsd.org/changeset/base/253554 Log: 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 by the userland

svn commit: r253556 - head/sys/vm

2013-07-22 Thread Jeremie Le Hen
Author: jlh Date: Mon Jul 22 22:16:47 2013 New Revision: 253556 URL: http://svnweb.freebsd.org/changeset/base/253556 Log: Fix previous commit when option RACCT is not used. MFC after:7 days Modified: head/sys/vm/vm_mmap.c Modified: head/sys/vm/vm_mmap.c

svn commit: r253801 - stable/9/sys/vm

2013-07-30 Thread Jeremie Le Hen
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

Re: svn commit: r253756 - head/sys/dev/wi

2013-07-30 Thread Jeremie Le Hen
) device access on big endian architectures. PR: kern/164499 Reviewed by:adrian Obtained from: NetBSD That's funny that this commit comes right after Adrian's proposal to remove wi(4) :). -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons

svn commit: r253853 - head/etc

2013-07-31 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 1 05:50:42 2013 New Revision: 253853 URL: http://svnweb.freebsd.org/changeset/base/253853 Log: Include /usr/local/etc/libmap.d/ by default. PR: 180568 Reviewed by: bapt Obtained from:kib MFC after:3 days Added: head/etc/libmap.conf

svn commit: r254332 - stable/9/etc

2013-08-14 Thread Jeremie Le Hen
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:

svn commit: r254357 - releng/9.2/etc

2013-08-15 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 15 08:12:16 2013 New Revision: 254357 URL: http://svnweb.freebsd.org/changeset/base/254357 Log: MFC r253853: Include /usr/local/etc/libmap.d/ by default. PR: 180568 Reviewed by:bapt Obtained from: kib Approved by: re

svn commit: r254358 - head/sys/sys

2013-08-15 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 15 08:21:00 2013 New Revision: 254358 URL: http://svnweb.freebsd.org/changeset/base/254358 Log: Belatedly bump __FreeBSD_version for libc being an ld script. This should have been done in r251668, on June 12, 2013. This will have no practical consequences,

Re: svn commit: r254358 - head/sys/sys

2013-08-15 Thread Jeremie Le Hen
On Thu, Aug 15, 2013 at 12:25:05PM +0400, Gleb Smirnoff wrote: On Thu, Aug 15, 2013 at 08:21:00AM +, Jeremie Le Hen wrote: J Author: jlh J Date: Thu Aug 15 08:21:00 2013 J New Revision: 254358 J URL: http://svnweb.freebsd.org/changeset/base/254358 J J Log: J Belatedly bump

svn commit: r262826 - head/lib/libc/db/btree

2014-03-05 Thread Jeremie Le Hen
Author: jlh Date: Thu Mar 6 07:44:45 2014 New Revision: 262826 URL: http://svnweb.freebsd.org/changeset/base/262826 Log: Let __bt_put() accept the R_SETCURSOR flag, as stated in the dbopen(3) manpage. While here, update the comment above with all the accepted flags. Reviewed by:

Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-28 Thread Jeremie Le Hen
netstat binary will work well with 10.0 and any future kernel. The cons is that now it isn't possible to obtain interface statistics from a vmcore. Is there a kgdb macro or something like that that could be used for debugging purpose? -- Jeremie Le Hen Scientists say the world

Re: svn commit: r254974 - in head: etc/defaults etc/periodic/monthly etc/periodic/security etc/periodic/weekly share/man/man5

2013-10-28 Thread Jeremie Le Hen
eval value=\\$$dailyvar\ [ -z $value ] return -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing list http

svn commit: r257364 - head/etc/defaults

2013-10-29 Thread Jeremie Le Hen
Author: jlh Date: Tue Oct 29 20:38:19 2013 New Revision: 257364 URL: http://svnweb.freebsd.org/changeset/base/257364 Log: Fix indentation. MFC after: 4 days Modified: head/etc/defaults/periodic.conf Modified: head/etc/defaults/periodic.conf

svn commit: r257361 - head/etc/defaults

2013-10-29 Thread Jeremie Le Hen
Author: jlh Date: Tue Oct 29 20:35:35 2013 New Revision: 257361 URL: http://svnweb.freebsd.org/changeset/base/257361 Log: Fix compatibility function for old daily_status_security_${name}_enable variable PR: conf/183137 Reported by:Adam McDougall mcdouga9 at egr msu edu

Re: svn commit: r254974 - in head: etc/defaults etc/periodic/monthly etc/periodic/security etc/periodic/weekly share/man/man5

2013-10-29 Thread Jeremie Le Hen
confirm that please, and I will close the PR. Regards, -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: svn commit: r258791 - in head: . lib lib/libpjdlog share/mk

2013-12-02 Thread Jeremie Le Hen
and pjdlog.h header file is not installed in /usr/include/ to keep it private. Unfortunately we don't have /lib/private/ at this point, only /usr/lib/private/, so the library is installed in /lib/. What's wrong with creating /lib/private then? -- Jeremie Le Hen Scientists say the world

svn commit: r254827 - head/etc/defaults

2013-08-25 Thread Jeremie Le Hen
Author: jlh Date: Sun Aug 25 07:46:18 2013 New Revision: 254827 URL: http://svnweb.freebsd.org/changeset/base/254827 Log: Move daily_status_security_noamd next to 200.chkmounts's variables. Modified: head/etc/defaults/periodic.conf Modified: head/etc/defaults/periodic.conf

svn commit: r254829 - head/usr.sbin/periodic

2013-08-25 Thread Jeremie Le Hen
Author: jlh Date: Sun Aug 25 08:56:09 2013 New Revision: 254829 URL: http://svnweb.freebsd.org/changeset/base/254829 Log: Export a PERIODIC environment variable from periodic(8). This will allow periodic security scripts to know if they have been called in a daily or a weekly context.

Re: svn commit: r254585 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-08-25 Thread Jeremie Le Hen
0x0008008826ac in ?? () -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send

Re: svn commit: r254585 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-08-26 Thread Jeremie Le Hen
= (objset_t *) 0xf800046e4000 (kgdb) print dn-dn_objset $4 = (struct objset *) 0xf800045fcc00 -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-all

Re: svn commit: r254585 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-08-27 Thread Jeremie Le Hen
On Tue, Aug 27, 2013 at 11:01:30AM +0300, Andriy Gapon wrote: on 27/08/2013 06:41 Jeremie Le Hen said the following: On Mon, Aug 26, 2013 at 04:03:08PM -0700, Xin Li wrote: Index: sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c

svn commit: r254974 - in head: etc/defaults etc/periodic/monthly etc/periodic/security etc/periodic/weekly share/man/man5

2013-08-27 Thread Jeremie Le Hen
Author: jlh Date: Tue Aug 27 21:20:28 2013 New Revision: 254974 URL: http://svnweb.freebsd.org/changeset/base/254974 Log: Make the period of each periodic security script configurable. There are now six additional variables weekly_status_security_enable

svn commit: r254975 - head/etc/periodic/monthly

2013-08-27 Thread Jeremie Le Hen
Author: jlh Date: Tue Aug 27 21:28:12 2013 New Revision: 254975 URL: http://svnweb.freebsd.org/changeset/base/254975 Log: Install 450.status-security. Modified: head/etc/periodic/monthly/Makefile Modified: head/etc/periodic/monthly/Makefile

Re: svn commit: r254974 - in head: etc/defaults etc/periodic/monthly etc/periodic/security etc/periodic/weekly share/man/man5

2013-08-27 Thread Jeremie Le Hen
On Tue, Aug 27, 2013 at 09:20:29PM +, Jeremie Le Hen wrote: Author: jlh Date: Tue Aug 27 21:20:28 2013 New Revision: 254974 URL: http://svnweb.freebsd.org/changeset/base/254974 Log: Make the period of each periodic security script configurable. There are now six additional

svn commit: r255169 - head/etc/defaults

2013-09-03 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 3 07:47:53 2013 New Revision: 255169 URL: http://svnweb.freebsd.org/changeset/base/255169 Log: Since r254974, periodic scripts' period can be configured independently. There is no reason to leave their options with the daily ones, so move them to their own

Re: svn commit: r255169 - head/etc/defaults

2013-09-03 Thread Jeremie Le Hen
On Tue, Sep 03, 2013 at 07:47:53AM +, Jeremie Le Hen wrote: Author: jlh Date: Tue Sep 3 07:47:53 2013 New Revision: 255169 URL: http://svnweb.freebsd.org/changeset/base/255169 Log: Since r254974, periodic scripts' period can be configured independently. There is no reason

svn commit: r255178 - head/usr.sbin/periodic

2013-09-03 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 3 13:40:24 2013 New Revision: 255178 URL: http://svnweb.freebsd.org/changeset/base/255178 Log: Include the calling context in the mail subject, if any. More concretely, periodic security scripts defaults to being called from daily ones -- daily context -- so

Re: svn commit: r255243 - head/etc/mtree

2013-09-06 Thread Jeremie Le Hen
On Thu, Sep 05, 2013 at 12:35:24PM +, Dag-Erling SmÞrgrav wrote: Author: des Date: Thu Sep 5 12:35:23 2013 New Revision: 255243 URL: http://svnweb.freebsd.org/changeset/base/255243 Log: authpf needs /var/authpf to exist and be writable by group authpf. Thanks! -- Jeremie Le Hen

svn commit: r276909 - in head/usr.bin/sed/tests: . regress.multitest.out

2015-01-10 Thread Jeremie Le Hen
Author: jlh Date: Sat Jan 10 10:16:22 2015 New Revision: 276909 URL: https://svnweb.freebsd.org/changeset/base/276909 Log: Add a regression test for PR 192108. I won't go through the hassle of MFCing it since I expect all changes to go first through HEAD anyway. PR: 192108

Re: svn commit: r276904 - head/sys/kern

2015-01-10 Thread Jeremie Le Hen
there be a security advisory for this one? -- Jeremie Le Hen j...@freebsd.org ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org

Re: svn commit: r284377 - head/lib/libc/sys

2015-06-14 Thread Jeremie Le Hen
On Sun, Jun 14, 2015 at 9:47 AM, Jeremie Le Hen j...@freebsd.org wrote: Author: jlh Date: Sun Jun 14 07:47:18 2015 New Revision: 284377 URL: https://svnweb.freebsd.org/changeset/base/284377 Log: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib

svn commit: r284378 - head/sys/kern

2015-06-14 Thread Jeremie Le Hen
Author: jlh Date: Sun Jun 14 08:33:14 2015 New Revision: 284378 URL: https://svnweb.freebsd.org/changeset/base/284378 Log: nit: Rename racct_alloc_resource to racct_adjust_resource. This is more accurate as the amount can be negative. MFC after:2 weeks Modified:

svn commit: r284377 - head/lib/libc/sys

2015-06-14 Thread Jeremie Le Hen
Author: jlh Date: Sun Jun 14 07:47:18 2015 New Revision: 284377 URL: https://svnweb.freebsd.org/changeset/base/284377 Log: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious crash after the setup was done.

Re: svn commit: r285444 - head/etc/defaults

2015-07-13 Thread Jeremie Le Hen
On Mon, Jul 13, 2015 at 12:43 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Jul 13, 2015, at 03:15, Jeremie Le Hen j...@freebsd.org wrote: Author: jlh Date: Mon Jul 13 10:15:01 2015 New Revision: 285444 URL: https://svnweb.freebsd.org/changeset/base/285444 Log: Allow again periodic

svn commit: r285444 - head/etc/defaults

2015-07-13 Thread Jeremie Le Hen
Author: jlh Date: Mon Jul 13 10:15:01 2015 New Revision: 285444 URL: https://svnweb.freebsd.org/changeset/base/285444 Log: Allow again periodic scripts to be run from command-line. PR: 188109 Submitted by: Jason Unovitch MFC after:1 week Modified:

svn commit: r288105 - stable/10/lib/libc/sys

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 10:48:28 2015 New Revision: 288105 URL: https://svnweb.freebsd.org/changeset/base/288105 Log: Long overdue MFC r284377: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious

svn commit: r288107 - stable/10/etc/defaults

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 11:38:58 2015 New Revision: 288107 URL: https://svnweb.freebsd.org/changeset/base/288107 Log: Long overdue MFC r285444: Allow again periodic scripts to be run from command-line. PR: 188109 Submitted by: Jason Unovitch Modified:

svn commit: r288106 - stable/10/sys/kern

2015-09-22 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 22 11:25:37 2015 New Revision: 288106 URL: https://svnweb.freebsd.org/changeset/base/288106 Log: Long overdue MFC r284378: nit: Rename racct_alloc_resource to racct_adjust_resource. This is more accurate as the amount can be negative. Modified:

svn commit: r292564 - head/etc

2015-12-21 Thread Jeremie Le Hen
Author: jlh Date: Mon Dec 21 20:14:40 2015 New Revision: 292564 URL: https://svnweb.freebsd.org/changeset/base/292564 Log: Add port for IRC over TLS/SSL, as noted in RFC 7194. PR: 192505 Submitted by: loic.b...@unix-experience.fr MFC after:3 days Modified:

svn commit: r292696 - stable/10/etc

2015-12-24 Thread Jeremie Le Hen
Author: jlh Date: Thu Dec 24 16:55:09 2015 New Revision: 292696 URL: https://svnweb.freebsd.org/changeset/base/292696 Log: MFC r292564: Add port for IRC over TLS/SSL, as noted in RFC 7194. PR: 192505 Submitted by: loic.b...@unix-experience.fr MFC

svn commit: r292694 - head/etc

2015-12-24 Thread Jeremie Le Hen
Author: jlh Date: Thu Dec 24 16:35:28 2015 New Revision: 292694 URL: https://svnweb.freebsd.org/changeset/base/292694 Log: Replace all whitespaces between port name and number with tabs, Modified: head/etc/services Modified: head/etc/services

svn commit: r314995 - head/share/man/man7

2017-03-10 Thread Jeremie Le Hen
Author: jlh Date: Fri Mar 10 09:58:10 2017 New Revision: 314995 URL: https://svnweb.freebsd.org/changeset/base/314995 Log: Add a very natural, binary version of the ASCII table. Reviewed by: bcr, eadler Obtained from: https://garbagecollected.org/2017/01/31/four-column-ascii/

svn commit: r315216 - stable/11/share/man/man7

2017-03-13 Thread Jeremie Le Hen
Author: jlh Date: Mon Mar 13 22:45:51 2017 New Revision: 315216 URL: https://svnweb.freebsd.org/changeset/base/315216 Log: MFC r314995: Add a very natural, binary version of the ASCII table. Reviewed by: bcr, eadler Obtained from:

svn commit: r322029 - in head: usr.bin usr.sbin

2017-08-03 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 3 21:30:12 2017 New Revision: 322029 URL: https://svnweb.freebsd.org/changeset/base/322029 Log: rwho/ruptime/rwhod shouldn't be gated by RCMDS. PR: 220953 Reported by: peter@ Differential Revision:https://reviews.freebsd.org/D11743

svn commit: r322031 - in head: usr.bin/ruptime usr.bin/rwho usr.sbin/rwhod

2017-08-03 Thread Jeremie Le Hen
Author: jlh Date: Thu Aug 3 21:37:57 2017 New Revision: 322031 URL: https://svnweb.freebsd.org/changeset/base/322031 Log: Remove deprecation notice for ruptime/rwho/rwhod. PR: 220953 Reported by: peter Modified: head/usr.bin/ruptime/ruptime.1 head/usr.bin/rwho/rwho.1

svn commit: r320530 - in head: . share/mk

2017-07-01 Thread Jeremie Le Hen
Author: jlh Date: Sat Jul 1 10:04:42 2017 New Revision: 320530 URL: https://svnweb.freebsd.org/changeset/base/320530 Log: Disable RCMDS by default. This was announced in this thread: https://lists.freebsd.org/pipermail/freebsd-arch/2017-June/018239.html Applying plan proposed by

svn commit: r322276 - in head: usr.bin usr.bin/ruptime usr.bin/rwho usr.sbin usr.sbin/rwhod

2017-08-08 Thread Jeremie Le Hen
Author: jlh Date: Tue Aug 8 20:07:08 2017 New Revision: 322276 URL: https://svnweb.freebsd.org/changeset/base/322276 Log: Revert r322029 and r322031 so as to recommit them with a better commit log. PR: 220953 Reported by: ngie@ Modified: head/usr.bin/Makefile

svn commit: r322277 - in head: tools/build/mk usr.bin usr.bin/ruptime usr.bin/rwho usr.sbin usr.sbin/rwhod

2017-08-08 Thread Jeremie Le Hen
Author: jlh Date: Tue Aug 8 20:17:07 2017 New Revision: 322277 URL: https://svnweb.freebsd.org/changeset/base/322277 Log: rwho/ruptime/rwhod shouldn't be gated by RCMDS. As peter@ points out in pr/220953: "rwho, rwhod and ruptime are not part of the remote login suite (rsh, rlogin

Re: svn commit: r322029 - in head: usr.bin usr.sbin

2017-08-08 Thread Jeremie Le Hen
On Sat, Aug 5, 2017 at 3:38 PM, Brooks Davis <bro...@freebsd.org> wrote: > On Fri, Aug 04, 2017 at 04:50:32PM +0200, Jeremie Le Hen wrote: >> On Fri, Aug 4, 2017 at 12:42 AM, Ngie Cooper (yaneurabeya) >> <yaneurab...@gmail.com> wrote: >> > >> >

Re: svn commit: r322029 - in head: usr.bin usr.sbin

2017-08-04 Thread Jeremie Le Hen
On Fri, Aug 4, 2017 at 12:42 AM, Ngie Cooper (yaneurabeya) <yaneurab...@gmail.com> wrote: > >> On Aug 3, 2017, at 14:30, Jeremie Le Hen <j...@freebsd.org> wrote: >> >> Author: jlh >> Date: Thu Aug 3 21:30:12 2017 >> New Revision: 322029 >> UR

svn commit: r318864 - stable/11

2017-05-25 Thread Jeremie Le Hen
Author: jlh Date: Thu May 25 09:27:33 2017 New Revision: 318864 URL: https://svnweb.freebsd.org/changeset/base/318864 Log: MFC r318863: Replace stale handbook URL with the proper one. Modified: stable/11/UPDATING Directory Properties: stable/11/ (props changed) Modified:

svn commit: r318863 - head

2017-05-25 Thread Jeremie Le Hen
Author: jlh Date: Thu May 25 09:21:21 2017 New Revision: 318863 URL: https://svnweb.freebsd.org/changeset/base/318863 Log: Replace stale handbook URL with the proper on. MFC after:0 days Modified: head/UPDATING Modified: head/UPDATING

svn commit: r318865 - stable/10

2017-05-25 Thread Jeremie Le Hen
Author: jlh Date: Thu May 25 09:34:29 2017 New Revision: 318865 URL: https://svnweb.freebsd.org/changeset/base/318865 Log: MFC r318863: Replace stale handbook URL with the proper oneb. Modified: stable/10/UPDATING Directory Properties: stable/10/ (props changed) Modified:

svn commit: r324351 - in head: . bin bin/rcp etc etc/mtree etc/pam.d libexec libexec/rlogind libexec/rshd rescue/rescue share/man/man5 share/mk tools/build/mk tools/build/options tools/tools/nanobs...

2017-10-06 Thread Jeremie Le Hen
Author: jlh Date: Fri Oct 6 08:43:14 2017 New Revision: 324351 URL: https://svnweb.freebsd.org/changeset/base/324351 Log: Remove rcmds. If they are still needed, you can find them in the net/bsdrcmds port. This was proposed June, 20th and approved by various committers [1]. They

svn commit: r324352 - head/share/man/man5

2017-10-06 Thread Jeremie Le Hen
Author: jlh Date: Fri Oct 6 08:49:15 2017 New Revision: 324352 URL: https://svnweb.freebsd.org/changeset/base/324352 Log: Bump src.conf.5's Dd. This file shouldn't be modified manually but well, I did it in my previous commit. So go down further the rabbit hole so as to at least keep

Re: svn commit: r325828 - head/usr.bin/fortune/datfiles

2017-11-15 Thread Jeremie Le Hen
ALLY OFFENSIVE FORTUNES, COMMENT OUT THE > -# NEXT LINE. > -DB+= limerick murphy-o gerrold.limerick > +DB=freebsd-tips > > BLDS= ${DB:S/$/.dat/} > FILES= ${DB} ${BLDS} > ___ > svn-src-all@freebsd.org mailing

  1   2   >