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
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
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
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
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.
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
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
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
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
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
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"
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
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
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
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
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:
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
=
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
==
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
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
==
--- 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
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
=
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
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
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
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
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
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:
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
29 matches
Mail list logo