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: 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 ngi

svn commit: r353364 - head/usr.bin/procstat

2019-10-09 Thread Jeremie Le Hen
Author: jlh Date: Wed Oct 9 20:01:23 2019 New Revision: 353364 URL: https://svnweb.freebsd.org/changeset/base/353364 Log: Use inet_ntop(3) instead of inet_ntoa(3) for AF_INET socket details. This also makes the code closer to the one used for AF_INET6. Modified: head/usr.bin/procstat/pr

svn commit: r353365 - head/usr.bin/procstat

2019-10-09 Thread Jeremie Le Hen
Author: jlh Date: Wed Oct 9 20:05:14 2019 New Revision: 353365 URL: https://svnweb.freebsd.org/changeset/base/353365 Log: Add a missing macro for the previous commit (IS_INADDR_ANY()). Modified: head/usr.bin/procstat/procstat_files.c Modified: head/usr.bin/procstat/procstat_files.c

svn commit: r353768 - head/usr.bin/procstat

2019-10-19 Thread Jeremie Le Hen
Author: jlh Date: Sat Oct 19 19:38:53 2019 New Revision: 353768 URL: https://svnweb.freebsd.org/changeset/base/353768 Log: Remove IS_INADDR_ANY(). Requested by rgrimes@ in https://lists.freebsd.org/pipermail/svn-src-head/2019-October/129784.html Modified: head/usr.bin/procstat/procstat

Re: svn commit: r353365 - head/usr.bin/procstat

2019-10-19 Thread Jeremie Le Hen
*sun; > > +#define IS_INADDR_ANY(x) ((x).s_addr == INADDR_ANY) > > > > switch (ss->ss_family) { > > case AF_LOCAL: > > > > -- > Rod Grimes rgri...@freebsd.org -- Jeremie Le Hen j...@freebsd.org _

svn commit: r353769 - head/usr.bin/fstat

2019-10-19 Thread Jeremie Le Hen
Author: jlh Date: Sat Oct 19 19:52:19 2019 New Revision: 353769 URL: https://svnweb.freebsd.org/changeset/base/353769 Log: Add the fstat -s option to display socket information. Reviewed by: jilles MFC after:1 week Relnotes: yes Differential Revision:https://reviews.f

svn commit: r354140 - head/usr.bin/fstat

2019-10-28 Thread Jeremie Le Hen
Author: jlh Date: Mon Oct 28 21:48:20 2019 New Revision: 354140 URL: https://svnweb.freebsd.org/changeset/base/354140 Log: Grammar fix. Reported by: imp Differential Revision:https://reviews.freebsd.org/D21880 Modified: head/usr.bin/fstat/fstat.1 Modified: head/usr.bin/fstat/

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 hav

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 so

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

2017-10-27 Thread Jeremie Le Hen
Author: jlh Date: Fri Oct 27 21:48:02 2017 New Revision: 325049 URL: https://svnweb.freebsd.org/changeset/base/325049 Log: Update manpage date to when the deprecation notice was removed. Reported by: bcr Modified: head/usr.bin/ruptime/ruptime.1 head/usr.bin/rwho/rwho.1 head/usr.sbin

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

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

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/ M

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 Modified

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 he

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) wrote: > >> On Aug 3, 2017, at 14:30, Jeremie Le Hen wrote: >> >> Author: jlh >> Date: Thu Aug 3 21:30:12 2017 >> New Revision: 322029 >> URL: https://svnweb.freebsd.org/changeset/base/322029 >

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 head/usr.bin

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 etc)

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 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) >> wrote: >> > >> >> On Aug 3, 2017, at 14:30, Jeremie Le Hen wrote: >> &

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 Modifie

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
ine at all. This matches the definition of the "last line" 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. ___

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

2013-05-06 Thread Jeremie Le Hen
unted twice. Does 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. T

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

2013-05-06 Thread Jeremie Le Hen
ps in single user when you > want to *really* 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 Pro

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

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

