Author: adrian
Date: Sat Nov 9 07:30:13 2013
New Revision: 257881
URL: http://svnweb.freebsd.org/changeset/base/257881
Log:
Fix AMRR to correctly select the initial rate.
There were two bugs:
* If the initial lowest rate didn't go through the loop at least once,
the AMRR rate inde
Author: adrian
Date: Sat Nov 9 06:30:09 2013
New Revision: 257880
URL: http://svnweb.freebsd.org/changeset/base/257880
Log:
Add some new driver definitions as part of the chip support updates:
This is a no-op for now!
* Add a new flag value for "there are no extra bits" for some rando
Author: cperciva
Date: Sat Nov 9 04:50:05 2013
New Revision: 257879
URL: http://svnweb.freebsd.org/changeset/base/257879
Log:
Fix typo in r256646: We want to generate lists of directories in INDEX-OLD
and INDEX-NEW and compare them, not generate the same list of directories
from INDEX-OLD t
Author: markj
Date: Sat Nov 9 04:38:16 2013
New Revision: 257877
URL: http://svnweb.freebsd.org/changeset/base/257877
Log:
Don't try to use the 32-bit drti.o unless the data model is explicitly set
to ILP32. Otherwise dtrace -G will attempt to use it on amd64 if it can't
determine which dat
Author: gibbs
Date: Sat Nov 9 03:07:48 2013
New Revision: 257876
URL: http://svnweb.freebsd.org/changeset/base/257876
Log:
On XenServer the "halt" message is used instead of "poweroff", which
makes FreeBSD halt but not poweroff (as expected when issuing a
shutdown from the VM manager). Fix
On Fri, Nov 1, 2013 at 10:21 PM, Luigi Rizzo wrote:
>
> Author: luigi
> Date: Fri Nov 1 21:21:14 2013
> New Revision: 257529
> URL: http://svnweb.freebsd.org/changeset/base/257529
>
> Log:
> update to the latest netmap snapshot.
> This includes the following:
> - use separate memory regions
Author: gjb
Date: Sat Nov 9 00:59:31 2013
New Revision: 257875
URL: http://svnweb.freebsd.org/changeset/base/257875
Log:
MFC r257749:
Switch to using pkg(8) for the doc install in bsdinstall(8).
This also bootstraps the system with pkg(8) for future use.
Approved by: re (delphij)
Author: pluknet
Date: Sat Nov 9 00:36:09 2013
New Revision: 257874
URL: http://svnweb.freebsd.org/changeset/base/257874
Log:
Fix extattr(2) MLINKS.
MFC after:1 week
Modified:
head/ObsoleteFiles.inc
head/lib/libc/sys/Makefile.inc
Modified: head/ObsoleteFiles.inc
==
Author: ian
Date: Sat Nov 9 00:15:36 2013
New Revision: 257873
URL: http://svnweb.freebsd.org/changeset/base/257873
Log:
This change builds kernel tools based on the same assumption as building
the kernel itself: If building for the same architecture as the build host,
the kernel build ass
Author: joel (doc committer)
Date: Fri Nov 8 23:11:04 2013
New Revision: 257872
URL: http://svnweb.freebsd.org/changeset/base/257872
Log:
mdoc: add missing El.
Modified:
head/usr.sbin/bsdinstall/bsdinstall.8
Modified: head/usr.sbin/bsdinstall/bsdinstall.8
===
Author: joel (doc committer)
Date: Fri Nov 8 23:08:01 2013
New Revision: 257871
URL: http://svnweb.freebsd.org/changeset/base/257871
Log:
mdoc: remove superfluous paragraph macro.
Modified:
head/usr.sbin/mfiutil/mfiutil.8
Modified: head/usr.sbin/mfiutil/mfiutil.8
===
Author: dumbbell
Date: Fri Nov 8 22:47:43 2013
New Revision: 257870
URL: http://svnweb.freebsd.org/changeset/base/257870
Log:
drm/radeon: Wake up userland after page flip
For instance, this caused issues in KDE, such as stuttered animations
(with desktop effects enabled).
Modified:
he
Author: dumbbell
Date: Fri Nov 8 22:44:46 2013
New Revision: 257869
URL: http://svnweb.freebsd.org/changeset/base/257869
Log:
drm: Initialize "handle" to 0 before calling drm_gem_handle_create()
This is variable is being checked in drm_gem_name_create() before being
set.
Modified:
hea
Author: zec
Date: Fri Nov 8 22:40:33 2013
New Revision: 257868
URL: http://svnweb.freebsd.org/changeset/base/257868
Log:
Eliminate duplicated & dead code.
MFC after:3 days
Modified:
head/sys/netgraph/ng_pipe.c
Modified: head/sys/netgraph/ng_pipe.c
==
Author: alfred
Date: Fri Nov 8 22:29:07 2013
New Revision: 257867
URL: http://svnweb.freebsd.org/changeset/base/257867
Log:
MFC: r257862, r257863, r257864
r257862:
Use explicit long cast to avoid overflow in bitopts.
This was causing problems with the buddy allocator inside of
On Mon, Nov 04, 2013 at 02:10:22PM +, Pawel Jakub Dawidek wrote:
> Author: pjd
> Date: Mon Nov 4 14:10:22 2013
> New Revision: 257633
> URL: http://svnweb.freebsd.org/changeset/base/257633
>
> Log:
> - Add manual pages for capability rights (rights(4)), cap_rights_init(3)
> family of fu
Author: hiren
Date: Fri Nov 8 20:11:15 2013
New Revision: 257865
URL: http://svnweb.freebsd.org/changeset/base/257865
Log:
Fix typo in a comment.
Modified:
head/sys/kern/uipc_socket.c
Modified: head/sys/kern/uipc_socket.c
=
Author: alfred
Date: Fri Nov 8 18:28:48 2013
New Revision: 257864
URL: http://svnweb.freebsd.org/changeset/base/257864
Log:
Do not use a sleep lock when protecting the driver flags.
This was causing a locking issue with lagg
Submitted by: odeds
Modified:
head/sys/ofed/drivers/net/m
Author: alfred
Date: Fri Nov 8 18:26:28 2013
New Revision: 257863
URL: http://svnweb.freebsd.org/changeset/base/257863
Log:
Fix for bad performance when mtu is increased.
Update the auto moderation behavior in the mlxen driver to match
the new LINUX OFED code.
Submitted by: odeds
M
Author: alfred
Date: Fri Nov 8 18:20:19 2013
New Revision: 257862
URL: http://svnweb.freebsd.org/changeset/base/257862
Log:
Use explicit long cast to avoid overflow in bitopts.
This was causing problems with the buddy allocator inside of
ofed.
Submitted by: odeds
Modified:
head/s
Author: dim
Date: Fri Nov 8 17:27:22 2013
New Revision: 257860
URL: http://svnweb.freebsd.org/changeset/base/257860
Log:
Initialize variable in sys/x86/iommu/busdma_dmar.c, to avoid possible
uninitialized use.
Reviewed by: kib
Modified:
head/sys/x86/iommu/busdma_dmar.c
Modified: hea
Author: gjb
Date: Fri Nov 8 17:27:38 2013
New Revision: 257861
URL: http://svnweb.freebsd.org/changeset/base/257861
Log:
Remove generate-release.sh from head/.
The release.sh (based heavily on generate-release.sh) has been
used for the 9.2-RELEASE and 10.0-RELEASE cycles, so make sure
Author: dim
Date: Fri Nov 8 17:23:37 2013
New Revision: 257859
URL: http://svnweb.freebsd.org/changeset/base/257859
Log:
Fix typo in include guard, found by clang 3.4.
MFC after:3 days
Modified:
head/lib/libc/iconv/citrus_csmapper.h
Modified: head/lib/libc/iconv/citrus_csmapper.h
=
Author: kib
Date: Fri Nov 8 16:57:55 2013
New Revision: 257858
URL: http://svnweb.freebsd.org/changeset/base/257858
Log:
Fix signal delivery for the iBCS2 binaries. The iBCS2 sysvec uses
current FreeBSD signal trampoline, but does not specifies
sv_sigcode_base, since shared page is not map
Author: alc
Date: Fri Nov 8 16:56:13 2013
New Revision: 257857
URL: http://svnweb.freebsd.org/changeset/base/257857
Log:
Eliminate an unused macro.
Modified:
head/sys/arm/arm/pmap.c
Modified: head/sys/arm/arm/pmap.c
===
Author: kib
Date: Fri Nov 8 16:32:30 2013
New Revision: 257856
URL: http://svnweb.freebsd.org/changeset/base/257856
Log:
Add bits for the AMD features from CPUID function 0x8001 ECX,
described in the rev. 3.0 of the Kabini BKDG, document 48751.pdf.
Partially based on the patch submit
Author: ian
Date: Fri Nov 8 16:28:00 2013
New Revision: 257855
URL: http://svnweb.freebsd.org/changeset/base/257855
Log:
Remove 'inline' from ar9300_init_pll(), it's too big to inline.
Submitted by: adrian@
Modified:
head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c
Modified: head
Author: alc
Date: Fri Nov 8 16:25:00 2013
New Revision: 257854
URL: http://svnweb.freebsd.org/changeset/base/257854
Log:
As of r257209, all architectures have defined VM_KMEM_SIZE_SCALE. In other
words, every architecture is now auto-sizing the kmem arena. This revision
changes kmeminit()
Author: jmmv
Date: Fri Nov 8 14:26:52 2013
New Revision: 257851
URL: http://svnweb.freebsd.org/changeset/base/257851
Log:
Handle the removal of the test suite when WITHOUT_TESTS=yes.
Add all files from /usr/tests to the obsoleted files list when the
build of the tests is disabled via the
Author: jmmv
Date: Fri Nov 8 14:22:16 2013
New Revision: 257849
URL: http://svnweb.freebsd.org/changeset/base/257849
Log:
Add libatf-c++ to the prebuild libs.
Some tests may require C++ so we must ensure this library exists as part
of the bootstrap process or else they will fail to build
Author: jmmv
Date: Fri Nov 8 14:33:41 2013
New Revision: 257853
URL: http://svnweb.freebsd.org/changeset/base/257853
Log:
Build and install the atf tests.
Reviewed by: freebsd-testing
Approved by: rpaulo (mentor)
Added:
head/lib/atf/libatf-c++/Makefile.inc (contents, props changed
Author: jmmv
Date: Fri Nov 8 14:29:06 2013
New Revision: 257852
URL: http://svnweb.freebsd.org/changeset/base/257852
Log:
Install category Kyuafiles from their category directories.
Move the installation of /usr/tests/lib/Kyuafile from src/tests/lib/
to src/lib/. This is to keep the src
2013(r257850)
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20131108:
+ The WITHOUT_ATF build knob has been removed and its
Author: jmmv
Date: Fri Nov 8 14:20:22 2013
New Revision: 257848
URL: http://svnweb.freebsd.org/changeset/base/257848
Log:
Fix buildworld when WITH_TESTS is enabled.
The addition of the TESTS knob and its enabling of the build of tests in
lib/libcrypt/tests/ broke the build. The reason i
Author: achim
Date: Fri Nov 8 13:23:26 2013
New Revision: 257847
URL: http://svnweb.freebsd.org/changeset/base/257847
Log:
Update aacraid to version 3.2.5.
Full MSI-X interrupt support added.
Timeout and reset handling reworked, firmware flash update test added.
Support for drives with
Author: glebius
Date: Fri Nov 8 13:04:14 2013
New Revision: 257846
URL: http://svnweb.freebsd.org/changeset/base/257846
Log:
Make TCP_KEEP* socket options readable. At least PostgreSQL wants
to read the values.
Reported by: sobomax
Modified:
head/share/man/man4/tcp.4
head/sys/netin
Author: dteske
Date: Fri Nov 8 10:19:48 2013
New Revision: 257845
URL: http://svnweb.freebsd.org/changeset/base/257845
Log:
I often forget that debugFile can begin with a + for deciding that debug
should be sent to both the file (minus the leading +) and stdout.
Modified:
head/usr.sbin/bsd
Author: dteske
Date: Fri Nov 8 10:14:32 2013
New Revision: 257844
URL: http://svnweb.freebsd.org/changeset/base/257844
Log:
Copy the install log to the deployed /var/log directory so that we have
post-mortem data on how the machine was configured/installed.
Modified:
head/usr.sbin/bsdinsta
Author: dteske
Date: Fri Nov 8 10:09:34 2013
New Revision: 257843
URL: http://svnweb.freebsd.org/changeset/base/257843
Log:
Semi-revert this one file out of r257842. The ttys(5) stuff, as we
discussed on -current, was not supposed to go in but get solved in
a different way -- e.g., init(8)
Author: dteske
Date: Fri Nov 8 09:57:03 2013
New Revision: 257842
URL: http://svnweb.freebsd.org/changeset/base/257842
Log:
A series of changes tested together as a whole:
+ Add a `-D FILE" command-line option for overriding the path to the
bsdinstall log file (BSDINSTALL_LOG env var).
Author: glebius
Date: Fri Nov 8 08:44:09 2013
New Revision: 257841
URL: http://svnweb.freebsd.org/changeset/base/257841
Log:
Catch up with sb_timeo type change in r255138. This fixes
smbfs operation.
PR: kern/182963
Submitted by: Tomoaki AOKI
Modified:
head/sys/netsmb/smb
41 matches
Mail list logo