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

2015-06-14 Thread Craig Rodrigues
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 generated before mkdep is run. Modified: head/usr.bin/kdump/Make

svn commit: r284406 - head/usr.bin/kdump

2015-06-14 Thread Craig Rodrigues
Author: rodrigc Date: Mon Jun 15 06:44:22 2015 New Revision: 284406 URL: https://svnweb.freebsd.org/changeset/base/284406 Log: Use cpp -I$includedir "cpp -I$1" was expanding to "cpp -Iprint" which was not the proper directory of header files. Modified: head/usr.bin/kdump/mkioctls Mo

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

2015-06-14 Thread Garrett Cooper
THINK THAT FreeBSD 11 "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20150614: + ALLOW_DEPRECATED_ATF_TOOLS/ATFFILE support has been removed from + atf.test.mk (included from bsd.test.mk). Please upgrade devel/atf + and devel/kyua to version

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

2015-06-14 Thread Garrett Cooper
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, there's > approximately five

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-14 Thread Julian Elischer
On 6/15/15 6:56 AM, Craig Rodrigues wrote: On Sun, Jun 14, 2015 at 3: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 i

svn commit: r284403 - head

2015-06-14 Thread Gregory Neil Shapiro
(r284403) @@ -31,6 +31,30 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20150614: + The import of openssl to address the FreeBSD-SA-15:10.open

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-14 Thread Julian Elischer
On 6/15/15 5:43 AM, Simon J. Gerraty wrote: Dimitry Andric wrote: Some questions about this commit, which I'm sure more people must have: Sure, good questions and as you say, many likely thinking the same. * Was it really necessary to commit hundreds of clearly generated files? Short answer

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

2015-06-14 Thread Julian Elischer
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, there's approximately five orders of magnitude of shipping devices whose entire storage space can b

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

2015-06-14 Thread Julian Elischer
On 6/14/15 2:40 AM, Marcel Moolenaar wrote: On Jun 13, 2015, at 1:19 PM, Julian Elischer wrote: On 6/13/15 11:38 PM, David Chisnall wrote: On 13 Jun 2015, at 11:17, Ian Lepore wrote: If you would have told me a year ago that you had a simple scheme that could make 30 years of experience main

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

2015-06-14 Thread Craig Rodrigues
On Sun, Jun 14, 2015 at 9:16 AM, Dimitry Andric wrote: > > ===> usr.bin/kdump (depend) > sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include > >kdump_subr.c > env MACHINE=i386 CPP="cpp " sh /usr/src/usr.bin/kdump/mkioctls print > /usr/obj/usr/src/tmp/usr/include > ioctl.c > :1:10:

Re: svn commit: r284394 - head

2015-06-14 Thread Garrett Cooper
That won't fix fmake... > On Jun 14, 2015, at 15:36, Craig Rodrigues wrote: > > Author: rodrigc > Date: Sun Jun 14 22:36:27 2015 > New Revision: 284394 > URL: https://svnweb.freebsd.org/changeset/base/284394 > > Log: > If MK_META_MODE is unset, assume a value of no. > > This is needed to b

svn commit: r284397 - head/contrib/tzdata

2015-06-14 Thread Edwin Groothuis
Author: edwin Date: Mon Jun 15 00:59:47 2015 New Revision: 284397 URL: https://svnweb.freebsd.org/changeset/base/284397 Log: MFV of 284395,tzdata2015e Update to tzdata2015e: Changes affecting future time stamps Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-1

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

2015-06-14 Thread Simon J. Gerraty
Dimitry Andric wrote: > > head/usr.bin/kdump/Makefile > > Is this supposed to fix things? Even at r284381, I get: I did for me ... > > ===> usr.bin/kdump (depend) > sh /usr/src/usr.bin/kdump/mksubr /usr/obj/usr/src/tmp/usr/include > >kdump_subr.c > env MACHINE=i386 CPP="cpp " sh /usr/src/u

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-14 Thread Adrian Chadd
On 14 June 2015 at 14:56, Simon J. Gerraty wrote: > Adrian Chadd wrote: > >> Wait a second - y'all committed a bunch of dependencies that we aren't >> supposed to edit directly? > > Yes ;-) > If building using the normal buildworld etc you can ignore them. Cool. >> So what's the process for mak

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-14 Thread Simon J. Gerraty
Adrian Chadd wrote: > Wait a second - y'all committed a bunch of dependencies that we aren't > supposed to edit directly? Yes ;-) If building using the normal buildworld etc you can ignore them. > So what's the process for making sure we don't stomp over the feet of > other people who are using

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

