On Sat, Apr 14, 2012 at 05:05:35PM -0600, Justin T. Gibbs wrote:
>
> On Apr 10, 2012, at 5:41 AM, Marius Strobl wrote:
>
> > On Tue, Apr 10, 2012 at 01:03:56AM +0100, Attilio Rao wrote:
> >> Il 10 aprile 2012 00:09, Marius Strobl ha
> >> scritto:
> >>> On Mon, Apr 09, 2012 at 10:41:19PM +,
Author: bapt
Date: Sun Apr 15 13:25:51 2012
New Revision: 234310
URL: http://svn.freebsd.org/changeset/base/234310
Log:
Improve m4 compatibility with GNU m4 extension ** (exponent)
Submitted by: Marc Espie (es...@openbsd.org)
Approved by: des@ (mentor)
Modified:
head/usr.bin/m4/eval.c
Author: des
Date: Sun Apr 15 13:39:39 2012
New Revision: 234311
URL: http://svn.freebsd.org/changeset/base/234311
Log:
Correct my name in the copyright statement.
Modified:
head/usr.bin/unzip/unzip.1
head/usr.bin/unzip/unzip.c
Modified: head/usr.bin/unzip/unzip.1
==
Author: trasz
Date: Sun Apr 15 15:13:29 2012
New Revision: 234312
URL: http://svn.freebsd.org/changeset/base/234312
Log:
Remove FSIRAND and FSMAXSWAP ifdefs, removing code unconditionally.
Reviewed by: kib, mckusick
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/growfs/debug
Author: bapt
Date: Sun Apr 15 15:13:36 2012
New Revision: 234313
URL: http://svn.freebsd.org/changeset/base/234313
Log:
add usr.sbin/pkg which is a bootstrap tool for pkgng.
it respects PACKAGESITE, PACKAGEROOT, and a new environment variable ABI (if
a user want to use a different API from th
Author: trasz
Date: Sun Apr 15 15:15:16 2012
New Revision: 234314
URL: http://svn.freebsd.org/changeset/base/234314
Log:
Style.
Modified:
head/sbin/growfs/growfs.c
Modified: head/sbin/growfs/growfs.c
==
--- head/sbin
Author: bapt
Date: Sun Apr 15 16:00:32 2012
New Revision: 234315
URL: http://svn.freebsd.org/changeset/base/234315
Log:
Do not do double initialisation
style(9) says for (;;) not while (1)
Reported by: culot
Approved by: des
Modified:
head/usr.sbin/pkg/pkg.c
Modified: head/usr.sbi
Author: netchild
Date: Sun Apr 15 16:52:48 2012
New Revision: 234316
URL: http://svn.freebsd.org/changeset/base/234316
Log:
MFC r232799:
- add comments to syscalls.master and linux(32)_dummy about which linux
kernel version introduced the sysctl (based upon a linux man-page)
- add
Author: netchild
Date: Sun Apr 15 16:53:44 2012
New Revision: 234317
URL: http://svn.freebsd.org/changeset/base/234317
Log:
regen
Modified:
stable/9/sys/amd64/linux32/linux32_proto.h
stable/9/sys/amd64/linux32/linux32_syscall.h
stable/9/sys/amd64/linux32/linux32_syscalls.c
stable/9/sys/
Author: netchild
Date: Sun Apr 15 16:55:26 2012
New Revision: 234318
URL: http://svn.freebsd.org/changeset/base/234318
Log:
MFC r232799:
- add comments to syscalls.master and linux(32)_dummy about which linux
kernel version introduced the sysctl (based upon a linux man-page)
- add
Author: netchild
Date: Sun Apr 15 16:56:28 2012
New Revision: 234319
URL: http://svn.freebsd.org/changeset/base/234319
Log:
regen
Modified:
stable/8/sys/amd64/linux32/linux32_proto.h
stable/8/sys/amd64/linux32/linux32_syscall.h
stable/8/sys/amd64/linux32/linux32_syscalls.c
stable/8/sys/
Author: madpilot (ports committer)
Date: Sun Apr 15 17:28:47 2012
New Revision: 234320
URL: http://svn.freebsd.org/changeset/base/234320
Log:
Add myself to the calendar
Approved by: creees (mentor)
Modified:
head/usr.bin/calendar/calendars/calendar.freebsd
Modified: head/usr.bin/calend
Author: bschmidt
Date: Sun Apr 15 18:25:17 2012
New Revision: 234321
URL: http://svn.freebsd.org/changeset/base/234321
Log:
Use the M_AMPDU_MPDU flag to determine when to manually set the seqno and
use a BA queue.
Modified:
head/sys/dev/iwn/if_iwn.c
Modified: head/sys/dev/iwn/if_iwn.c
Author: bapt
Date: Sun Apr 15 18:32:14 2012
New Revision: 234322
URL: http://svn.freebsd.org/changeset/base/234322
Log:
- Fix style(9) bugs + inconsistencies
Submitted by: marius
Approved by: des (mentor)
Modified:
head/usr.sbin/pkg/pkg.c
Modified: head/usr.sbin/pkg/pkg.c
===
On 15.04.2012 20:52, Alexander Leidinger wrote:
Author: netchild
Date: Sun Apr 15 16:52:48 2012
New Revision: 234316
URL: http://svn.freebsd.org/changeset/base/234316
Log:
MFC r232799:
- add comments to syscalls.master and linux(32)_dummy about which linux
kernel version introduce
On Sun, 15 Apr 2012 22:38:42 +0400 Andrey Zonov
wrote:
> On 15.04.2012 20:52, Alexander Leidinger wrote:
> > Author: netchild
> > Date: Sun Apr 15 16:52:48 2012
> > New Revision: 234316
> > URL: http://svn.freebsd.org/changeset/base/234316
> >
> > Log:
> >MFC r232799:
> > - add comments
Author: adrian
Date: Sun Apr 15 19:54:22 2012
New Revision: 234323
URL: http://svn.freebsd.org/changeset/base/234323
Log:
Drop this down from 512 to 128 for now.
This may result in a bit of a throughput drop. However, any throughput
drop at this point should be investigated and root caus
Author: adrian
Date: Sun Apr 15 20:29:39 2012
New Revision: 234324
URL: http://svn.freebsd.org/changeset/base/234324
Log:
Migrate the net80211 TX aggregation state to be from per-AC to per-TID.
TODO:
* Test mwl(4) more thoroughly!
Reviewed by: bschmidt (for iwn)
Modified:
head
Hi,
This has broken (at least) net80211 and bpf, with LOR:
# ifconfig wlan1 destroy
panic: mutex bpf global lock now owned at ../net/bpf.c:656
The stack:
* ieee80211_vap_detach()
* ether_ifdetach()
* bpfdetach()
* - I bet this is bpf_detachd()
* _mtx_assert()
_
Author: gleb
Date: Sun Apr 15 21:59:28 2012
New Revision: 234325
URL: http://svn.freebsd.org/changeset/base/234325
Log:
Provide better description for vfs.tmpfs.memory_reserved sysctl.
Suggested by: Anton Yuzhaninov
Modified:
head/sys/fs/tmpfs/tmpfs_subr.c
Modified: head/sys/fs/tmpfs/t
Author: adrian
Date: Sun Apr 15 22:34:22 2012
New Revision: 234326
URL: http://svn.freebsd.org/changeset/base/234326
Log:
The AR913x MII speed configuration matches the AR71xx MII configuration.
So share the code.
Don't do it for the AR724x - that has a completely different set of PLL
a
Author: adrian
Date: Sun Apr 15 22:59:56 2012
New Revision: 234327
URL: http://svn.freebsd.org/changeset/base/234327
Log:
Add in the AP96 phy configuration from openwrt.
* arge0 doesn't (yet) work via the switch PHY ports; I'm not sure why.
* arge1 maps to the WAN port. That works.
T
Author: eadler
Date: Sun Apr 15 23:56:03 2012
New Revision: 234329
URL: http://svn.freebsd.org/changeset/base/234329
Log:
When searching for uninitialized memory usage add ensure that the entire
struct is set to zero.
PR: bin/166483
Submitted by: Roy Marples
Reviewed by: d
Author: kevlo
Date: Mon Apr 16 01:15:38 2012
New Revision: 234330
URL: http://svn.freebsd.org/changeset/base/234330
Log:
MFC r234206:
Partially implement zipinfo (-Z) support.
This fixes some test failures seen with perl 5.12 and 5.14.
PR: bin/166895
Submitted by: swills
Modified:
Author: kevlo
Date: Mon Apr 16 01:20:17 2012
New Revision: 234331
URL: http://svn.freebsd.org/changeset/base/234331
Log:
MFC r234206:
Partially implement zipinfo (-Z) support.
This fixes some test failures seen with perl 5.12 and 5.14.
PR: bin/166895
Submitted by: swills
Modified:
Author: imp
Date: Mon Apr 16 04:33:37 2012
New Revision: 234335
URL: http://svn.freebsd.org/changeset/base/234335
Log:
Fly be free! Andrew Turner doesn't need my help anymore, and hasn't
really needed it for quite a while.
Approved by: core@ (implicit)
Modified:
svnadmin/conf/mentors
On 16.04.2012 01:17, Adrian Chadd wrote:
Hi,
This has broken (at least) net80211 and bpf, with LOR:
Yes, it is. Please try the attached patch
# ifconfig wlan1 destroy
panic: mutex bpf global lock now owned at ../net/bpf.c:656
The stack:
* ieee80211_vap_detach()
* ether_ifdetach()
* bpf
27 matches
Mail list logo