Author: adrian
Date: Thu Mar 3 08:09:49 2011
New Revision: 219216
URL: http://svn.freebsd.org/changeset/base/219216
Log:
Modify the sample rate module output to be (slightly) easier to understand.
* add dot11rate_label() which returns Mb or MCS based on legacy or HT
* use it everywhere d
Author: adrian
Date: Thu Mar 3 08:30:28 2011
New Revision: 219217
URL: http://svn.freebsd.org/changeset/base/219217
Log:
* fix the ar5416 check macros to be slightly more correct;
* add some stubs for chipsets that we haven't yet obtained support for.
Modified:
head/sys/dev/ath/ath_hal/ar5
Author: adrian
Date: Thu Mar 3 08:38:31 2011
New Revision: 219218
URL: http://svn.freebsd.org/changeset/base/219218
Log:
Port over ar5416OverrideIni() from ath9k ar5008_hw_override_ini().
* change the BB gating logic to explicitly define which chips are covered;
the ath9k method isn't
Author: hselasky
Date: Thu Mar 3 10:25:41 2011
New Revision: 219221
URL: http://svn.freebsd.org/changeset/base/219221
Log:
- Remove dependency to ucom from ulpt.
MFC after:14 days
Approved by: thompsa (mentor)
Modified:
head/sys/conf/files
head/sys/dev/usb/serial/ulpt.c
Modifi
On Tue, 1 Mar 2011, Dmitry Chagin wrote:
Teach kdump to decode linux syscalls names too.
Fix bug introduced in my previous commit: the kernel always dump native
signal numbers, so no need to check the ABI in ktrpsig().
Does this mean that we're eliminating the need for the long-broken
li
Author: rwatson
Date: Thu Mar 3 11:28:57 2011
New Revision: 219222
URL: http://svn.freebsd.org/changeset/base/219222
Log:
Add text string for ECAPMODE to libc.
Discussed with: anderson
Obtained from:Capsicum Project
Sponsored by: Google, Inc.
MFC after:3 months
Mod
Author: rwatson
Date: Thu Mar 3 11:29:48 2011
New Revision: 219223
URL: http://svn.freebsd.org/changeset/base/219223
Log:
Add description of ECAPMODE to errno(2) man page.
Discussed with: anderson
Obtained from: Capsicum Project
Sponsored by: Google, Inc.
MFC after: 3 months
Author: rwatson
Date: Thu Mar 3 11:31:08 2011
New Revision: 219224
URL: http://svn.freebsd.org/changeset/base/219224
Log:
Make cap_new(2) and cap_getmode(2) symbols from libc public so applications
can link against them. Add man pages for the new system calls, with one
errant forward refer
Author: nyan
Date: Thu Mar 3 11:45:54 2011
New Revision: 219225
URL: http://svn.freebsd.org/changeset/base/219225
Log:
MFi386: revision 219186
This patch shrinks boot2 a little.
oIt switches kname to be just a pointer instead of an array.
oIt changes ioctl to unsigned
On 1 Mar 2011, at 14:53, Alexander Leidinger wrote:
> Quoting Robert Watson (from Tue, 1 Mar 2011 13:23:37
> + (UTC)):
>
>> Author: rwatson
>> Date: Tue Mar 1 13:23:37 2011
>> New Revision: 219129
>> URL: http://svn.freebsd.org/changeset/base/219129
>>
>> Log:
>> Add initial support for
Quoting Robert Watson (from Thu, 3 Mar 2011
11:14:59 + (GMT)):
On Tue, 1 Mar 2011, Dmitry Chagin wrote:
Teach kdump to decode linux syscalls names too.
Fix bug introduced in my previous commit: the kernel always dump native
signal numbers, so no need to check the ABI in ktrpsig().
D
Author: bz
Date: Thu Mar 3 16:16:49 2011
New Revision: 219229
URL: http://svn.freebsd.org/changeset/base/219229
Log:
Unbreak the build for no options INET6.
PR: kern/155227
Submitted by: Dmitry Afanasiev (KOT MATPOCKuH.Ru)
Modified:
head/sys/netgraph/netflow/netflow.c
head
On 3 Mar 2011, at 13:14, Alexander Leidinger wrote:
> Quoting Robert Watson (from Thu, 3 Mar 2011 11:14:59
> + (GMT)):
>
>> On Tue, 1 Mar 2011, Dmitry Chagin wrote:
>>
>>> Teach kdump to decode linux syscalls names too.
>>>
>>> Fix bug introduced in my previous commit: the kernel always
On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Wed Mar 2 16:06:57 2011
> New Revision: 219181
> URL: http://svn.freebsd.org/changeset/base/219181
>
> Log:
> Add additional release makefile for bsdinstall-based media, along with
> support files. T
On 03/03/11 11:09, John Baldwin wrote:
On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Mar 2 16:06:57 2011
New Revision: 219181
URL: http://svn.freebsd.org/changeset/base/219181
Log:
Add additional release makefile for bsdinstall-based media, al
Author: trasz
Date: Thu Mar 3 17:33:22 2011
New Revision: 219238
URL: http://svn.freebsd.org/changeset/base/219238
Log:
Make "struct pts_softc" point to ucred instead of uidinfo. This is no-op,
required for resource containers.
Reviewed by: kib (as part of a larger patch), ed
Modified
On Thu, Mar 03, 2011 at 11:14:59AM +, Robert Watson wrote:
>
> On Tue, 1 Mar 2011, Dmitry Chagin wrote:
>
> > Teach kdump to decode linux syscalls names too.
> >
> > Fix bug introduced in my previous commit: the kernel always dump native
> > signal numbers, so no need to check the ABI in k
On Thu, Mar 03, 2011 at 02:14:58PM +0100, Alexander Leidinger wrote:
> Quoting Robert Watson (from Thu, 3 Mar 2011
> 11:14:59 + (GMT)):
>
> >
> > On Tue, 1 Mar 2011, Dmitry Chagin wrote:
> >
> >> Teach kdump to decode linux syscalls names too.
> >>
> >> Fix bug introduced in my previous com
Author: dchagin
Date: Thu Mar 3 18:19:10 2011
New Revision: 219240
URL: http://svn.freebsd.org/changeset/base/219240
Log:
Switch PROCESS_SHARE to AUTO_SHARE (as umtx do). Even for SHARED,
if page mapped MAP_ANON linux uses private algorithm too.
Disscussed with: jhb
MFC after:
Author: mjacob
Date: Thu Mar 3 18:28:21 2011
New Revision: 219241
URL: http://svn.freebsd.org/changeset/base/219241
Log:
Don't automatically send a START UNIT to sequential access devices-
this might cause them to load the tape unintentionally.
Reviewed by: gibbs
MFC after:1 month
Author: dchagin
Date: Thu Mar 3 18:29:55 2011
New Revision: 219242
URL: http://svn.freebsd.org/changeset/base/219242
Log:
Print out shared flag for debug purpose.
MFC after:1 Week
Modified:
head/sys/compat/linux/linux_futex.c
Modified: head/sys/compat/linux/linux_futex.c
==
On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote:
> On 03/03/11 11:09, John Baldwin wrote:
> > On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote:
> >> Author: nwhitehorn
> >> Date: Wed Mar 2 16:06:57 2011
> >> New Revision: 219181
> >> URL: http://svn.freebsd.org/change
I think it is a very important feature to ensure release builds are not
polluted by local changes in /etc/src.conf, etc. I think it would be good
to support both models perhaps, but for our official release builds I think
we need the clean environment. I certainly use 'make release' now for m
On Thu, Mar 3, 2011 at 11:37 AM, Matthew Jacob wrote:
>
>
>> I think it is a very important feature to ensure release builds are not
>> polluted by local changes in /etc/src.conf, etc. I think it would be good
>> to support both models perhaps, but for our official release builds I
>> think
>> we
Author: adrian
Date: Thu Mar 3 20:41:59 2011
New Revision: 219252
URL: http://svn.freebsd.org/changeset/base/219252
Log:
The sample rate module currently does the slightly wrong thing when
determining whether to use MRR or not.
It uses the 11g protection mode when calculating 11n related
On Mar 3, 2011, at 12:32 PM, John Baldwin wrote:
> On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote:
>> On 03/03/11 11:09, John Baldwin wrote:
>>> On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Mar 2 16:06:57 2011
New Revi
On 03/03/11 15:14, Scott Long wrote:
On Mar 3, 2011, at 12:32 PM, John Baldwin wrote:
On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote:
On 03/03/11 11:09, John Baldwin wrote:
On Wednesday, March 02, 2011 11:06:57 am Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Wed Mar 2 16:
On Mar 3, 2011, at 2:42 PM, Nathan Whitehorn wrote:
> On 03/03/11 15:14, Scott Long wrote:
>> On Mar 3, 2011, at 12:32 PM, John Baldwin wrote:
>>> On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote:
On 03/03/11 11:09, John Baldwin wrote:
> On Wednesday, March 02, 2011 11:06:57
On 03/03/11 15:52, Scott Long wrote:
On Mar 3, 2011, at 2:42 PM, Nathan Whitehorn wrote:
On 03/03/11 15:14, Scott Long wrote:
On Mar 3, 2011, at 12:32 PM, John Baldwin wrote:
On Thursday, March 03, 2011 12:22:44 pm Nathan Whitehorn wrote:
On 03/03/11 11:09, John Baldwin wrote:
On Wednesday,
Author: jilles
Date: Thu Mar 3 22:34:13 2011
New Revision: 219256
URL: http://svn.freebsd.org/changeset/base/219256
Log:
Fix some _POSIX minimum/maximum values in limits.h:
* Some values changed in POSIX.1-2001; provide the former value if a program
requests compliance to an earlier versi
Author: daichi
Date: Fri Mar 4 07:01:45 2011
New Revision: 219257
URL: http://svn.freebsd.org/changeset/base/219257
Log:
Add the Buffalo (Melco Inc.) WLI-UC-G301N
PR: usb/155229
Submitted by: Yoshiaki UCHIKAWA
MFC after:1 week
Modified:
head/share/man/man4/run.4
head
31 matches
Mail list logo