Author: adrian
Date: Fri Mar 29 06:32:39 2013
New Revision: 248867
URL: http://svnweb.freebsd.org/changeset/base/248867
Log:
For the AR933x UART, the serial clock is not the AHB clock, it's the
reference clock. So use that instead.
Modified:
head/sys/mips/atheros/uart_bus_ar933x.c
head/s
Author: adrian
Date: Fri Mar 29 06:32:02 2013
New Revision: 248866
URL: http://svnweb.freebsd.org/changeset/base/248866
Log:
* Fix clock register definitions
* Add maximum clock register values
Modified:
head/sys/mips/atheros/ar933x_uart.h
Modified: head/sys/mips/atheros/ar933x_uart.h
Author: adrian
Date: Fri Mar 29 06:31:31 2013
New Revision: 248865
URL: http://svnweb.freebsd.org/changeset/base/248865
Log:
Print out the platform reference frequency.
This is useful for AR933x platforms where that matters.
Modified:
head/sys/mips/atheros/ar71xx_machdep.c
Modified: hea
Author: gjb (doc,ports committer)
Date: Thu Mar 28 22:52:42 2013
New Revision: 248857
URL: http://svnweb.freebsd.org/changeset/base/248857
Log:
- Update hardware notes to reflect that amd64 is no longer "young"[1]
- Bump copyright year
Patched by: skreuzer
Modified:
head/release/do
Author: andrew
Date: Thu Mar 28 22:49:49 2013
New Revision: 248856
URL: http://svnweb.freebsd.org/changeset/base/248856
Log:
Welcome clang as the default compiler on ARM.
Change the default compiler for little-endian ARM to clang to allow for more
testing before 10.0 is released. As LLVM
Author: neel
Date: Thu Mar 28 21:26:19 2013
New Revision: 248855
URL: http://svnweb.freebsd.org/changeset/base/248855
Log:
Allow caller to skip 'guest linear address' validation when doing instruction
decode. This is to accomodate hardware assist implementations that do not
provide the 'gues
Author: jamie
Date: Thu Mar 28 21:02:49 2013
New Revision: 248854
URL: http://svnweb.freebsd.org/changeset/base/248854
Log:
Reverse the order of some implicit commands (FS mounts and ifconfigs)
when stopping jails. This matters particularly for nested filesystem
mounts.
PR: k
Author: adrian
Date: Thu Mar 28 20:48:58 2013
New Revision: 248853
URL: http://svnweb.freebsd.org/changeset/base/248853
Log:
Initial (unfinished!) AR933x support.
Added:
head/sys/mips/conf/AP121 (contents, props changed)
head/sys/mips/conf/AP121.hints (contents, props changed)
head/sy
Author: markj
Date: Thu Mar 28 20:37:07 2013
New Revision: 248851
URL: http://svnweb.freebsd.org/changeset/base/248851
Log:
Ignore interface renames instead of removing the interface from the bridge
group.
Reviewed by: rstone
Approved by: rstone (co-mentor)
Sponsored by: Sandvine In
Author: fanf
Date: Thu Mar 28 20:33:07 2013
New Revision: 248849
URL: http://svnweb.freebsd.org/changeset/base/248849
Log:
Update to upstream version 2.7
The most notable new feature is support for processing multiple
files in one invocation. There is also support for more make-friendly
Author: gnn
Date: Thu Mar 28 20:31:03 2013
New Revision: 248848
URL: http://svnweb.freebsd.org/changeset/base/248848
Log:
Commit a patch that fixes a problem in the #pragma statement when searching
for and loading dependent modules. This addresses a bug seen with
io.d where it was being dou
Author: gnn
Date: Thu Mar 28 20:22:43 2013
New Revision: 248846
URL: http://svnweb.freebsd.org/changeset/base/248846
Log:
Revert previous change in favor of a fix to the actual dtrace
libraries that addresses a #pragma issue.
Modified:
head/cddl/lib/libdtrace/io.d
Modified: head/cddl/lib/l
Author: gnn
Date: Thu Mar 28 20:12:46 2013
New Revision: 248845
URL: http://svnweb.freebsd.org/changeset/base/248845
Log:
Remove dependency code that caused a double inclusion.
Pointed out by: rpaulo and others
Modified:
head/cddl/lib/libdtrace/io.d
Modified: head/cddl/lib/libdtrace/io.
Author: adrian
Date: Thu Mar 28 19:30:56 2013
New Revision: 248844
URL: http://svnweb.freebsd.org/changeset/base/248844
Log:
Tie in the AR933x support into -HEAD.
Modified:
head/sys/mips/atheros/ar71xx_setup.c
head/sys/mips/atheros/files.ar71xx
Modified: head/sys/mips/atheros/ar71xx_setup.
Author: adrian
Date: Thu Mar 28 19:27:06 2013
New Revision: 248843
URL: http://svnweb.freebsd.org/changeset/base/248843
Log:
Bring over the initial, CPU-only UART support for the AR933x SoC.
This implements the kernel glue needed (getc, putc, rxready).
This isn't a 16550 UART, even if
Author: sbruno
Date: Thu Mar 28 19:15:54 2013
New Revision: 248842
URL: http://svnweb.freebsd.org/changeset/base/248842
Log:
Update hwpmc to support Haswell class processors.
0x3C: /* Per Intel document 325462-045US 01/2013. */
Add manpage to document all the goodness that is availab
Author: neel
Date: Thu Mar 28 18:03:39 2013
New Revision: 248840
URL: http://svnweb.freebsd.org/changeset/base/248840
Log:
Add the "-g " option to the vmrun.sh script that enables remote
debugging of the guest via kgdb.
See also: https://wiki.freebsd.org/BHyVe/gdb
Obtained from:
Author: will
Date: Thu Mar 28 17:07:02 2013
New Revision: 248838
URL: http://svnweb.freebsd.org/changeset/base/248838
Log:
KGDB: Accept KLD symbol files with the ".symbols" extension.
Submitted by: gibbs
Approved by: ken (mentor)
Sponsored by: Spectra Logic
MFC after:1 month
Mod
Author: will
Date: Thu Mar 28 17:04:59 2013
New Revision: 248836
URL: http://svnweb.freebsd.org/changeset/base/248836
Log:
KGDB: Allow modules to be loaded from the specified kernel's directory.
When looking up the absolute path for a kld, call find_kld_path() first.
This enables locating
Author: jimharris
Date: Thu Mar 28 16:57:48 2013
New Revision: 248835
URL: http://svnweb.freebsd.org/changeset/base/248835
Log:
Remove obsolete comment. This code has now been tested with the QEMU
NVMe device emulator.
Modified:
head/sys/dev/nvme/nvme_ns.c
Modified: head/sys/dev/nvme/nvme
Author: jimharris
Date: Thu Mar 28 16:54:19 2013
New Revision: 248834
URL: http://svnweb.freebsd.org/changeset/base/248834
Log:
Delete extra IO qpairs allocated based on number of MSI-X vectors, but
later found to not be usable because the controller doesn't support the
same number of queues
Author: scottl
Date: Thu Mar 28 14:14:28 2013
New Revision: 248830
URL: http://svnweb.freebsd.org/changeset/base/248830
Log:
Several fixes and improvements to sendfile()
1. If we wanted to send exactly as many bytes as the socket buffer is
sized for, the inner loop of kern_sendfile()
Author: tijl
Date: Thu Mar 28 12:46:04 2013
New Revision: 248827
URL: http://svnweb.freebsd.org/changeset/base/248827
Log:
Add myself as ports committer.
Approved by: crees (mentor)
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
==
Author: sbruno
Date: Thu Mar 28 12:44:43 2013
New Revision: 248826
URL: http://svnweb.freebsd.org/changeset/base/248826
Log:
Restore DB_COMMAND capabilities of ciss(4) for debugging and diagnostics
Obtained from:Yahoo! Inc.
MFC after:2 weeks
Modified:
head/sys/dev/ciss/ciss
Author: mav
Date: Thu Mar 28 11:24:30 2013
New Revision: 248825
URL: http://svnweb.freebsd.org/changeset/base/248825
Log:
Except one case mps(4) driver does not touch the data and works well with
unmapped I/O. That one exception is access to INQUIRY VPD request result.
Those requests are ne
Author: sbruno
Date: Thu Mar 28 11:00:41 2013
New Revision: 248824
URL: http://svnweb.freebsd.org/changeset/base/248824
Log:
Fix compile of ciss(4) with CISS_DEBUG defined
Obtained from:Yahoo! Inc.
MFC after:2 weeks
Modified:
head/sys/dev/ciss/ciss.c
Modified: head/sys/dev
Author: avg
Date: Thu Mar 28 08:13:52 2013
New Revision: 248820
URL: http://svnweb.freebsd.org/changeset/base/248820
Log:
rc.subr: disabling globbing while processing devfs rules
The rules themselves typically have shell-like patterns and it is
incorrect when they get replaced with matchi
27 matches
Mail list logo