2015-06-14 Thread Garrett Cooper
> On Jun 14, 2015, at 12:07, Adrian Chadd wrote: > >> On 14 June 2015 at 12:02, Garrett Cooper wrote: >> >>> On Jun 14, 2015, at 11:53, Adrian Chadd wrote: >>> >>> We have busybox already - it's called bsdbox, and it's in base, and >>> we're already using it, and yes, it does pull in libxo.

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

2015-06-14 Thread Adrian Chadd
On 14 June 2015 at 12:02, Garrett Cooper wrote: > >> On Jun 14, 2015, at 11:53, Adrian Chadd wrote: >> >> We have busybox already - it's called bsdbox, and it's in base, and >> we're already using it, and yes, it does pull in libxo. :) >> >> I'm not worried about the size increase of libxo. That'

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-14 Thread Craig Rodrigues
On Sun, Jun 14, 2015 at 3: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. > > Well, I would like to give Simon the benefit of the doubt he

svn commit: r284394 - head

2015-06-14 Thread Craig Rodrigues
Author: rodrigc Date: Sun Jun 14 22:36:27 2015 New Revision: 284394 URL: https://svnweb.freebsd.org/changeset/base/284394 Log: If MK_META_MODE is unset, assume a value of no. This is needed to build HEAD on FreeBSD 10.1, which has bmake, but does not have /usr/share/mk/src.opts.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-14 Thread Adrian Chadd
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. -adrian ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailma

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-14 Thread Baptiste Daroussin
On Mon, Jun 15, 2015 at 12:06:15AM +0200, 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

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-14 Thread Oliver Pinter
On 6/14/15, Simon J. Gerraty wrote: > Dimitry Andric wrote: >> Some questions about this commit, which I'm sure more people must have: > > Sure, good questions and as you say, many likely thinking the same. > >> * Was it really necessary to commit hundreds of clearly generated files? > > Short an

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-14 Thread Garrett Cooper
> On Jun 14, 2015, at 15:00, 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 to deal with

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-14 Thread Simon J. Gerraty
Dimitry Andric wrote: > Some questions about this commit, which I'm sure more people must have: Sure, good questions and as you say, many likely thinking the same. > * Was it really necessary to commit hundreds of clearly generated files? Short answer is "yes" - since they are actually what mak

svn commit: r284393 - head/sys/netinet

2015-06-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 14 22:14:00 2015 New Revision: 284393 URL: https://svnweb.freebsd.org/changeset/base/284393 Log: Correctly detect the case where the last address is removed. MFC after: 3 days Modified: head/sys/netinet/sctp_asconf.c Modified: head/sys/netinet/sctp_asconf.c

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-14 Thread Oliver Pinter
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 to deal with a >> lot of pain. > >

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-14 Thread Simon J. Gerraty
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 to deal with a > lot of pain. I agree but 8 -> 11 is a very big jump. __

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-14 Thread Simon J. Gerraty
Adrian Chadd wrote: > Hi, > > + make -j 4 buildworld __MAKE_CONF=/builds/FreeBSD_HEAD/make.conf > make: "/builds/FreeBSD_HEAD/Makefile" line 102: Malformed conditional > (${MK_META_MODE} == "yes") > make: Fatal errors encountered -- cannot continue > make: stopped in /builds/FreeBSD_HEAD > Build

svn commit: r284392 - head/usr.sbin/pw

2015-06-14 Thread Baptiste Daroussin
Author: bapt Date: Sun Jun 14 21:50:38 2015 New Revision: 284392 URL: https://svnweb.freebsd.org/changeset/base/284392 Log: Change the documentation to reflect where the -V option should be used Suggested by: kientzle Modified: head/usr.sbin/pw/pw.8 Modified: head/usr.sbin/pw/pw.8 =

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

