Author: adrian
Date: Sat Apr 28 05:00:47 2012
New Revision: 234748
URL: http://svn.freebsd.org/changeset/base/234748
Log:
Add a comment about this DELAY(), I'm not sure whether it's supposed
to be for a DDR/FIFO flush or something else.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sy
Author: adrian
Date: Sat Apr 28 03:07:36 2012
New Revision: 234747
URL: http://svn.freebsd.org/changeset/base/234747
Log:
Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.
The reference driver has a 3ms delay for the AR9130 but I'm not as yet
sure why. From what I c
Author: obrien
Date: Sat Apr 28 02:48:51 2012
New Revision: 234746
URL: http://svn.freebsd.org/changeset/base/234746
Log:
Remove the RFC 1319 MD2 Message-Digest Algorithm routines from libmd.
1. The licensing terms for the MD2 routines from RFC is not under a BSD-like
license. Instead
Author: nwhitehorn
Date: Sat Apr 28 00:12:23 2012
New Revision: 234745
URL: http://svn.freebsd.org/changeset/base/234745
Log:
After switching mutexes to use lwsync, they no longer provide sufficient
guarantees on acquire for the tlbie mutex. Conversely, the TLB invalidation
sequence provides
Author: jamie
Date: Fri Apr 27 23:39:21 2012
New Revision: 234744
URL: http://svn.freebsd.org/changeset/base/234744
Log:
Fix the dates and history as of the move to HEAD.
Modified:
head/usr.sbin/jail/jail.conf.5
Modified: head/usr.sbin/jail/jail.conf.5
===
Author: rmh
Date: Fri Apr 27 22:27:21 2012
New Revision: 234743
URL: http://svn.freebsd.org/changeset/base/234743
Log:
Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtual
memory available, so there is no need to be so conservative about it.
Reviewed by: arch
Mod
Author: rmacklem
Date: Fri Apr 27 22:23:06 2012
New Revision: 234742
URL: http://svn.freebsd.org/changeset/base/234742
Log:
It was reported via email that some non-FreeBSD NFS servers
do not include file attributes in the reply to an NFS create RPC
under certain circumstances.
This resulte
Author: des
Date: Fri Apr 27 21:40:51 2012
New Revision: 234741
URL: http://svn.freebsd.org/changeset/base/234741
Log:
MFH r203377, r215680, r227044, r227105: mainly, respect passwordtime.
PR: 93310, 93473
Modified:
stable/8/lib/libpam/modules/pam_unix/pam_unix.8
stable/8/lib
Hi Alex,
I don't want to be demanding, but would you please consider committing
your fixes?
And if you could, would you please do it as a set of commits, one per
'thing', rather than one big monolithic commit that does half a dozen
different things? That way if there are any further regressions,
Author: rmacklem
Date: Fri Apr 27 20:23:24 2012
New Revision: 234740
URL: http://svn.freebsd.org/changeset/base/234740
Log:
Fix a leak of namei lookup path buffers that occurs when a
ZFS volume is exported via the new NFS server. The leak occurred
because the new NFS server code didn't handl
Author: marcel
Date: Fri Apr 27 20:16:20 2012
New Revision: 234739
URL: http://svn.freebsd.org/changeset/base/234739
Log:
Allow building a powerpc cross-kgdb.
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c
Modified: head/gnu/usr.bin/gdb/kgdb/trgt_powerpc.c
===
Author: marcel
Date: Fri Apr 27 20:10:43 2012
New Revision: 234738
URL: http://svn.freebsd.org/changeset/base/234738
Log:
MFC 234611:
Update the bugs section. We don't consider tmpfs as experimental,
though we do not claim to support all mount options equally well.
Modified:
stable/9/shar
Author: dim
Date: Fri Apr 27 19:26:19 2012
New Revision: 234737
URL: http://svn.freebsd.org/changeset/base/234737
Log:
Fix several 'format string is not a literal' warnings in sysinstall.
Since sysinstall does not exist anymore in head, this is a direct
commit.
Modified:
stable/9/usr.s
Author: dim
Date: Fri Apr 27 18:21:45 2012
New Revision: 234736
URL: http://svn.freebsd.org/changeset/base/234736
Log:
MFC r234507:
Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c:
sys/contrib/rdma/rdma_cma.c:1259:8: error: case value not in enumerated
type 'en
On 04/27/12 20:38, John Baldwin wrote:
On Friday, April 27, 2012 1:27:23 pm Scott Long wrote:
- Original Message -
From: John Baldwin
To: Alexander Motin
Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org;
svn-src-h...@freebsd.org
Sent: Friday, April 27, 2012 5:45 AM
Subject: Re:
Author: dim
Date: Fri Apr 27 18:08:15 2012
New Revision: 234735
URL: http://svn.freebsd.org/changeset/base/234735
Log:
MFC r234506:
Fix the following compilation warnings in nxge(4):
sys/dev/nxge/if_nxge.c:1276:11: error: case value not in enumerated type
'xge_hal_event_e' (aka 'enu
Author: dim
Date: Fri Apr 27 18:05:24 2012
New Revision: 234734
URL: http://svn.freebsd.org/changeset/base/234734
Log:
MFC r234503:
Replace homegrown list implementation in sys/dev/asr/asr.c with
STAILQ(). While here, fix another clang warning about a switch which
tests an enum type fo
On Friday, April 27, 2012 1:27:23 pm Scott Long wrote:
>
> - Original Message -
> > From: John Baldwin
> > To: Alexander Motin
> > Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org;
> > svn-src-h...@freebsd.org
> > Sent: Friday, April 27, 2012 5:45 AM
> > Subject: Re: svn commit:
- Original Message -
> From: John Baldwin
> To: Alexander Motin
> Cc: src-committ...@freebsd.org; svn-src-all@freebsd.org;
> svn-src-h...@freebsd.org
> Sent: Friday, April 27, 2012 5:45 AM
> Subject: Re: svn commit: r234603 - head/sys/geom/raid
>
> On Monday, April 23, 2012 9:04:03
Author: theraven
Date: Fri Apr 27 15:35:09 2012
New Revision: 234732
URL: http://svn.freebsd.org/changeset/base/234732
Log:
Add a note to hostapd.conf about an unhelpful error message in the hope that
it won't confuse anyone else in the future.
MFC after:1 week
Modified:
head/usr.s
2012/4/27, John Baldwin :
> On Friday, April 27, 2012 10:23:14 am Attilio Rao wrote:
>> 2012/4/27, John Baldwin :
>> > On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote:
>> >> 2012/4/27, John Baldwin :
>> >> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
>> >> >> Author: attilio
>
On Friday, April 27, 2012 10:23:14 am Attilio Rao wrote:
> 2012/4/27, John Baldwin :
> > On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote:
> >> 2012/4/27, John Baldwin :
> >> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
> >> >> Author: attilio
> >> >> Date: Thu Apr 26 20:24:25
2012/4/27, John Baldwin :
> On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote:
>> 2012/4/27, John Baldwin :
>> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
>> >> Author: attilio
>> >> Date: Thu Apr 26 20:24:25 2012
>> >> New Revision: 234723
>> >> URL: http://svn.freebsd.org/cha
On Friday, April 27, 2012 9:55:41 am Attilio Rao wrote:
> 2012/4/27, John Baldwin :
> > On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
> >> Author: attilio
> >> Date: Thu Apr 26 20:24:25 2012
> >> New Revision: 234723
> >> URL: http://svn.freebsd.org/changeset/base/234723
> >>
> >> Log:
Author: tuexen
Date: Fri Apr 27 13:58:09 2012
New Revision: 234731
URL: http://svn.freebsd.org/changeset/base/234731
Log:
Remove unused structure.
Reported by Irene Ruengeler.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_uio.h
Modified: head/sys/netinet/sctp_uio.h
===
2012/4/27, John Baldwin :
> On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
>> Author: attilio
>> Date: Thu Apr 26 20:24:25 2012
>> New Revision: 234723
>> URL: http://svn.freebsd.org/changeset/base/234723
>>
>> Log:
>> Clean up the intr* MD KPI from the SMP dependency, removing a cause
On Monday, April 23, 2012 9:04:03 am Alexander Motin wrote:
> Author: mav
> Date: Mon Apr 23 13:04:02 2012
> New Revision: 234603
> URL: http://svn.freebsd.org/changeset/base/234603
>
> Log:
> Add names for all primary RAID levels defined by DDF 2.0 specification.
>
> Modified:
> head/sys/geo
Author: kensmith
Date: Fri Apr 27 13:41:20 2012
New Revision: 234730
URL: http://svn.freebsd.org/changeset/base/234730
Log:
Turn releng/8.3 over to secteam.
Approved by: core (implicit)
Modified:
svnadmin/conf/approvers
Modified: svnadmin/conf/approvers
On Thursday, April 26, 2012 4:24:25 pm Attilio Rao wrote:
> Author: attilio
> Date: Thu Apr 26 20:24:25 2012
> New Revision: 234723
> URL: http://svn.freebsd.org/changeset/base/234723
>
> Log:
> Clean up the intr* MD KPI from the SMP dependency, removing a cause of
> discrepancy between module
Author: des
Date: Fri Apr 27 11:29:09 2012
New Revision: 234729
URL: http://svn.freebsd.org/changeset/base/234729
Log:
r234173 missed one instance of FREE(line).
Noticed by: glebius@
Modified:
head/contrib/openpam/lib/openpam_configure.c
Modified: head/contrib/openpam/lib/openpam_conf
Author: hselasky
Date: Fri Apr 27 09:22:46 2012
New Revision: 234728
URL: http://svn.freebsd.org/changeset/base/234728
Log:
Style.
Suggested by: dumbbell @
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
On 15. Jan 2012, at 12:08 , Martin Matuska wrote:
> Author: mm
> Date: Sun Jan 15 12:08:20 2012
> New Revision: 230129
> URL: http://svn.freebsd.org/changeset/base/230129
>
> Log:
> Introduce vn_path_to_global_path()
>
> This function updates path string to vnode's full global path and checks
Author: mav
Date: Fri Apr 27 08:49:15 2012
New Revision: 234727
URL: http://svn.freebsd.org/changeset/base/234727
Log:
Fix RAID5 level names changed at r234603.
Modified:
head/sys/geom/raid/md_intel.c
head/sys/geom/raid/md_jmicron.c
head/sys/geom/raid/md_nvidia.c
head/sys/geom/raid/md_p
On Thu, Apr 26, 2012 at 09:58:01PM +0200, Michael Tuexen wrote:
> On Apr 26, 2012, at 9:39 PM, Konstantin Belousov wrote:
>
> > On Thu, Apr 26, 2012 at 09:36:38PM +0200, Michael Tuexen wrote:
> >> On Apr 26, 2012, at 9:33 PM, Konstantin Belousov wrote:
> >>
> >>> On Thu, Apr 26, 2012 at 07:31:16P
34 matches
Mail list logo