Author: glebius
Date: Thu Mar 20 06:22:39 2014
New Revision: 263419
URL: http://svnweb.freebsd.org/changeset/base/263419
Log:
Since mlaier has been inactive for a long time, grab maintainership on pf.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
=
On Thu, Mar 20, 2014 at 02:28:05AM +, Navdeep Parhar wrote:
N> Author: np
N> Date: Thu Mar 20 02:28:05 2014
N> New Revision: 263415
N> URL: http://svnweb.freebsd.org/changeset/base/263415
N>
N> Log:
N> cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path.
Thanks for this one a
Author: adrian
Date: Thu Mar 20 05:10:17 2014
New Revision: 263418
URL: http://svnweb.freebsd.org/changeset/base/263418
Log:
Add some debugging code to print out if registers are touched whilst the
device is asleep.
This doesn't avoid logging errors for things that are actually OK to
ac
Author: adrian
Date: Thu Mar 20 05:08:31 2014
New Revision: 263417
URL: http://svnweb.freebsd.org/changeset/base/263417
Log:
Shuffle ah_powerMode to be in a sane spot for the given power operation.
This way the state changes from sleep->awake before the registers are poked
and from awake-
Author: adrian
Date: Thu Mar 20 04:47:34 2014
New Revision: 263416
URL: http://svnweb.freebsd.org/changeset/base/263416
Log:
Don't call ath_init() inside the lock.
Yes, this means that sc_invalid is slightly racy, but there are other
issues here which need fixing.
This fixes a source
Author: np
Date: Thu Mar 20 02:28:05 2014
New Revision: 263415
URL: http://svnweb.freebsd.org/changeset/base/263415
Log:
cxgbe(4): Use ifi_oqdrops in if_data to count drops in the tx path.
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_main.c
=
Author: np
Date: Thu Mar 20 02:23:52 2014
New Revision: 263413
URL: http://svnweb.freebsd.org/changeset/base/263413
Log:
Add a shorter alias for if_data.ifi_oqdrops.
Modified:
head/sys/net/if_var.h
Modified: head/sys/net/if_var.h
==
Author: np
Date: Thu Mar 20 01:58:04 2014
New Revision: 263412
URL: http://svnweb.freebsd.org/changeset/base/263412
Log:
cxgbe(4): if_iqdrops statistic should include tunnel congestion drops.
MFC after:1 week
Modified:
head/sys/dev/cxgbe/t4_main.c
Modified: head/sys/dev/cxgbe/t4_mai
Author: jmmv
Date: Wed Mar 19 23:29:00 2014
New Revision: 263388
URL: http://svnweb.freebsd.org/changeset/base/263388
Log:
Mark multi_test as requiring /usr/share/dict/words.
The file may not be present if MK_DICT=no. Pointed out by Casey Peel.
Modified:
head/usr.bin/sed/tests/Makefile
Author: delphij
Date: Wed Mar 19 23:04:52 2014
New Revision: 263385
URL: http://svnweb.freebsd.org/changeset/base/263385
Log:
Remove unused option -r from zpool.
Submitted by: Richard Yao
MFC after:2 weeks
Modified:
head/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
Modified: h
On Mar 19, 2014, at 3:43 PM, Don Lewis wrote:
> On 19 Mar, Warner Losh wrote:
>> Author: imp
>> Date: Wed Mar 19 21:03:04 2014
>> New Revision: 263379
>> URL: http://svnweb.freebsd.org/changeset/base/263379
>>
>> Log:
>> Remove vestiges of knowing the ISA bus, which we gave up on around 20
>>
On 19 Mar, Warner Losh wrote:
> Author: imp
> Date: Wed Mar 19 21:03:04 2014
> New Revision: 263379
> URL: http://svnweb.freebsd.org/changeset/base/263379
>
> Log:
> Remove vestiges of knowing the ISA bus, which we gave up on around 20
> years ago. Remove redunant copy of isaregs.h.
It hasn't
Author: marcel
Date: Wed Mar 19 21:30:10 2014
New Revision: 263380
URL: http://svnweb.freebsd.org/changeset/base/263380
Log:
Add KTR events for the PMAP interface functions
1. move unmapped_buf_allowed to machdep.c.
2. map both pmap_mapbios() and pmap_mapdev() to pmap_mapdev_attr()
a
Author: imp
Date: Wed Mar 19 21:03:04 2014
New Revision: 263379
URL: http://svnweb.freebsd.org/changeset/base/263379
Log:
Remove vestiges of knowing the ISA bus, which we gave up on around 20
years ago. Remove redunant copy of isaregs.h.
Deleted:
head/sys/x86/isa/isa.h
Modified:
head/sys/
Author: imp
Date: Wed Mar 19 20:40:57 2014
New Revision: 263377
URL: http://svnweb.freebsd.org/changeset/base/263377
Log:
Revert last change, it breaks other things.
Modified:
head/sys/xen/xen-os.h
Modified: head/sys/xen/xen-os.h
==
On Wed, Mar 19, 2014 at 7:10 PM, Jilles Tjoelker wrote:
> On Tue, Mar 18, 2014 at 09:32:03PM +, Attilio Rao wrote:
>> Author: attilio
>> Date: Tue Mar 18 21:32:03 2014
>> New Revision: 263318
>> URL: http://svnweb.freebsd.org/changeset/base/263318
>
>> Log:
>> Remove dead code from umtx supp
On Tuesday, March 18, 2014 6:22:48 pm Aleksandr Rybalko wrote:
> Author: ray
> Date: Tue Mar 18 22:22:47 2014
> New Revision: 263321
> URL: http://svnweb.freebsd.org/changeset/base/263321
>
> Log:
> Switch kern.vt.suspendswitch to 0 by default (disabled).
> kern.vt.suspendswitch - sysctl/tunab
Author: ian
Date: Wed Mar 19 18:54:53 2014
New Revision: 263373
URL: http://svnweb.freebsd.org/changeset/base/263373
Log:
Add a way to apply CFLAGS only when building the given architecture. This
is useful primarily on a system used for cross-building, when you have a
set of flags to apply
On Tue, Mar 18, 2014 at 09:32:03PM +, Attilio Rao wrote:
> Author: attilio
> Date: Tue Mar 18 21:32:03 2014
> New Revision: 263318
> URL: http://svnweb.freebsd.org/changeset/base/263318
> Log:
> Remove dead code from umtx support:
> - Retire long time unused (basically always unused) sys__
Author: imp
Date: Wed Mar 19 17:53:09 2014
New Revision: 263372
URL: http://svnweb.freebsd.org/changeset/base/263372
Log:
Remove redunant declaration. gcc complains while clang doesn't.
Modified:
head/sys/xen/xen-os.h
Modified: head/sys/xen/xen-os.h
==
Author: imp
Date: Wed Mar 19 17:34:37 2014
New Revision: 263371
URL: http://svnweb.freebsd.org/changeset/base/263371
Log:
Add my humble request for reviews before nanobsd changes happen.
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
On 03/15/2014 20:26, John-Mark Gurney wrote:
> Adrian Chadd wrote this message on Sat, Mar 15, 2014 at 18:17 -0700:
>> How far along does it get?
> It rarely gets to multiuser, and even if it does, it panics very
> shortly afterward:
> panic: vm_page_alloc: page 0xc0805db0 is wired
>
> I did finall
On 19 Mar 2014, at 8:46, Julio Merino wrote:
> Author: jmmv
> Date: Wed Mar 19 12:46:04 2014
> New Revision: 263351
> URL: http://svnweb.freebsd.org/changeset/base/263351
>
> Log:
> Migrate tools/regression/usr.bin/pkill to the new tests layout.
>
> Interestingly, the pkill tool lives in bin, not
Author: jmmv
Date: Wed Mar 19 13:10:25 2014
New Revision: 263362
URL: http://svnweb.freebsd.org/changeset/base/263362
Log:
Include strings.h so that bpf_filter.c can be built in userland.
This is to bring in a definition for bzero(3), which in turn allows the
tests in tools/regression/bpf
Author: trasz
Date: Wed Mar 19 13:00:44 2014
New Revision: 263356
URL: http://svnweb.freebsd.org/changeset/base/263356
Log:
Make the error message more clear.
Sponsored by: The FreeBSD Foundation
Modified:
head/usr.sbin/ctld/login.c
Modified: head/usr.sbin/ctld/login.c
=
Author: jmmv
Date: Wed Mar 19 12:52:49 2014
New Revision: 263353
URL: http://svnweb.freebsd.org/changeset/base/263353
Log:
errx prepends the program name to the message; don't do it by hand.
Modified:
head/tools/regression/priv/main.c
Modified: head/tools/regression/priv/main.c
=
Author: jmmv
Date: Wed Mar 19 12:51:40 2014
New Revision: 263352
URL: http://svnweb.freebsd.org/changeset/base/263352
Log:
Make the priv test program exit with non-zero if any failures are detected.
And, mind you, this already returns a failure :-/
Modified:
head/tools/regression/priv/ma
Author: jmmv
Date: Wed Mar 19 12:46:04 2014
New Revision: 263351
URL: http://svnweb.freebsd.org/changeset/base/263351
Log:
Migrate tools/regression/usr.bin/pkill to the new tests layout.
Interestingly, the pkill tool lives in bin, not usr.bin. Haven't bothered
to check if this is because
Author: attilio
Date: Wed Mar 19 12:45:40 2014
New Revision: 263350
URL: http://svnweb.freebsd.org/changeset/base/263350
Log:
Fix comments.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/kern/kern_umtx.c
Modified: head/sys/kern/kern_umtx.c
===
Author: kib
Date: Wed Mar 19 12:35:04 2014
New Revision: 263349
URL: http://svnweb.freebsd.org/changeset/base/263349
Log:
Make the array pointed to by AT_PAGESIZES auxv properly aligned.
Also, remove the expression which calculated the location of the
strings for a new image and grown ove
Author: jmmv
Date: Wed Mar 19 12:32:50 2014
New Revision: 263348
URL: http://svnweb.freebsd.org/changeset/base/263348
Log:
Add Makefiles missed in r263346.
Grrr, I wish svn clearly displayed files not yet added when about to commit.
Added:
head/usr.bin/make/tests/Makefile (contents, pr
Author: jmmv
Date: Wed Mar 19 12:29:20 2014
New Revision: 263346
URL: http://svnweb.freebsd.org/changeset/base/263346
Log:
Migrate tools/regression/usr.bin/make/ to the new tests layout.
Note that these tests are for fmake, not bmake, and thus they are not
installed nor run when bmake is
Author: jmmv
Date: Wed Mar 19 12:06:51 2014
New Revision: 263345
URL: http://svnweb.freebsd.org/changeset/base/263345
Log:
Expand tabs that sneaked in into spaces.
Problem introduced by r263227. Spotted by Alan Somers.
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BS
Author: pho
Date: Wed Mar 19 09:41:12 2014
New Revision: 263336
URL: http://svnweb.freebsd.org/changeset/base/263336
Log:
Added sysctl kern.maxfiles increase test, do not use /etc/passwd for tests
and use volatile sig_atomic_t for signal handler variable.
Reviewed by: asomers (previous
34 matches
Mail list logo