Re: svn commit: r284425 - head/usr.sbin/freebsd-update

2015-06-15 Thread Joel Dahl
On Mon, Jun 15, 2015 at 08:12:15PM +, Xin LI wrote: > Author: delphij > Date: Mon Jun 15 20:12:15 2015 > New Revision: 284425 > URL: https://svnweb.freebsd.org/changeset/base/284425 > > Log: > Skip src component if /usr/src is empty. > > Submitted by: kczekirda I can't fi

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread NGie Cooper
On Mon, Jun 15, 2015 at 6:46 PM, Julian Elischer wrote: > On 6/15/15 1:34 PM, Garrett Cooper wrote: >> >> On Jun 14, 2015, at 20:53, Julian Elischer wrote: >> >>> On 6/14/15 10:48 AM, Adrian Chadd wrote: On 13 June 2015 at 18:22, Craig Rodrigues wrote: > > On Sat, Jun 13, 2015

svn commit: r284437 - head

2015-06-15 Thread Gregory Neil Shapiro
disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150615: + The fix for the issue described in the 20150614 sendmail entry + below has been been committed in revision 284436. The work + arou

svn commit: r284436 - head/contrib/sendmail/src

2015-06-15 Thread Gregory Neil Shapiro
Author: gshapiro Date: Tue Jun 16 02:58:50 2015 New Revision: 284436 URL: https://svnweb.freebsd.org/changeset/base/284436 Log: The import of openssl to address the FreeBSD-SA-15:10.openssl security advisory includes a change which rejects handshakes with DH parameters below 768 bits. sendm

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Julian Elischer
On 6/15/15 1:34 PM, Garrett Cooper wrote: On Jun 14, 2015, at 20:53, Julian Elischer wrote: On 6/14/15 10:48 AM, Adrian Chadd wrote: On 13 June 2015 at 18:22, Craig Rodrigues wrote: On Sat, Jun 13, 2015 at 6:00 PM, Adrian Chadd wrote: I guarantee that no matter what you've worked on, ther

svn commit: r284434 - head/share/man/man9

2015-06-15 Thread Sergey Kandaurov
Author: pluknet Date: Mon Jun 15 23:30:54 2015 New Revision: 284434 URL: https://svnweb.freebsd.org/changeset/base/284434 Log: Deshallify. Modified: head/share/man/man9/ifnet.9 Modified: head/share/man/man9/ifnet.9 =

svn commit: r284433 - head/usr.bin/xlint/llib

2015-06-15 Thread Simon J. Gerraty
Author: sjg Date: Mon Jun 15 22:04:29 2015 New Revision: 284433 URL: https://svnweb.freebsd.org/changeset/base/284433 Log: Remove extra blank lines Modified: head/usr.bin/xlint/llib/Makefile Modified: head/usr.bin/xlint/llib/Makefile ==

Re: svn commit: r284421 - in head: . cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib

2015-06-15 Thread Jan Beich
Baptiste Daroussin writes: > Author: bapt > Date: Mon Jun 15 19:28:07 2015 > New Revision: 284421 > URL: https://svnweb.freebsd.org/changeset/base/284421 > > Log: > Revert r284417 it is not necessary anymore [...] > Modified: head/Makefile.inc1 >

svn commit: r284431 - head/share/mk

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 21:20:21 2015 New Revision: 284431 URL: https://svnweb.freebsd.org/changeset/base/284431 Log: Register libpanel into the available libraries Modified: head/share/mk/src.libnames.mk Modified: head/share/mk/src.libnames.mk =

svn commit: r284432 - head/usr.bin/clang/lldb

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 21:20:52 2015 New Revision: 284432 URL: https://svnweb.freebsd.org/changeset/base/284432 Log: Convert to LIBADD Modified: head/usr.bin/clang/lldb/Makefile Modified: head/usr.bin/clang/lldb/Makefile

svn commit: r284430 - head/share/mk

2015-06-15 Thread Simon J. Gerraty
Author: sjg Date: Mon Jun 15 21:09:18 2015 New Revision: 284430 URL: https://svnweb.freebsd.org/changeset/base/284430 Log: Skip MAKE_PRINT_VAR_ON_ERROR unless we are doing META_MODE with all the recursion in normal build it is too much noise. Modified: head/share/mk/local.sys.mk Modified:

