Re: svn commit: r204379 - head/tools/build/mk

2010-02-27 Thread Ruslan Ermilov
On Fri, Feb 26, 2010 at 11:26:15PM +, Antoine Brodin wrote: > Author: antoine > Date: Fri Feb 26 23:26:15 2010 > New Revision: 204379 > URL: http://svn.freebsd.org/changeset/base/204379 > > Log: > Do not remove fmt.1 when MK_MAIL=no. > > X-MFC-With: r203584 > > Modified: > head/tools

Re: svn commit: r204383 - head/share/man/man9

2010-02-27 Thread Ruslan Ermilov
On Sat, Feb 27, 2010 at 01:17:44AM +, Xin LI wrote: > Author: delphij > Date: Sat Feb 27 01:17:44 2010 > New Revision: 204383 > URL: http://svn.freebsd.org/changeset/base/204383 > > Log: > Add several necessary .El's. > > MFC after: 2 weeks > > Modified: > head/share/man/man9/BUF_IS

svn commit: r204403 - head/sbin/mount_hpfs

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:14:59 2010 New Revision: 204403 URL: http://svn.freebsd.org/changeset/base/204403 Log: mount_hpfs(8): make WARNS=6 clean PR: bin/139995 Approved by: ed (co-mentor) Modified: head/sbin/mount_hpfs/Makefile head/sbin/mount_hpfs/mount_hpfs.c Mo

svn commit: r204404 - head/sbin/mount_ntfs

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:16:14 2010 New Revision: 204404 URL: http://svn.freebsd.org/changeset/base/204404 Log: mount_ntfs(8): make WARNS=6 clean PR: bin/14 Approved by: ed (co-mentor) Modified: head/sbin/mount_ntfs/Makefile head/sbin/mount_ntfs/mount_ntfs.c Mo

svn commit: r204405 - in head/sbin/routed: . rtquery

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:17:27 2010 New Revision: 204405 URL: http://svn.freebsd.org/changeset/base/204405 Log: routed(8)/rtquery(8) bump/demote to WARNS=3 for all archs - The MACHINE_ARCH check is not exhaustive (missing at least powerpc), and generally not worth maintaining.

svn commit: r204406 - head/sbin/route

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:18:33 2010 New Revision: 204406 URL: http://svn.freebsd.org/changeset/base/204406 Log: route(8): make WARNS=3 clean - add static and const where appropriate - check pointers against NULL - minor styling nits - it is actually WARNS=6 clean for non-strict

svn commit: r204407 - in head: sbin/rtsol usr.sbin/rtsold

2010-02-27 Thread Ulrich Spoerlein
Author: uqs Date: Sat Feb 27 10:19:39 2010 New Revision: 204407 URL: http://svn.freebsd.org/changeset/base/204407 Log: rtsol(8)/rtsold(8): make WARNS=3 clean It is actually WARNS=6 clean for non-strict alignment archs. Approved by: ed (co-mentor) Modified: head/sbin/rtsol/Makefile

Re: svn commit: r204379 - head/tools/build/mk

2010-02-27 Thread Antoine Brodin
Ruslan Ermilov wrote: > Picking up a random context... This doesn't handle the NO_MANCOMPRESS > case where manpages are installed uncompressed. What about the following patch. Index: Makefile.inc1 === RCS file: /home/ncvs/src/Makef

svn commit: r204408 - head/sys/dev/md

2010-02-27 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 27 10:41:30 2010 New Revision: 204408 URL: http://svn.freebsd.org/changeset/base/204408 Log: Fix panic on invalid 'mdconfig -at preload' usage. PR: kern/80136 Modified: head/sys/dev/md/md.c Modified: head/sys/dev/md/md.c

svn commit: r204410 - head/sys/kern

