Author: alfred
Date: Mon Nov 14 07:12:10 2011
New Revision: 227496
URL: http://svn.freebsd.org/changeset/base/227496
Log:
Constify args to copyiniov and copyinuio.
Modified:
head/sys/kern/subr_uio.c
head/sys/sys/uio.h
Modified: head/sys/kern/subr_uio.c
=
On 2011-Nov-12 20:16:07 +, David Chisnall wrote:
> Fix SIGATOMIC_M{IN,AX} on x86-64.
Thanks for that. I have two comments:
1) Could you please wrap your log messages so that lines do not exceed
80 characters.
> /* Limits of sig_atomic_t. */
>-#define SIG_ATOMIC_MIN INT32_MIN
>-#def
Author: rmacklem
Date: Mon Nov 14 00:10:11 2011
New Revision: 227494
URL: http://svn.freebsd.org/changeset/base/227494
Log:
Since NFSv4 byte range locking only works for regular files,
add a sanity check for the vnode type to the NFSv4 client.
MFC after:2 weeks
Modified:
head/sys/f
On Sun, Nov 13, 2011 at 2:46 PM, Garrett Cooper wrote:
> On Sun, Nov 13, 2011 at 2:08 PM, Pawel Jakub Dawidek wrote:
>> On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote:
>>> On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin wrote:
>>> > Author: mav
>>> > Date: Sat Nov 12 20:01:30 2
Author: rmacklem
Date: Sun Nov 13 23:09:26 2011
New Revision: 227493
URL: http://svn.freebsd.org/changeset/base/227493
Log:
Move the assignment of default values for some mount options
to before the nfs_decode_args() call in the new NFS client,
so they don't overwrite the value specified on
On Sun, Nov 13, 2011 at 2:08 PM, Pawel Jakub Dawidek wrote:
> On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote:
>> On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin wrote:
>> > Author: mav
>> > Date: Sat Nov 12 20:01:30 2011
>> > New Revision: 227473
>> > URL: http://svn.freebsd.org
On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote:
> On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin wrote:
> > Author: mav
> > Date: Sat Nov 12 20:01:30 2011
> > New Revision: 227473
> > URL: http://svn.freebsd.org/changeset/base/227473
> >
> > Log:
> > Fix build on some archs aft
On 11/13/2011 04:21, Jilles Tjoelker wrote:
> Given that you are already using 'local', why not use it everywhere? You
> may need to split up some functions to do this.
You might want to look more deeply at the portsnap code before you
recommend that Alfred take responsibility for roto-tilling it.
Hmm, apparently I can't tell the difference between H and N. Still, as long as
the fix is right, even if the explanation isn't...
David
On 13 Nov 2011, at 19:59, Erik Cederstrand wrote:
> Hi David,
>
> Those aren't Swiss Francs. They're yuan renminbi (CNY). It does seen they
> have 2 digits,
Hi David,
Those aren't Swiss Francs. They're yuan renminbi (CNY). It does seen they have
2 digits, though.
Thanks,
Erik
Den 12/11/2011 kl. 15.39 skrev David Chisnall:
> Author: theraven
> Date: Sat Nov 12 14:39:20 2011
> New Revision: 227467
> URL: http://svn.freebsd.org/changeset/base/227467
On Sun, Nov 13, 2011 at 05:07:43PM +, Eitan Adler wrote:
> Author: eadler (ports committer)
> Date: Sun Nov 13 17:07:43 2011
> New Revision: 227491
> URL: http://svn.freebsd.org/changeset/base/227491
>
> Log:
> - new sentence should start on new line.
>
> PR: bin/146541
> Sub
Author: eadler (ports committer)
Date: Sun Nov 13 17:07:43 2011
New Revision: 227491
URL: http://svn.freebsd.org/changeset/base/227491
Log:
- new sentence should start on new line.
PR: bin/146541
Submitted by: bjk
Approved by: bjk
Modified:
head/sbin/md5/md5.1
Modified:
Author: theraven
Date: Sun Nov 13 17:07:26 2011
New Revision: 227490
URL: http://svn.freebsd.org/changeset/base/227490
Log:
Hide some more macros that will break C++ when compiling in C++ mode.
Approved by: dim (mentor)
Modified:
head/include/ctype.h
Modified: head/include/ctype.h
Author: eadler (ports committer)
Date: Sun Nov 13 17:06:33 2011
New Revision: 227489
URL: http://svn.freebsd.org/changeset/base/227489
Log:
- fix duplicate "a a" in some comments
Submitted by: eadler
Approved by: simon
MFC after:3 days
Modified:
head/sbin/gvinum/gvinum.c
head/
Author: eadler (ports committer)
Date: Sun Nov 13 16:35:47 2011
New Revision: 227488
URL: http://svn.freebsd.org/changeset/base/227488
Log:
- add "check" option to MD5 and friends to compare files against known hash.
PR: bin/146541
Submitted by: eadler
Reviewed by: jh...@data
Author: theraven
Date: Sun Nov 13 16:18:48 2011
New Revision: 227487
URL: http://svn.freebsd.org/changeset/base/227487
Log:
The spec says that FILE must be defined in wchar.h, but it wasn't. It
is now. Also hide some macros in C++ mode that will break C++
namespaced calls.
Approved by
On Sat, Nov 12, 2011 at 07:25:23PM -0800, Garrett Cooper wrote:
> On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote:
> > Author: alfred
> > Date: Sun Nov 13 03:18:57 2011
> > New Revision: 227483
> > URL: http://svn.freebsd.org/changeset/base/227483
[snip]
> > Modified: head/usr.sbin/portsnap/por
Author: tuexen
Date: Sun Nov 13 11:53:18 2011
New Revision: 227486
URL: http://svn.freebsd.org/changeset/base/227486
Log:
Don't copy uninitialized memory. Also simplify the comparison
of interface names.
MFC after: 3 days.
Modified:
head/sys/netinet/sctp_pcb.c
Modified: head/sys/netin
Author: kib
Date: Sun Nov 13 10:28:01 2011
New Revision: 227485
URL: http://svn.freebsd.org/changeset/base/227485
Log:
To limit amount of the kernel memory allocated, and to optimize the
iteration over the fdsets, kern_select() limits the length of the
fdsets copied in by the last valid file
On Sat, Nov 12, 2011 at 5:23 AM, Dmitry Morozovsky wrote:
> this change seems to be non-intrusive, could we please have it in 9.0-R?
I've sent a request to re@
--
Eitan Adler
Ports committer
X11, Bugbusting teams
___
svn-src-head@freebsd.org mailing l
20 matches
Mail list logo