svn commit: r284428 - head/lib/msun/src

2015-06-15 Thread Tijl Coosemans
Author: tijl Date: Mon Jun 15 20:47:26 2015 New Revision: 284428 URL: https://svnweb.freebsd.org/changeset/base/284428 Log: Follow up to r284427: fix NaN mixing for ctanhf too. Modified: head/lib/msun/src/s_ctanhf.c Modified: head/lib/msun/src/s_ctanhf.c =

svn commit: r284427 - head/lib/msun/src

2015-06-15 Thread Tijl Coosemans
Author: tijl Date: Mon Jun 15 20:40:44 2015 New Revision: 284427 URL: https://svnweb.freebsd.org/changeset/base/284427 Log: - Change comments to be more consistent with s_ccosh.c and s_csinh.c. - Fix a case where NaNs were not mixed correctly and signalling NaNs were not converted to quiet

svn commit: r284426 - head/lib/msun/src

2015-06-15 Thread Tijl Coosemans
Author: tijl Date: Mon Jun 15 20:16:53 2015 New Revision: 284426 URL: https://svnweb.freebsd.org/changeset/base/284426 Log: Fix some exceptional cases where the sign of the result is unspecified but must still satisfy csinh(conj(z)) == conj(csinh(z)) and csinh(-z) == -csinh(z). This allows

svn commit: r284425 - head/usr.sbin/freebsd-update

2015-06-15 Thread Xin LI
Author: delphij Date: Mon Jun 15 20:12:15 2015 New Revision: 284425 URL: https://svnweb.freebsd.org/changeset/base/284425 Log: Skip src component if /usr/src is empty. Differential Revision:https://reviews.freebsd.org/D2364 Submitted by: kczekirda Reviewed by: c

svn commit: r284424 - in head: lib/libelftc targets/pseudo/toolchain usr.bin/elfcopy

2015-06-15 Thread Simon J. Gerraty
Author: sjg Date: Mon Jun 15 20:11:15 2015 New Revision: 284424 URL: https://svnweb.freebsd.org/changeset/base/284424 Log: Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools. Added: head/lib/libelftc/Makefile.depend (contents, props changed) head/usr.bin/elfcopy/Makefile

svn commit: r284423 - head/lib/msun/src

2015-06-15 Thread Tijl Coosemans
Author: tijl Date: Mon Jun 15 20:11:06 2015 New Revision: 284423 URL: https://svnweb.freebsd.org/changeset/base/284423 Log: Fix some exceptional cases where the sign of the result is unspecified but must still satisfy ccosh(conj(z)) == conj(ccosh(z)) and ccosh(-z) == ccosh(z). In collab

svn commit: r284422 - head/usr.sbin/crunch/crunchgen

2015-06-15 Thread Tijl Coosemans
Author: tijl Date: Mon Jun 15 19:48:28 2015 New Revision: 284422 URL: https://svnweb.freebsd.org/changeset/base/284422 Log: Change -Wl,-r back to -r so gcc doesn't pass --relax to the linker on some architectures. PR: 200881 Modified: head/usr.sbin/crunch/crunchgen/crunchgen.

svn commit: r284421 - in head: . cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/...

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 19:28:07 2015 New Revision: 284421 URL: https://svnweb.freebsd.org/changeset/base/284421 Log: Revert r284417 it is not necessary anymore Modified: head/Makefile.inc1 head/cddl/lib/Makefile.inc head/gnu/lib/libgcc/Makefile head/gnu/lib/libssp/Makefile head

svn commit: r284420 - head/share/mk

2015-06-15 Thread Simon J. Gerraty
Author: sjg Date: Mon Jun 15 19:23:47 2015 New Revision: 284420 URL: https://svnweb.freebsd.org/changeset/base/284420 Log: do not include src.opts.mk from here Modified: head/share/mk/local.init.mk Modified: head/share/mk/local.init.mk

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Warner Losh
> On Jun 15, 2015, at 10:54 AM, Bryan Drewery wrote: > > On 6/14/15 3:17 AM, Garrett Cooper wrote: >> On Jun 14, 2015, at 3:00, Slawa Olhovchenkov >> wrote: >> >>> On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote: >>> The people I talk to use scripting languages like Pytho