2010-02-27 Thread Jilles Tjoelker
Author: jilles Date: Sat Feb 27 12:15:59 2010 New Revision: 204410 URL: http://svn.freebsd.org/changeset/base/204410 Log: Include terminated threads in ps's process cpu time field. MFC after:2 weeks Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/kern_proc.c

Re: svn commit: r204408 - head/sys/dev/md

2010-02-27 Thread Alexander Best
thanks. :) could you also mfc this after a while to stable[6-8]? alex ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r204379 - head/tools/build/mk

2010-02-27 Thread Ruslan Ermilov
On Sat, Feb 27, 2010 at 11:36:56AM +0100, Antoine Brodin wrote: > Ruslan Ermilov wrote: > > Picking up a random context... This doesn't handle the NO_MANCOMPRESS > > case where manpages are installed uncompressed. > > What about the following patch. Still doesn't catch some cases, grep /man Ob

svn commit: r204412 - head/sys/kern

2010-02-27 Thread Konstantin Belousov
Author: kib Date: Sat Feb 27 15:26:36 2010 New Revision: 204412 URL: http://svn.freebsd.org/changeset/base/204412 Log: Fix several style issues. Define make_dev_credv() as static to match declaration. MFC after:3 days Modified: head/sys/kern/kern_conf.c Modified: head/sys/kern/ker

svn commit: r204413 - head/sys/kern

2010-02-27 Thread Konstantin Belousov
Author: kib Date: Sat Feb 27 15:32:49 2010 New Revision: 204413 URL: http://svn.freebsd.org/changeset/base/204413 Log: For kinfo_proc in kp->ki_siglist, return the set of the signals pending in the process queue when gathering information for the process, and set of signals pending for the t

svn commit: r204415 - head/sys/vm

2010-02-27 Thread Konstantin Belousov
Author: kib Date: Sat Feb 27 17:09:28 2010 New Revision: 204415 URL: http://svn.freebsd.org/changeset/base/204415 Log: Update comment for vm_page_alloc(9), listing all acceptable flags [1]. Note that the function does not sleep, it can block. Submitted by: Giovanni Trematerra [1] MFC a

svn commit: r204416 - head/share/man/man9

2010-02-27 Thread Konstantin Belousov
Author: kib Date: Sat Feb 27 17:11:15 2010 New Revision: 204416 URL: http://svn.freebsd.org/changeset/base/204416 Log: Update man page for vm_page_alloc(9). Based on the submission by: Giovanni Trematerra MFC after:3 days Modified: head/share/man/man9/vm_page_alloc.9 Modified:

svn commit: r204417 - head/etc/mtree

2010-02-27 Thread Antoine Brodin
Author: antoine Date: Sat Feb 27 17:31:00 2010 New Revision: 204417 URL: http://svn.freebsd.org/changeset/base/204417 Log: usr/share/examples/bc no longer exists. Modified: head/etc/mtree/BSD.usr.dist Modified: head/etc/mtree/BSD.usr.dist =

svn commit: r204418 - head

2010-02-27 Thread Antoine Brodin
Author: antoine Date: Sat Feb 27 17:36:13 2010 New Revision: 204418 URL: http://svn.freebsd.org/changeset/base/204418 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc ==

svn commit: r204420 - in head/sys: amd64/amd64 i386/i386 kern sys

2010-02-27 Thread Alan Cox
Author: alc Date: Sat Feb 27 18:00:57 2010 New Revision: 204420 URL: http://svn.freebsd.org/changeset/base/204420 Log: When running as a guest operating system, the FreeBSD kernel must assume that the virtual machine monitor has enabled machine check exceptions. Unfortunately, on AMD Family

svn commit: r204425 - in head/sys/ia64: ia64 include

2010-02-27 Thread Marcel Moolenaar
Author: marcel Date: Sat Feb 27 18:55:43 2010 New Revision: 204425 URL: http://svn.freebsd.org/changeset/base/204425 Log: Interrupt related cleanups: o Assign vectors based on priority, because vectors have implied priority in hardware. o Use unordered memory accesses to the I/O sapic

