Author: mav
Date: Sun Mar 24 10:14:25 2013
New Revision: 248679
URL: http://svnweb.freebsd.org/changeset/base/248679
Log:
Fix long known deadlock between geom dev destruction and d_close() call.
Use destroy_dev_sched_cb() to not wait for device destruction while holding
GEOM topology lock (t
Author: sbruno
Date: Sun Mar 24 10:41:29 2013
New Revision: 248680
URL: http://svnweb.freebsd.org/changeset/base/248680
Log:
Resolve clang compile errors on amd64/i386 for certain by casting.
compile tested with clang on i386, amd64
compile tested with gcc on i386, amd64, sparc64
Sub
Илья Архипов оставил для вас сообщение
Его содержание и отправитель видны только вам, и вы можете удалить сообщение в
любой момент. Ответить можно прямо сейчас, используя систему мгновенного обмена
сообщениями. Чтобы прочитать, что вам написали, просто перейдите по ссылке:
http://eu1.badoo.com/0
Author: antoine
Date: Sun Mar 24 12:39:26 2013
New Revision: 248682
URL: http://svnweb.freebsd.org/changeset/base/248682
Log:
Add 2 more obsolete files and a missing date.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
On Sun, 24 Mar 2013, Sean Bruno wrote:
Log:
Resolve clang compile errors on amd64/i386 for certain by casting.
compile tested with clang on i386, amd64
compile tested with gcc on i386, amd64, sparc64
Submitted by: delphij
Modified:
head/sbin/fsck_ffs/fsutil.c
Modified: head/sbin/fsck_f
On Sun, 24 Mar 2013, Bruce Evans wrote:
...
- printf("%21s:%8ld %2ld.%ld%% %4ld.%03ld sec %2lld.%lld%%\n",
+ printf("%21s:%8ld %2ld.%ld%% %4jd.%03ld sec %2lld.%lld%%\n",
buftype[i], readcnt[i], readcnt[i] * 100 / diskreads,
(re
Author: alc
Date: Sun Mar 24 16:43:07 2013
New Revision: 248684
URL: http://svnweb.freebsd.org/changeset/base/248684
Log:
Micro-optimize the control flow in a few places. Eliminate a panic call
that could never be reached in vm_radix_insert(). (If the pointer being
checked by the panic cal
Author: mav
Date: Sun Mar 24 16:51:21 2013
New Revision: 248687
URL: http://svnweb.freebsd.org/changeset/base/248687
Log:
No need to erase all 64 bytes of CFIS area if we never use more then 16.
Modified:
head/sys/dev/ahci/ahci.c
Modified: head/sys/dev/ahci/ahci.c
===
Author: ian
Date: Sun Mar 24 17:23:10 2013
New Revision: 248689
URL: http://svnweb.freebsd.org/changeset/base/248689
Log:
Set the backlink in mmc commands to the mmc request that contains them.
Modified:
head/sys/dev/mmc/mmc.c
head/sys/dev/mmc/mmcsd.c
Modified: head/sys/dev/mmc/mmc.c
=
BTW, the TQ_ prefix is only used in subr_taskqueue.c; it is not used in
taskqueue.h. It could appear unrelated when viewed in taskqueue(9)
consumers. There are also other very long names in taskqueue.h, so I'm not
sure it's really worth renaming the callback types.
Thanks,
--Will.
On Sat, Mar
On (31/12/2012 21:54), Mark Johnston wrote:
> Author: markj
> Date: Mon Dec 31 21:54:43 2012
> New Revision: 244915
> URL: http://svnweb.freebsd.org/changeset/base/244915
>
> Log:
> Explicitly specify that the beforelinking target depends on the
> generated object files, ensuring that the befo
Author: pfg
Date: Sun Mar 24 19:12:08 2013
New Revision: 248690
URL: http://svnweb.freebsd.org/changeset/base/248690
Log:
Dtrace: add optional size argument to tracemem().
Merge change from illumos:
1455 DTrace tracemem() should take an optional size argument
Our local enhancement
On Sun, Mar 24, 2013 at 11:47:57AM -0700, Gleb Kurtsou wrote:
> On (31/12/2012 21:54), Mark Johnston wrote:
> > Author: markj
> > Date: Mon Dec 31 21:54:43 2012
> > New Revision: 244915
> > URL: http://svnweb.freebsd.org/changeset/base/244915
> >
> > Log:
> > Explicitly specify that the beforeli
Author: mckusick
Date: Sun Mar 24 22:37:10 2013
New Revision: 248691
URL: http://svnweb.freebsd.org/changeset/base/248691
Log:
Note that output is in seconds, not msec.
KNF indentation.
No functional change.
No change to printf strings.
No change to casting of printf arguments.
Repo
Author: jilles
Date: Sun Mar 24 22:48:45 2013
New Revision: 248692
URL: http://svnweb.freebsd.org/changeset/base/248692
Log:
sh(1): Mention possible ambiguities with $(( and ((.
In some other shells, things like $((a);(b)) are command substitutions.
Also, there are shells that have an
Author: gleb
Date: Mon Mar 25 00:31:14 2013
New Revision: 248693
URL: http://svnweb.freebsd.org/changeset/base/248693
Log:
Add shlib-compat under tools.
shlib-compat is ABI compatibility checker for shared libraries with
symbol versioning.
Added:
head/tools/tools/shlib-compat/
head/t
Author: mav
Date: Mon Mar 25 05:45:24 2013
New Revision: 248694
URL: http://svnweb.freebsd.org/changeset/base/248694
Log:
In GEOM DISK:
- Replace single done mutex with per-disk ones. On system with several
disks on several HBAs that removes small, but measurable lock congestion.
- Modi
Author: mav
Date: Mon Mar 25 06:31:17 2013
New Revision: 248695
URL: http://svnweb.freebsd.org/changeset/base/248695
Log:
Remove two bzero()s that are erasing only few more bytes then set later.
Modified:
head/sys/cam/ata/ata_all.c
Modified: head/sys/cam/ata/ata_all.c
===
18 matches
Mail list logo