2013-05-30 Thread Jeremie Le Hen
oc() et al., it can just do it and the dynamic linker won't look up the libc's 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

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 enabl

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
boot/kernel/*.symbols, 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

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: head/share

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. > &

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
ing out freebsd source and committing, like we once did with cvs. > > It should be usable for small scale 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 Sci

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: sil

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

2013-12-02 Thread Jeremie Le Hen
es. There is no documentation 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? --

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
n_lockf.c Shouldn't there be a security advisory for this one? -- Jeremie Le Hen j...@freebsd.org ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

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: head/etc/serv

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: 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: r284377 - head/lib/libc/sys

2015-06-14 Thread Jeremie Le Hen
On Sun, Jun 14, 2015 at 9:47 AM, Jeremie Le Hen 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 deci

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: head/sys/kern/ke

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: head/etc/defaults/peri

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 wrote: > >> On Jul 13, 2015, at 03:15, Jeremie Le Hen wrote: >> >> Author: jlh >> Date: Mon Jul 13 10:15:01 2015 >> New Revision: 285444 >> URL: https://svnweb.freebsd.org/changeset/base/285444 >> >&

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

2012-04-14 Thread Jeremie Le Hen
/") != 0) > + if (_fs_fstab.fs_file != NULL &&strcmp(_fs_fstab.fs_file, "/") != 0) > return; > if (statfs("/", &sf) != 0) > return; Would you mind MFC'ing this please? It bit me today :). Than

svn commit: r234599 - head/share/misc

2012-04-23 Thread Jeremie Le Hen
uot;JINMEI 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 S

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

2012-04-23 Thread Jeremie Le Hen
+316,7 @@ 11/09 Antoine Brodin born in Bagnolet, France, 1981 11/10 Gregory Neil Shapiro born in Providence, Rhode Island, United States, 1970 11/13 John Baldwin born in Stuart, Virginia, United States, 1977 +11/14 Jeremie Le Hen born in Nancy, France, 1980 11/15 Lars Engels born in

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

2012-04-28 Thread Jeremie Le Hen
: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 +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary fo

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:ki

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 er

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

2012-10-03 Thread Jeremie Le Hen
ing that it is tightly coupled with the base. > > 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 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: head/usr.bin/stdbuf/stdbuf.

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 wer

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 =

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

2013-07-30 Thread Jeremie Le Hen
ds on wi(4). > This > fixes wi(4) 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 He

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: 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, beside

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 +0000, 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 >

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. Modi

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

2013-08-25 Thread Jeremie Le Hen
e5a31b98) at /usr/src/sys/kern/vfs_syscalls.c:3442 #24 0x80dbddce in syscallenter (td=0xf8001c0db920, sa=0xfe00e5a31b88) at subr_syscall.c:134 #25 0x80dbd78f in amd64_syscall (td=0xf8001c0db920, traced=0) at /usr/src/sys/amd64/amd64/trap.c:974 #26 0x80d9956b i

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

2013-08-26 Thread Jeremie Le Hen
ontrib/opensolaris/uts/common/fs/zfs/dmu_tx.c:818 818 ASSERT(tx->tx_objset == NULL || dn->dn_objset == tx->tx_objset); (kgdb) print tx->tx_objset $3 = (objset_t *) 0xf800046e4000 (kgdb) print dn->dn_objset $4 = (struct objse

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/

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 weekly_status_security_inline

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. >

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 section

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

2013-09-03 Thread Jeremie Le Hen
Author: jlh Date: Tue Sep 3 07:51:06 2013 New Revision: 255170 URL: http://svnweb.freebsd.org/changeset/base/255170 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 section

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 >

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 the

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

2013-09-06 Thread Jeremie Le Hen
Thanks! -- Jeremie Le Hen Scientists say the world is made up of Protons, Neutrons and Electrons. They forgot to mention Morons. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any

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

2013-10-28 Thread Jeremie Le Hen
are about to change > significantly in head soon. New 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 b

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 MFC after:3 days Mo

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__parameters option. The description explains why we should not configure "path", "host.hostname", "command", "ip4.addr" and ip6.addr" parameters with t