svn commit: r204426 - head

2010-02-27 Thread Marcel Moolenaar
== --- head/ObsoleteFiles.inc Sat Feb 27 18:55:43 2010(r204425) +++ head/ObsoleteFiles.inc Sat Feb 27 19:00:13 2010(r204426) @@ -14,6 +14,11 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100227: [ia64] removed and +.if ${TARGET_ARCH

svn commit: r204427 - head/etc/rc.d

2010-02-27 Thread Hajimu UMEMOTO
Author: ume Date: Sat Feb 27 19:02:21 2010 New Revision: 204427 URL: http://svn.freebsd.org/changeset/base/204427 Log: Add the shutdown KEYWORD. Pointed out by: dougb MFC after:3 days Modified: head/etc/rc.d/rtsold Modified: head/etc/rc.d/rtsold =

svn commit: r204430 - head/sys/kern

2010-02-27 Thread Robert Watson
Author: rwatson Date: Sat Feb 27 19:57:40 2010 New Revision: 204430 URL: http://svn.freebsd.org/changeset/base/204430 Log: Remove stale comment about socket buffer accounting from access(2) code. It is the case, however, that the uidinfo of the temporary credential set up for access(2) is no

Re: svn commit: r204410 - head/sys/kern

2010-02-27 Thread Julian Elischer
Jilles Tjoelker wrote: Author: jilles Date: Sat Feb 27 12:15:59 2010 New Revision: 204410 URL: http://svn.freebsd.org/changeset/base/204410 Log: Include terminated threads in ps's process cpu time field. MFC after: 2 weeks Modified: head/sys/kern/kern_proc.c Modified: head/sys/kern/k

Re: svn commit: r204410 - head/sys/kern

2010-02-27 Thread Jilles Tjoelker
On Sat, Feb 27, 2010 at 11:54:33AM -0800, Julian Elischer wrote: > Jilles Tjoelker wrote: > > Log: > > Include terminated threads in ps's process cpu time field. > this patch seems to do a lot less than the comment suggests. I guess the commit message could have been more verbose. When a kinfo

svn commit: r204435 - head/lib/libkvm

2010-02-27 Thread Robert Watson
Author: rwatson Date: Sat Feb 27 21:58:55 2010 New Revision: 204435 URL: http://svn.freebsd.org/changeset/base/204435 Log: Fix typo in comment. MFC after:3 days Modified: head/lib/libkvm/kvm_vnet.c Modified: head/lib/libkvm/kvm_vnet.c

Re: svn commit: r204413 - head/sys/kern

2010-02-27 Thread Jilles Tjoelker
On Sat, Feb 27, 2010 at 03:32:49PM +, Konstantin Belousov wrote: > Author: kib > Date: Sat Feb 27 15:32:49 2010 > New Revision: 204413 > URL: http://svn.freebsd.org/changeset/base/204413 > Log: > For kinfo_proc in kp->ki_siglist, return the set of the signals pending > in the process queue

svn commit: r204436 - head/sys/dev/bwn

2010-02-27 Thread Weongyo Jeong
Author: weongyo Date: Sat Feb 27 23:04:29 2010 New Revision: 204436 URL: http://svn.freebsd.org/changeset/base/204436 Log: supports the adhoc demo mode that it's tested on modified aircrack-ng suite and worked. Submitted by: Paul B Mahol Modified: head/sys/dev/bwn/if_bwn.c Modified:

svn commit: r204437 - head/sys/dev/bwn

2010-02-27 Thread Weongyo Jeong
Author: weongyo Date: Sat Feb 27 23:42:32 2010 New Revision: 204437 URL: http://svn.freebsd.org/changeset/base/204437 Log: fixes a bug to load firmware images for LP PHY. For LP PHY always, `lp_' string is contained in its full image names. Modified: head/sys/dev/bwn/if_bwn.c Modified: he