svn commit: r284419 - head/sys/conf

2015-06-15 Thread Simon J. Gerraty
Author: sjg Date: Mon Jun 15 18:43:32 2015 New Revision: 284419 URL: https://svnweb.freebsd.org/changeset/base/284419 Log: Don't use ${.OBJDIR}/ to qualify target that isn't specified that way Modified: head/sys/conf/kmod.mk Modified: head/sys/conf/kmod.mk ===

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Warner Losh
> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote: > > > > On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: > > P.S. > My personal preference would be to drop that compat code and to convince > ZFS/FreeBSD users to always use boot environments, so that their kernel and > userland never

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Steve Kargl
On Mon, Jun 15, 2015 at 10:24:24AM -0700, Craig Rodrigues wrote: > > Having more tools use libxo will definitely make it easier to write tools > like Eagleeye. > Having more tools use libxo means having more broken tools. % w --libxo w: missing libxo option OK. Let's check the manpage. % man

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Slawa Olhovchenkov
On Mon, Jun 15, 2015 at 10:36:12AM -0600, Warner Losh wrote: > > > On Jun 14, 2015, at 12:53 PM, Adrian Chadd wrote: > > > > I do like how zero percent of the comments are "hey, maybe we need > > unit tests that run these tools and ensure they output the right > > stuff." If this were ${WORK} a

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Craig Rodrigues
On Mon, Jun 15, 2015 at 10:12 AM, Slawa Olhovchenkov wrote: > > No unification. This is more vital, I think. > And no tools for collect correlation data -- for example collect at > same time CPU load by core, i/o load by disk and network load by > inetrface. You may talk about Graphite, but graff

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Baptiste Daroussin
On Mon, Jun 15, 2015 at 10:03:35AM -0700, Peter Wemm wrote: > On Monday, June 15, 2015 09:27:09 AM Adrian Chadd wrote: > > ... this feels like the wrong solution. A really, really wrong solution. > > > > I was just about to use SHLIBDIR overriding for doing something for > > cross-builds, and now

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Peter Wemm
On Monday, June 15, 2015 09:27:09 AM Adrian Chadd wrote: > ... this feels like the wrong solution. A really, really wrong solution. > > I was just about to use SHLIBDIR overriding for doing something for > cross-builds, and now I can't. > > > > -adrian FWIW; you can usually use the "I really m

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Bryan Drewery
On 6/14/15 3:17 AM, Garrett Cooper wrote: > On Jun 14, 2015, at 3:00, Slawa Olhovchenkov > wrote: > >> On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote: >> >>> The people I talk to use scripting languages like Python or >>> Ruby, and devops frameworks like Ansible, Saltstack, Pupp

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Warner Losh
> On Jun 14, 2015, at 12:53 PM, Adrian Chadd wrote: > > I do like how zero percent of the comments are "hey, maybe we need > unit tests that run these tools and ensure they output the right > stuff." If this were ${WORK} and I were ${BOSS}, I'd have asked the > libxo developers to include unit t

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Bryan Drewery
On 6/13/15 9:29 PM, Steve Kargl wrote: > On Sat, Jun 13, 2015 at 05:40:59PM -0700, Craig Rodrigues wrote: >> On Sat, Jun 13, 2015 at 5:26 PM, Steve Kargl < >> s...@troutmask.apl.washington.edu> wrote: >>> >>> Given the horrid state of the manpages, which I showed >>> in March, one can only wonder a

Re: svn commit: r284198 - head/bin/ls

