On Oct 25, 2014, at 14:01, Konstantin Belousov wrote:
>
> Author: kib
> Date: Sat Oct 25 21:01:50 2014
> New Revision: 273647
> URL: https://svnweb.freebsd.org/changeset/base/273647
>
> Log:
> Set the caching mode for the usermode mapping of the HPET registers
> page to uncached.
>
> Reviewe
Author: mav
Date: Sun Oct 26 07:40:37 2014
New Revision: 273687
URL: https://svnweb.freebsd.org/changeset/base/273687
Log:
Add "rpm" and "formfactor" LUN options to match istgt functionality.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
head/usr.sbin/ctladm/ctladm.8
Modified:
Author: delphij
Date: Sun Oct 26 09:29:12 2014
New Revision: 273689
URL: https://svnweb.freebsd.org/changeset/base/273689
Log:
MFV r273688:
Update filesystems magic. This fixes a regression introduced by
libmagic 5.19 which prevents file(1) to show more verbose information
about a MBR.
Author: trasz
Date: Sun Oct 26 13:30:53 2014
New Revision: 273690
URL: https://svnweb.freebsd.org/changeset/base/273690
Log:
Mention VAAI and ODX in ctl(4).
Reviewed by: mav@
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/share/man/man4/ctl.4
Modified: he
Author: mjg
Date: Sun Oct 26 14:25:42 2014
New Revision: 273691
URL: https://svnweb.freebsd.org/changeset/base/273691
Log:
Fix up an assertion in kern_setgroups, it should compare with ngroups_max + 1
Bug introdued in r273685.
Noted by: Tiwei Bie
Modified:
head/sys/kern/kern_prot.c
Author: mav
Date: Sun Oct 26 15:28:07 2014
New Revision: 273693
URL: https://svnweb.freebsd.org/changeset/base/273693
Log:
Fix printing non-terminated strings in devlist XML.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
head/sys/cam/ctl/ctl.h
Modified: head/sys/cam/ctl/ctl.c
Author: jilles
Date: Sun Oct 26 17:50:33 2014
New Revision: 273700
URL: https://svnweb.freebsd.org/changeset/base/273700
Log:
sh: Make getopts memory-safe if with changing arguments.
POSIX does not permit to continuing a getopts loop with different
arguments. For parsing the positional pa
Author: alc
Date: Sun Oct 26 17:56:47 2014
New Revision: 273701
URL: https://svnweb.freebsd.org/changeset/base/273701
Log:
By the time that pmap_init() runs, vm_phys_segs[] has been initialized.
Obtaining
the end of memory address from vm_phys_segs[] is a little easier than
obtaining it
f
Author: stefanf
Date: Sun Oct 26 17:56:58 2014
New Revision: 273702
URL: https://svnweb.freebsd.org/changeset/base/273702
Log:
Remove incorrect semicolon.
Modified:
head/tools/regression/lib/libc/nss/test-gethostby.c
Modified: head/tools/regression/lib/libc/nss/test-gethostby.c
=
Author: ian
Date: Sun Oct 26 18:30:35 2014
New Revision: 273703
URL: https://svnweb.freebsd.org/changeset/base/273703
Log:
Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default.
Multipass device attachment was tested on many arm platforms by users and
only success was
Author: smh
Date: Sun Oct 26 18:41:01 2014
New Revision: 273704
URL: https://svnweb.freebsd.org/changeset/base/273704
Log:
Fix CF ERASE breakage caused by 268205.
This prevents BIO_DELETE requests getting stuck in the TRIM queue which
results in a panic on shutdown due to outstanding requ
Author: neel
Date: Sun Oct 26 19:03:06 2014
New Revision: 273706
URL: https://svnweb.freebsd.org/changeset/base/273706
Log:
Change the type of the first argument to the I/O emulation handlers to
'struct vm *'. Previously it used to be a 'void *' but there is no reason
to hide the actual type
Author: mjg
Date: Sun Oct 26 19:42:44 2014
New Revision: 273707
URL: https://svnweb.freebsd.org/changeset/base/273707
Log:
Avoid dynamic syscall overhead for statically compiled modules.
The kernel tracks syscall users so that modules can safely unregister them.
But if the module is no
Author: mav
Date: Sun Oct 26 20:13:46 2014
New Revision: 273708
URL: https://svnweb.freebsd.org/changeset/base/273708
Log:
Fix support for LUN flat space addressing.
MFC after:1 week
Modified:
head/sys/cam/ctl/ctl.c
Modified: head/sys/cam/ctl/ctl.c
==
Author: mckusick
Date: Sun Oct 26 20:48:26 2014
New Revision: 273709
URL: https://svnweb.freebsd.org/changeset/base/273709
Log:
Replace update from -r271410 accidentally lost in -r273575.
Modified:
head/usr.bin/vmstat/vmstat.c
Modified: head/usr.bin/vmstat/vmstat.c
==
Author: neel
Date: Sun Oct 26 21:17:44 2014
New Revision: 273710
URL: https://svnweb.freebsd.org/changeset/base/273710
Log:
Add a comment explaining the intent behind the I/O reservation [0x72-0x77].
Modified:
head/usr.sbin/bhyve/rtc.c
Modified: head/usr.sbin/bhyve/rtc.c
Author: mav
Date: Sun Oct 26 23:25:42 2014
New Revision: 273711
URL: https://svnweb.freebsd.org/changeset/base/273711
Log:
Allocate buffer for READ BUFFER/WRITE BUFFER commands on demand.
These commands are rare, but consume additional 256KB RAM per LUN.
MFC after:1 week
Modified:
Author: alc
Date: Mon Oct 27 01:10:40 2014
New Revision: 273716
URL: https://svnweb.freebsd.org/changeset/base/273716
Log:
Simplify memrw().
MFC after:10 days
Modified:
head/sys/sparc64/sparc64/mem.c
Modified: head/sys/sparc64/sparc64/mem.c
==
Hi Hiroki-san,
On 10/02/14 07:37, Hiroki Sato wrote:
> Author: hrs
> Date: Wed Oct 1 21:37:32 2014
> New Revision: 272386
> URL: https://svnweb.freebsd.org/changeset/base/272386
>
> Log:
> Virtualize lagg(4) cloner. This change fixes a panic when tearing down
> if_lagg(4) interfaces which w
Author: markj
Date: Mon Oct 27 04:09:23 2014
New Revision: 273717
URL: https://svnweb.freebsd.org/changeset/base/273717
Log:
getgrouplist(3) was reimplemented in terms of getgrent_r(3) in r174547, so
this bug is no longer valid.
MFC after:3 days
Modified:
head/lib/libc/gen/getgroup
Author: edwin
Date: Mon Oct 27 05:50:02 2014
New Revision: 273718
URL: https://svnweb.freebsd.org/changeset/base/273718
Log:
Merge of 273518, tzdata2014i
Upgrade to 2014i
Lots of historical data
Pacific/Fiji will go into DST from 2014-11-02 to 2015-01-18
Pacific/Bougainville wil
21 matches
Mail list logo