Author: jhibbits
Date: Mon Mar 18 05:30:18 2013
New Revision: 248457
URL: http://svnweb.freebsd.org/changeset/base/248457
Log:
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
much of which is not necessary for PowerPC.
The FBT module can likely be factored into 3 sep
Author: yongari
Date: Mon Mar 18 04:46:17 2013
New Revision: 248456
URL: http://svnweb.freebsd.org/changeset/base/248456
Log:
r119712 introduced SIS_TYPE_83816 but it was not actually set in
driver such that checking against the type was always false.
To detect NS DP83816, driver should have
Please see PR 177055. This MFC has broken mergmaster for at least a
couple people. The PR should really be rated high priority:
http://www.freebsd.org/cgi/query-pr.cgi?pr=177055
http://lists.freebsd.org/pipermail/freebsd-stable/2013-March/072848.html
--
| Jeremy Chadwick
Author: adrian
Date: Mon Mar 18 02:29:57 2013
New Revision: 248455
URL: http://svnweb.freebsd.org/changeset/base/248455
Log:
Print out the current fifo queue depth correctly - not just the max
queue depth.
Silly hat to me.
Modified:
head/sys/dev/ath/if_ath_sysctl.c
Modified: head/sys/
Author: gjb (doc,ports committer)
Date: Mon Mar 18 01:30:54 2013
New Revision: 248454
URL: http://svnweb.freebsd.org/changeset/base/248454
Log:
Update stable/8 to -BETA1 as part of 8.4-RELEASE cycle.
Approved by: re (jpaetzel)
Modified:
stable/8/sys/conf/newvers.sh
Modified: stable/8/s
Author: kevlo
Date: Mon Mar 18 01:22:28 2013
New Revision: 248453
URL: http://svnweb.freebsd.org/changeset/base/248453
Log:
Add restrict keyword to realpath manpage.
Modified:
head/lib/libc/stdlib/realpath.3
Modified: head/lib/libc/stdlib/realpath.3
==
Author: dteske
Date: Mon Mar 18 01:20:11 2013
New Revision: 248452
URL: http://svnweb.freebsd.org/changeset/base/248452
Log:
MFS9->8 r248313: Add support for installation directly via HTTP.
Submitted by: Rick Miller
Reviewed by: jkh
Approved by: re, jpaetzel
Added:
stable/8/usr.sb
Author: adrian
Date: Mon Mar 18 01:12:36 2013
New Revision: 248451
URL: http://svnweb.freebsd.org/changeset/base/248451
Log:
Dump out information about the RX descriptor free list and FIFO information.
Modified:
head/sys/dev/ath/if_ath_sysctl.c
Modified: head/sys/dev/ath/if_ath_sysctl.c
Author: adrian
Date: Mon Mar 18 01:11:52 2013
New Revision: 248450
URL: http://svnweb.freebsd.org/changeset/base/248450
Log:
Log some more information when the RX buffer allocation failed.
Modified:
head/sys/dev/ath/if_ath_rx_edma.c
Modified: head/sys/dev/ath/if_ath_rx_edma.c
===
Author: attilio
Date: Mon Mar 18 00:25:02 2013
New Revision: 248449
URL: http://svnweb.freebsd.org/changeset/base/248449
Log:
Sync back vmcontention branch into HEAD:
Replace the per-object resident and cached pages splay tree with a
path-compressed multi-digit radix trie.
Along with this,
Author: jilles
Date: Sun Mar 17 22:51:58 2013
New Revision: 248446
URL: http://svnweb.freebsd.org/changeset/base/248446
Log:
find: Include nanoseconds when comparing timestamps of files.
When comparing to the timestamp of a given file using -newer, -Xnewer and
-newerXY (where X and Y are
Author: ian
Date: Sun Mar 17 16:31:09 2013
New Revision: 248430
URL: http://svnweb.freebsd.org/changeset/base/248430
Log:
Eliminate an intermediate buffer and some memcpy() operations, and do
DMA directly to/from the buffers passed in from higher layer drivers.
Reviewed by: gonzo
Modifi
Author: mm
Date: Sun Mar 17 15:53:27 2013
New Revision: 248426
URL: http://svnweb.freebsd.org/changeset/base/248426
Log:
Fix typo in sysctl description
Reported by: Jeremy Chadwick
MFC after:3 days
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa_misc.c
Modified:
Author: kib
Date: Sun Mar 17 15:11:37 2013
New Revision: 248422
URL: http://svnweb.freebsd.org/changeset/base/248422
Log:
Remove negative name cache entry pointing to the target name, which
could be instantiated while tdvp was unlocked.
Reported by: Rick Miller
Tested by:pho
MFC
On Fri, 15 Mar 2013, Brooks Davis wrote:
> Author: brooks
> Date: Fri Mar 15 21:32:40 2013
> New Revision: 248352
> URL: http://svnweb.freebsd.org/changeset/base/248352
>
> Log:
> MFC r245752,246913,247162
>
> Replace all known uses of ln in the build process with appropriate
> install -
On 17.03.2013 10:33, Gleb Smirnoff wrote:
On Sun, Mar 17, 2013 at 10:02:09AM +0100, Andre Oppermann wrote:
A> On 17.03.2013 08:39, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Sun Mar 17 07:39:45 2013
A> > New Revision: 248417
A> > URL: http://svnweb.freebsd.org/changeset/base/248417
A> >
On Sun, Mar 17, 2013 at 10:02:09AM +0100, Andre Oppermann wrote:
A> On 17.03.2013 08:39, Gleb Smirnoff wrote:
A> > Author: glebius
A> > Date: Sun Mar 17 07:39:45 2013
A> > New Revision: 248417
A> > URL: http://svnweb.freebsd.org/changeset/base/248417
A> >
A> > Log:
A> >Add MEXT_ALIGN() macro, s
On 17.03.2013 08:39, Gleb Smirnoff wrote:
Author: glebius
Date: Sun Mar 17 07:39:45 2013
New Revision: 248417
URL: http://svnweb.freebsd.org/changeset/base/248417
Log:
Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but for
mbufs with external buffer.
While you are cleaning
In r248418 and r248417 another change from my tree leaked:
- Removing M_FREELIST flag, that comes from historical mbuf
allocator predating FreeBSD 5.x.
On Sun, Mar 17, 2013 at 07:41:14AM +, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Sun Mar 17 07:41:14 2013
T> New Revision: 248418
T
Author: glebius
Date: Sun Mar 17 07:41:14 2013
New Revision: 248418
URL: http://svnweb.freebsd.org/changeset/base/248418
Log:
In m_align() add assertions that mbuf is virgin, similar to assertions
in M_ALIGN(), MH_ALIGN, MEXT_ALIGN() macros.
Modified:
head/sys/kern/uipc_mbuf.c
Modified: he
Author: glebius
Date: Sun Mar 17 07:39:45 2013
New Revision: 248417
URL: http://svnweb.freebsd.org/changeset/base/248417
Log:
Add MEXT_ALIGN() macro, similar to M_ALIGN() and MH_ALIGN(), but for
mbufs with external buffer.
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
===
Author: glebius
Date: Sun Mar 17 07:37:10 2013
New Revision: 248416
URL: http://svnweb.freebsd.org/changeset/base/248416
Log:
In m_megapullup() instead of reserving some space at the end of packet,
m_align() it, reserving space to prepend data.
Reviewed by: mav
Modified:
head/sys/neti
Author: rpaulo
Date: Sun Mar 17 07:28:17 2013
New Revision: 248415
URL: http://svnweb.freebsd.org/changeset/base/248415
Log:
Fix a typo in a comment.
Modified:
head/sys/dev/acpica/acpi_powerres.c
Modified: head/sys/dev/acpica/acpi_powerres.c
==
23 matches
Mail list logo