2015-06-14 Thread Garrett Cooper
> On Jun 14, 2015, at 11:53, Adrian Chadd wrote: > > We have busybox already - it's called bsdbox, and it's in base, and > we're already using it, and yes, it does pull in libxo. :) > > I'm not worried about the size increase of libxo. That's the wrong > thing to focus on. If it gets much more

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-14 Thread Simon J. Gerraty
Garrett Cooper wrote: > > Great. More breakage: > > > > $ fmake buildworld Babt has committed enough changes to head in recent months that building with fmake is no longer an option. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/ma

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-14 Thread Simon J. Gerraty
Bryan Drewery wrote: > Is anything remaining from the projects/bmake branch? I don't think so - apart from some merge botches ;-) ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any m

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-14 Thread Garrett Cooper
On Jun 14, 2015, at 14:21, Simon J. Gerraty wrote: > Garrett Cooper wrote: >>> Great. More breakage: >>> >>> $ fmake buildworld > > Babt has committed enough changes to head in recent months that building > with fmake is no longer an option. Baptiste only committed one issue to share/bsd.link

svn commit: r284387 - head/sys/vm

2015-06-14 Thread Konstantin Belousov
Author: kib Date: Sun Jun 14 20:23:41 2015 New Revision: 284387 URL: https://svnweb.freebsd.org/changeset/base/284387 Log: Invalid pages do not need neither update of the activation count nor they coould be dirty. Move the handling if the invalid pages in the inactive scan earlier. Rem

svn commit: r284386 - head/lib/libc/net

2015-06-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 14 20:16:36 2015 New Revision: 284386 URL: https://svnweb.freebsd.org/changeset/base/284386 Log: Fix name of a constant. MFC after: 3 days Modified: head/lib/libc/net/sctp_bindx.3 Modified: head/lib/libc/net/sctp_bindx.3 =

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

2015-06-14 Thread Adrian Chadd
On 14 June 2015 at 12:25, Craig Rodrigues wrote: > > > On Sun, Jun 14, 2015 at 11:53 AM, 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." > > > Actually you are wrong on that

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

2015-06-14 Thread Craig Rodrigues
On Sun, Jun 14, 2015 at 11:53 AM, 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." > Actually you are wrong on that point. See: https://lists.freebsd.org/pipermail/svn-src-all/2

svn commit: r284385 - head/lib/libthr/thread

2015-06-14 Thread Konstantin Belousov
Author: kib Date: Sun Jun 14 19:19:46 2015 New Revision: 284385 URL: https://svnweb.freebsd.org/changeset/base/284385 Log: Fix typo in comment. MFC after:3 days Modified: head/lib/libthr/thread/thr_sig.c Modified: head/lib/libthr/thread/thr_sig.c

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

2015-06-14 Thread Steve Kargl
On Sun, Jun 14, 2015 at 07:46:05PM +0100, Bruce Simpson wrote: > On 14/06/2015 18:10, Steve Kargl wrote: > > On Sun, Jun 14, 2015 at 11:22:03AM +0100, Bruce Simpson wrote: > >> > >> But I have yet to see a coherent argument here -- size(1) numbers, RSS > >> figures etc. -- about how it allegedly ad

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

2015-06-14 Thread Adrian Chadd
We have busybox already - it's called bsdbox, and it's in base, and we're already using it, and yes, it does pull in libxo. :) I'm not worried about the size increase of libxo. That's the wrong thing to focus on. If it gets much more bloated then I'll poke people with the big "what are you thinkin

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

2015-06-14 Thread Bruce Simpson
On 14/06/2015 18:10, Steve Kargl wrote: On Sun, Jun 14, 2015 at 11:22:03AM +0100, Bruce Simpson wrote: But I have yet to see a coherent argument here -- size(1) numbers, RSS figures etc. -- about how it allegedly adds bloat. Most of what I've seen so far is POLA, NIH resistance, and hand-wavery

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-14 Thread Adrian Chadd
Hi, + make -j 4 buildworld __MAKE_CONF=/builds/FreeBSD_HEAD/make.conf make: "/builds/FreeBSD_HEAD/Makefile" line 102: Malformed conditional (${MK_META_MODE} == "yes") make: Fatal errors encountered -- cannot continue make: stopped in /builds/FreeBSD_HEAD Build step 'Execute shell' marked build as

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

2015-06-14 Thread Warner Losh
> On Jun 13, 2015, at 9:22 PM, 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, there's > > approximately five orders of magnitude of shipping devices whose > > entire storage space can be measured in

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

