Author: kib
Date: Wed Oct 2 06:00:34 2013
New Revision: 255986
URL: http://svnweb.freebsd.org/changeset/base/255986
Log:
When helping the bufdaemon from the buffer allocation context, there
is no sense to walk the whole dirty buffer queue. We are only
interested in, and can operate on, the
On Wed, Oct 02, 2013 at 02:32:59AM +, Ed Maste wrote:
> Author: emaste
> Date: Wed Oct 2 02:32:58 2013
> New Revision: 255983
> URL: http://svnweb.freebsd.org/changeset/base/255983
>
> Log:
> Populate .rld_map on MIPS for debuggers
>
> On MIPS the .dynamic section is read-only, so the
Author: gjb
Date: Wed Oct 2 04:40:46 2013
New Revision: 255985
URL: http://svnweb.freebsd.org/changeset/base/255985
Log:
Add FreeBSD 9.2-RELEASE to the BSD Family Tree
Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation
Modified:
head/share/misc/bsd-family-tree
Modified: head
Author: gjb
Date: Wed Oct 2 04:18:00 2013
New Revision: 255984
URL: http://svnweb.freebsd.org/changeset/base/255984
Log:
MFC r255712:
Remove extra 'MAKE_FLAGS' line.
Modified:
stable/9/release/release.sh
Directory Properties:
stable/9/release/ (props changed)
Modified: stable/9/relea
Author: emaste
Date: Wed Oct 2 02:32:58 2013
New Revision: 255983
URL: http://svnweb.freebsd.org/changeset/base/255983
Log:
Populate .rld_map on MIPS for debuggers
On MIPS the .dynamic section is read-only, so the pointer to rtld
information for debuggers cannot be stored there (in DT_DE
Author: emaste
Date: Wed Oct 2 00:50:27 2013
New Revision: 255982
URL: http://svnweb.freebsd.org/changeset/base/255982
Log:
Use correct size for MIPS .rld_map section
On MIPS .dynamic is read-only and so a special section .rld_map is used
to store the pointer to the rtld information for
Author: delphij
Date: Tue Oct 1 22:53:27 2013
New Revision: 255981
URL: http://svnweb.freebsd.org/changeset/base/255981
Log:
Revert-and-redo r255955: the sort -r should be added to delete-old-dirs.
Approved by: re (gjb)
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: jilles
Date: Tue Oct 1 21:17:18 2013
New Revision: 255980
URL: http://svnweb.freebsd.org/changeset/base/255980
Log:
accept(2): Update portability note for accept4().
The accept(2) man page warns that O_NONBLOCK and other properties on the
new socket may vary across implementation
Author: kib
Date: Tue Oct 1 20:18:33 2013
New Revision: 255979
URL: http://svnweb.freebsd.org/changeset/base/255979
Log:
When printing the vnode information from ddb, print the lengths of the
dirty and clean buffer queues.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
App
Author: dim
Date: Tue Oct 1 19:14:24 2013
New Revision: 255978
URL: http://svnweb.freebsd.org/changeset/base/255978
Log:
Pull in r191711 from upstream llvm trunk:
The X86FixupLEAs pass for Intel Atom must not call
convertToThreeAddress on ADD16rr opcodes, if src1 != src, since that
Author: pluknet
Date: Tue Oct 1 18:41:53 2013
New Revision: 255977
URL: http://svnweb.freebsd.org/changeset/base/255977
Log:
Sweep man pages replacing ad -> ada.
Approved by: re (blackend)
MFC after:1 week
X-MFC note: stable/9 only
Modified:
head/bin/dd/dd.1
head/sbin/bsdla
/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc Tue Oct 1 17:46:04 2013(r255975)
+++ head/ObsoleteFiles.inc Tue Oct 1 17:51:04 2013(r255976)
@@ -41,6 +41,8 @@
# 20131001: ar and ranlib from binutils not used
Author: emaste
Date: Tue Oct 1 17:46:04 2013
New Revision: 255975
URL: http://svnweb.freebsd.org/changeset/base/255975
Log:
Regen.
Approved by: re (implicit)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
=
@@
# xargs -n1 | sort | uniq -d;
# done
+# 20131001: ar and ranlib from binutils not used
+OLD_FILES+=usr/bin/gnu-ar
+OLD_FILES+=usr/bin/gnu-ranlib
# 20130930: BIND removed from base
OLD_FILES+=etc/namedb
OLD_FILES+=etc/periodic/daily/470.status-named
Modified: head/gnu/usr.bin/binutils
Author: alfred
Date: Tue Oct 1 15:43:23 2013
New Revision: 255973
URL: http://svnweb.freebsd.org/changeset/base/255973
Log:
Fixed kernel crash when running devinfo
When calling to ib_uverbs_cleanup_ucontext, there is a call to
mutex_lock of xrcd_table_mutex, which was not initialized.
Author: alfred
Date: Tue Oct 1 15:33:00 2013
New Revision: 255968
URL: http://svnweb.freebsd.org/changeset/base/255968
Log:
Fix mis-merge of upstream fix.
We would accidentally make the string one byte too short.
Submitted by: Orit Moskovich (oritm mellanox.com)
Approved by: re
Author: alfred
Date: Tue Oct 1 15:42:38 2013
New Revision: 255972
URL: http://svnweb.freebsd.org/changeset/base/255972
Log:
Enable ib_dev.mmap function
Removed the ifdef linux from this function.
Added stub function for contiguous pages to avoid compilation
errors.
Submitted by: O
Author: markj
Date: Tue Oct 1 15:40:27 2013
New Revision: 255971
URL: http://svnweb.freebsd.org/changeset/base/255971
Log:
Fix some typos that were causing probe argument types to show up as unknown.
Reviewed by: rwatson (mac provider)
Approved by: re (glebius)
MFC after:1 week
Author: alfred
Date: Tue Oct 1 15:38:29 2013
New Revision: 255970
URL: http://svnweb.freebsd.org/changeset/base/255970
Log:
Fixed 'Couldn't Create QP' issue when running rc_pingpong, uc_pingpong,
srq_pingpong IBverbs
Removed refrences using 'ifdef __linux__' to qpg functions and
relate
Author: alfred
Date: Tue Oct 1 15:36:51 2013
New Revision: 255969
URL: http://svnweb.freebsd.org/changeset/base/255969
Log:
Fixed kernel crash when removing IPOIB_CM option from configuration file
Changed module init from module_init() to module_init_order() with
SI_ORDER_MIDDLE flag
S
On Tue, Oct 1, 2013 at 12:19 AM, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Tue Oct 1 07:19:23 2013
> New Revision: 255963
> URL: http://svnweb.freebsd.org/changeset/base/255963
>
> Log:
> Odds and ends left over from BIND and unnoticed because they didn't
> affect 'make universe'.
>
>
Author: br
Date: Tue Oct 1 12:01:20 2013
New Revision: 255967
URL: http://svnweb.freebsd.org/changeset/base/255967
Log:
- Enable unmapped buffers on Exynos5 again, because
board now able to see all the 2GB ram it has
- Also unbreak gcc build
Approved by: cognet (mentor)
Approved b
Author: hselasky
Date: Tue Oct 1 08:41:28 2013
New Revision: 255966
URL: http://svnweb.freebsd.org/changeset/base/255966
Log:
MFC r255768:
Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI port
routing if we get certain errors. Poll for command completion upon
command tim
Author: hselasky
Date: Tue Oct 1 08:38:47 2013
New Revision: 255965
URL: http://svnweb.freebsd.org/changeset/base/255965
Log:
MFC r255768:
Stability fixes for Intel LynxPoint XHCI controllers. Disable XHCI port
routing if we get certain errors. Poll for command completion upon
command tim
Author: des
Date: Tue Oct 1 07:22:04 2013
New Revision: 255964
URL: http://svnweb.freebsd.org/changeset/base/255964
Log:
Have makeman always use the mk files from the source tree it's operating
on rather than those from the installed system.
Approved by: re (delphij)
Modified:
head/t
Author: des
Date: Tue Oct 1 07:19:23 2013
New Revision: 255963
URL: http://svnweb.freebsd.org/changeset/base/255963
Log:
Odds and ends left over from BIND and unnoticed because they didn't
affect 'make universe'.
Approved by: re (gjb)
Deleted:
head/usr.bin/dig/
Modified:
head/etc/m
26 matches
Mail list logo