Author: peter
Date: Thu Jan 3 10:21:28 2013
New Revision: 244989
URL: http://svnweb.freebsd.org/changeset/base/244989
Log:
Temporarily revert rev 244678. This is causing loopback problems with
the lo (loopback) interfaces.
Modified:
head/sys/netinet/in.c
head/sys/netinet6/in6.c
Modifie
Author: marius
Date: Thu Jan 3 13:42:45 2013
New Revision: 244990
URL: http://svnweb.freebsd.org/changeset/base/244990
Log:
- Fix !SMP build.
- Replace incorrect function names in printf(9) strings with __func__.
- Make xctrl_shutdown_reasons table const.
- Use nitems() rather than rollin
Author: marius
Date: Thu Jan 3 13:44:25 2013
New Revision: 244991
URL: http://svnweb.freebsd.org/changeset/base/244991
Log:
- Replace partially incorrect function names in panic(9) strings with
__func__ and add some missing ones.
- Remove a stale comment.
- Remove unused NUM_ELEMENTS ma
Author: des
Date: Thu Jan 3 14:30:24 2013
New Revision: 244992
URL: http://svnweb.freebsd.org/changeset/base/244992
Log:
As discussed on -current last October, remove the firewire drivers from
GENERIC.
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
head/sys/ia64/conf/
Author: marius
Date: Thu Jan 3 15:31:23 2013
New Revision: 244993
URL: http://svnweb.freebsd.org/changeset/base/244993
Log:
Remove files not connected to the build. It's confusing enough that
we still have two not quite the same evtchn.c left over.
MFC after:3 day
Deleted:
head/sy
Author: dteske
Date: Thu Jan 3 15:48:00 2013
New Revision: 244994
URL: http://svnweb.freebsd.org/changeset/base/244994
Log:
Comments.
Modified:
head/usr.sbin/bsdconfig/share/common.subr
Modified: head/usr.sbin/bsdconfig/share/common.subr
=
Author: markj
Date: Thu Jan 3 16:11:24 2013
New Revision: 244995
URL: http://svnweb.freebsd.org/changeset/base/244995
Log:
Fix a typo in an error message.
Approved by: rstone (co-mentor)
MFC after:1 week
Modified:
head/usr.sbin/newsyslog/newsyslog.c
Modified: head/usr.sbin/newsy
Author: markj
Date: Thu Jan 3 16:12:48 2013
New Revision: 244996
URL: http://svnweb.freebsd.org/changeset/base/244996
Log:
Have -n imply -r, since dry-run mode obviously doesn't require root
privileges.
Approved by: rstone (co-mentor)
MFC after:1 week
Modified:
head/usr.sbin/ne
Author: markj
Date: Thu Jan 3 16:14:51 2013
New Revision: 244997
URL: http://svnweb.freebsd.org/changeset/base/244997
Log:
Make sure to update the mtime of a logfile after archiving it. This
ensures that the next rotation happens at the correct time when using
interval-based rotations.
Author: peter
Date: Thu Jan 3 16:15:35 2013
New Revision: 244998
URL: http://svnweb.freebsd.org/changeset/base/244998
Log:
Tone down the encouragement to use cvsup. Add directions to the handbook
pages that cover the more current methods and bring closer to reality.
Deleted:
head/share/ex
On 2 Jan 2013, at 21:02, Andrew Turner wrote:
>> This seemed to do the trick; what do you think of the attached? This
>> isn't a board-specific change, so I dropped it into the common
>> fdt_mips.c code. On the other hand, this left it a bit open as to
>> what the right compatible= line to use wa
Author: kib
Date: Thu Jan 3 19:01:56 2013
New Revision: 245000
URL: http://svnweb.freebsd.org/changeset/base/245000
Log:
Remove the last use of the deprecated MNT_VNODE_FOREACH interface in
the tree.
With the help from: mjg
Tested by:Ronald Klop
MFC after:2 weeks
Modified
Author: kib
Date: Thu Jan 3 19:02:52 2013
New Revision: 245001
URL: http://svnweb.freebsd.org/changeset/base/245001
Log:
Remove the deprecated MNT_VNODE_FOREACH interface. Use the
MNT_VNODE_FOREACH_ALL instead.
Modified:
head/sys/kern/vfs_mount.c
head/sys/sys/mount.h
Modified: head/sys
Author: adrian
Date: Thu Jan 3 19:03:03 2013
New Revision: 245002
URL: http://svnweb.freebsd.org/changeset/base/245002
Log:
Don't call the spectral methods for NICS that don't implement them.
Modified:
head/sys/dev/ath/if_ath_spectral.c
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/
Author: kib
Date: Thu Jan 3 19:03:41 2013
New Revision: 245003
URL: http://svnweb.freebsd.org/changeset/base/245003
Log:
Enable the UFS quotas for big-iron GENERIC kernels.
Discussed with: mckusick
MFC after: 2 weeks
Modified:
head/sys/amd64/conf/GENERIC
head/sy
Author: kib
Date: Thu Jan 3 19:17:57 2013
New Revision: 245004
URL: http://svnweb.freebsd.org/changeset/base/245004
Log:
Add the "nocache" nullfs mount option, which disables the caching of
the free nullfs vnodes, switching nullfs behaviour to pre-r240285.
The option is mostly intended as t
Author: kib
Date: Thu Jan 3 19:18:46 2013
New Revision: 245005
URL: http://svnweb.freebsd.org/changeset/base/245005
Log:
Allow to specify "cache" and "nocache" as an option for
mount_nullfs(8).
Tested by:pho
MFC after:2 weeks
Modified:
head/sbin/mount_nullfs/mount_nullfs.c
Author: delphij
Date: Thu Jan 3 20:31:45 2013
New Revision: 245006
URL: http://svnweb.freebsd.org/changeset/base/245006
Log:
Sync with driver.
MFC after:2 weeks
Modified:
head/share/man/man4/mps.4
Modified: head/share/man/man4/mps.4
=
On Friday, December 21, 2012 04:49:13 PM Jim Harris wrote:
> On Fri, Dec 21, 2012 at 12:24 PM, John Baldwin wrote:
> > On Friday, December 21, 2012 2:13:48 pm Jim Harris wrote:
> > > Author: jimharris
> > > Date: Fri Dec 21 19:13:48 2012
> > > New Revision: 244549
> > > URL: http://svnweb.freebsd.
Author: wblock (doc committer)
Date: Thu Jan 3 21:58:28 2013
New Revision: 245012
URL: http://svnweb.freebsd.org/changeset/base/245012
Log:
Document the output of the show command. Modified version of patch
provided by Bas Smeelen . Use of 'gpart list'
suggested by by Andrey V. Elsukov .
Author: marius
Date: Thu Jan 3 22:05:20 2013
New Revision: 245013
URL: http://svnweb.freebsd.org/changeset/base/245013
Log:
Record my ports commit bit.
Modified:
head/share/misc/committers-ports.dot
Modified: head/share/misc/committers-ports.dot
=
Author: rmacklem
Date: Thu Jan 3 22:24:39 2013
New Revision: 245014
URL: http://svnweb.freebsd.org/changeset/base/245014
Log:
Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no".
Reported by: bf
Tested by:bf
Reviewed by: gcooper
MFC after:3 days
Modified:
head
Author: hrs
Date: Thu Jan 3 22:27:57 2013
New Revision: 245015
URL: http://svnweb.freebsd.org/changeset/base/245015
Log:
- Print scopeid for link-local scope addresses.
- Do not print the flags= part when flags == 0.
Modified:
head/usr.sbin/ifmcstat/ifmcstat.c
Modified: head/usr.sbin/ifmc
Author: marius
Date: Thu Jan 3 23:12:08 2013
New Revision: 245017
URL: http://svnweb.freebsd.org/changeset/base/245017
Log:
Revert bogus part of r241740.
Reported by: Michael Moll
MFC after:3 days
Modified:
head/sys/sparc64/sparc64/interrupt.S
Modified: head/sys/sparc64/sparc64/
Author: adrian
Date: Fri Jan 4 06:28:34 2013
New Revision: 245031
URL: http://svnweb.freebsd.org/changeset/base/245031
Log:
For PHY error frames, populate the configured channel flags rather than
based on the received frame.
PHY errors don't have the relevant HT or 40MHz MCS flag set.
M
Author: kib
Date: Fri Jan 4 07:52:47 2013
New Revision: 245033
URL: http://svnweb.freebsd.org/changeset/base/245033
Log:
Fix reversed condition in the assertion.
Pointy hat to:kib
MFC after:13 days
Modified:
head/sys/fs/nullfs/null_subr.c
Modified: head/sys/fs/nullfs/null
26 matches
Mail list logo