Author: hselasky
Date: Tue Dec 15 09:02:05 2015
New Revision: 292254
URL: https://svnweb.freebsd.org/changeset/base/292254
Log:
Properly drain callouts in the IPFW subsystem to avoid use after free
panics when unloading the dummynet and IPFW modules:
- The callout drain function can sleep
On Tue, Dec 15, 2015 at 12:05:07AM +, John Baldwin wrote:
> Author: jhb
> Date: Tue Dec 15 00:05:07 2015
> New Revision: 292236
> URL: https://svnweb.freebsd.org/changeset/base/292236
>
> Log:
> Start on a new library (libsysdecode) that provides routines for decoding
> system call informa
Author: royger
Date: Tue Dec 15 10:07:03 2015
New Revision: 292255
URL: https://svnweb.freebsd.org/changeset/base/292255
Log:
x86/bounce: try to always completely fill bounce pages
Current code doesn't try to make use of the full page when bouncing because
the size is only expanded to be
Author: brueffer
Date: Tue Dec 15 10:24:48 2015
New Revision: 292256
URL: https://svnweb.freebsd.org/changeset/base/292256
Log:
Minor spelling, mdoc and style cleanup.
Modified:
head/lib/lib80211/lib80211.3
Modified: head/lib/lib80211/lib80211.3
==
Author: brueffer
Date: Tue Dec 15 10:26:47 2015
New Revision: 292257
URL: https://svnweb.freebsd.org/changeset/base/292257
Log:
Add entry for lib80211; fix a typo in libsysdecode.
Modified:
head/contrib/mdocml/lib.in
Modified: head/contrib/mdocml/lib.in
==
On 2015-12-15 10:56, Roman Divacky wrote:
> On Tue, Dec 15, 2015 at 12:05:07AM +, John Baldwin wrote:
>> Author: jhb
>> Date: Tue Dec 15 00:05:07 2015
>> New Revision: 292236
>> URL: https://svnweb.freebsd.org/changeset/base/292236
>>
>> Log:
>> Start on a new library (libsysdecode) that prov
Author: royger
Date: Tue Dec 15 11:20:20 2015
New Revision: 292258
URL: https://svnweb.freebsd.org/changeset/base/292258
Log:
hyperv/kvp: wake up the daemon if it's sleeping due to poll()
Without the patch, there is a race condition: when poll() is invoked(),
if kvp_globals.daemon_busy is
Author: mmel
Date: Tue Dec 15 12:52:45 2015
New Revision: 292260
URL: https://svnweb.freebsd.org/changeset/base/292260
Log:
ARM: Remove outdated katelib.h.
Approved by: kib (mentor)
Deleted:
head/sys/arm/include/katelib.h
Modified:
head/sys/arm/arm/trap.c
head/sys/arm/include/cpufun
Author: mmel
Date: Tue Dec 15 12:51:58 2015
New Revision: 292259
URL: https://svnweb.freebsd.org/changeset/base/292259
Log:
ARM: option PPC_PROBE_CHIPSET is applicable only for x86. Don't enable it
for ARM LINT config.
Approved by: kib (mentor)
Modified:
head/sys/arm/conf/NOTES
Modif
Author: bapt
Date: Tue Dec 15 13:01:14 2015
New Revision: 292262
URL: https://svnweb.freebsd.org/changeset/base/292262
Log:
Show the enclosure name and id in sesutil map
Sponsored by: Gandi.net
Modified:
head/usr.sbin/sesutil/sesutil.c
Modified: head/usr.sbin/sesutil/sesutil.c
=
Author: brueffer
Date: Tue Dec 15 13:04:44 2015
New Revision: 292263
URL: https://svnweb.freebsd.org/changeset/base/292263
Log:
Assorted grammar, spelling and punctuation fixes.
PR: 203336, 203339
Submitted by: esp...@rpi.edu, theme...@gmail.com
MFC after:1 week
Modified:
Author: skra
Date: Tue Dec 15 13:17:40 2015
New Revision: 292264
URL: https://svnweb.freebsd.org/changeset/base/292264
Log:
Flush intermediate TLB cache when L2 page table is unlinked.
This fixes an issue observed on Cortex A7 (RPi2) and on Cortex A15
(Jetson TK1) causing various memory c
Author: brueffer
Date: Tue Dec 15 13:29:05 2015
New Revision: 292265
URL: https://svnweb.freebsd.org/changeset/base/292265
Log:
Fix example code rendering, \n needs escaping to show up.
PR: 203536
Submitted by: Fabian Keil
Modified:
head/share/man/man4/dtrace_io.4
head/shar
Author: smh
Date: Tue Dec 15 14:17:07 2015
New Revision: 292266
URL: https://svnweb.freebsd.org/changeset/base/292266
Log:
Add flag to disable inital reboot(8) userland sync
Add -N flag to reboot(8) which bypasses the userland sync(2) during
reboot(8) while still allow the kernel sync dur
Author: kevlo
Date: Tue Dec 15 15:08:29 2015
New Revision: 292267
URL: https://svnweb.freebsd.org/changeset/base/292267
Log:
Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.
Reviewed by: bde
Modified:
head/lib/libc/sys/getuid.2
head/lib/libc/sys/setuid.2
Mo
Author: kevlo
Date: Tue Dec 15 15:19:06 2015
New Revision: 292268
URL: https://svnweb.freebsd.org/changeset/base/292268
Log:
Remove sys/types.h due to STANDARDS and unistd.h also includes sys/types.h.
Modified:
head/lib/libc/sys/brk.2
head/lib/libc/sys/getgid.2
head/lib/libc/sys/getpid.2
Author: skra
Date: Tue Dec 15 15:22:33 2015
New Revision: 292269
URL: https://svnweb.freebsd.org/changeset/base/292269
Log:
Replace all postponed TLB flushes by immediate ones except the one
in pmap_remove_pages().
Some points were considered:
(1) There is no range TLB flush cp15 functi
Author: araujo
Date: Tue Dec 15 15:37:58 2015
New Revision: 292270
URL: https://svnweb.freebsd.org/changeset/base/292270
Log:
EAGAIN handling for imsg_read.
Approved by: bapt (mentor)
Obtained from:OpenBSD
Differential Revision:https://reviews.freebsd.org/D4547
Modifie
Author: araujo
Date: Tue Dec 15 15:42:42 2015
New Revision: 292272
URL: https://svnweb.freebsd.org/changeset/base/292272
Log:
Remove the null checker before free.
Approved by: bapt (mentor)
Obtained from:OpenBSD
Differential Revision:https://reviews.freebsd.org/D4549
M
Author: araujo
Date: Tue Dec 15 15:41:09 2015
New Revision: 292271
URL: https://svnweb.freebsd.org/changeset/base/292271
Log:
Remove wrong header and the NULL check before free().
Approved by: bapt (mentor)
Obtained from:OpenBSD
Differential Revision:https://reviews.fre
Author: araujo
Date: Tue Dec 15 15:46:14 2015
New Revision: 292273
URL: https://svnweb.freebsd.org/changeset/base/292273
Log:
Remove a garbage printf used for debug.
Approved by: bapt (mentor implicit)
Modified:
head/usr.sbin/ypldap/ldapclient.c
Modified: head/usr.sbin/ypldap/ldapclien
Author: smh
Date: Tue Dec 15 16:02:11 2015
New Revision: 292275
URL: https://svnweb.freebsd.org/changeset/base/292275
Log:
Fix lagg failover due to missing notifications
When using lagg failover mode neither Gratuitous ARP (IPv4) or Unsolicited
Neighbour Advertisements (IPv6) are sent to
Author: skra
Date: Tue Dec 15 16:04:45 2015
New Revision: 292276
URL: https://svnweb.freebsd.org/changeset/base/292276
Log:
Local TLB flush is sufficient in pmap_remove_pages().
(1) The pmap argument passed to the function must be current pmap only.
(2) The process must be single threaded
Author: jamie
Date: Tue Dec 15 17:25:00 2015
New Revision: 292277
URL: https://svnweb.freebsd.org/changeset/base/292277
Log:
Fix jail name checking that disallowed anything that starts with '0'.
The intention was to just limit leading zeroes on numeric names. That
check is now improved to a
Author: avos
Date: Tue Dec 15 17:59:13 2015
New Revision: 292279
URL: https://svnweb.freebsd.org/changeset/base/292279
Log:
urtwn: fix off-by-one error.
Reported by: adrian
Modified:
head/sys/dev/usb/wlan/if_urtwnvar.h
Modified: head/sys/dev/usb/wlan/if_urtwnvar.h
=
On Tuesday, December 15, 2015 10:26:47 AM Christian Brueffer wrote:
> Author: brueffer
> Date: Tue Dec 15 10:26:47 2015
> New Revision: 292257
> URL: https://svnweb.freebsd.org/changeset/base/292257
>
> Log:
> Add entry for lib80211; fix a typo in libsysdecode.
Thanks for the fix.
--
John Bal
Author: bdrewery
Date: Tue Dec 15 18:44:28 2015
New Revision: 292284
URL: https://svnweb.freebsd.org/changeset/base/292284
Log:
Regenerate after r292283.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: bdrewery
Date: Tue Dec 15 18:42:30 2015
New Revision: 292283
URL: https://svnweb.freebsd.org/changeset/base/292283
Log:
Correct comment about MAKEOBJDIRPREFIX in src-env.conf.
It may only be used with WITH_AUTO_OBJ, which the WITH_DIRDEPS_BUILD does. We
could support this in the
Author: bdrewery
Date: Tue Dec 15 19:57:56 2015
New Revision: 292287
URL: https://svnweb.freebsd.org/changeset/base/292287
Log:
Build engines in parallel.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/secure/lib/libcrypto/engines/Makefile
Modified: head/secure/lib/libcrypto
Author: smh
Date: Tue Dec 15 21:11:41 2015
New Revision: 292289
URL: https://svnweb.freebsd.org/changeset/base/292289
Log:
Prevent g_access calls to bad multipath members
When a multipath member is orphaned its access members are zeroed before its
removed if marked for wither, so prevent
Author: mav
Date: Tue Dec 15 21:19:32 2015
New Revision: 292290
URL: https://svnweb.freebsd.org/changeset/base/292290
Log:
Set DS flag, required for LPB log page by spec.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
=
> On 15 Dec 2015, at 17:02, Steven Hartland wrote:
>
> Author: smh
> Date: Tue Dec 15 16:02:11 2015
> New Revision: 292275
> URL: https://svnweb.freebsd.org/changeset/base/292275
>
> Log:
> Fix lagg failover due to missing notifications
>
I’ve just built a new image (r292287-based) for my TP
> On 15 Dec 2015, at 23:15, Kristof Provost wrote:
> Based on the arp_announce() in the backtrace this commit looks like a
> possible cause.
I see this in arp_announce():
KP: arp_announce() ifp->if_addr = 0
So that explains why we panic in 'lladdr = IF_LLADDR(ifp);’.
I’ve done a very quick ha
Author: jhb
Date: Tue Dec 15 23:06:15 2015
New Revision: 292291
URL: https://svnweb.freebsd.org/changeset/base/292291
Log:
Keep the entries for NFS and the PCI bus code.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
oops, file a bug at github.com/freebsd/freebsd-wifi-build and I'll fix it asap.
-a
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Author: adrian
Date: Wed Dec 16 00:13:16 2015
New Revision: 292299
URL: https://svnweb.freebsd.org/changeset/base/292299
Log:
Don't call wakeup if we're just returning reserved space; just
return the reservation and wait for more space to appear.
Submitted by: jeff
Reviewed by: kib
Mo
Author: gjb
Date: Wed Dec 16 00:21:21 2015
New Revision: 292304
URL: https://svnweb.freebsd.org/changeset/base/292304
Log:
Err on the side of caution, and assume *env(3) should require
secteam@ review for changes. so@ can remove this entry, if
necessary.
Submitted by: jhb (via secteam@
Author: rrs
Date: Wed Dec 16 00:56:45 2015
New Revision: 292309
URL: https://svnweb.freebsd.org/changeset/base/292309
Log:
First cut of the modularization of our TCP stack. Still
to do is to clean up the timer handling using the async-drain.
Other optimizations may be coming to go with this.
Author: pjd
Date: Wed Dec 16 01:05:50 2015
New Revision: 292310
URL: https://svnweb.freebsd.org/changeset/base/292310
Log:
Keep maintainance of GELI and make it clear which directories I'm interested
in.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
=
Author: emaste
Date: Wed Dec 16 03:59:54 2015
New Revision: 292312
URL: https://svnweb.freebsd.org/changeset/base/292312
Log:
lldb(1): Document core file option -c / -core
Modified:
head/contrib/llvm/tools/lldb/docs/lldb.1
Modified: head/contrib/llvm/tools/lldb/docs/lldb.1
==
Author: lidl
Date: Wed Dec 16 04:32:33 2015
New Revision: 292313
URL: https://svnweb.freebsd.org/changeset/base/292313
Log:
Skip unavailable pools when running zfs pool scrubs
Approved by: rpaulo (mentor)
Differential Revision:https://reviews.freebsd.org/D4588
Modified:
head/e
41 matches
Mail list logo