Author: ae
Date: Mon Jul 20 06:58:32 2015
New Revision: 285711
URL: https://svnweb.freebsd.org/changeset/base/285711
Log:
Add LLE event handler to report ND6 events to userland via rtsock.
Obtained from:Yandex LLC
MFC after:2 weeks
Sponsored by: Yandex LLC
Modified:
head/
Author: ae
Date: Mon Jul 20 06:54:50 2015
New Revision: 285710
URL: https://svnweb.freebsd.org/changeset/base/285710
Log:
Invoke LLE event handler when entry is deleted.
MFC after:2 weeks
Sponsored by: Yandex LLC
Modified:
head/sys/netinet6/in6.c
Modified: head/sys/netinet6/in6.c
On Mon, Jul 20, 2015 at 03:55:55AM +, Bjoern A. Zeeb wrote:
>
> > On 19 Jul 2015, at 22:24 , Mark Johnston wrote:
> >
> > Author: markj
> > Date: Sun Jul 19 22:24:33 2015
> > New Revision: 285704
> > URL: https://svnweb.freebsd.org/changeset/base/285704
> >
> > Log:
> > Consistently use a
Author: markj
Date: Mon Jul 20 04:41:25 2015
New Revision: 285709
URL: https://svnweb.freebsd.org/changeset/base/285709
Log:
Declare lockstat_enabled even when KDTRACE_HOOKS is not defined.
Reported by: bz
X-MFC-With: r285704
Modified:
head/sys/sys/lockstat.h
Modified: head/sys/sys
> On 19 Jul 2015, at 22:24 , Mark Johnston wrote:
>
> Author: markj
> Date: Sun Jul 19 22:24:33 2015
> New Revision: 285704
> URL: https://svnweb.freebsd.org/changeset/base/285704
>
> Log:
> Consistently use a reader/writer flag for lockstat probes in rwlock(9) and
> sx(9), rather than using
Author: markj
Date: Mon Jul 20 02:38:51 2015
New Revision: 285708
URL: https://svnweb.freebsd.org/changeset/base/285708
Log:
Fix some libxo format string errors in the pfkey stats code.
PR: 201700
Modified:
head/usr.bin/netstat/pfkey.c
Modified: head/usr.bin/netstat/pfkey.c
==
> > Mark, do you have an estimate of when loadable modules will be supported
> > again?
>
> About a week, I’d say.
Thanks! Will keep an eye out.
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubsc
Author: marcel
Date: Sun Jul 19 23:37:45 2015
New Revision: 285707
URL: https://svnweb.freebsd.org/changeset/base/285707
Log:
Check the hw.proto.attach environment variable for devices that
proto(4) should attach to instead of the normal driver.
Document the variable.
Modified:
head/sh
Author: markj
Date: Sun Jul 19 22:26:02 2015
New Revision: 285706
URL: https://svnweb.freebsd.org/changeset/base/285706
Log:
Don't increment the spin count until after the first attempt to acquire a
rwlock read lock. Otherwise the lockstat:::rw-spin probe will fire
spuriously.
MFC after
Author: markj
Date: Sun Jul 19 22:24:33 2015
New Revision: 285704
URL: https://svnweb.freebsd.org/changeset/base/285704
Log:
Consistently use a reader/writer flag for lockstat probes in rwlock(9) and
sx(9), rather than using the probe function name to determine whether a
given lock is a read
Author: mckusick
Date: Sun Jul 19 22:25:16 2015
New Revision: 285705
URL: https://svnweb.freebsd.org/changeset/base/285705
Log:
Restructure code for readability improvement. No functional change.
Reviewed by: kib
Modified:
head/sys/kern/kern_intr.c
Modified: head/sys/kern/kern_intr.c
==
Author: markj
Date: Sun Jul 19 22:14:09 2015
New Revision: 285703
URL: https://svnweb.freebsd.org/changeset/base/285703
Log:
Implement the lockstat provider using SDT(9) instead of the custom provider
in lockstat.ko. This means that lockstat probes now have typed arguments and
will utilize S
On Sat, Jun 13, 2015 at 9:29 PM, Steve Kargl <
s...@troutmask.apl.washington.edu> 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 man
/ObsoleteFiles.inc Sun Jul 19 19:23:38 2015(r285701)
+++ head/ObsoleteFiles.inc Sun Jul 19 21:31:52 2015(r285702)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150719: Remove libarchive.pc
+OLD_FILES+=usr/libdata/pkgconfig/libarchive.pc
# 20150705: Rename DTrace
> On 19 Jul 2015, at 20:40, Simon J. Gerraty wrote:
>
> Mark R V Murray wrote:
>>> On Thu, Jul 02, 2015 at 11:36:27AM -0700, Simon J. Gerraty wrote:
> Sound like you just need to be able to select a single KLD at boot time?
>
> Mark, do you have an estimate of when loadable modules will be
Mark R V Murray wrote:
> > On Thu, Jul 02, 2015 at 11:36:27AM -0700, Simon J. Gerraty wrote:
> >>> Sound like you just need to be able to select a single KLD at boot time?
Mark, do you have an estimate of when loadable modules will be supported
again?
We've been holding off sync'ing from head -
Author: delphij
Date: Sun Jul 19 19:23:38 2015
New Revision: 285701
URL: https://svnweb.freebsd.org/changeset/base/285701
Log:
Use fixed date/time (the time choosen was the time the import was done on
-HEAD) in libntp so we can make reproducible build.
PR: bin/201661
Reviewed
Author: luigi
Date: Sun Jul 19 18:07:25 2015
New Revision: 285699
URL: https://svnweb.freebsd.org/changeset/base/285699
Log:
add a use count so the netmap module cannot be unloaded while in use.
Modified:
head/sys/dev/netmap/netmap.c
head/sys/dev/netmap/netmap_freebsd.c
head/sys/dev/netma
Author: markm
Date: Sun Jul 19 18:07:35 2015
New Revision: 285700
URL: https://svnweb.freebsd.org/changeset/base/285700
Log:
Fix some untidy logic. I committed the wrong local fix; please pass the
pointy hat.
Approved by:so (/dev/random blanket)
Modified:
head/sys/dev/random/ran
Author: luigi
Date: Sun Jul 19 18:06:30 2015
New Revision: 285698
URL: https://svnweb.freebsd.org/changeset/base/285698
Log:
properly destroy persistent vale ports
Modified:
head/sys/dev/netmap/netmap_vale.c
Modified: head/sys/dev/netmap/netmap_vale.c
Author: luigi
Date: Sun Jul 19 18:05:49 2015
New Revision: 285697
URL: https://svnweb.freebsd.org/changeset/base/285697
Log:
do not free NULL if pipe allocation fails
Modified:
head/sys/dev/netmap/netmap_pipe.c
Modified: head/sys/dev/netmap/netmap_pipe.c
=
Author: luigi
Date: Sun Jul 19 18:04:51 2015
New Revision: 285696
URL: https://svnweb.freebsd.org/changeset/base/285696
Log:
release a reference when stopping a monitor
Modified:
head/sys/dev/netmap/netmap_monitor.c
Modified: head/sys/dev/netmap/netmap_monitor.c
=
Author: luigi
Date: Sun Jul 19 17:54:42 2015
New Revision: 285695
URL: https://svnweb.freebsd.org/changeset/base/285695
Log:
small documentation update
Modified:
head/sys/dev/netmap/netmap_kern.h
Modified: head/sys/dev/netmap/netmap_kern.h
> On 19 Jul 2015, at 18:02, Konstantin Belousov wrote:
>
>> -printf("random: %s unblock wait\n", __func__);
>> +/* Only bother the console every 10 seconds or so */
>> +if (spamcount == 0)
>> +printf("random: %s unblock wait\n", __func__);
On Sun, Jul 19, 2015 at 04:05:31PM +, Mark Murray wrote:
> Author: markm
> Date: Sun Jul 19 16:05:30 2015
> New Revision: 285692
> URL: https://svnweb.freebsd.org/changeset/base/285692
>
> Log:
> Fix the read blocking so that it is interruptable and slow down the rate of
> console warning s
Author: andrew
Date: Sun Jul 19 16:55:47 2015
New Revision: 285694
URL: https://svnweb.freebsd.org/changeset/base/285694
Log:
Fix atomic_store_64, it should write the value passed in, not the value
read by the load.
Pointy Hat: andrew
Modified:
head/sys/arm/include/atomic-v6.h
Modif
Author: markm
Date: Sun Jul 19 16:05:23 2015
New Revision: 285690
URL: https://svnweb.freebsd.org/changeset/base/285690
Log:
Optimise the buffer-size calculation. It was possible to get one block too
many.
Approved by: so (/dev/random blanket)
Modified:
head/sys/dev/random/randomdev.c
Author: markm
Date: Sun Jul 19 16:05:30 2015
New Revision: 285692
URL: https://svnweb.freebsd.org/changeset/base/285692
Log:
Fix the read blocking so that it is interruptable and slow down the rate of
console warning spamming while blocked.
Approved by: so (/dev/random blanket)
Modified:
Author: markm
Date: Sun Jul 19 16:05:34 2015
New Revision: 285693
URL: https://svnweb.freebsd.org/changeset/base/285693
Log:
Remove out-of-date comments.
Approved by:so (/dev/random blanket)
Modified:
head/sys/dev/random/fortuna.c
head/sys/dev/random/yarrow.c
Modified: head/sy
Author: markm
Date: Sun Jul 19 16:05:26 2015
New Revision: 285691
URL: https://svnweb.freebsd.org/changeset/base/285691
Log:
Clarify the intent of the RANDOM_* options.
Approved by: so (/dev/random blanket)
Modified:
head/sys/conf/NOTES
Modified: head/sys/conf/NOTES
===
Author: andrew
Date: Sun Jul 19 15:44:51 2015
New Revision: 285689
URL: https://svnweb.freebsd.org/changeset/base/285689
Log:
Clean up the style of the armv6 atomic code.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/include/atomic-v6.h
Modified: head/sys/arm/include/atomic-v6.h
Author: markm
Date: Sun Jul 19 14:34:35 2015
New Revision: 285688
URL: https://svnweb.freebsd.org/changeset/base/285688
Log:
Clean up some trailing whitespace.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- h
Author: andrew
Date: Sun Jul 19 13:10:47 2015
New Revision: 285687
URL: https://svnweb.freebsd.org/changeset/base/285687
Log:
Sort the ARM atomic functions to be in alphabetical order.
Sponsored by: ABT Systems Ltd
Modified:
head/sys/arm/include/atomic-v4.h
head/sys/arm/include/atomic-
On Fri, Jun 19, 2015 at 11:54:23PM +0200, Jilles Tjoelker wrote:
> On Mon, Jun 08, 2015 at 07:13:05PM +, Xin LI wrote:
> > Author: delphij
> > Date: Mon Jun 8 19:13:04 2015
> > New Revision: 284162
> > URL: https://svnweb.freebsd.org/changeset/base/284162
> > Log:
> > It has been long time
Author: kib
Date: Sun Jul 19 10:45:58 2015
New Revision: 285686
URL: https://svnweb.freebsd.org/changeset/base/285686
Log:
Revert bit of the r285627, locore.s does not need include of
opt_kstack_pages.h. The asm gets the right KSTACK_PAGES from the
assym.s.
Reported by: bz
Sponsored
> On 16 Jul 2015, at 10:46 , Zbigniew Bodek wrote:
>
> Author: zbb
> Date: Thu Jul 16 10:46:52 2015
> New Revision: 285627
> URL: https://svnweb.freebsd.org/changeset/base/285627
>
> Log:
> Fix KSTACK_PAGES issue when the default value was changed in KERNCONF
>
> If KSTACK_PAGES was changed
Author: araujo (ports committer)
Date: Sun Jul 19 08:52:35 2015
New Revision: 285685
URL: https://svnweb.freebsd.org/changeset/base/285685
Log:
Add support to the jail framework to be able to mount linsysfs(5) and
linprocfs(5).
Differential Revision:D2846
Submitted by: N
On Sat, 18 Jul 2015, Mark Johnston wrote:
On Sat, Jul 18, 2015 at 08:55:07PM +1000, Bruce Evans wrote:
On Sat, 18 Jul 2015, Mark Johnston wrote:
Log:
Pass the lock object to lockstat_nsecs() and return immediately if
LO_NOPROFILE is set. Some timecounter handlers acquire a spin mutex, and
38 matches
Mail list logo