Thanks for fixing this guys.
Attilio
2011/6/16 David Xu :
> Author: davidxu
> Date: Thu Jun 16 02:22:24 2011
> New Revision: 223136
> URL: http://svn.freebsd.org/changeset/base/223136
>
> Log:
> Use size of int to fetch sysctl kern.sched.cpusetsize because it had
> switched from long to int typ
On Thu, Jun 16, 2011 at 05:26:03AM +, Tai-hwa Liang wrote:
> Author: avatar
> Date: Thu Jun 16 05:26:03 2011
> New Revision: 223138
> URL: http://svn.freebsd.org/changeset/base/223138
>
> Log:
> Fixing compilation bustage by introducing another forward declaration.
>
> Modified:
> head/sy
Author: avatar
Date: Thu Jun 16 05:26:03 2011
New Revision: 223138
URL: http://svn.freebsd.org/changeset/base/223138
Log:
Fixing compilation bustage by introducing another forward declaration.
Modified:
head/sys/ufs/ffs/ffs_extern.h
Modified: head/sys/ufs/ffs/ffs_extern.h
===
Author: rodrigc
Date: Thu Jun 16 02:27:05 2011
New Revision: 223137
URL: http://svn.freebsd.org/changeset/base/223137
Log:
Clarify that the TFTP blocksize (RFC2348) or non-standard
TFTP rollover option can be used to transfer larger files.
Modified:
head/libexec/tftpd/tftpd.8
head/usr.bin
Author: davidxu
Date: Thu Jun 16 02:22:24 2011
New Revision: 223136
URL: http://svn.freebsd.org/changeset/base/223136
Log:
Use size of int to fetch sysctl kern.sched.cpusetsize because it had
switched from long to int type in kernel.
Fixed by: pluknet
Modified:
head/lib/libc/gen/syscon
Author: rodrigc
Date: Thu Jun 16 02:16:53 2011
New Revision: 223135
URL: http://svn.freebsd.org/changeset/base/223135
Log:
Specify correct RFC2347 for TFTP options in diagnostic message.
Modified:
head/usr.bin/tftp/main.c
Modified: head/usr.bin/tftp/main.c
===
Author: delphij
Date: Thu Jun 16 01:52:42 2011
New Revision: 223134
URL: http://svn.freebsd.org/changeset/base/223134
Log:
MFC r222795 (jkim) + 222967:
Validate INT 15h and 16h vectors more strictly. Traditionally these entry
points are fixed addresses and (U)EFI CSM specification also m
Author: nwhitehorn
Date: Wed Jun 15 23:56:40 2011
New Revision: 223133
URL: http://svn.freebsd.org/changeset/base/223133
Log:
Make the bootonly CD smaller by discarding static libraries that are not
useful without a toolchain.
Modified:
head/release/Makefile
Modified: head/release/Makefile
Author: tuexen
Date: Wed Jun 15 23:50:27 2011
New Revision: 223132
URL: http://svn.freebsd.org/changeset/base/223132
Log:
Add support for the newly added SCTP API.
In particular add support for:
* SCTP_SNDINFO, SCTP_PRINFO, SCTP_AUTHINFO, SCTP_DSTADDRV4, and
SCTP_DSTADDRV6 cmsgs.
* SCT
Author: nwhitehorn
Date: Wed Jun 15 23:38:15 2011
New Revision: 223129
URL: http://svn.freebsd.org/changeset/base/223129
Log:
Do not install the rescue tools onto the install CD. Since it is read
only, they are very unlikely to be needed and take up a great deal of
space.
Modified:
head/r
Author: rodrigc
Date: Wed Jun 15 23:22:35 2011
New Revision: 223128
URL: http://svn.freebsd.org/changeset/base/223128
Log:
Bring back following change which was undone in previous commit:
r172854 | marius | 2
Author: mckusick
Date: Wed Jun 15 23:19:09 2011
New Revision: 223127
URL: http://svn.freebsd.org/changeset/base/223127
Log:
Ensure that filesystem metadata contained within persistent snapshots
is always kept consistent.
Suggested by: Jeff Roberson
Modified:
head/sys/ufs/ffs/ffs_alloc.
Author: marius
Date: Wed Jun 15 22:41:55 2011
New Revision: 223126
URL: http://svn.freebsd.org/changeset/base/223126
Log:
Don't include curcpu in the mask which is used as the IPI cookie as we
have to ignore it when sending the IPI anyway. Actually I can't think of
a good reason why this eve
Author: rodrigc
Date: Wed Jun 15 22:15:28 2011
New Revision: 223125
URL: http://svn.freebsd.org/changeset/base/223125
Log:
Increase WARNS level to 2.
Modified:
head/lib/libstand/Makefile
Modified: head/lib/libstand/Makefile
Author: rodrigc
Date: Wed Jun 15 22:13:22 2011
New Revision: 223124
URL: http://svn.freebsd.org/changeset/base/223124
Log:
(1) When sending the TFTP RRQ packet to read a file,
send along the "blksize" option specified in RFC2348,
and the "tsize" option specified in RFC2349.
Author: rodrigc
Date: Wed Jun 15 22:08:18 2011
New Revision: 223123
URL: http://svn.freebsd.org/changeset/base/223123
Log:
Currently tftp code in the loader retransmits the previous packet if it
receives any
unwanted packet(non-tftp). Change this to retransmit the packet(request or
ack) only
Author: rodrigc
Date: Wed Jun 15 22:04:14 2011
New Revision: 223122
URL: http://svn.freebsd.org/changeset/base/223122
Log:
Added sendrecv_tftp function instead of sendrecv for use by tftp.
In sendrecv_tftp:
* Upon receving an unexpected block of data or error, resend the ACK
imme
Author: rodrigc
Date: Wed Jun 15 21:58:01 2011
New Revision: 223121
URL: http://svn.freebsd.org/changeset/base/223121
Log:
In sendrecv function, change the receive timeout value between retries
to increase in steps of MINTMO, instead of doubling the timeout for every
retry.
Obtained fr
Author: jilles
Date: Wed Jun 15 21:48:10 2011
New Revision: 223120
URL: http://svn.freebsd.org/changeset/base/223120
Log:
sh: Add support for named character classes in bracket expressions.
Example:
case x in [[:alpha:]]) echo yes ;; esac
Added:
head/tools/regression/bin/sh/builtins/
Author: trociny
Date: Wed Jun 15 20:34:40 2011
New Revision: 223119
URL: http://svn.freebsd.org/changeset/base/223119
Log:
MFC r222454:
In soreceive_generic(), if MSG_WAITALL is set but the request is
larger than the receive buffer, we have to receive in sections.
When notifying the pro
Author: joel (doc committer)
Date: Wed Jun 15 19:53:08 2011
New Revision: 223118
URL: http://svn.freebsd.org/changeset/base/223118
Log:
Hide driver revision behind bootverbose.
Approved by: mav
Modified:
head/sys/dev/sound/pci/hda/hdac.c
Modified: head/sys/dev/sound/pci/hda/hdac.c
Author: jpaetzel
Date: Wed Jun 15 19:33:02 2011
New Revision: 223117
URL: http://svn.freebsd.org/changeset/base/223117
Log:
Eliminate extraneous pipelines and tr calls.
Approved by: kib (mentor)
MFC after:3 days
Modified:
head/etc/periodic/daily/800.scrub-zfs
Modified: head/etc/p
Author: cognet
Date: Wed Jun 15 19:15:50 2011
New Revision: 223116
URL: http://svn.freebsd.org/changeset/base/223116
Log:
Add -ffreestanding to the command line, so taht inflate.c compiles and link
properly with llvm.
PR: arm/156771
Submitted by: Damjan Marion
Modified:
he
Author: delphij
Date: Wed Jun 15 19:09:58 2011
New Revision: 223115
URL: http://svn.freebsd.org/changeset/base/223115
Log:
Don't attempt to create the base directory when -d is specified.
MFC after:1 month
Modified:
head/usr.sbin/pw/pw_user.c
Modified: head/usr.sbin/pw/pw_user.c
===
Author: mckusick
Date: Wed Jun 15 18:05:08 2011
New Revision: 223114
URL: http://svn.freebsd.org/changeset/base/223114
Log:
With the restructuring of the block reclaimation code, the notification
messages for a filesystem being out of space need to be moved so that
they do not print out unti
Author: nwhitehorn
Date: Wed Jun 15 14:07:16 2011
New Revision: 223109
URL: http://svn.freebsd.org/changeset/base/223109
Log:
Revert changes to this file in r222417. This unconditionally enabled the
boot menu on all platforms, which breaks loader completely on at least
powerpc for reasons th
On Tue, Jun 14, 2011 at 05:10:33PM +, Justin T. Gibbs wrote:
> Author: gibbs
> Date: Tue Jun 14 17:10:32 2011
> New Revision: 223089
> URL: http://svn.freebsd.org/changeset/base/223089
>
> Log:
[...]
> sys/sys/geom/geom.h:
> sys/geom/geom_event.c:
> - Provide the g_attr_changed() fun
27 matches
Mail list logo