Author: dteske
Date: Thu Jun 20 05:51:44 2013
New Revision: 252020
URL: http://svnweb.freebsd.org/changeset/base/252020
Log:
When the fall-back of a case-statement is the last thing executed in a
while-loop _and_ all prior matches in the same case-statement either break
or continue, we can s
Author: dteske
Date: Thu Jun 20 05:48:08 2013
New Revision: 252019
URL: http://svnweb.freebsd.org/changeset/base/252019
Log:
When the fall-back of a case-statement is the last thing executed in a
while-loop _and_ all prior matches in the same case-statement either break
or continue, we can s
Author: dteske
Date: Thu Jun 20 05:42:21 2013
New Revision: 252018
URL: http://svnweb.freebsd.org/changeset/base/252018
Log:
Remove pedanticism and consolidate some logic.
Modified:
head/usr.sbin/bsdconfig/startup/rcdelete
Modified: head/usr.sbin/bsdconfig/startup/rcdelete
==
Author: dteske
Date: Thu Jun 20 05:40:11 2013
New Revision: 252017
URL: http://svnweb.freebsd.org/changeset/base/252017
Log:
Add debugging (for a case that shouldn't arise, but makes it more obvious
if a menu addition is made in one plce but forgotten in another).
Modified:
head/usr.sbin/bs
Author: peter
Date: Thu Jun 20 03:55:41 2013
New Revision: 252016
URL: http://svnweb.freebsd.org/changeset/base/252016
Log:
Move /usr/local/bin in front of /usr/bin, just to be sure.
Modified:
svnadmin/hooks/scripts/env.sh
Modified: svnadmin/hooks/scripts/env.sh
=
Author: hrs
Date: Thu Jun 20 02:29:49 2013
New Revision: 252015
URL: http://svnweb.freebsd.org/changeset/base/252015
Log:
- Add CIDR notation support like 192.168.1-2.10-16/24 to $ifconfig_IF_aliasN.
This is an extended version of ipv4_addr_IF which supports both IPv4 and
IPv6, and multi
Author: peter
Date: Thu Jun 20 02:26:32 2013
New Revision: 252014
URL: http://svnweb.freebsd.org/changeset/base/252014
Log:
Only enable svn on amd64/ia64/sparc64/i386.
Modified:
head/usr.bin/Makefile
Modified: head/usr.bin/Makefile
Author: kientzle
Date: Thu Jun 20 02:04:03 2013
New Revision: 252013
URL: http://svnweb.freebsd.org/changeset/base/252013
Log:
Try to fix build of apr on FreeBSD/arm.
Modified:
head/contrib/apr/include/apr_general.h
Modified: head/contrib/apr/include/apr_general.h
===
Author: pfg
Date: Thu Jun 20 00:00:33 2013
New Revision: 252012
URL: http://svnweb.freebsd.org/changeset/base/252012
Log:
Rename some prefixes in the Block Group Descriptor fields to ext4bgd_
Change prefix to avoid confusion and denote that these fields
are generally only available starti
On Jun 19, 2013, at 4:49 PM, David Chisnall wrote:
> On 19 Jun 2013, at 16:13, John Baldwin wrote:
>
>> portsnap does not work for src. (I thought we had already covered that
>> in earlier threads?) portsnap only moves forward. It is a very important
>> feature for our users that whatever to
Author: scottl
Date: Wed Jun 19 23:09:10 2013
New Revision: 252011
URL: http://svnweb.freebsd.org/changeset/base/252011
Log:
Fix a mystery cut-n-paste corruption from the previous commit.
Submitted by: Brenden Fabeny
Modified:
head/sys/geom/mirror/g_mirror.c
Modified: head/sys/geom/mirr
On 19 Jun 2013, at 16:13, John Baldwin wrote:
> portsnap does not work for src. (I thought we had already covered that
> in earlier threads?) portsnap only moves forward. It is a very important
> feature for our users that whatever tool they use for source updating be
> bidirectional. In part
Author: scottl
Date: Wed Jun 19 21:52:32 2013
New Revision: 252010
URL: http://svnweb.freebsd.org/changeset/base/252010
Log:
Mark geom_mirror as capable of unmapped i/o
Obtained from:Netflix
MFC after:3 days
Modified:
head/sys/geom/mirror/g_mirror.c
Modified: head/sys/geom
Author: ae
Date: Wed Jun 19 21:50:17 2013
New Revision: 252009
URL: http://svnweb.freebsd.org/changeset/base/252009
Log:
Use PIM6STAT_INC() and MRT6STAT_INC() macros for IPv6 multicast
statistics accounting.
MFC after:2 weeks
Modified:
head/sys/netinet6/ip6_mroute.c
Modified: head
Author: pfg
Date: Wed Jun 19 20:56:44 2013
New Revision: 252008
URL: http://svnweb.freebsd.org/changeset/base/252008
Log:
MFC r251658, 251823:
Turn DIAGNOSTICs to INVARIANTS in ext2fs. following other filesystems.
Modified:
stable/9/sys/fs/ext2fs/ext2_alloc.c
stable/9/sys/fs/ext2fs/e
Author: ae
Date: Wed Jun 19 20:48:34 2013
New Revision: 252007
URL: http://svnweb.freebsd.org/changeset/base/252007
Log:
Use RIP6STAT_INC() macro for raw ip6 statistics accounting.
MFC after:2 weeks
Modified:
head/sys/netinet6/raw_ip6.c
head/sys/netinet6/raw_ip6.h
Modified: head/s
Author: truckman
Date: Wed Jun 19 19:44:57 2013
New Revision: 252003
URL: http://svnweb.freebsd.org/changeset/base/252003
Log:
Fix a couple of typos that broke buildworld for me.
Reviewed by: peter
Modified:
head/usr.bin/svn/Makefile.inc
Modified: head/usr.bin/svn/Makefile.inc
Author: dteske
Date: Wed Jun 19 18:44:55 2013
New Revision: 252002
URL: http://svnweb.freebsd.org/changeset/base/252002
Log:
Style -- no ;; needed on fallback clause within case-statement.
Modified:
head/usr.sbin/bsdconfig/startup/misc
head/usr.sbin/bsdconfig/startup/rcvar
Modified: head/u
Author: dteske
Date: Wed Jun 19 18:32:18 2013
New Revision: 252001
URL: http://svnweb.freebsd.org/changeset/base/252001
Log:
Whitespace.
Modified:
head/usr.sbin/bsdconfig/networking/devices
head/usr.sbin/bsdconfig/usermgmt/userinput
Modified: head/usr.sbin/bsdconfig/networking/devices
Author: dteske
Date: Wed Jun 19 18:13:58 2013
New Revision: 252000
URL: http://svnweb.freebsd.org/changeset/base/252000
Log:
Whitespace and comments.
Modified:
head/usr.sbin/bsdconfig/bsdconfig
head/usr.sbin/bsdconfig/password/password
head/usr.sbin/bsdconfig/security/security
head/usr.
Author: jh
Date: Wed Jun 19 18:01:37 2013
New Revision: 251999
URL: http://svnweb.freebsd.org/changeset/base/251999
Log:
MFC r251485:
Revert r238399.
The "failok" option doesn't have any effect at all unless specified in
fstab(5) and combined with the -a flag. The "failok" option is
Author: jh
Date: Wed Jun 19 18:00:00 2013
New Revision: 251998
URL: http://svnweb.freebsd.org/changeset/base/251998
Log:
MFC r251485:
Revert r238399.
The "failok" option doesn't have any effect at all unless specified in
fstab(5) and combined with the -a flag. The "failok" option is
On Wednesday, June 19, 2013 11:01:17 am Tijl Coosemans wrote:
> I'm also not convinced svnup in base would be good, because it still
> pulls src directly from svn and that would not be the case with a
> portsnap-like tool. With portsnap code distribution is separated from
> the underlying vcs.
por
Author: dteske
Date: Wed Jun 19 17:14:59 2013
New Revision: 251997
URL: http://svnweb.freebsd.org/changeset/base/251997
Log:
Alphabetize reserved-word (resword) registration.
Modified:
head/usr.sbin/bsdconfig/share/script.subr
Modified: head/usr.sbin/bsdconfig/share/script.subr
=
Author: dteske
Date: Wed Jun 19 17:13:16 2013
New Revision: 251996
URL: http://svnweb.freebsd.org/changeset/base/251996
Log:
Alphabetize includes.
Modified:
head/usr.sbin/bsdconfig/share/script.subr
Modified: head/usr.sbin/bsdconfig/share/script.subr
=
Author: ae
Date: Wed Jun 19 15:59:21 2013
New Revision: 251995
URL: http://svnweb.freebsd.org/changeset/base/251995
Log:
Use ICMP6STAT_INC() macro for ICMPv6 errors accounting.
MFC after:2 weeks
Modified:
head/sys/netinet6/icmp6.c
Modified: head/sys/netinet6/icmp6.c
Author: marius
Date: Wed Jun 19 15:12:10 2013
New Revision: 251994
URL: http://svnweb.freebsd.org/changeset/base/251994
Log:
MFC: r238172 (partial)
Don't use Maxmem when the amount of memory is meant. Use realmem instead.
Maxmem is not only a MD variable, it represents the highest physica
On 2013-06-19 03:37, Warner Losh wrote:
> On Jun 18, 2013, at 11:36 AM, Peter Wemm wrote:
>>> Installing SVN from ports is very painful because of the huge dependency
>>> chain it carries, with the largest being Python and Perl IIRC.
>>
>> That was one of my main motivations. A 2 year old machine
On 06/17/13 10:17, Baptiste Daroussin wrote:
On Mon, Jun 17, 2013 at 08:37:37AM -0500, Nathan Whitehorn wrote:
On 06/17/13 08:36, Baptiste Daroussin wrote:
On Mon, Jun 17, 2013 at 08:28:47AM -0500, Nathan Whitehorn wrote:
On 06/17/13 05:28, Baptiste Daroussin wrote:
Author: bapt
Date: Mon Jun
Replying to random ath commit.
Now my ath wireless device does not work. It was broken some time after 8 Jun
(after my last update at 8 Jun it worked, now after today's update to r251945
it does not).
It spams log and console with messages:
Jun 19 10:04:27 gpr kernel: ath0: stuck beacon; resetti
30 matches
Mail list logo