Author: jchandra
Date: Mon Sep 20 11:53:57 2010
New Revision: 212896
URL: http://svn.freebsd.org/changeset/base/212896
Log:
Add 64 bit support to nlge, and additional fixes
- 64 bit fixes for ifnlge.c
- Use m_nextpkt to save mbuf vaddr on 64 bit, we cannot store the
64 bit vaddr in t
Author: tuexen
Date: Mon Sep 20 12:19:11 2010
New Revision: 212897
URL: http://svn.freebsd.org/changeset/base/212897
Log:
Fix a locking issue which resulted in aborted associations
due to a corrupted nr-mapping array.
MFC after: 2 weeks.
Modified:
head/sys/netinet/sctp_indata.c
Modifi
Author: glebius
Date: Mon Sep 20 12:23:10 2010
New Revision: 212898
URL: http://svn.freebsd.org/changeset/base/212898
Log:
Do not convert some meaningful error value to EINVAL.
Reviewed by: will
Modified:
head/sys/netinet/ip_carp.c
Modified: head/sys/netinet/ip_carp.c
=
On Sun, 19 Sep 2010, Ed Schouten wrote:
Log:
Just make callout devices and /dev/console force CLOCAL on open().
Instead of adding custom checks to wait for DCD on open(), just modify
the termios structure to set CLOCAL. This means SIGHUP is no longer
generated when losing DCD as well.
Rev
Author: pjd
Date: Mon Sep 20 13:23:43 2010
New Revision: 212899
URL: http://svn.freebsd.org/changeset/base/212899
Log:
Add __dead2 to functions that we know they are going to exit.
MFC after:3 days
Modified:
head/sbin/hastd/primary.c
head/sbin/hastd/secondary.c
Modified: head/sbin
Author: cperciva
Date: Mon Sep 20 14:58:08 2010
New Revision: 212901
URL: http://svn.freebsd.org/changeset/base/212901
Log:
Fix an integer overflow in RLE length parsing when decompressing
corrupt bzip2 data.
Approved by: so (cperciva)
Security: FreeBSD-SA-10:08.bzip2
Modified:
Author: jhb
Date: Mon Sep 20 16:04:44 2010
New Revision: 212902
URL: http://svn.freebsd.org/changeset/base/212902
Log:
Tweak the stats exported by the e1000 drivers:
- Add a single sysctl procedure to all three drivers to read an arbitrary
register (the register is passed as arg2). Use it
On Sep 19, 2010, at 11:55 PM, Bruce Evans wrote:
> On Mon, 20 Sep 2010, Marcel Moolenaar wrote:
>
>> Log:
>> Unbreak the build on strong-aligned architectures (arm, ia64).
>> Casting from (char *) to (struct ufs1_dinode *) changes the
>> alignment requirement of the pointer and GCC does not know
Author: trasz
Date: Mon Sep 20 17:10:06 2010
New Revision: 212906
URL: http://svn.freebsd.org/changeset/base/212906
Log:
First step at adopting FreeBSD to support PSARC/2010/029. This makes
acl_is_trivial_np(3) properly recognize the new trivial ACLs. From
the user point of view, that mean
Author: mdf
Date: Mon Sep 20 19:42:14 2010
New Revision: 212926
URL: http://svn.freebsd.org/changeset/base/212926
Log:
Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() as
it is indirectly a d_close method.
Prompted by: kib
Reviewed by: mav
MFC after:2 weeks
M
Author: delphij
Date: Mon Sep 20 19:42:52 2010
New Revision: 212927
URL: http://svn.freebsd.org/changeset/base/212927
Log:
Add Simplified Chinese messages for BSD grep.
Added:
head/usr.bin/grep/nls/zh_CN.UTF-8.msg (contents, props changed)
Modified:
head/usr.bin/grep/nls/Makefile.inc
Mod
* Bruce Evans wrote:
> Er, my review explained how wrong this is. Please back it out.
So basically you want to have it in its current form, with the only
difference that CLOCAL is not enforced for callout devices, but still
want callout devices to skip waiting for DCD? If so, I can change that
i
Author: mdf
Date: Mon Sep 20 20:41:59 2010
New Revision: 212931
URL: http://svn.freebsd.org/changeset/base/212931
Log:
Replace an XXX comment with the appropriate code.
Submitted by: alc
Modified:
head/sys/vm/vm_kern.c
Modified: head/sys/vm/vm_kern.c
Author: avg
Date: Mon Sep 20 21:22:15 2010
New Revision: 212932
URL: http://svn.freebsd.org/changeset/base/212932
Log:
tools/umastat: fix build on amd64
And perhaps other 64-bit platforms.
Submitted by: Fabian Keil
MFC after:1 week
Modified:
head/tools/tools/umastat/umastat.c
On Mon, 20 Sep 2010, Ed Schouten wrote:
* Bruce Evans wrote:
Er, my review explained how wrong this is. Please back it out.
So basically you want to have it in its current form, with the only
difference that CLOCAL is not enforced for callout devices, but still
want callout devices to skip
Author: brian
Date: Mon Sep 20 22:04:59 2010
New Revision: 212934
URL: http://svn.freebsd.org/changeset/base/212934
Log:
Add a geli resize subcommand to resize encrypted filesystems prior
to growing the filesystem.
Refuse to attach providers where the metadata provider size is
wrong. T
On 21 September 2010 01:22, Andriy Gapon wrote:
> Author: avg
> Date: Mon Sep 20 21:22:15 2010
> New Revision: 212932
> URL: http://svn.freebsd.org/changeset/base/212932
>
> Log:
> tools/umastat: fix build on amd64
Hi.
Now my PR 146119 being in GNATS queue for five month can be partially closed
Author: imp
Date: Mon Sep 20 23:36:54 2010
New Revision: 212938
URL: http://svn.freebsd.org/changeset/base/212938
Log:
Support new variable NANO_LABEL. When set to a non-null string,
nanobsd will build a system that uses this label (via
/dev/ufs/${NANO_LABEL}sX) in preference to NANO_DRIVE
On 25 June 2010 04:32, Warner Losh wrote:
> Author: imp
> Date: Thu Jun 24 16:32:20 2010
> New Revision: 209510
> URL: http://svn.freebsd.org/changeset/base/209510
>
> Log:
> Merge from tbemd:
>
> change the name of the object tree from ${TARGET} to
> ${TARGET}.${TARGET_ARCH} so we can do both
In message:
Andrew Thompson writes:
: On 25 June 2010 04:32, Warner Losh wrote:
: > Author: imp
: > Date: Thu Jun 24 16:32:20 2010
: > New Revision: 209510
: > URL: http://svn.freebsd.org/changeset/base/209510
: >
: > Log:
: > Merge from tbemd:
: >
: > change the name of the object
Author: avg
Date: Tue Sep 21 05:36:30 2010
New Revision: 212949
URL: http://svn.freebsd.org/changeset/base/212949
Log:
tools/umastat: more cleanups
PR: misc/146119
Submitted by: pluknet
MFC after:1 week
Modified:
head/tools/tools/umastat/umastat.c
Modified: head/tools
on 21/09/2010 01:39 pluknet said the following:
> On 21 September 2010 01:22, Andriy Gapon wrote:
>> Author: avg
>> Date: Mon Sep 20 21:22:15 2010
>> New Revision: 212932
>> URL: http://svn.freebsd.org/changeset/base/212932
>>
>> Log:
>> tools/umastat: fix build on amd64
>
> Hi.
>
> Now my PR 1
Author: avg
Date: Tue Sep 21 05:54:36 2010
New Revision: 212950
URL: http://svn.freebsd.org/changeset/base/212950
Log:
zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another place
MFC after:2 weeks
Modified:
head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnop
Author: avg
Date: Tue Sep 21 05:58:45 2010
New Revision: 212951
URL: http://svn.freebsd.org/changeset/base/212951
Log:
zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATE
zfs_map_page/zfs_unmap_page are mostly called around potential I/O paths
and it seems to be a not v
Author: davidxu
Date: Tue Sep 21 06:47:04 2010
New Revision: 212952
URL: http://svn.freebsd.org/changeset/base/212952
Log:
If we are at cancellation point, always work as deferred mode despite
whether asynchronous mode is turned on or not, this always gives us a
chance to decide whether thre
25 matches
Mail list logo