Author: lwhsu (ports committer)
Date: Tue Nov 26 07:52:40 2013
New Revision: 258618
URL: http://svnweb.freebsd.org/changeset/base/258618
Log:
Mention axge(4)
Approved by: kevlo
Modified:
head/share/man/man4/usb.4
Modified: head/share/man/man4/usb.4
=
Author: lwhsu (ports committer)
Date: Tue Nov 26 07:51:38 2013
New Revision: 258617
URL: http://svnweb.freebsd.org/changeset/base/258617
Log:
Also note to add xhci(4) to kernel configuration to utilize USB 3.0
Approved by: markj
Modified:
head/share/man/man4/axge.4
Modified: head/share
On Tue, Nov 26, 2013 at 02:02:05AM +, Adrian Chadd wrote:
> Author: adrian
> Date: Tue Nov 26 02:02:05 2013
> New Revision: 258613
> URL: http://svnweb.freebsd.org/changeset/base/258613
>
> Log:
> Refactor out the sendfile copyout in order to make vn_sendfile()
> callable from the kernel.
Author: andreast
Date: Tue Nov 26 05:26:10 2013
New Revision: 258615
URL: http://svnweb.freebsd.org/changeset/base/258615
Log:
Take care to handle the full 16 byte buffer in the get/put routines. Also,
skip the VTERM header once when receiving data from the hypervisor call when
we have a HVT
Author: grehan
Date: Tue Nov 26 03:00:54 2013
New Revision: 258614
URL: http://svnweb.freebsd.org/changeset/base/258614
Log:
The Data Byte Count (DBC) field of a Physical Region Descriptor
Table is 22 bits, with the bit 31 being the interrupt-on-completion
bit.
OpenBSD and UEFI set this
Author: adrian
Date: Tue Nov 26 02:02:05 2013
New Revision: 258613
URL: http://svnweb.freebsd.org/changeset/base/258613
Log:
Refactor out the sendfile copyout in order to make vn_sendfile()
callable from the kernel.
Right now vn_sendfile() can't be called from anything other than
a sysc
Author: adrian
Date: Tue Nov 26 01:30:10 2013
New Revision: 258612
URL: http://svnweb.freebsd.org/changeset/base/258612
Log:
The bssid can change from underneath us, so take a reference before
we fiddle with it.
Modified:
head/sys/dev/iwi/if_iwi.c
Modified: head/sys/dev/iwi/if_iwi.c
==
Author: pluknet
Date: Mon Nov 25 23:45:50 2013
New Revision: 258610
URL: http://svnweb.freebsd.org/changeset/base/258610
Log:
Adjust introduction history.
Dump .Dd for this and previous changes.
Discussed with: trasz
MFC after:3 days
Modified:
head/sbin/growfs/growfs.8
Mod
Author: neel
Date: Mon Nov 25 23:31:00 2013
New Revision: 258609
URL: http://svnweb.freebsd.org/changeset/base/258609
Log:
Fix discrepancy between the IOAPIC ID advertised by firmware tables and the
actual value read by the guest from the device. The IOAPIC ID is now set to
zero in both MPta
On 26 November 2013 02:55, Sergey Kandaurov wrote:
> Author: pluknet
> Date: Mon Nov 25 22:55:47 2013
> New Revision: 258606
> URL: http://svnweb.freebsd.org/changeset/base/258606
>
> Log:
> iostat: fix extracting TTY statistics from core.
This is imho still incomplete.
devstat(3) abuses(?) mon
Author: dim
Date: Mon Nov 25 22:58:12 2013
New Revision: 258608
URL: http://svnweb.freebsd.org/changeset/base/258608
Log:
MFC r258350:
Pull in r191896 from upstream llvm trunk:
CaptureTracking: Plug a loophole in the "too many uses" heuristic.
The heuristic was added to avoid
Author: dim
Date: Mon Nov 25 22:56:46 2013
New Revision: 258607
URL: http://svnweb.freebsd.org/changeset/base/258607
Log:
MFC r258350:
Pull in r191896 from upstream llvm trunk:
CaptureTracking: Plug a loophole in the "too many uses" heuristic.
The heuristic was added to avoid
Author: pluknet
Date: Mon Nov 25 22:55:47 2013
New Revision: 258606
URL: http://svnweb.freebsd.org/changeset/base/258606
Log:
iostat: fix extracting TTY statistics from core.
MFC after:1 week
Modified:
head/usr.sbin/iostat/iostat.c
Modified: head/usr.sbin/iostat/iostat.c
===
Author: adrian
Date: Mon Nov 25 22:55:06 2013
New Revision: 258605
URL: http://svnweb.freebsd.org/changeset/base/258605
Log:
Convert over the TCP probes to use mtod() rather than directly
dereferencing m->m_data.
Sponsored by: Netflix, Inc.
Modified:
head/sys/netinet/tcp_input.c
head
Author: peter
Date: Mon Nov 25 22:20:34 2013
New Revision: 258602
URL: http://svnweb.freebsd.org/changeset/base/258602
Log:
Import apr-util-1.5.3 from vendor branch (rr258600)
This is a minor bug fix release.
Deleted:
head/contrib/apr-util/test/testssl.c
Modified:
head/contrib/apr-util/CH
Author: peter
Date: Mon Nov 25 22:16:27 2013
New Revision: 258601
URL: http://svnweb.freebsd.org/changeset/base/258601
Log:
Tag import of svn-1.5.3
Added:
vendor/apr-util/apr-util-1.5.3/
- copied from r258600, vendor/apr-util/dist/
___
svn-src-
Author: peter
Date: Mon Nov 25 22:15:47 2013
New Revision: 258600
URL: http://svnweb.freebsd.org/changeset/base/258600
Log:
Import apr-util 1.5.3
Deleted:
vendor/apr-util/dist/test/testssl.c
Modified:
vendor/apr-util/dist/CHANGES
vendor/apr-util/dist/apr-util.spec
vendor/apr-util/dist/c
Author: pjd
Date: Mon Nov 25 21:17:14 2013
New Revision: 258597
URL: http://svnweb.freebsd.org/changeset/base/258597
Log:
When append-only, immutable or read-only flag is set don't allow for
hard links creation. This matches UFS behaviour.
Reported by: Oleg Ginzburg
MFC after:1 mo
Author: smh
Date: Mon Nov 25 20:47:37 2013
New Revision: 258595
URL: http://svnweb.freebsd.org/changeset/base/258595
Log:
MFC r258294:
Fix ZFS deadlock when sending a snapshot which is mounted.
Approved by: re (glebius)
Sponsored by: Multiplay
Modified:
stable/10/sys/cddl/contrib/op
Author: pjd
Date: Mon Nov 25 20:45:30 2013
New Revision: 258594
URL: http://svnweb.freebsd.org/changeset/base/258594
Log:
Fix double free().
Reported by: Coverity
Coverity CID: 1130048
Modified:
head/lib/libnv/nvpair.c
Modified: head/lib/libnv/nvpair.c
===
Author: rodrigc
Date: Mon Nov 25 20:39:09 2013
New Revision: 258593
URL: http://svnweb.freebsd.org/changeset/base/258593
Log:
MFC 258570
Change sysinstall.8 references to bsdinstall.8.
Submitted by: skreuzer
Approved by: re (delphij)
Modified:
stable/10/release/doc/de_DE.ISO8859-1
Author: dteske
Date: Mon Nov 25 20:37:53 2013
New Revision: 258592
URL: http://svnweb.freebsd.org/changeset/base/258592
Log:
Sort messages.
Modified:
head/usr.sbin/bsdconfig/console/include/messages.subr
head/usr.sbin/bsdconfig/include/messages.subr
head/usr.sbin/bsdconfig/mouse/include/m
Author: rodrigc
Date: Mon Nov 25 20:33:33 2013
New Revision: 258591
URL: http://svnweb.freebsd.org/changeset/base/258591
Log:
In vnet_route_uninit(), free some memory that is allocated in
vnet_route_init().
To reproduce the problem:
(1) Take a GENERIC kernel config, and add options fo
Author: dteske
Date: Mon Nov 25 20:29:26 2013
New Revision: 258590
URL: http://svnweb.freebsd.org/changeset/base/258590
Log:
Add missing newline to printf format string.
Modified:
head/usr.sbin/bsdconfig/includes/includes
Modified: head/usr.sbin/bsdconfig/includes/includes
==
Author: dteske
Date: Mon Nov 25 20:28:39 2013
New Revision: 258589
URL: http://svnweb.freebsd.org/changeset/base/258589
Log:
Add missing `$' before variable name `pgm'. Unnoticed unless running
parallel concurrent copies of `bsdconfig syscons_ttys'.
Modified:
head/usr.sbin/bsdconfig/console
Author: rodrigc
Date: Mon Nov 25 20:20:34 2013
New Revision: 258588
URL: http://svnweb.freebsd.org/changeset/base/258588
Log:
In sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit() we call
"IPFW_WLOCK(chain);".
This lock gets deleted in sys/netpfil/ipfw/ip_fw2.c:vnet_ipfw_uninit().
There
Author: peter
Date: Mon Nov 25 20:17:55 2013
New Revision: 258587
URL: http://svnweb.freebsd.org/changeset/base/258587
Log:
Move the iconv wrapper source from libc_nonshared to libc/iconv so that
it is all in the one place again. Rename libc/iconv/iconv.c to
bsd_iconv.c. Compile the wrapper
Author: delphij
Date: Mon Nov 25 20:05:23 2013
New Revision: 258586
URL: http://svnweb.freebsd.org/changeset/base/258586
Log:
MFC r257007,258140:
Update driver to version 10.0.664.0.
Many thanks to Emulex for their continued support of FreeBSD.
Submitted by: Venkata Duvvuru
Modi
Author: eadler
Date: Mon Nov 25 20:03:57 2013
New Revision: 258585
URL: http://svnweb.freebsd.org/changeset/base/258585
Log:
Add missing cards now supported by iwn.
Modified:
head/share/man/man4/iwn.4
Modified: head/share/man/man4/iwn.4
===
Author: delphij
Date: Mon Nov 25 20:01:34 2013
New Revision: 258584
URL: http://svnweb.freebsd.org/changeset/base/258584
Log:
MFC r246482 (rrs) + r246581:
This fixes a out-of-order problem with several of the newer
drivers. The basic problem was that the driver was pulling
the mbuf off
Author: hrs
Date: Mon Nov 25 19:24:15 2013
New Revision: 258582
URL: http://svnweb.freebsd.org/changeset/base/258582
Log:
There is no file under SISSL after license replacement in r258581.
Deleted:
head/lib/libc/rpc/LICENSE
___
svn-src-all@freebsd.o
Author: hrs
Date: Mon Nov 25 19:08:38 2013
New Revision: 258581
URL: http://svnweb.freebsd.org/changeset/base/258581
Log:
Replace Sun Industry Standards Source License for Sun RPC code with a
3-clause BSD license as specified by Oracle America, Inc. in 2010.
This license change was approved
Author: hrs
Date: Mon Nov 25 19:07:44 2013
New Revision: 258580
URL: http://svnweb.freebsd.org/changeset/base/258580
Log:
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
with the explicit permission of Sun Microsystems in 2009.
Modified:
head/sys/rpc/rpcb_clnt.h
Modi
Author: neel
Date: Mon Nov 25 19:04:51 2013
New Revision: 258579
URL: http://svnweb.freebsd.org/changeset/base/258579
Log:
Add HPET device emulation to bhyve.
bhyve supports a single timer block with 8 timers. The timers are all 32-bit
and capable of being operated in periodic mode. All t
Author: hrs
Date: Mon Nov 25 19:04:36 2013
New Revision: 258578
URL: http://svnweb.freebsd.org/changeset/base/258578
Log:
Replace Sun RPC license in TI-RPC library with a 3-clause BSD license,
with the explicit permission of Sun Microsystems in 2009.
Modified:
head/include/rpc/auth.h
head
On 25.11.2013 13:49, Pedro Giffuni wrote:
On 25.11.2013 13:30, Glen Barber wrote:
On Mon, Nov 25, 2013 at 06:28:34PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Mon Nov 25 18:28:34 2013
New Revision: 258571
URL: http://svnweb.freebsd.org/changeset/base/258571
Log:
tcpdump Bring change
On 25.11.2013 13:30, Glen Barber wrote:
On Mon, Nov 25, 2013 at 06:28:34PM +, Pedro F. Giffuni wrote:
Author: pfg
Date: Mon Nov 25 18:28:34 2013
New Revision: 258571
URL: http://svnweb.freebsd.org/changeset/base/258571
Log:
tcpdump Bring change from upstream.
commit 772d6fbcf59220
Author: avg
Date: Mon Nov 25 18:51:53 2013
New Revision: 258576
URL: http://svnweb.freebsd.org/changeset/base/258576
Log:
MFC r240834: Add rounddown2() macro similar to the roundup2() macro.
MFC slacker: pjd
Modified:
stable/8/sys/sys/param.h
Directory Properties:
stable/8/sys/ (pro
Author: avg
Date: Mon Nov 25 18:51:25 2013
New Revision: 258575
URL: http://svnweb.freebsd.org/changeset/base/258575
Log:
MFC r240834: Add rounddown2() macro similar to the roundup2() macro.
MFC slacker: pjd
Modified:
stable/9/sys/sys/param.h
Directory Properties:
stable/9/sys/ (pro
Author: rodrigc
Date: Mon Nov 25 18:49:37 2013
New Revision: 258574
URL: http://svnweb.freebsd.org/changeset/base/258574
Log:
Only initialize some mutexes for the default VNET.
In r208160, sctp_it_ctl was made a global variable, across all VNETs.
However, sctp_init() is called for every V
Author: pfg
Date: Mon Nov 25 18:46:08 2013
New Revision: 258573
URL: http://svnweb.freebsd.org/changeset/base/258573
Log:
MFV: removes strict-aliasing warnings from GCC in tcpdump.
Reported by: tinderbox (gjb)
Submitted by: glebius
MFC after:2 weeks
Modified:
head/contrib/tcpdum
Author: rstone
Date: Mon Nov 25 18:31:13 2013
New Revision: 258572
URL: http://svnweb.freebsd.org/changeset/base/258572
Log:
pmc(3) does not document a dependency on but
requires it, so include it explicitly from .
MFC after:1 month
Modified:
head/lib/libpmc/pmc.h
Modified: head
On Mon, Nov 25, 2013 at 06:28:34PM +, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Mon Nov 25 18:28:34 2013
> New Revision: 258571
> URL: http://svnweb.freebsd.org/changeset/base/258571
>
> Log:
> tcpdump Bring change from upstream.
>
> commit 772d6fbcf592209aa1ab1b61714e8ae72a5b1698
>
Author: pfg
Date: Mon Nov 25 18:28:34 2013
New Revision: 258571
URL: http://svnweb.freebsd.org/changeset/base/258571
Log:
tcpdump Bring change from upstream.
commit 772d6fbcf592209aa1ab1b61714e8ae72a5b1698
Author: Dmitrij Tejblum
Date: Sun Jun 2 13:48:44 2013 +0400
Convert s
Author: rodrigc
Date: Mon Nov 25 18:11:55 2013
New Revision: 258570
URL: http://svnweb.freebsd.org/changeset/base/258570
Log:
Change sysinstall.8 references to bsdinstall.8.
Submitted by: skreuzer
Modified:
head/release/doc/de_DE.ISO8859-1/readme/article.xml
head/release/doc/en_US.ISO8
Author: peter
Date: Mon Nov 25 17:52:16 2013
New Revision: 258569
URL: http://svnweb.freebsd.org/changeset/base/258569
Log:
Import svn-1.8.5. This contains a user-visible fix for svn:externals
handling (there are no svn:externals in freebsd repo), and two security
fixes for modules that we
Author: peter
Date: Mon Nov 25 17:45:20 2013
New Revision: 258568
URL: http://svnweb.freebsd.org/changeset/base/258568
Log:
Tag subversion-1.8.5 import
Added:
vendor/subversion/subversion-1.8.5/
- copied from r258567, vendor/subversion/dist/
__
Author: peter
Date: Mon Nov 25 17:44:04 2013
New Revision: 258567
URL: http://svnweb.freebsd.org/changeset/base/258567
Log:
Import subversion-1.8.5
Modified:
vendor/subversion/dist/CHANGES
vendor/subversion/dist/Makefile.in
vendor/subversion/dist/build-outputs.mk
vendor/subversion/dist/
Author: avg
Date: Mon Nov 25 17:30:18 2013
New Revision: 258566
URL: http://svnweb.freebsd.org/changeset/base/258566
Log:
MFV r258378: 4089 NULL pointer dereference in arc_read()
illumos/illumos-gate@57815f6b95a743697e148327725b7f568e75e6ea
Tested by:adrian
Approved by: re (gjb)
Author: avg
Date: Mon Nov 25 17:19:05 2013
New Revision: 258565
URL: http://svnweb.freebsd.org/changeset/base/258565
Log:
MFV r258377: 4088 use after free in arc_release()
illumos/illumos-gate@ccc22e130479b5bd7c0002267fee1e0602d3f772
Approved by: re (gjb)
Modified:
stable/10/sys/cd
Author: hrs
Date: Mon Nov 25 16:44:02 2013
New Revision: 258564
URL: http://svnweb.freebsd.org/changeset/base/258564
Log:
Replace Sun RPC license with a 3-clause BSD license, with the explicit
permission of Sun Microsystems in 2009.
Modified:
head/usr.sbin/rpcbind/check_bound.c
head/usr.s
Author: avg
Date: Mon Nov 25 16:31:31 2013
New Revision: 258563
URL: http://svnweb.freebsd.org/changeset/base/258563
Log:
MFC r258353: zfs page_busy: fix the boundaries of the cleared range
This is a fix for a regression introduced in r246293.
vm_page_clear_dirty expects the range to h
Author: avg
Date: Mon Nov 25 16:19:21 2013
New Revision: 258562
URL: http://svnweb.freebsd.org/changeset/base/258562
Log:
MFV r258386: 4322 ZFS deadlock on dp_config_rwlock
illumos/illumos-gate@c50d56f667f119d78fa3d94d6bef2c298ba556f6
This is a record-only commit as the the fix is alre
Author: avg
Date: Mon Nov 25 16:06:07 2013
New Revision: 258560
URL: http://svnweb.freebsd.org/changeset/base/258560
Log:
MFV r258377: 4088 use after free in arc_release()
illumos/illumos-gate@ccc22e130479b5bd7c0002267fee1e0602d3f772
Modified:
stable/9/sys/cddl/contrib/opensolaris/uts/co
Author: avg
Date: Mon Nov 25 16:06:24 2013
New Revision: 258561
URL: http://svnweb.freebsd.org/changeset/base/258561
Log:
MFV r258377: 4088 use after free in arc_release()
illumos/illumos-gate@ccc22e130479b5bd7c0002267fee1e0602d3f772
Modified:
stable/8/sys/cddl/contrib/opensolaris/uts/co
Author: emaste
Date: Mon Nov 25 15:58:48 2013
New Revision: 258559
URL: http://svnweb.freebsd.org/changeset/base/258559
Log:
MFC r258135: x86: Allow users to change PSL_RF via ptrace(PT_SETREGS...)
Debuggers may need to change PSL_RF. Note that tf_eflags is already stored
in the signa
Author: emaste
Date: Mon Nov 25 15:54:18 2013
New Revision: 258558
URL: http://svnweb.freebsd.org/changeset/base/258558
Log:
MFC r258426: libexecinfo: Include terminating null in byte count
Otherwise, a formatted string with a strlen equal to the remaining
buffer space would have the
Author: avg
Date: Mon Nov 25 15:53:08 2013
New Revision: 258557
URL: http://svnweb.freebsd.org/changeset/base/258557
Log:
MFC r258389: MFV r258378: 4089 NULL pointer dereference in arc_read()
illumos/illumos-gate@57815f6b95a743697e148327725b7f568e75e6ea
Modified:
stable/9/sys/cddl/contri
Author: avg
Date: Mon Nov 25 15:40:20 2013
New Revision: 258556
URL: http://svnweb.freebsd.org/changeset/base/258556
Log:
MFC r258353: zfs page_busy: fix the boundaries of the cleared range
This is a fix for a regression introduced in r246293.
vm_page_clear_dirty expects the range to h
Author: avg
Date: Mon Nov 25 15:39:50 2013
New Revision: 258555
URL: http://svnweb.freebsd.org/changeset/base/258555
Log:
MFC r258353: zfs page_busy: fix the boundaries of the cleared range
This is a fix for a regression introduced in r246293.
vm_page_clear_dirty expects the range to h
Author: gber
Date: Mon Nov 25 15:34:57 2013
New Revision: 258554
URL: http://svnweb.freebsd.org/changeset/base/258554
Log:
MFC: r258387,r258425
Split raw reading/programming into smaller chunks to avoid allocating too
big chunk of kernel memory. Validate size of data. Add error handling to
On 25.11.2013 16:01, Jean-Sebastien Pedron wrote:
> Author: dumbbell
> Date: Mon Nov 25 15:01:59 2013
> New Revision: 258553
> URL: http://svnweb.freebsd.org/changeset/base/258553
>
> Log:
> drm: Fix build with gcc, broken with r258549
>
> The code was easier to read without __DECONST and c
Author: dumbbell
Date: Mon Nov 25 15:01:59 2013
New Revision: 258553
URL: http://svnweb.freebsd.org/changeset/base/258553
Log:
drm: Fix build with gcc, broken with r258549
The code was easier to read without __DECONST and clang didn't report
any error. I thought the cast was enough...
Author: jmmv
Date: Mon Nov 25 13:30:06 2013
New Revision: 258552
URL: http://svnweb.freebsd.org/changeset/base/258552
Log:
Generate plain sh test programs from a source file.
Instead of assuming that plain sh test programs exist in the source
tree in their final form and are marked as exe
Author: jmmv
Date: Mon Nov 25 13:28:40 2013
New Revision: 258551
URL: http://svnweb.freebsd.org/changeset/base/258551
Log:
Install plain.test.mk.
This was missed when this file was first imported. Its atf.test.mk
counterpart is already being installed and these are necessary if we
want
on 22/11/2013 00:02 Marcel Moolenaar said the following:
> Author: marcel
> Date: Thu Nov 21 22:02:59 2013
> New Revision: 258448
> URL: http://svnweb.freebsd.org/changeset/base/258448
>
> Log:
> Have the GPT probe return a lower priority when the MBR is not a PMBR
> The purpose of the PMBR is
Author: bapt
Date: Mon Nov 25 11:31:42 2013
New Revision: 258550
URL: http://svnweb.freebsd.org/changeset/base/258550
Log:
Do not create pkg.conf, as it is not necessary anymore and packagesite is
deprecated
Reported by: glebius
MFC after:3 days
Modified:
head/usr.sbin/pkg/pkg.c
Author: dumbbell
Date: Mon Nov 25 11:15:51 2013
New Revision: 258549
URL: http://svnweb.freebsd.org/changeset/base/258549
Log:
drm: Dereference pointers given to qsort_r()'s cmp callback
drm_le_cmp() (qsort_r()'s callback) receives pointers to elements in the
array passed to qsort_r(), no
Author: ganbold (doc committer)
Date: Mon Nov 25 11:02:58 2013
New Revision: 258548
URL: http://svnweb.freebsd.org/changeset/base/258548
Log:
Enable reset mechanism for rk3188.
Approved by: ray@
Modified:
head/sys/arm/rockchip/rk30xx_machdep.c
Modified: head/sys/arm/rockchip/rk30xx_mach
Author: ganbold (doc committer)
Date: Mon Nov 25 11:02:11 2013
New Revision: 258547
URL: http://svnweb.freebsd.org/changeset/base/258547
Log:
Add clock frequency for rk3188 watchdog.
Whilst here, replace "clocks" to "clock-frequency".
Approved by: ray@
Modified:
head/sys/boot/fdt/dts/r
Author: ganbold (doc committer)
Date: Mon Nov 25 11:01:19 2013
New Revision: 258546
URL: http://svnweb.freebsd.org/changeset/base/258546
Log:
Add watchdog driver for rk3188.
Approved by: ray@
Added:
head/sys/arm/rockchip/rk30xx_wdog.c (contents, props changed)
head/sys/arm/rockchip/r
Author: hselasky
Date: Mon Nov 25 10:58:02 2013
New Revision: 258545
URL: http://svnweb.freebsd.org/changeset/base/258545
Log:
Comply to the XHCI specification. Certain input context fields should
always be zero.
MFC after:1 week
Modified:
head/sys/dev/usb/controller/xhci.c
Modifi
72 matches
Mail list logo