Author: adrian
Date: Fri May 17 05:16:30 2013
New Revision: 250735
URL: http://svnweb.freebsd.org/changeset/base/250735
Log:
Add some more debugging printf()s to complain if the ath_buf tx queue
doesn't match the actual hardware queue this frame is queued to.
I'm trying to ensure that the
Author: grog
Date: Fri May 17 03:52:20 2013
New Revision: 250732
URL: http://svnweb.freebsd.org/changeset/base/250732
Log:
Complete revision 243104.
Modified:
head/bin/df/df.1
Modified: head/bin/df/df.1
==
--- head/b
Author: gad
Date: Fri May 17 03:14:55 2013
New Revision: 250731
URL: http://svnweb.freebsd.org/changeset/base/250731
Log:
Drop any connection to newsyslog. I haven't worked on it for quite
some time. Note that I do want to keep the pre-commit review for
usr.sbin/lpr. I am actively working
On 2013/05/16, at 2:02, Tim Kientzle wrote:
> I don't object, but I'm not sure why we need this.
>
> I'd rather see a comment in the BEAGLEBONE
> config indicating that it can be used with
> beaglebone-black.dts.
>
> Generally, I want us to move away from compiled-in
> DTBs. The BEAGLEBONE co
Author: delphij
Date: Thu May 16 22:35:33 2013
New Revision: 250722
URL: http://svnweb.freebsd.org/changeset/base/250722
Log:
guard against MK_SHARED_TOOLCHAIN not being defined.
Modified:
head/usr.bin/bmake/Makefile.inc
Modified: head/usr.bin/bmake/Makefile.inc
=
Author: delphij
Date: Thu May 16 22:25:17 2013
New Revision: 250721
URL: http://svnweb.freebsd.org/changeset/base/250721
Log:
Similar to r250719: guard against MK_BMAKE not being defined.
Modified:
head/usr.bin/bmake/Makefile.inc
Modified: head/usr.bin/bmake/Makefile.inc
On 15.05.13 16:30, Brooks Davis wrote:
> Author: brooks
> Date: Wed May 15 14:30:03 2013
> New Revision: 250659
> URL: http://svnweb.freebsd.org/changeset/base/250659
>
> Log:
> Add support for an external cross compiler. The cross compiler is
> specified by passing the XCC, XCXX, and XCPP va
2013/5/16 Julian Elischer :
> see correcting commit
Thanks for fixing it so quickly!
--
Ed Schouten
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr
On 5/16/13 5:16 PM, Julian Elischer wrote:
On 5/16/13 3:19 PM, Ed Schouten wrote:
Hey Julian,
2013/5/16 Julian Elischer :
#define M_SETFIB(_m, _fib) do
{\
- _m->m_flags &=
~M_FIB; \
- _m->m
Author: julian
Date: Thu May 16 21:27:47 2013
New Revision: 250720
URL: http://svnweb.freebsd.org/changeset/base/250720
Log:
Fix cut-n-paste error.
Modified:
head/sys/sys/mbuf.h
Modified: head/sys/sys/mbuf.h
==
--- h
Author: sjg
Date: Thu May 16 21:26:46 2013
New Revision: 250719
URL: http://svnweb.freebsd.org/changeset/base/250719
Log:
Reverse the sense of the test wrt bmake, and guard against
MK_BMAKE not being defined.
Modified:
head/Makefile
head/usr.bin/make/Makefile
Modified: head/Makefile
On 5/16/13 3:19 PM, Ed Schouten wrote:
Hey Julian,
2013/5/16 Julian Elischer :
#define M_SETFIB(_m, _fib) do {
\
- _m->m_flags &= ~M_FIB; \
- _m->m_flags |= (((_fib) << M_FIBSHIFT) & M_FIB);
Author: delphij
Date: Thu May 16 21:04:56 2013
New Revision: 250718
URL: http://svnweb.freebsd.org/changeset/base/250718
Log:
Constify string pointers.
Verified with:sha256(1)
MFC after:2 weeks
Modified:
head/sbin/tunefs/tunefs.c
Modified: head/sbin/tunefs/tunefs.c
===
Author: joel (doc committer)
Date: Thu May 16 20:55:20 2013
New Revision: 250717
URL: http://svnweb.freebsd.org/changeset/base/250717
Log:
Minor mdoc improvements.
Modified:
head/tools/tools/makeroot/makeroot.8
Modified: head/tools/tools/makeroot/makeroot.8
==
Author: mckusick
Date: Thu May 16 20:07:08 2013
New Revision: 250710
URL: http://svnweb.freebsd.org/changeset/base/250710
Log:
When running the -m option to generate a newfs(8) command suitable for
recreating the filesystem, check for and output the -i, -k, and -l
options if appropriate.
Author: imp
Date: Thu May 16 19:44:51 2013
New Revision: 250709
URL: http://svnweb.freebsd.org/changeset/base/250709
Log:
When reporting the user readable size, round up. Several SD cards not
only use SI units, but also are a couple of percent short. If you need
to know the exact size, diski
Author: mckusick
Date: Thu May 16 19:39:11 2013
New Revision: 250708
URL: http://svnweb.freebsd.org/changeset/base/250708
Log:
Clean up trailing whitespace.
Submitted by: Andy Kosela
MFC after:1 week
Modified:
head/sbin/dumpfs/dumpfs.c
Modified: head/sbin/dumpfs/dumpfs.c
=
Hey Julian,
2013/5/16 Julian Elischer :
> #define M_SETFIB(_m, _fib) do {
> \
> - _m->m_flags &= ~M_FIB; \
> - _m->m_flags |= (((_fib) << M_FIBSHIFT) & M_FIB); \
> +KASSERT((_m)->m_flags
Author: brooks
Date: Thu May 16 18:37:14 2013
New Revision: 250707
URL: http://svnweb.freebsd.org/changeset/base/250707
Log:
Implement NO_ROOT support for distributekernel and packagekernel.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: jh
Date: Thu May 16 18:13:10 2013
New Revision: 250706
URL: http://svnweb.freebsd.org/changeset/base/250706
Log:
A library function shall not set errno to 0.
Reviewed by: mdf
Modified:
head/sys/kern/subr_sbuf.c
Modified: head/sys/kern/subr_sbuf.c
===
On Thu, May 16, 2013 at 12:20 PM, Julian Elischer wrote:
> Author: julian
> Date: Thu May 16 16:20:17 2013
> New Revision: 250700
> URL: http://svnweb.freebsd.org/changeset/base/250700
>
> Log:
> Finally change the mbuf to have its own fib field instead of stealing
> 4 flag bits. This was supp
Author: adrian
Date: Thu May 16 17:53:12 2013
New Revision: 250705
URL: http://svnweb.freebsd.org/changeset/base/250705
Log:
Tidy up the debugging - don't bother printing out TID pointers; now
that we are printing out the MAC address in these fields, just printing
out the TID is enough.
Mod
Author: adrian
Date: Thu May 16 17:46:32 2013
New Revision: 250704
URL: http://svnweb.freebsd.org/changeset/base/250704
Log:
Limit the number of software queued frames when doing non-aggregation.
This should prevent the TX queue being filled with non-aggregate frames,
causing starvation a
Author: adrian
Date: Thu May 16 17:45:01 2013
New Revision: 250703
URL: http://svnweb.freebsd.org/changeset/base/250703
Log:
Dump out the holding buffer descriptor contents and addresses stopping DMA.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
===
Author: dteske
Date: Thu May 16 16:51:52 2013
New Revision: 250702
URL: http://svnweb.freebsd.org/changeset/base/250702
Log:
Fix a typo in a comment.
Modified:
head/usr.sbin/bsdconfig/share/strings.subr
Modified: head/usr.sbin/bsdconfig/share/strings.subr
Author: dteske
Date: Thu May 16 16:46:02 2013
New Revision: 250701
URL: http://svnweb.freebsd.org/changeset/base/250701
Log:
Add a handy function for truncating variables to a specific byte-length. It
should be noted that newlines are both preserved and included in said byte-
count. If you w
Author: julian
Date: Thu May 16 16:20:17 2013
New Revision: 250700
URL: http://svnweb.freebsd.org/changeset/base/250700
Log:
Finally change the mbuf to have its own fib field instead of stealing
4 flag bits. This was supposed to happen in 8.0, and again in 2012..
MFC after:never
Modi
Author: sjg
Date: Thu May 16 15:28:38 2013
New Revision: 250699
URL: http://svnweb.freebsd.org/changeset/base/250699
Log:
Build bmake by default.
If someone explicitly builds usr.bin/make while MK_BMAKE==yes,
install it as 'fmake'.
Reviewed by: brooks
Modified:
head/share/mk/bsd.own
Author: brooks
Date: Thu May 16 14:38:12 2013
New Revision: 250698
URL: http://svnweb.freebsd.org/changeset/base/250698
Log:
Add a sample script to create filesystem images from an installed tree
created by installworld+distribution with the -DNO_ROOT option.
Added:
head/tools/tools/makeroo
Author: kib
Date: Thu May 16 13:07:02 2013
New Revision: 250697
URL: http://svnweb.freebsd.org/changeset/base/250697
Log:
Add dependencies on the firmware, which allows the loading of the cxgb
and cxgbe modules.
Reviewed and approved by: np
MFC after:1 week
Modified:
head/sys
Author: gber
Date: Thu May 16 09:43:04 2013
New Revision: 250695
URL: http://svnweb.freebsd.org/changeset/base/250695
Log:
Fix L2 cache write-back invalidate for Sheeva core.
Submitted by: Michal Dubiel
Obtained from:Netasq, Semihalf
Modified:
head/sys/arm/arm/cpufunc_asm_sheev
I don't object, but I'm not sure why we need this.
I'd rather see a comment in the BEAGLEBONE
config indicating that it can be used with
beaglebone-black.dts.
Generally, I want us to move away from compiled-in
DTBs. The BEAGLEBONE config works just fine on either
one and it's what I plan to con
32 matches
Mail list logo