2015-06-15 Thread Bryan Drewery
On 6/13/15 8:40 PM, Craig Rodrigues wrote: > For people building embedded products these days, > storage of gigabytes and even terabytes is often available, I wish this was true. I recently was feeling good about finding a few hundred KB here and there to save space on an embedded system. -- Reg

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Baptiste Daroussin
On Mon, Jun 15, 2015 at 09:27:09AM -0700, Adrian Chadd wrote: > ... this feels like the wrong solution. A really, really wrong solution. > > I was just about to use SHLIBDIR overriding for doing something for > cross-builds, and now I can't. yes but I didn't want to revert metamode at this point,

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Adrian Chadd
... this feels like the wrong solution. A really, really wrong solution. I was just about to use SHLIBDIR overriding for doing something for cross-builds, and now I can't. -adrian ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mail

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Bryan Drewery
On 6/15/15 12:18 PM, Bryan Drewery wrote: > On 6/14/15 6:37 PM, Adrian Chadd wrote: >> Hi, >> >> I'm happy for this to be your baby and see how it all pans out in the >> tree, but I thought we as a project learnt some lessons about checking >> in autogenerated files. >> >> > > You either commit th

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Bryan Drewery
On 6/14/15 6:37 PM, Adrian Chadd wrote: > Hi, > > I'm happy for this to be your baby and see how it all pans out in the > tree, but I thought we as a project learnt some lessons about checking > in autogenerated files. > > You either commit these files or inline the DEPENDS lines in the Makefil

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Larry Rosenman
On 2015-06-15 11:10, Baptiste Daroussin wrote: On Mon, Jun 15, 2015 at 08:54:25AM -0700, Peter Wemm wrote: On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote: > Author: bapt > Date: Mon Jun 15 15:34:20 2015 > New Revision: 284417 > URL: https://svnweb.freebsd.org/changeset/base/284417

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Baptiste Daroussin
On Mon, Jun 15, 2015 at 08:54:25AM -0700, Peter Wemm wrote: > On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote: > > Author: bapt > > Date: Mon Jun 15 15:34:20 2015 > > New Revision: 284417 > > URL: https://svnweb.freebsd.org/changeset/base/284417 > > > > Log: > > Enforce overwrittin

Re: svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/l

2015-06-15 Thread Peter Wemm
On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote: > Author: bapt > Date: Mon Jun 15 15:34:20 2015 > New Revision: 284417 > URL: https://svnweb.freebsd.org/changeset/base/284417 > > Log: > Enforce overwritting SHLIBDIR > > Since METAMODE has been added, sys.mk loads bsd.mkopt.mk w

svn commit: r284417 - in head: cddl/lib gnu/lib/libgcc gnu/lib/libssp lib/libalias/libalias lib/libalias/modules lib/libbegemot lib/libc lib/libcam lib/libcapsicum lib/libcasper lib/libcrypt lib/li...

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 15:34:20 2015 New Revision: 284417 URL: https://svnweb.freebsd.org/changeset/base/284417 Log: Enforce overwritting SHLIBDIR Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading bsd.own.mk which then defines SHLIBDIR before all the

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Matthew Ahrens
On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote: > > P.S. > My personal preference would be to drop that compat code and to convince > ZFS/FreeBSD users to always use boot environments, so that their kernel and > userland never fall out of sync :) > Me too :-) --matt ___

svn commit: r284416 - head/sys/dev/drm2/ttm

2015-06-15 Thread Andriy Gapon
Author: avg Date: Mon Jun 15 13:43:23 2015 New Revision: 284416 URL: https://svnweb.freebsd.org/changeset/base/284416 Log: ttm_vm_page_alloc: use vm_page_alloc for pages without dma32 restriction This change re-organizes code a little bit to extract common pieces of ttm_alloc_new_pages()

Re: svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Andriy Gapon
On 15/06/2015 13:48, Baptiste Daroussin wrote: > Author: bapt > Date: Mon Jun 15 10:48:48 2015 > New Revision: 284409 > URL: https://svnweb.freebsd.org/changeset/base/284409 > > Log: > Fix circular dependency between libzfs and libzfs_core > > libzfs_core is the wrapper around kernel ioctls

Re: svn commit: r284407 - head/usr.bin/kdump

2015-06-15 Thread Simon J. Gerraty
Garrett Cooper wrote: > > These files need to be generated before mkdep is run. > > This is wrong (I’ve had to fix a lot of this at $work recently). They > need to be added to DPSRCS so they will always be regenerated as a > dependency of DPADD. Not in this case. These things are never compiled

