Author: imp
Date: Sat May 5 07:15:34 2012
New Revision: 235050
URL: http://svn.freebsd.org/changeset/base/235050
Log:
Big endian arm boxes need to have a uname -m of armeb, not arm, so
that the bootstrap from source works correctly.
MFC after:4 days
Modified:
head/sys/arm/arm/iden
Author: glebius
Date: Sat May 5 07:55:50 2012
New Revision: 235051
URL: http://svn.freebsd.org/changeset/base/235051
Log:
Merge 234342 from head:
When we receive an ICMP unreach need fragmentation datagram, we take
proposed MTU value from it and update the TCP host cache. Then
tcp_m
On 17 April 2012 20:28, Kirk McKusick wrote:
> Author: mckusick
> Date: Tue Apr 17 16:28:22 2012
> New Revision: 234386
> URL: http://svn.freebsd.org/changeset/base/234386
>
> Log:
> Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.
> The primary changes are that the user of th
On Fri, 4 May 2012, Pawel Jakub Dawidek wrote:
On Sat, Mar 24, 2012 at 09:10:19PM +, Eitan Adler wrote:
Log:
Fix build by adding new directory to mtree in r233429
Submitted by: flo
Approved by: cperciva
MFC after:1 week
Modified:
head/etc/mtree/BSD.usr.dist
Modified: head/
Author: pluknet
Date: Sat May 5 09:34:35 2012
New Revision: 235052
URL: http://svn.freebsd.org/changeset/base/235052
Log:
Fix mount mutex handling missed in r234386.
Modified:
head/sys/nfsclient/nfs_vfsops.c
Modified: head/sys/nfsclient/nfs_vfsops.c
=
On Fri, 4 May 2012, Doug Barton wrote:
On 05/04/2012 11:22 AM, Baptiste Daroussin wrote:
fetch -s "${FETCHFILE}" >${SIZEFILE}
SIZE="`cat ${SIZEFILE}`"
- SIZE="`expr ${SIZE} / 1024`"
+ SIZE=$((SIZE/1024))
Bug; should be '$SIZE/'
No this is perfectly valid
Yes, that works, but it's not
Author: glebius
Date: Sat May 5 10:05:13 2012
New Revision: 235053
URL: http://svn.freebsd.org/changeset/base/235053
Log:
Merge 234342 from head:
When we receive an ICMP unreach need fragmentation datagram, we take
proposed MTU value from it and update the TCP host cache. Then
tcp_m
On Sat, May 05, 2012 at 01:00:36PM +0400, Sergey Kandaurov wrote:
> On 17 April 2012 20:28, Kirk McKusick wrote:
> > Author: mckusick
> > Date: Tue Apr 17 16:28:22 2012
> > New Revision: 234386
> > URL: http://svn.freebsd.org/changeset/base/234386
> >
> > Log:
> > Replace the MNT_VNODE_FOREACH in
Author: kib
Date: Sat May 5 11:26:08 2012
New Revision: 235054
URL: http://svn.freebsd.org/changeset/base/235054
Log:
Work around a situation where symlook_obj() could be called for the
object for which digest_dynamic1() was not done yet. Just return
EINVAL and do not try to dereference NUL
Author: melifaro
Date: Sat May 5 11:33:48 2012
New Revision: 235055
URL: http://svn.freebsd.org/changeset/base/235055
Log:
MFC r234572
Do not require radix write lock to be held while dumping route table
via sysctl(4) interface. This permits router not to stop forwarding
packets while
Author: melifaro
Date: Sat May 5 11:34:27 2012
New Revision: 235056
URL: http://svn.freebsd.org/changeset/base/235056
Log:
MFC r234572
Do not require radix write lock to be held while dumping route table
via sysctl(4) interface. This permits router not to stop forwarding
packets while
On 05/04/12 19:08, Joel Dahl wrote:
On 10-03-2012 21:58, Alexander Motin wrote:
Author: mav
Date: Sat Mar 10 21:58:08 2012
New Revision: 232798
URL: http://svn.freebsd.org/changeset/base/232798
Log:
MFC r230130, r230181, r230312, r230326, r230331, r230451, r230465, r230488,
r230507, r2305
Author: tuexen
Date: Sat May 5 14:06:15 2012
New Revision: 235057
URL: http://svn.freebsd.org/changeset/base/235057
Log:
Do error checking for the SCTP_RESET_STREAMS, SCTP_RESET_ASSOC,
and SCTP_ADD_STREAMS socket options as specified by RFC 6525.
MFC after: 3 days
Modified:
head/sys/n
2012(r235058)
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20120505: new clang import installed a redundant internal header
+OLD_FILES+=usr/include/clang/3.1/stdalign.h
# 20120425: libusb version bump (r234684)
OLD_LIBS+=usr/lib/libusb.so.2
OLD_LIBS+=usr/lib32/libusb.so.2
Mod
On 05/05/12 02:15, Warner Losh wrote:
Author: imp
Date: Sat May 5 07:15:34 2012
New Revision: 235050
URL: http://svn.freebsd.org/changeset/base/235050
Log:
Big endian arm boxes need to have a uname -m of armeb, not arm, so
that the bootstrap from source works correctly.
MFC after: 4
Author: bapt
Date: Sat May 5 16:37:14 2012
New Revision: 235059
URL: http://svn.freebsd.org/changeset/base/235059
Log:
open the resolved path
fix debug message
Submitted by: John Marino
Approved by: des (mentor)
Modified:
head/libexec/rtld-elf/libmap.c
Modified: head/libexec/rtld
Author: nwhitehorn
Date: Sat May 5 16:41:17 2012
New Revision: 235060
URL: http://svn.freebsd.org/changeset/base/235060
Log:
MFC r230993,230994,230995,230999,231003,231026,231046,231149,231908:
Reduce code duplication in Open Firmware based PCI bus drivers, implement
infrastructure for NEW_
Author: issyl0 (doc committer)
Date: Sat May 5 16:50:12 2012
New Revision: 235061
URL: http://svn.freebsd.org/changeset/base/235061
Log:
- Add my mentor/mentee relationship to committers-doc.dot.
(where me = issyl0)
Approved by: gabor (mentor)
Modified:
head/share/misc/committers-doc
On Sat, May 05, 2012 at 10:05:13AM +, Gleb Smirnoff wrote:
T> Author: glebius
T> Date: Sat May 5 10:05:13 2012
T> New Revision: 235053
T> URL: http://svn.freebsd.org/changeset/base/235053
T>
T> Log:
T> Merge 234342 from head:
T> When we receive an ICMP unreach need fragmentation datagra
On May 5, 2012, at 10:19 AM, Nathan Whitehorn wrote:
> On 05/05/12 02:15, Warner Losh wrote:
>> Author: imp
>> Date: Sat May 5 07:15:34 2012
>> New Revision: 235050
>> URL: http://svn.freebsd.org/changeset/base/235050
>>
>> Log:
>> Big endian arm boxes need to have a uname -m of armeb, not ar
Author: imp
Date: Sat May 5 17:20:12 2012
New Revision: 235062
URL: http://svn.freebsd.org/changeset/base/235062
Log:
I need to change uname -p, not uname -m, so back this out.
Also, fix a couple of style(9) issues while I'm here.
Submitted by: nathanw, bde
Modified:
head/sys/arm/arm/
Author: netchild
Date: Sat May 5 19:42:38 2012
New Revision: 235063
URL: http://svn.freebsd.org/changeset/base/235063
Log:
- >500 static DTrace probes for the linuxulator
- DTrace scripts to check for errors, performance, ...
they serve mostly as examples of what you can do with the stati
Author: tuexen
Date: Sat May 5 20:07:33 2012
New Revision: 235064
URL: http://svn.freebsd.org/changeset/base/235064
Log:
Honor SCTP_ENABLE_STREAM_RESET socket option when processing incoming
requests. Fix also the provided result in the response and use names
as specified in RFC 6525.
Author: tuexen
Date: Sat May 5 21:41:16 2012
New Revision: 235066
URL: http://svn.freebsd.org/changeset/base/235066
Log:
Provide the flags in the SCTP stream reconfig related notification
as specified in RFC 6525.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_constants.h
head/sy
Author: davidxu
Date: Sat May 5 23:51:24 2012
New Revision: 235068
URL: http://svn.freebsd.org/changeset/base/235068
Log:
Fix mis-merged line, move SC_LOOKUP() call to
upper level.
Modified:
head/lib/libthr/thread/thr_sleepq.c
Modified: head/lib/libthr/thread/thr_sleepq.c
On Sat, 5 May 2012, Bruce Evans wrote:
On Fri, 4 May 2012, Doug Barton wrote:
On 05/04/2012 11:22 AM, Baptiste Daroussin wrote:
fetch -s "${FETCHFILE}" >${SIZEFILE}
SIZE="`cat ${SIZEFILE}`"
- SIZE="`expr ${SIZE} / 1024`"
+ SIZE=$((SIZE/1024))
Bug; should be '$SIZE/'
No this is perfec
Author: mav
Date: Sun May 6 05:49:23 2012
New Revision: 235069
URL: http://svn.freebsd.org/changeset/base/235069
Log:
Fix `gmultipath configure` for big-endian machines.
MFC after:1 week
Modified:
head/sys/geom/multipath/g_multipath.c
Modified: head/sys/geom/multipath/g_multipath.c
Author: jmallett
Date: Sun May 6 05:58:56 2012
New Revision: 235070
URL: http://svn.freebsd.org/changeset/base/235070
Log:
Get the memory size from the gxemul mp device. Don't dump the environment if
it is not present.
Added:
head/sys/mips/gxemul/mpreg.h (contents, props changed)
Modifi
Author: mav
Date: Sun May 6 06:25:17 2012
New Revision: 235071
URL: http://svn.freebsd.org/changeset/base/235071
Log:
Add description for GEOM RAID tunables/sysctls.
MFC after:1 week
Modified:
head/sbin/geom/class/raid/graid.8
Modified: head/sbin/geom/class/raid/graid.8
===
29 matches
Mail list logo