2015-06-14 Thread Warner Losh
> On Jun 13, 2015, at 8:40 PM, Craig Rodrigues wrote: > > On Sat, Jun 13, 2015 at 5:26 PM, Steve Kargl > wrote: > On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote: > > > > For people who are trying to build FreeBSD-based embedded products with > > modern web UI's, > > this is *r

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-14 Thread Warner Losh
> On Jun 14, 2015, at 12:46 AM, Craig Rodrigues wrote: > > On Sat, Jun 13, 2015 at 3:34 PM, Craig Rodrigues wrote: > > > > On Sat, Jun 13, 2015 at 12:20 PM, Simon J. Gerraty wrote: > >> > >> Author: sjg > >> Date: Sat Jun 13 19:20:56 2015 > >> New Revision: 284345 > >> URL: https://svnweb.free

svn commit: r284384 - head/sys/netinet

2015-06-14 Thread Michael Tuexen
Author: tuexen Date: Sun Jun 14 17:48:44 2015 New Revision: 284384 URL: https://svnweb.freebsd.org/changeset/base/284384 Log: Stop the heartbeat timer when removing a net. Thanks to the reporter of https://code.google.com/p/sctp-refimpl/issues/detail?id=14 for reporting the issue. MFC

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-14 Thread Adrian Chadd
Wait a second - y'all committed a bunch of dependencies that we aren't supposed to edit directly? So what's the process for making sure we don't stomp over the feet of other people who are using the depend based builds? -adrian ___ svn-src-head@free

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

2015-06-14 Thread Adrian Chadd
On 14 June 2015 at 10:10, Steve Kargl wrote: > On Sun, Jun 14, 2015 at 11:22:03AM +0100, Bruce Simpson wrote: >> >> But I have yet to see a coherent argument here -- size(1) numbers, RSS >> figures etc. -- about how it allegedly adds bloat. Most of what I've >> seen so far is POLA, NIH resistance,

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

2015-06-14 Thread Steve Kargl
On Sun, Jun 14, 2015 at 11:22:03AM +0100, Bruce Simpson wrote: > > But I have yet to see a coherent argument here -- size(1) numbers, RSS > figures etc. -- about how it allegedly adds bloat. Most of what I've > seen so far is POLA, NIH resistance, and hand-wavery. > It is not alleged. I actau

svn commit: r284383 - head/sys/dev/filemon

2015-06-14 Thread Simon J. Gerraty
Author: sjg Date: Sun Jun 14 16:31:06 2015 New Revision: 284383 URL: https://svnweb.freebsd.org/changeset/base/284383 Log: Latest clang uses openat(2). If the pathname is absolute or dirfd is AT_FDCWD we can handle it exactly like open(2). Otherwise we output an A record to indicate tha

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

2015-06-14 Thread Dimitry Andric
On 14 Jun 2015, at 05:30, Simon J. Gerraty wrote: > > Author: sjg > Date: Sun Jun 14 03:30:39 2015 > New Revision: 284370 > URL: https://svnweb.freebsd.org/changeset/base/284370 > > Log: > Create proper targets for linux*syscalls.c > > Modified: > head/usr.bin/kdump/Makefile Is this supposed

Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen

2015-06-14 Thread Tijl Coosemans
On Sun, 14 Jun 2015 08:31:32 -0700 Adrian Chadd wrote: > On 14 June 2015 at 08:28, Tijl Coosemans wrote: >> On Sun, 14 Jun 2015 08:07:17 -0700 Adrian Chadd wrote: >>> On 14 June 2015 at 02:41, Tijl Coosemans wrote: On Sat, 13 Jun 2015 22:01:21 + (UTC) Adrian Chadd wrote: > A

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

2015-06-14 Thread Tijl Coosemans
Author: tijl Date: Sun Jun 14 15:40:17 2015 New Revision: 284382 URL: https://svnweb.freebsd.org/changeset/base/284382 Log: Tell the compiler that -dc and -r are linker flags. Reviewed by: adrian Modified: head/usr.sbin/crunch/crunchgen/crunchgen.c Modified: head/usr.sbin/crunch/crunch

Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen

