On Thu, 30 Apr 2009, Warner Losh wrote:
Log:
Report the next directory being scanned when a ^T is pressed (or any
SIGINFO). Provides some progress report for the impatient.
The impatient should use a tracing utility instead of encrufting
individual utilities.
This
won't report that we'r
Author: imp
Date: Thu Apr 30 01:24:53 2009
New Revision: 191677
URL: http://svn.freebsd.org/changeset/base/191677
Log:
Report the next directory being scanned when a ^T is pressed (or any
SIGINFO). Provides some progress report for the impatient. This
won't report that we're blocking in ou
On Wed, 29 Apr 2009, Kostik Belousov wrote:
On Wed, Apr 29, 2009 at 03:15:44AM +, Jeff Roberson wrote:
Author: jeff
Date: Wed Apr 29 03:15:43 2009
New Revision: 191643
URL: http://svn.freebsd.org/changeset/base/191643
Log:
- Remove the bogus idle thread state code. This may have a race
Author: jeff
Date: Wed Apr 29 23:04:31 2009
New Revision: 191676
URL: http://svn.freebsd.org/changeset/base/191676
Log:
- Fix non-SMP build by encapsulating idle spin logic in a macro.
Pointy hat to:me
Modified:
head/sys/kern/sched_ule.c
Modified: head/sys/kern/sched_ule.c
Author: jamie
Date: Wed Apr 29 21:50:13 2009
New Revision: 191675
URL: http://svn.freebsd.org/changeset/base/191675
Log:
Regen for new jail system calls in r191673.
Approved by: bz (mentor)
Modified:
head/sys/compat/freebsd32/freebsd32_proto.h
head/sys/compat/freebsd32/freebsd32_sysca
Author: mav
Date: Wed Apr 29 21:17:18 2009
New Revision: 191674
URL: http://svn.freebsd.org/changeset/base/191674
Log:
Add experimental support for SATA interface power management.
Feature is controlled by hint.ata.X.pm_level tunable:
0 - PM disabled, old behaviour, default.
1 - device i
Author: jamie
Date: Wed Apr 29 21:14:15 2009
New Revision: 191673
URL: http://svn.freebsd.org/changeset/base/191673
Log:
Introduce the extensible jail framework, using the same "name=value"
interface as nmount(2). Three new system calls are added:
* jail_set, to create jails and change the
On Wed, 29 Apr 2009 18:08:18 + (UTC)
Warner Losh mentioned:
> Author: imp
> Date: Wed Apr 29 18:08:18 2009
> New Revision: 191670
> URL: http://svn.freebsd.org/changeset/base/191670
>
> Log:
> Implement ^T support for rm: now it will report the next file it
> removes when you hit ^T. Th
On 2009-Apr-27 19:14:43 +, Tim Kientzle wrote:
> ino_t varies across platforms; casting (int) here avoids
> various pointless complaints.
...
>+ if ((int)archive_entry_ino(entry) > 077) {
But if ino_t is larger than int then truncating it to int will lead
to false negatives here.
Bruce M Simpson wrote:
Log:
Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:
import from p4 bms_netdev. Summary of changes:
Let me know if this makes anything explode.
cheers,
BMS
___
svn-src-all@freebsd.org mailing list
http://l
--- head/UPDATING Wed Apr 29 18:41:08 2009(r191671)
+++ head/UPDATING Wed Apr 29 19:19:13 2009(r191672)
@@ -22,6 +22,92 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.
to maximize performance. (To disable malloc debugging, run
ln -s aj
Kostik Belousov wrote:
On Wed, Apr 29, 2009 at 03:15:44AM +, Jeff Roberson wrote:
Author: jeff
Date: Wed Apr 29 03:15:43 2009
New Revision: 191643
URL: http://svn.freebsd.org/changeset/base/191643
Log:
- Remove the bogus idle thread state code. This may have a race in it
and it onl
Author: jamie
Date: Wed Apr 29 18:41:08 2009
New Revision: 191671
URL: http://svn.freebsd.org/changeset/base/191671
Log:
Some non-functional changes: whitespace, KASSERT strings, declaration order.
Approved by: bz (mentor)
Modified:
head/sys/kern/kern_jail.c
Modified: head/sys/kern/ker
Author: imp
Date: Wed Apr 29 18:08:18 2009
New Revision: 191670
URL: http://svn.freebsd.org/changeset/base/191670
Log:
Implement ^T support for rm: now it will report the next file it
removes when you hit ^T. This is similar to what's done for cp. The
signal handler and type definitions fo
Author: hrs
Date: Wed Apr 29 17:50:48 2009
New Revision: 191669
URL: http://svn.freebsd.org/changeset/base/191669
Log:
Various wording/grammar fixes.
Suggested by: keramida
Approved by: re (implicit)
Modified:
releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: rel
On Wed, 29 Apr 2009, Jeff Roberson wrote:
Author: jeff
Date: Wed Apr 29 03:15:43 2009
New Revision: 191643
URL: http://svn.freebsd.org/changeset/base/191643
Log:
- Remove the bogus idle thread state code. This may have a race in it
and it only optimized out an ipi or mwait in very few ca
On Wed, Apr 29, 2009 at 03:15:44AM +, Jeff Roberson wrote:
> Author: jeff
> Date: Wed Apr 29 03:15:43 2009
> New Revision: 191643
> URL: http://svn.freebsd.org/changeset/base/191643
>
> Log:
>- Remove the bogus idle thread state code. This may have a race in it
> and it only optimize
Author: jamie
Date: Wed Apr 29 16:02:52 2009
New Revision: 191668
URL: http://svn.freebsd.org/changeset/base/191668
Log:
With the permission of phk@ change the license on remaining jail code
to a 2 clause BSD license.
Approved by: phk
Approved by: bz (mentor)
Modified:
head/lib/lib
Author: hrs
Date: Wed Apr 29 15:22:58 2009
New Revision: 191667
URL: http://svn.freebsd.org/changeset/base/191667
Log:
- Update entries for increased KVA on amd64 and superpages on
amd64/i386[1]
- BTX loader improved[2]
- Move sysctl node MPSAFE flag to the kernel section[3]
- u3g(4) a
Author: bms
Date: Wed Apr 29 11:31:23 2009
New Revision: 191666
URL: http://svn.freebsd.org/changeset/base/191666
Log:
Add MLDv2 protocol header, but do not connect it to the build.
Added:
head/sys/netinet6/mld6.h (contents, props changed)
Added: head/sys/netinet6/mld6.h
==
Author: bms
Date: Wed Apr 29 11:26:45 2009
New Revision: 191665
URL: http://svn.freebsd.org/changeset/base/191665
Log:
Import IPv6 SSM module but do not connect it to the build.
Added:
head/sys/netinet6/in6_mcast.c (contents, props changed)
Added: head/sys/netinet6/in6_mcast.c
Author: bms
Date: Wed Apr 29 11:15:58 2009
New Revision: 191663
URL: http://svn.freebsd.org/changeset/base/191663
Log:
Stub out IN6_LOOKUP_MULTI() for GETSPI requests, for now.
This has the effect that IPv6 multicast traffic won't trigger
an SPI allocation when IPSEC is in use, however, t
Hi,
We're missing a man page for ndp(4).
It seems reasonable that we should have one (we have one for arp(4),
after all).
Any plans to write one? Would be very nice to have.
I raided GNATS but didn't see anything in the bin.
Daniel Gerzo wrote:
Log:
- xref ndp(8)
thanks,
BMS
__
Author: bms
Date: Wed Apr 29 10:22:44 2009
New Revision: 191662
URL: http://svn.freebsd.org/changeset/base/191662
Log:
Add IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT, in6addr_linklocal_allv2routers
for use by MLDv2.
Add IPv6 SSM socket layer membership vector size constants and
tree bounds.
Rem
Author: bms
Date: Wed Apr 29 10:20:17 2009
New Revision: 191661
URL: http://svn.freebsd.org/changeset/base/191661
Log:
Add MLDv2 prototypes and defines.
Modified:
head/sys/netinet/icmp6.h
Modified: head/sys/netinet/icmp6.h
=
Author: bms
Date: Wed Apr 29 10:17:08 2009
New Revision: 191660
URL: http://svn.freebsd.org/changeset/base/191660
Log:
Use KTR_INET for MROUTING CTRs.
Modified:
head/sys/netinet/ip_mroute.c
Modified: head/sys/netinet/ip_mroute.c
===
Author: bms
Date: Wed Apr 29 10:14:16 2009
New Revision: 191659
URL: http://svn.freebsd.org/changeset/base/191659
Log:
Cut over to KTR_INET for CTR.
For clarity, put pointer incremement/size decrement on own line
when copying out in-mode source filters to userland.
Modified:
head/sys/neti
Author: bms
Date: Wed Apr 29 10:13:22 2009
New Revision: 191658
URL: http://svn.freebsd.org/changeset/base/191658
Log:
Do not assume that ip6_moptions is always set, it is
a lazy-allocated structure.
Modified:
head/sys/netinet/in_pcb.c
Modified: head/sys/netinet/in_pcb.c
==
Author: bms
Date: Wed Apr 29 10:12:01 2009
New Revision: 191657
URL: http://svn.freebsd.org/changeset/base/191657
Log:
Fix a problem whereby enqueued IGMPv3 filter list changes would be
incorrectly output, if the RB-tree enumeration happened to reuse the
same chain for a mode switch: that is
Author: trasz
Date: Wed Apr 29 10:02:50 2009
New Revision: 191656
URL: http://svn.freebsd.org/changeset/base/191656
Log:
Slightly improve gjournal documentation.
Reviewed by: pjd
Modified:
head/sbin/geom/class/journal/gjournal.8
head/sbin/newfs/newfs.8
head/sbin/tunefs/tunefs.8
Mod
Author: bms
Date: Wed Apr 29 09:59:34 2009
New Revision: 191655
URL: http://svn.freebsd.org/changeset/base/191655
Log:
Grab a VIMAGE module ID for MLDv2.
Modified:
head/sys/sys/vimage.h
Modified: head/sys/sys/vimage.h
==
Author: bms
Date: Wed Apr 29 09:58:31 2009
New Revision: 191654
URL: http://svn.freebsd.org/changeset/base/191654
Log:
Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;
the kernel will return in msfr_nsrcs the number of source filters
in-mode for a given multicast group.
Author: bms
Date: Wed Apr 29 09:54:33 2009
New Revision: 191653
URL: http://svn.freebsd.org/changeset/base/191653
Log:
Grab KTR_SPARE1 and KTR_SPARE5 for KTR_INET and KTR_INET6
respectively, as placeholder for future use of CTR() by
the networking code (MLDv2 will be going in shortly).
Mar
Author: bms
Date: Wed Apr 29 09:52:04 2009
New Revision: 191652
URL: http://svn.freebsd.org/changeset/base/191652
Log:
Add MLDv2 statistic IDs to netstat for IPv6 stack.
Modified:
head/usr.bin/netstat/inet6.c
Modified: head/usr.bin/netstat/inet6.c
Author: bms
Date: Wed Apr 29 09:50:04 2009
New Revision: 191651
URL: http://svn.freebsd.org/changeset/base/191651
Log:
Merge IPv6-capable mtest(8) from MLDv2 branch.
Modified:
head/usr.sbin/mtest/Makefile
head/usr.sbin/mtest/mtest.8
head/usr.sbin/mtest/mtest.c
Modified: head/usr.sbin/mte
Author: hrs
Date: Wed Apr 29 08:46:50 2009
New Revision: 191650
URL: http://svn.freebsd.org/changeset/base/191650
Log:
Fix a typo.
Spotted by: pluknet at gmail.com
Approved by: re (implicit)
Modified:
releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: releng/7.2
Author: hrs
Date: Wed Apr 29 07:37:07 2009
New Revision: 191649
URL: http://svn.freebsd.org/changeset/base/191649
Log:
Fix a typo.
Approved by: re (implicit)
Modified:
releng/7.2/release/doc/en_US.ISO8859-1/relnotes/article.sgml
Modified: releng/7.2/release/doc/en_US.ISO8859-1/relnotes
37 matches
Mail list logo