On 1/28/13 6:51 PM, Bruce Evans wrote:
> On Mon, 28 Jan 2013, Andrey Zonov wrote:
>
>> Log:
>> - Show page faults requiring I/O on vmstat display.
>
> No space is available there for showing it.
>
Yep, you're right.
>> Modified: head/usr.bin/systat/vmstat.c
>>
Author: pfg
Date: Tue Jan 29 13:49:08 2013
New Revision: 246069
URL: http://svnweb.freebsd.org/changeset/base/246069
Log:
Clean some 'svn:executable' properties in the tree.
Submitted by: Christoph Mallon
While here, merge some other mergeinfo properties that
were left behind from my
junk:false' /etc/malloc.conf".)
+20130129:
+ A BSD-licensed patch(1) variant has been added and is installed
+ as bsdpatch, being the GNU version the default patch.
+ To inverse the logic and use the BSD-licensed one as default,
+ while having the GNU version i
Author: gabor
Date: Tue Jan 29 17:05:21 2013
New Revision: 246075
URL: http://svnweb.freebsd.org/changeset/base/246075
Log:
- Regen
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
==
Author: mav
Date: Tue Jan 29 17:20:49 2013
New Revision: 246076
URL: http://svnweb.freebsd.org/changeset/base/246076
Log:
MFC r245443:
Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdo
Author: mav
Date: Tue Jan 29 17:22:53 2013
New Revision: 246077
URL: http://svnweb.freebsd.org/changeset/base/246077
Log:
MFC r245443:
Alike to r242314 for GRAID make GMIRROR more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdo
on 29/01/2013 19:22 Alexander Motin said the following:
> ZFS tends to not close devices on shutdown
BTW, I have a patch for this.
It makes the code a little bit uglier, so I am not sure if we'd want it.
Anyone is interested? :)
--
Andriy Gapon
___
svn
Author: mav
Date: Tue Jan 29 17:45:05 2013
New Revision: 246079
URL: http://svnweb.freebsd.org/changeset/base/246079
Log:
MFC r245444:
Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdow
Author: mav
Date: Tue Jan 29 17:47:07 2013
New Revision: 246080
URL: http://svnweb.freebsd.org/changeset/base/246080
Log:
MFC r245444:
Alike to r242314 for GRAID make GRAID3 more aggressive in marking volumes
as clean on shutdown and move that action from shutdown_pre_sync stage to
shutdow
Author: mav
Date: Tue Jan 29 17:51:12 2013
New Revision: 246081
URL: http://svnweb.freebsd.org/changeset/base/246081
Log:
MFC r245456:
Allow to insert new component to geom_raid3 without specifying number.
PR: kern/160562
Modified:
stable/9/sbin/geom/class/raid3/geom_raid3.c
Author: mav
Date: Tue Jan 29 17:54:26 2013
New Revision: 246082
URL: http://svnweb.freebsd.org/changeset/base/246082
Log:
MFC r245456:
Allow to insert new component to geom_raid3 without specifying number.
PR: kern/160562
Modified:
stable/8/sbin/geom/class/raid3/geom_raid3.c
Author: brooks
Date: Tue Jan 29 18:19:40 2013
New Revision: 246083
URL: http://svnweb.freebsd.org/changeset/base/246083
Log:
Add -l option to cat(1). This option causes cat(1) to use fcntl(2) to
set an exclusive advisory lock on stdout. This will be used to guarantee
orderly writing to META
Author: brooks
Date: Tue Jan 29 18:22:38 2013
New Revision: 246084
URL: http://svnweb.freebsd.org/changeset/base/246084
Log:
Bump __FreeBSD_version for cat -l (soon to be a bootstrap tool).
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
Author: jhb
Date: Tue Jan 29 18:41:30 2013
New Revision: 246085
URL: http://svnweb.freebsd.org/changeset/base/246085
Log:
Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
by moving bits that are MI out into headers in compat/linux.
Reviewed by: Chagin Dmitry dmitr
Author: glebius
Date: Tue Jan 29 19:06:16 2013
New Revision: 246087
URL: http://svnweb.freebsd.org/changeset/base/246087
Log:
Fix typo in debug printf.
Modified:
head/sys/vm/uma_core.c
Modified: head/sys/vm/uma_core.c
==
Author: joel (doc committer)
Date: Tue Jan 29 20:01:47 2013
New Revision: 246090
URL: http://svnweb.freebsd.org/changeset/base/246090
Log:
Fix date.
Modified:
head/bin/cat/cat.1
Modified: head/bin/cat/cat.1
==
--- he
Author: delphij
Date: Tue Jan 29 20:05:16 2013
New Revision: 246091
URL: http://svnweb.freebsd.org/changeset/base/246091
Log:
- Refresh code with latest OpenBSD revisions.
- Remove $DragonFly$ tags as they are using git nowadays and VCS tags will
not help merging.
- Other changes to
Author: brooks
Date: Tue Jan 29 20:28:11 2013
New Revision: 246092
URL: http://svnweb.freebsd.org/changeset/base/246092
Log:
Fix installworld when the host does not need to bootstrap nmtree.
Reported by: lev, jmg
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
On Tuesday, January 29, 2013 1:41:30 pm John Baldwin wrote:
> Author: jhb
> Date: Tue Jan 29 18:41:30 2013
> New Revision: 246085
> URL: http://svnweb.freebsd.org/changeset/base/246085
>
> Log:
> Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.h
> by moving bits that are
Author: np
Date: Tue Jan 29 20:59:22 2013
New Revision: 246093
URL: http://svnweb.freebsd.org/changeset/base/246093
Log:
Provide a statistic to track the number of drops in each of the port's
txq's buf_ring. The aggregate for all the queues of a port is already
provided in ifnet->if_snd.ifq
Author: glebius
Date: Tue Jan 29 21:37:56 2013
New Revision: 246094
URL: http://svnweb.freebsd.org/changeset/base/246094
Log:
Remove unused file.
Deleted:
head/lib/libstand/if_ether.h
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org
Author: glebius
Date: Tue Jan 29 21:44:22 2013
New Revision: 246095
URL: http://svnweb.freebsd.org/changeset/base/246095
Log:
route_output() always supplies info with RTAX_GATEWAY member that
points to a sockaddr of AF_LINK family. Assert this instead of
checking.
Modified:
head/sys/net/i
Author: brooks
Date: Tue Jan 29 21:48:10 2013
New Revision: 246096
URL: http://svnweb.freebsd.org/changeset/base/246096
Log:
Fix installworld when nmtree is not on the host by only adding it to
ITOOLS when we will be using the host copy.
Fix installkernel when -DNO_ROOT is set.
Modified:
Author: brooks
Date: Tue Jan 29 22:17:58 2013
New Revision: 246097
URL: http://svnweb.freebsd.org/changeset/base/246097
Log:
Log the addition of login.conf.db, passwd, pwd.db, and spwd.db via cat -l.
Make cat a bootstrap tool to facilitate this.
Modified:
head/Makefile.inc1
head/etc/Ma
Author: sbruno
Date: Wed Jan 30 01:36:04 2013
New Revision: 246106
URL: http://svnweb.freebsd.org/changeset/base/246106
Log:
Remove extra %s from debug statement that ends up crashing tftpd if
debug is set very high (like -d15 in my case).
Obtained from:Yahoo! Inc
MFC after:
Author: neel
Date: Wed Jan 30 04:09:09 2013
New Revision: 246108
URL: http://svnweb.freebsd.org/changeset/base/246108
Log:
Add emulation support for instruction "88/r: mov r/m8, r8".
This instruction moves a byte from a register to a memory location.
Tested by: tycho nightingale at plu
Author: neel
Date: Wed Jan 30 04:30:36 2013
New Revision: 246109
URL: http://svnweb.freebsd.org/changeset/base/246109
Log:
Add support for MSI-X interrupts in the virtio network device and make that
the default.
The current behavior of advertising a single MSI vector can be requested by
Author: hselasky
Date: Wed Jan 30 07:48:43 2013
New Revision: 246113
URL: http://svnweb.freebsd.org/changeset/base/246113
Log:
Add missing NULL pointer check.
Reported by: Lars Engels
MFC after:1 week
Modified:
head/sys/dev/usb/controller/xhci.c
Modified: head/sys/dev/usb/control
28 matches
Mail list logo