Author: kib
Date: Sat Jun 13 07:31:50 2015
New Revision: 284338
URL: https://svnweb.freebsd.org/changeset/base/284338
Log:
MFC r284104:
Updates from SDM rev. 55.
Modified:
stable/10/sys/amd64/amd64/initcpu.c
stable/10/sys/amd64/include/md_var.h
stable/10/sys/i386/i386/initcpu.c
stable
On Sat, Jun 13, 2015 at 05:55:26AM +, Allan Jude wrote:
> Author: allanjude (doc committer)
> Date: Sat Jun 13 05:55:26 2015
> New Revision: 284336
> URL: https://svnweb.freebsd.org/changeset/base/284336
>
> Log:
> acpi_ibm.ko panics if SMBIOS information is not available
>
> Add a chec
On Sat, Jun 13, 2015 at 12:37 AM, Konstantin Belousov
wrote:
> On Sat, Jun 13, 2015 at 05:55:26AM +, Allan Jude wrote:
>> Author: allanjude (doc committer)
>> Date: Sat Jun 13 05:55:26 2015
>> New Revision: 284336
>> URL: https://svnweb.freebsd.org/changeset/base/284336
>>
>> Log:
>> acpi_ib
+1.
On Jun 13, 2015 3:42 PM, "NGie Cooper" wrote:
> On Sat, Jun 13, 2015 at 12:37 AM, Konstantin Belousov
> wrote:
> > On Sat, Jun 13, 2015 at 05:55:26AM +, Allan Jude wrote:
> >> Author: allanjude (doc committer)
> >> Date: Sat Jun 13 05:55:26 2015
> >> New Revision: 284336
> >> URL: https:
Author: emaste
Date: Sat Jun 13 14:24:31 2015
New Revision: 284339
URL: https://svnweb.freebsd.org/changeset/base/284339
Log:
elfcopy: Handle objects without a ".shstrtab" section string table
As of LLVM revision 238073, LLVM stores symbols and section names in
the same string table. Fro
On 6/13/15 10:49 AM, Steve Kargl wrote:
On Fri, Jun 12, 2015 at 08:43:09PM -0400, Alexander Kabaev wrote:
On Wed, 10 Jun 2015 01:27:39 + (UTC)
Marcel Moolenaar wrote:
Author: marcel
Date: Wed Jun 10 01:27:38 2015
New Revision: 284198
URL: https://svnweb.freebsd.org/changeset/base/284198
> On Jun 13, 2015, at 10:26 AM, Julian Elischer wrote:
>
> On 6/13/15 10:49 AM, Steve Kargl wrote:
>> On Fri, Jun 12, 2015 at 08:43:09PM -0400, Alexander Kabaev wrote:
>>> On Wed, 10 Jun 2015 01:27:39 + (UTC)
>>> Marcel Moolenaar wrote:
>>>
Author: marcel
Date: Wed Jun 10 01:27:3
Author: kan
Date: Sat Jun 13 15:14:39 2015
New Revision: 284340
URL: https://svnweb.freebsd.org/changeset/base/284340
Log:
Unbreak libxo's handling of characters not representable in current locale
The xo_format_string_direct function loops forever never advancing the
processed string poi
On Fri, 2015-06-12 at 19:49 -0700, Steve Kargl wrote:
> On Fri, Jun 12, 2015 at 08:43:09PM -0400, Alexander Kabaev wrote:
> > On Wed, 10 Jun 2015 01:27:39 + (UTC)
> > Marcel Moolenaar wrote:
> >
> > > Author: marcel
> > > Date: Wed Jun 10 01:27:38 2015
> > > New Revision: 284198
> > > URL: ht
I think the experience so far has been "ok, this way isn't working
well, maybe it's time we made all our statistics gathering binaries
thin layers on top of .so 's that implement the variation in output."
It's been valuable to (re)learn that, but ..
-adrian
__
Author: sjg
Date: Sat Jun 13 15:36:13 2015
New Revision: 284341
URL: https://svnweb.freebsd.org/changeset/base/284341
Log:
Use ${CRUNCHGEN} rather than bare word.
Reviewed by: brooks
Modified:
head/share/mk/bsd.crunchgen.mk
Modified: head/share/mk/bsd.crunchgen.mk
==
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 maintaining code for unix-like systems
> completely worthless I would have been skeptical, but it seems we're
> well on our way.
There is a l
On 13/06/2015 16:38, 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 maintaining code for unix-like systems
completely worthless I would have been skeptical, but it seems
On Sat, 2015-06-13 at 11:38 -0400, 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 maintaining code for unix-like systems
> > completely worthless I would have
Author: bryanv
Date: Sat Jun 13 16:13:31 2015
New Revision: 284342
URL: https://svnweb.freebsd.org/changeset/base/284342
Log:
Fix typo when deregistering the VLAN unconfig event handler
Submitted by: Masao Uebayashi
MFC after:3 days
Modified:
head/sys/dev/virtio/network/if_vtnet.c
Author: jhb
Date: Sat Jun 13 16:15:43 2015
New Revision: 284343
URL: https://svnweb.freebsd.org/changeset/base/284343
Log:
MFC 283546:
Add KTR tracing for some MI ptrace events.
Modified:
stable/10/sys/kern/kern_exit.c
stable/10/sys/kern/kern_fork.c
stable/10/sys/kern/kern_sig.c
stabl
Author: jhb
Date: Sat Jun 13 16:15:43 2015
New Revision: 284343
URL: https://svnweb.freebsd.org/changeset/base/284343
Log:
MFC 283546:
Add KTR tracing for some MI ptrace events.
Modified:
stable/9/sys/kern/kern_exit.c
stable/9/sys/kern/kern_fork.c
stable/9/sys/kern/kern_sig.c
stable/9
> On Jun 13, 2015, at 11:47 AM, Ian Lepore wrote:
>
> On Sat, 2015-06-13 at 11:38 -0400, 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 maintaining code fo
Hi,
I think we're at the point now where it's worth doing that
re-evaluation. I don't think it's worth backing everything out; just
whether the current approach of overriding printing the way it's done
is the right way.
So, how about that happens nowish before more things are converted?
-adrian
> On Jun 13, 2015, at 12:35 PM, Adrian Chadd wrote:
>
> Hi,
>
> I think we're at the point now where it's worth doing that
> re-evaluation. I don't think it's worth backing everything out; just
> whether the current approach of overriding printing the way it's done
> is the right way.
>
> So,
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 maintaining code for unix-like systems
completely worthless I would have been skeptical, but it seems w
Author: bryanv
Date: Sat Jun 13 17:40:33 2015
New Revision: 284344
URL: https://svnweb.freebsd.org/changeset/base/284344
Log:
MFC r277788:
Rework vtblk dump handling of in flight requests
Previously, the driver resets the device and abandon the requests that
are caught in flight when
On 13 June 2015 at 10:06, Marcel Moolenaar wrote:
>
>> On Jun 13, 2015, at 12:35 PM, Adrian Chadd wrote:
>>
>> Hi,
>>
>> I think we're at the point now where it's worth doing that
>> re-evaluation. I don't think it's worth backing everything out; just
>> whether the current approach of overriding
.. and, since libbsdstat is mostly in the small sandpit of wifi
statistics tools, I'm going to do this /anyway/. Then people can
evaluate if it's useful to convert other tools to use libbsdstat.
-adrian
___
svn-src-all@freebsd.org mailing list
http://l
On Sun, Jun 14, 2015 at 01:19:27AM +0800, 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 maintaining code for unix
> On Jun 13, 2015, at 12:25 PM, Marcel Moolenaar wrote:
>
>
>> On Jun 13, 2015, at 11:47 AM, Ian Lepore wrote:
>>
>> On Sat, 2015-06-13 at 11:38 -0400, 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
On 13.06.2015 17:26, Julian Elischer wrote:
> On 6/13/15 10:49 AM, Steve Kargl wrote:
>> On Fri, Jun 12, 2015 at 08:43:09PM -0400, Alexander Kabaev wrote:
>>> On Wed, 10 Jun 2015 01:27:39 + (UTC)
>>> Marcel Moolenaar wrote:
>>>
Author: marcel
Date: Wed Jun 10 01:27:38 2015
New R
> 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 maintaining code for unix-like sys
On Sat, Jun 13, 2015 at 11:38:11AM -0400, David Chisnall wrote:
D> > If you would have told me a year ago that you had a simple scheme that
D> > could make 30 years of experience maintaining code for unix-like systems
D> > completely worthless I would have been skeptical, but it seems we're
D> > we
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 creation, the ability to
start build from anywhere in the tree.
Author: dim
Date: Sat Jun 13 19:26:48 2015
New Revision: 284346
URL: https://svnweb.freebsd.org/changeset/base/284346
Log:
Fix the following clang 3.7.0 warnings in lib/libfetch/http.c:
lib/libfetch/http.c:1628:26: error: address of array 'purl->user'
will always evaluate to 'true
> On Jun 13, 2015, at 15: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.
Thanks!!
Is anything remaining from the projects/bmake branch?
___
Author: bryanv
Date: Sat Jun 13 19:36:32 2015
New Revision: 284347
URL: https://svnweb.freebsd.org/changeset/base/284347
Log:
MFC r271603:
Add DEF_CLONE_CMD_ARG2
Modified:
stable/10/sbin/ifconfig/ifconfig.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sbin/if
Author: kp
Date: Sat Jun 13 19:39:21 2015
New Revision: 284348
URL: https://svnweb.freebsd.org/changeset/base/284348
Log:
Fix panic when adding vtnet interfaces to a bridge
vtnet interfaces are always in promiscuous mode (at least if the
VIRTIO_NET_F_CTRL_RX feature is not negotiated with
Author: sjg
Date: Sat Jun 13 19:52:35 2015
New Revision: 284349
URL: https://svnweb.freebsd.org/changeset/base/284349
Log:
We no longer need CSU_DIR.i386
and until there is an alternative we need MK_INSTALL_AS_USER=yes
Modified:
head/share/mk/local.meta.sys.mk
Modified: head/share/mk/local
Author: sjg
Date: Sat Jun 13 19:53:24 2015
New Revision: 284350
URL: https://svnweb.freebsd.org/changeset/base/284350
Log:
removed extra keyword
Modified:
head/bin/cat/Makefile.depend
Modified: head/bin/cat/Makefile.depend
=
Author: tuexen
Date: Sat Jun 13 19:56:04 2015
New Revision: 284351
URL: https://svnweb.freebsd.org/changeset/base/284351
Log:
Simplify printaddr(). No functional change.
MFC after: 3 days
Modified:
head/usr.bin/sockstat/sockstat.c
Modified: head/usr.bin/sockstat/sockstat.c
=
Author: tuexen
Date: Sat Jun 13 20:01:54 2015
New Revision: 284352
URL: https://svnweb.freebsd.org/changeset/base/284352
Log:
Allow more than one socket entry for a file descriptor. This is needed
for supporting 1-to-many style SCTP sockets. For other sochets, there
is no functional change.
Author: tuexen
Date: Sat Jun 13 20:05:20 2015
New Revision: 284353
URL: https://svnweb.freebsd.org/changeset/base/284353
Log:
Allow more than one local or remote address per socket. This is needed to
support SCTP (and MPTCP in the future). No functional change for existing
protocols.
MF
Author: tuexen
Date: Sat Jun 13 20:11:02 2015
New Revision: 284354
URL: https://svnweb.freebsd.org/changeset/base/284354
Log:
Add support for SCTP.
MFC after: 3 days
Modified:
head/usr.bin/sockstat/sockstat.c
Modified: head/usr.bin/sockstat/sockstat.c
===
Author: tuexen
Date: Sat Jun 13 20:15:44 2015
New Revision: 284355
URL: https://svnweb.freebsd.org/changeset/base/284355
Log:
When using -L the code skips a socket if the local or foreign
address is loopback. So it is shown if both are not loopback.
The man page says that it is shown if the
Just in case, my debug code and proposed fix can be found here:
https://github.com/sobomax/FreeBSD.arm/commit/48509790f82352cb455d0f5029291b917afb985b
Unless I hear from you I am going to push it into the repository in the
next few days (modulo printf() debug stuff).
Thanks!
On Thu, Jun 11, 201
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.
* Allow STRIP to be overridden by the environment
* Use CC to tie things together, no
Author: ngie
Date: Sat Jun 13 22:27:59 2015
New Revision: 284357
URL: https://svnweb.freebsd.org/changeset/base/284357
Log:
Fix inverted check by skipping over the model-specific checks if the maker
or product is NULL, not if they are both not NULL
Reported by: araujo, kib
X-MFC with: r
Author: ngie
Date: Sat Jun 13 22:29:43 2015
New Revision: 284358
URL: https://svnweb.freebsd.org/changeset/base/284358
Log:
Fix previous commit (r284357)
I forgot to convert the && to a ||
Pointyhat to: ngie
X-MFC with: r283678, r284336, r284357
Modified:
head/sys/dev/acpi_support
On Jun 13, 2015, at 4:30, Marcelo Araujo wrote:
> +1.
Fixed (r284357/r284358). Thanks!
signature.asc
Description: Message signed with OpenPGP using GPGMail
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.freebsd.org/changeset/base/284345
>
> Log:
> Add META_MODE support.
>
Simon,
Can you take a look at this:
https://jenkins.freebsd.org/job/FreeB
Author: adrian
Date: Sat Jun 13 22:36:42 2015
New Revision: 284359
URL: https://svnweb.freebsd.org/changeset/base/284359
Log:
Fix incorrect library path.
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
==
On Jun 13, 2015, at 15:34, 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.freebsd.org/changeset/base/284345
>
> Log:
> Add META_MODE support.
>
> Simon,
>
> Can yo
On Jun 13, 2015, at 15:37, Garrett Cooper wrote:
> On Jun 13, 2015, at 15:34, 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.freebsd.org/changeset/base/284345
On Jun 13, 2015, at 15:46, Garrett Cooper wrote:
> On Jun 13, 2015, at 15:37, Garrett Cooper wrote:
>
>> On Jun 13, 2015, at 15:34, 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: 284
Hey Marcel,
I hope that the current discussion thread doesn't dishearten
you and Phil *too* much, and that you continue with the libxo work
in FreeBSD.
I think libxo is cool stuff.
I've talked to a few people who are not FreeBSD users (they do Linux
mostly),
and they also think that libxo is pre
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 *really* useful.
>
Given the bloat caused by libxo, which I showed in March,
I don't see how people working on embedded produ
tsk, this broke some stuff (nostdlibs?) .. let me fix this.
Sorry!
-a
___
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"
Author: adrian
Date: Sun Jun 14 00:31:22 2015
New Revision: 284363
URL: https://svnweb.freebsd.org/changeset/base/284363
Log:
Fix typo - this upsets llvm/gcc-4.9, but not gcc-4.2 for some reason.
Modified:
head/usr.sbin/crunch/crunchgen/crunchgen.c
Modified: head/usr.sbin/crunch/crunchgen/cr
On Sat, Jun 13, 2015 at 5:26 PM, Steve Kargl <
s...@troutmask.apl.washington.edu> 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 *really* useful.
> >
>
> Give
Hi craig,
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 1 digit megabytes. Each year.
-adrian
___
svn-src-all@freebsd.org mailing list
On 13 June 2015 at 17:58, Adrian Chadd wrote:
> Hi craig,
>
> 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 1 digit megabytes. Each year.
(And yes - there's an appreciable set
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 1 digit megabytes. Each year.
>
> (And yes - there's an appreciab
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 about the internals of
> > the libxo itself.
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.freebsd.org/pipermail/freebsd-current/2015-March/054899.html
> >
> > I can't make heads or tails of what you wrote, other than you seeme
On Sat, Jun 13, 2015 at 3:37 PM, Garrett Cooper
wrote:
> On Jun 13, 2015, at 15:34, 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.freebsd.org/changeset/
> On Jun 13, 2015, at 19:06, Craig Rodrigues wrote:
>
>> On Sat, Jun 13, 2015 at 3:37 PM, Garrett Cooper
>> wrote:
>> On Jun 13, 2015, at 15:34, 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 201
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 be measured in 1 d
Author: bryanv
Date: Sun Jun 14 03:14:45 2015
New Revision: 284365
URL: https://svnweb.freebsd.org/changeset/base/284365
Log:
MFC r273331, r273371, r275851:
- Add vxlan interface
- Use the size of the Ethernet address, not the entire header, when
copying into forwarding entry.
Author: sjg
Date: Sun Jun 14 03:27:22 2015
New Revision: 284366
URL: https://svnweb.freebsd.org/changeset/base/284366
Log:
Avoid anoying warning
Modified:
head/share/mk/bsd.init.mk
Modified: head/share/mk/bsd.init.mk
===
Author: sjg
Date: Sun Jun 14 03:28:48 2015
New Revision: 284368
URL: https://svnweb.freebsd.org/changeset/base/284368
Log:
Avoid trailing white-space
Modified:
head/share/mk/local.gendirdeps.mk
Modified: head/share/mk/local.gendirdeps.mk
==
Author: sjg
Date: Sun Jun 14 03:28:25 2015
New Revision: 284367
URL: https://svnweb.freebsd.org/changeset/base/284367
Log:
Watch out for bin/cat in host stage tree
Modified:
head/share/mk/local.dirdeps.mk
Modified: head/share/mk/local.dirdeps.mk
==
Author: sjg
Date: Sun Jun 14 03:29:24 2015
New Revision: 284369
URL: https://svnweb.freebsd.org/changeset/base/284369
Log:
We cannot build makewhatis and mandoc
Modified:
head/targets/pseudo/userland/Makefile.depend
Modified: head/targets/pseudo/userland/Makefile.depend
=
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
Modified: head/usr.bin/kdump/Makefile
==
Author: sjg
Date: Sun Jun 14 03:31:23 2015
New Revision: 284371
URL: https://svnweb.freebsd.org/changeset/base/284371
Log:
Needs libxo
Modified:
head/libexec/ftpd/Makefile.depend
Modified: head/libexec/ftpd/Makefile.depend
=
Author: sjg
Date: Sun Jun 14 03:32:49 2015
New Revision: 284372
URL: https://svnweb.freebsd.org/changeset/base/284372
Log:
Need to provide -I for meta mode
Modified:
head/usr.bin/xlint/llib/Makefile
Modified: head/usr.bin/xlint/llib/Makefile
==
Author: sjg
Date: Sun Jun 14 03:33:27 2015
New Revision: 284373
URL: https://svnweb.freebsd.org/changeset/base/284373
Log:
Avoid circular dependency with nm
Modified:
head/gnu/usr.bin/binutils/libbfd/Makefile
Modified: head/gnu/usr.bin/binutils/libbfd/Makefile
===
Author: sjg
Date: Sun Jun 14 03:34:09 2015
New Revision: 284374
URL: https://svnweb.freebsd.org/changeset/base/284374
Log:
NO_WARNS when building for host
Modified:
head/usr.bin/mkcsmapper_static/Makefile
head/usr.bin/mkesdb_static/Makefile
Modified: head/usr.bin/mkcsmapper_static/Makefile
On Sat, Jun 13, 2015 at 03:31:16PM -0700, Garrett Cooper wrote:
> On Jun 13, 2015, at 4:30, Marcelo Araujo wrote:
>
> > +1.
>
> Fixed (r284357/r284358). Thanks!
I doubt that anything is fixed.
>From a little information I can gather from the r284336 commit message,
there was some NULL pointer
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.freebsd.org/changeset/base/284345
>>
>> Log:
>> Add META_MODE support.
>
>
> S
Author: kib
Date: Sun Jun 14 05:12:48 2015
New Revision: 284375
URL: https://svnweb.freebsd.org/changeset/base/284375
Log:
MFC r283832:
Remove unused variable.
Modified:
stable/10/sys/ufs/ffs/ffs_softdep.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/ufs/ffs
Author: alc
Date: Sun Jun 14 05:23:39 2015
New Revision: 284376
URL: https://svnweb.freebsd.org/changeset/base/284376
Log:
As the next step in eliminating PG_CACHE pages, free rather than cache
pages in vm_pageout_scan(). The reactivation rate of cache pages created
by vm_pageout_scan() is
On 06/13/2015 15:16, Gleb Smirnoff wrote:
> On Sat, Jun 13, 2015 at 11:38:11AM -0400, David Chisnall wrote:
> D> > If you would have told me a year ago that you had a simple scheme that
> D> > could make 30 years of experience maintaining code for unix-like systems
> D> > completely worthless I wou
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.freebsd.org/pipermail/freebsd-current/2015-March/054899.h
80 matches
Mail list logo