2015-06-14 Thread Adrian Chadd
On 14 June 2015 at 08:28, Tijl Coosemans wrote: > On Sun, 14 Jun 2015 08:07:17 -0700 Adrian Chadd wrote: >> On 14 June 2015 at 02:41, Tijl Coosemans wrote: >>> On Sat, 13 Jun 2015 22:01:21 + (UTC) Adrian Chadd >>> wrote: Author: adrian Date: Sat Jun 13 22:01:21 2015 New Revi

Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen

2015-06-14 Thread Tijl Coosemans
On Sun, 14 Jun 2015 08:07:17 -0700 Adrian Chadd wrote: > On 14 June 2015 at 02:41, Tijl Coosemans wrote: >> On Sat, 13 Jun 2015 22:01:21 + (UTC) Adrian Chadd >> wrote: >>> Author: adrian >>> Date: Sat Jun 13 22:01:21 2015 >>> New Revision: 284356 >>> URL: https://svnweb.freebsd.org/changese

Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen

2015-06-14 Thread Adrian Chadd
On 14 June 2015 at 02:41, Tijl Coosemans wrote: > On Sat, 13 Jun 2015 22:01:21 + (UTC) Adrian Chadd > wrote: >> Author: adrian >> Date: Sat Jun 13 22:01:21 2015 >> New Revision: 284356 >> URL: https://svnweb.freebsd.org/changeset/base/284356 >> >> Log: >> Fix up crunchgen binary generation

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-14 Thread Dimitry Andric
On 13 Jun 2015, at 21:20, Simon J. Gerraty wrote: > > Author: sjg > Date: Sat Jun 13 19:20:56 2015 > New Revision: 284345 > URL: https://svnweb.freebsd.org/changeset/base/284345 > > Log: > Add META_MODE support. > > Off by default, build behaves normally. > WITH_META_MODE we get auto objdir

svn commit: r284381 - head/sys/kern

2015-06-14 Thread Mateusz Guzik
Author: mjg Date: Sun Jun 14 14:10:05 2015 New Revision: 284381 URL: https://svnweb.freebsd.org/changeset/base/284381 Log: fd: reduce excessive zeroing on fd close fde_file as NULL is already an indicator of an unused fd. All other fields are populated when fp is installed. Modified: h

svn commit: r284380 - in head/sys: kern sys

2015-06-14 Thread Mateusz Guzik
Author: mjg Date: Sun Jun 14 14:08:52 2015 New Revision: 284380 URL: https://svnweb.freebsd.org/changeset/base/284380 Log: fd: move out actual fp installation to _finstall Use it in fd passing functions as the first step towards fd code cleanup. Modified: head/sys/kern/kern_descrip.c h

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

2015-06-14 Thread Garrett Cooper
On Jun 13, 2015, at 23:09, Steve Kargl wrote: > On Sat, Jun 13, 2015 at 06:45:57PM -0700, Craig Rodrigues wrote: >> On Sat, Jun 13, 2015 at 6:29 PM, Steve Kargl < >> s...@troutmask.apl.washington.edu> wrote: >> Are you talking about this comment you made? >>> https://lists.free

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

2015-06-14 Thread Slawa Olhovchenkov
On Sun, Jun 14, 2015 at 11:22:03AM +0100, Bruce Simpson wrote: > On 14/06/2015 11: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, S

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

2015-06-14 Thread Bruce Simpson
On 14/06/2015 11: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, Puppet, and Chef. They may do some quick prototyping and UI work with

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

2015-06-14 Thread Garrett Cooper
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, Puppet, and Chef. >> They may do some quick prototyping

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

2015-06-14 Thread Slawa Olhovchenkov
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, Puppet, and Chef. > They may do some quick prototyping and UI work with Javascript and HTML/CSS. > Being able to gen

Re: svn commit: r284356 - head/usr.sbin/crunch/crunchgen

2015-06-14 Thread Tijl Coosemans
On Sat, 13 Jun 2015 22:01:21 + (UTC) Adrian Chadd wrote: > Author: adrian > Date: Sat Jun 13 22:01:21 2015 > New Revision: 284356 > URL: https://svnweb.freebsd.org/changeset/base/284356 > > Log: > Fix up crunchgen binary generation to work with external cross-build > tools. > > * Al

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

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 decided that mib[] warranted >

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.