Author: mav
Date: Sun Apr 13 09:31:22 2014
New Revision: 264405
URL: http://svnweb.freebsd.org/changeset/base/264405
Log:
Fix periph listing when IOCTL buffer border hits result for wanted bus.
Modified:
head/usr.bin/iscsictl/periphs.c
Modified: head/usr.bin/iscsictl/periphs.c
==
Author: mav
Date: Sun Apr 13 11:08:57 2014
New Revision: 264406
URL: http://svnweb.freebsd.org/changeset/base/264406
Log:
Report more readable state "-" for idle CAM scan thread.
Modified:
head/sys/cam/cam_xpt.c
Modified: head/sys/cam/cam_xpt.c
===
Author: mav
Date: Sun Apr 13 11:10:36 2014
New Revision: 264407
URL: http://svnweb.freebsd.org/changeset/base/264407
Log:
Join CTL worker threads into one process for convenience.
Report their idle state as "-".
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
Author: jmmv
Date: Sun Apr 13 11:29:52 2014
New Revision: 264408
URL: http://svnweb.freebsd.org/changeset/base/264408
Log:
Fix test suite name in src.conf(5).
There is no such thing as the "Kyua test suite"; it is the "FreeBSD Test
Suite".
While doing this, point readers to tests(7).
Author: jmmv
Date: Sun Apr 13 11:31:41 2014
New Revision: 264409
URL: http://svnweb.freebsd.org/changeset/base/264409
Log:
Regen after rewording of WITH_TESTS.
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: jmmv
Date: Sun Apr 13 11:35:42 2014
New Revision: 264410
URL: http://svnweb.freebsd.org/changeset/base/264410
Log:
Document how to install the test suite.
As part of this, install the tests(7) manual page unconditionally (not only
when WITH_TESTS=yes) so that users that have not y
Author: jilles
Date: Sun Apr 13 11:47:17 2014
New Revision: 264411
URL: http://svnweb.freebsd.org/changeset/base/264411
Log:
find: Return normal exit status from -quit.
If there was an error, make the exit status reflect this even if -quit
caused the exit. Formerly, -quit always caused ex
Author: jmmv
Date: Sun Apr 13 11:57:51 2014
New Revision: 264412
URL: http://svnweb.freebsd.org/changeset/base/264412
Log:
Add FreeBSD 10.1 to the list of recognized releases for Fx.
This version is already mentioned by 4 manual pages.
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Mo
Author: jmmv
Date: Sun Apr 13 11:59:42 2014
New Revision: 264413
URL: http://svnweb.freebsd.org/changeset/base/264413
Log:
Miscellaneous fixes to tests(7).
- Properly capitalize "FreeBSD Test Suite".
- At this point, the test suite first appeared in 10.1, not in 11.0.
- Use my FreeBSD.o
Author: nwhitehorn
Date: Sun Apr 13 14:50:52 2014
New Revision: 264414
URL: http://svnweb.freebsd.org/changeset/base/264414
Log:
Apparently some of the i386 boot blocks are so close to full that adding
single lines to ufsread.c spills them over. Duplicate a whole bunch of
code to get file si
Author: brueffer
Date: Sun Apr 13 18:21:53 2014
New Revision: 264415
URL: http://svnweb.freebsd.org/changeset/base/264415
Log:
Bump Dd for r264384.
Requested by: gjb
Modified:
head/share/man/man4/timecounters.4
Modified: head/share/man/man4/timecounters.4
===
Author: brueffer
Date: Sun Apr 13 18:51:39 2014
New Revision: 264416
URL: http://svnweb.freebsd.org/changeset/base/264416
Log:
Add a missing comma between error message definitions.
CID: 1199266
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
head/sys/dev/i
On Sun, Apr 13, 2014 at 1:22 AM, Warner Losh wrote:
> Author: imp
> Date: Sun Apr 13 05:22:26 2014
> New Revision: 264402
> URL: http://svnweb.freebsd.org/changeset/base/264402
>
> Log:
> Convert NO_MANCOMPRESS to normal convention.
This breaks installworld for me with
...
install -o root -g
Author: jilles
Date: Sun Apr 13 19:48:28 2014
New Revision: 264417
URL: http://svnweb.freebsd.org/changeset/base/264417
Log:
realpath(): Properly fail "." or ".." components after non-directories.
If realpath() is called on pathnames like "/dev/null/." or "/dev/null/..",
it should fail wi
Author: brueffer
Date: Sun Apr 13 19:48:51 2014
New Revision: 264418
URL: http://svnweb.freebsd.org/changeset/base/264418
Log:
Avoid double free in f_acl().
CID: 1018508
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
head/usr.bin/find/function.c
Modified:
Author: brueffer
Date: Sun Apr 13 20:12:21 2014
New Revision: 264419
URL: http://svnweb.freebsd.org/changeset/base/264419
Log:
Avoid double close() of a file descriptor.
CID: 1006089
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
head/usr.bin/ldd/sods.c
M
Author: bdrewery
Date: Sun Apr 13 20:21:56 2014
New Revision: 264420
URL: http://svnweb.freebsd.org/changeset/base/264420
Log:
Always install pkg.conf. Don't depend on MK_PKGBOOTSTRAP.
This file is used by pkg(8) from ports as well. Someone may
choose to not install pkg(7) but still want
Are you sure it is this exact commit?
Do you have anything in your /etc/make.conf or /etc/src.conf file?
Can you send me your full install world output?
I’ll see if I can reproduce it myself.
Warner
On Apr 13, 2014, at 1:32 PM, Mark Johnston wrote:
> On Sun, Apr 13, 2014 at 1:22 AM, Warner
Author: brueffer
Date: Sun Apr 13 21:13:33 2014
New Revision: 264421
URL: http://svnweb.freebsd.org/changeset/base/264421
Log:
Free resources and error cases; re-indent a curly brace while here.
CID: 1199366
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
h
Author: brueffer
Date: Sun Apr 13 21:23:15 2014
New Revision: 264422
URL: http://svnweb.freebsd.org/changeset/base/264422
Log:
Free buf after usage.
CID: 1199377
Found with: Coverity Prevent(tm)
MFC after:1 week
Modified:
head/sys/kern/imgact_elf.c
Modified: head/sys/
On Sun, Apr 13, 2014 at 09:23:16PM +, Christian Brueffer wrote:
> Author: brueffer
> Date: Sun Apr 13 21:23:15 2014
> New Revision: 264422
> URL: http://svnweb.freebsd.org/changeset/base/264422
>
> Log:
> Free buf after usage.
>
> CID:1199377
> Found with: Coverity Pre
Author: jilles
Date: Sun Apr 13 21:49:44 2014
New Revision: 264423
URL: http://svnweb.freebsd.org/changeset/base/264423
Log:
MFC r238468: sh: Expand assignment-like words specially for
export/readonly/local.
Examples:
export x=~
now expands the tilde
local y=$1
is now safe, ev
Author: imp
Date: Sun Apr 13 21:52:27 2014
New Revision: 264424
URL: http://svnweb.freebsd.org/changeset/base/264424
Log:
r264402 builds fine, but turns out there are problems with
install. Back it out until they can be tracked down.
Modified:
head/share/examples/etc/make.conf
head/share/
On 4/13/14 11:46 PM, Konstantin Belousov wrote:
> On Sun, Apr 13, 2014 at 09:23:16PM +, Christian Brueffer wrote:
>> Author: brueffer
>> Date: Sun Apr 13 21:23:15 2014
>> New Revision: 264422
>> URL: http://svnweb.freebsd.org/changeset/base/264422
>>
>> Log:
>> Free buf after usage.
>>
>>
Author: dteske
Date: Sun Apr 13 22:00:50 2014
New Revision: 264425
URL: http://svnweb.freebsd.org/changeset/base/264425
Log:
MFC r250243:
If the kernel is compiled with VMIMAGE support, the first attempt of
mounting smbfs share will cause a panic. Fix setting/restoring vnet
context when
Author: dteske
Date: Sun Apr 13 22:16:18 2014
New Revision: 264426
URL: http://svnweb.freebsd.org/changeset/base/264426
Log:
MFC r250243:
If the kernel is compiled with VMIMAGE support, the first attempt of
mounting smbfs share will cause a panic. Fix setting/restoring vnet
context when
Author: dteske
Date: Sun Apr 13 22:32:46 2014
New Revision: 264427
URL: http://svnweb.freebsd.org/changeset/base/264427
Log:
MFC r256331:
Add $VAR_ZFSINTERACTIVE (zfsInteractive) and new f_zfsinteractive() for
determining when a script wants to be nonInteractive but selectively
wants ZF
Author: rpaulo
Date: Sun Apr 13 22:35:39 2014
New Revision: 264428
URL: http://svnweb.freebsd.org/changeset/base/264428
Log:
Improve the i.MX53 / Digi DTS:
* Fix the IPU address.
* Fix the PATA definition.
* Add another I2C.
* Add more UARTs.
* Add SATA.
Modified:
head/sys/boot/f
Author: gjb
Date: Sun Apr 13 22:41:28 2014
New Revision: 264432
URL: http://svnweb.freebsd.org/changeset/base/264432
Log:
Fix order by svn revision.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/10/release/doc/
Author: gjb
Date: Sun Apr 13 22:41:26 2014
New Revision: 264431
URL: http://svnweb.freebsd.org/changeset/base/264431
Log:
Document r260385, unmapped I/O in GEOM RAID.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stab
Author: gjb
Date: Sun Apr 13 22:41:22 2014
New Revision: 264429
URL: http://svnweb.freebsd.org/changeset/base/264429
Log:
Document r260177, camcontrol '-b' addition.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stabl
Author: gjb
Date: Sun Apr 13 22:41:24 2014
New Revision: 264430
URL: http://svnweb.freebsd.org/changeset/base/264430
Log:
Document r260338
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modified: stable/10/release/doc/en_US.ISO8
Author: gjb
Date: Sun Apr 13 22:41:30 2014
New Revision: 264433
URL: http://svnweb.freebsd.org/changeset/base/264433
Log:
Document r260431, kern.panic_reboot_wait_time sysctl.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
Modif
On Sun, Apr 13, 2014 at 4:57 PM, Warner Losh wrote:
>
> Are you sure it is this exact commit?
It seems to be. I tried a
# make SRCCONF=/dev/null MAKECONF=/dev/null buildworld installworld
with and without this commit reverted, and installworld completed
successfully when the change was reverted
Thanks Mark.
I’ve recreated both the problem, and the solution. I’ve reverted the offending
change until I have time to make sure my fix actually works in a variety of
situations.
The tree should be good to go now.
Warner
On Apr 13, 2014, at 5:10 PM, Mark Johnston wrote:
> On Sun, Apr 13, 2
Author: markj
Date: Mon Apr 14 00:22:42 2014
New Revision: 264434
URL: http://svnweb.freebsd.org/changeset/base/264434
Log:
DTrace's pid provider works by inserting breakpoint instructions at probe
sites and installing a hook at the kernel's trap handler. The fasttrap code
will emulate the o
Author: markj
Date: Mon Apr 14 00:23:18 2014
New Revision: 264435
URL: http://svnweb.freebsd.org/changeset/base/264435
Log:
Ensure that all eight syscall arguments are available to dtrace_probe(),
rather than just the first five. This is done by calling dtrace_probe()
through a function poin
Author: markj
Date: Mon Apr 14 00:24:04 2014
New Revision: 264436
URL: http://svnweb.freebsd.org/changeset/base/264436
Log:
Fix some off-by-one errors. The kve_end and rdl_eaddr fields contain the
first address after the end of the map entry and should therefore be
excluded.
MFC after:
Author: dteske
Date: Mon Apr 14 01:18:02 2014
New Revision: 264437
URL: http://svnweb.freebsd.org/changeset/base/264437
Log:
MFC r256343,256540-256541,256544,256549,256551,256553,257939,258021,258927,
259144,259148,259470,259472,259474,259476-259478,259480-259481,259570,
259597-259598, and 2
Author: dteske
Date: Mon Apr 14 01:44:56 2014
New Revision: 264438
URL: http://svnweb.freebsd.org/changeset/base/264438
Log:
MFC r264243:
Loosen the processing of *_IF_aliasN vars to be less strict. Previously,
the first alias had to be _alias0 and processing stopped at the first non-
d
Author: dteske
Date: Mon Apr 14 01:49:26 2014
New Revision: 264439
URL: http://svnweb.freebsd.org/changeset/base/264439
Log:
MFC r264243:
Loosen the processing of *_IF_aliasN vars to be less strict. Previously,
the first alias had to be _alias0 and processing stopped at the first non-
d
Author: gjb
Date: Mon Apr 14 03:57:45 2014
New Revision: 264440
URL: http://svnweb.freebsd.org/changeset/base/264440
Log:
MFC r264343:
Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP
variables. These are intended to allow bypassing the
'svn co /usr/{src,doc,ports}' step
Author: gjb
Date: Mon Apr 14 03:58:18 2014
New Revision: 264441
URL: http://svnweb.freebsd.org/changeset/base/264441
Log:
MFC r264343:
Add SRC_UPDATE_SKIP, DOC_UPDATE_SKIP, and PORTS_UPDATE_SKIP
variables. These are intended to allow bypassing the
'svn co /usr/{src,doc,ports}' step
Author: yongari
Date: Mon Apr 14 04:51:59 2014
New Revision: 264442
URL: http://svnweb.freebsd.org/changeset/base/264442
Log:
MFC r263957:
Increase the number of TX DMA segments from 32 to 35. It turned
out 32 is not enough to support a full sized TSO packet.
While I'm here fix a lo
Author: yongari
Date: Mon Apr 14 04:53:34 2014
New Revision: 264443
URL: http://svnweb.freebsd.org/changeset/base/264443
Log:
MFC r263957:
Increase the number of TX DMA segments from 32 to 35. It turned
out 32 is not enough to support a full sized TSO packet.
While I'm here fix a lo
Author: yongari
Date: Mon Apr 14 04:58:50 2014
New Revision: 26
URL: http://svnweb.freebsd.org/changeset/base/26
Log:
MFC r259543:
Failed m_devget(9) indicates lack of free mbuf cluster. Update
if_iqdrops counter for that case since the received frame is ok.
While here, simp
Author: yongari
Date: Mon Apr 14 04:59:46 2014
New Revision: 264445
URL: http://svnweb.freebsd.org/changeset/base/264445
Log:
MFC r259543:
Failed m_devget(9) indicates lack of free mbuf cluster. Update
if_iqdrops counter for that case since the received frame is ok.
While here, simp
Author: yongari
Date: Mon Apr 14 05:04:23 2014
New Revision: 264446
URL: http://svnweb.freebsd.org/changeset/base/264446
Log:
MFC r260429:
m_defrag(9) does not touch original mbuf chain when it can't
allocate new mbuf. Free original mbuf chain when driver is not
able to send the pac
Author: yongari
Date: Mon Apr 14 05:05:07 2014
New Revision: 264447
URL: http://svnweb.freebsd.org/changeset/base/264447
Log:
MFC r260429:
m_defrag(9) does not touch original mbuf chain when it can't
allocate new mbuf. Free original mbuf chain when driver is not
able to send the pac
Author: dteske
Date: Mon Apr 14 05:35:01 2014
New Revision: 264448
URL: http://svnweb.freebsd.org/changeset/base/264448
Log:
Fix typo in debug/log statement.
Submitted by: Rick Miller
Modified:
head/usr.sbin/bsdinstall/scripts/script
Modified: head/usr.sbin/bsdinstall/scripts/script
==
Author: dteske
Date: Mon Apr 14 05:37:21 2014
New Revision: 264449
URL: http://svnweb.freebsd.org/changeset/base/264449
Log:
MFC r264448: Fix typo in debug/log statement.
Submitted by: Rick Miller
Modified:
stable/10/usr.sbin/bsdinstall/scripts/script
Directory Properties:
stable/10/
Author: dteske
Date: Mon Apr 14 05:38:50 2014
New Revision: 264450
URL: http://svnweb.freebsd.org/changeset/base/264450
Log:
MFC r264448: Fix typo in debug/log statement.
Submitted by: Rick Miller
Modified:
stable/9/usr.sbin/bsdinstall/scripts/script
Directory Properties:
stable/9/
On Mon, Apr 14, 2014 at 05:37:21AM +, Devin Teske wrote:
> Author: dteske
> Date: Mon Apr 14 05:37:21 2014
> New Revision: 264449
> URL: http://svnweb.freebsd.org/changeset/base/264449
>
> Log:
> MFC r264448: Fix typo in debug/log statement.
>
MFCs have a default minimal timeframe of 3 d
> -Original Message-
> From: Glen Barber [mailto:g...@freebsd.org]
> Sent: Sunday, April 13, 2014 10:38 PM
> To: Devin Teske
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org; svn-src-
> sta...@freebsd.org; svn-src-stable...@freebsd.org
> Subject: Re: svn commit: r264449 - stable/
Author: pgj (doc,ports committer)
Date: Mon Apr 14 06:33:06 2014
New Revision: 264451
URL: http://svnweb.freebsd.org/changeset/base/264451
Log:
- Take davidxu's commit bit into safekeeping per his request.
Approved by: core (implicit)
Modified:
svnadmin/conf/access
Modified: svnadmin/c
Author: pgj (doc,ports committer)
Date: Mon Apr 14 06:34:08 2014
New Revision: 264452
URL: http://svnweb.freebsd.org/changeset/base/264452
Log:
- Move davidxu to the alumni section
Approved by: core (implicit)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/commi
56 matches
Mail list logo