svn commit: r284409 - in head/cddl/lib: libzfs libzfs_core

2015-06-15 Thread Baptiste Daroussin
Author: bapt Date: Mon Jun 15 10:48:48 2015 New Revision: 284409 URL: https://svnweb.freebsd.org/changeset/base/284409 Log: Fix circular dependency between libzfs and libzfs_core libzfs_core is the wrapper around kernel ioctls, the ioctl compat code belongs to it Modified: head/cddl/li

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Oliver Pinter wrote: > >> * Or are you now the maintainer of these .depend files? :-) > > > > For now, yes. > > I think that's the only reasonable approach at this early stage. > > Cool! What is you github account? I like to add your access to our > repo, and please fix this issue: > http://jenki

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Oliver Pinter wrote: > On 6/15/15, Simon J. Gerraty wrote: > > Garrett Cooper wrote: > > > >> Breaking source upgrades to later versions is painful. We want to make > >> sure fmake at least works with upgrade_checks so people can upgrade > >> from earlier versions of 8/9/10 to 11 without having

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Julian Elischer wrote: > I think a make MAKE_MAKEFILE_DEPENDS=1 (build)world is an important step > requirement.. You can do 'make buildwork -DWITH_META_FILES' and it will produce meta files - they can be very handy for debugging issues - like headers comming from places you didn't expect. My or

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Julian Elischer wrote: > As long as there is a REALLY EASY WAY to regenerate them and it's well > documented, Building each directory (in meta mode) is all that is/should be needed. > EXACTLY the same output > each time unless there is a source change, (so svn doesn't see a > change if there is

Re: svn commit: r284370 - head/usr.bin/kdump

2015-06-15 Thread Simon J. Gerraty
Craig Rodrigues wrote: > I got the same errors here: > > https://jenkins.freebsd.org/job/FreeBSD_HEAD/2869/consoleFull Looks like you fixed it - thanks ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To

svn commit: r284408 - head/share/mk

2015-06-15 Thread Garrett Cooper
Author: ngie Date: Mon Jun 15 07:13:23 2015 New Revision: 284408 URL: https://svnweb.freebsd.org/changeset/base/284408 Log: Ensure TESTSDIR is defined before bsd.test.mk is .include'd MFC after: 1 week Modified: head/share/mk/bsd.test.mk Modified: head/share/mk/bsd.test.mk =

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Craig Rodrigues wrote: Thanks Craig, > (2)  In the long run, having better documentation, tooling and procedures to >       update the >   Makefile.depend files will be definitely needed. The only thing needed to update them is a successful build (in meta mode), it is so painless that many d

Re: svn commit: r284407 - head/usr.bin/kdump

2015-06-15 Thread Garrett Cooper
On Jun 15, 2015, at 0:04, Garrett Cooper wrote: > On Jun 14, 2015, at 23:48, Craig Rodrigues wrote: > >> Author: rodrigc >> Date: Mon Jun 15 06:48:43 2015 >> New Revision: 284407 >> URL: https://svnweb.freebsd.org/changeset/base/284407 >> >> Log: >> Add ioctl.c, linux_syscalls.c, linux32_sysca

Re: svn commit: r284345 - in head: . bin/cat bin/chflags bin/chio bin/chmod bin/cp bin/csh bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/expr bin/freebsd-version bin/getfacl bin/hostname b

2015-06-15 Thread Simon J. Gerraty
Adrian Chadd wrote: > I'm happy for this to be your baby and see how it all pans out in the > tree, but I thought we as a project learnt some lessons about checking > in autogenerated files. Sorry I don't have the history on that, but I thought it had been made clear for 4 years now that this was

Re: svn commit: r284407 - head/usr.bin/kdump

2015-06-15 Thread Garrett Cooper
On Jun 14, 2015, at 23:48, Craig Rodrigues wrote: > Author: rodrigc > Date: Mon Jun 15 06:48:43 2015 > New Revision: 284407 > URL: https://svnweb.freebsd.org/changeset/base/284407 > > Log: > Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target. > > These files need to be g