Author: ume
Date: Sat Jan 7 09:01:19 2012
New Revision: 229766
URL: http://svn.freebsd.org/changeset/base/229766
Log:
Handle the internal scope address representation of the KAME IPv6
stack for the node-local multicast address.
Spotted by: Rainer Bredehorn
MFC after:1 week
Modi
Is this the change that is causing all the new usb-related messages when
shutting down? If so, can it be hidden behind verbose?
Doug
On 12/19/2011 07:35, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Dec 19 15:35:05 2011
> New Revision: 228711
> URL: http://svn.freebsd.org/changeset
Hi,
Yes, that is correct.
I was thinking to add something like if (bootverbose), please feel free to do
so. I'm very busy this weekend.
Some messages are produced by new bus, and I'm not sure how easy those are to
hide.
The idea behind the messages, is that if anything hangs at sh
Author: kevlo
Date: Sat Jan 7 09:41:57 2012
New Revision: 229767
URL: http://svn.freebsd.org/changeset/base/229767
Log:
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
Reviewed by: yongari
Modified:
head/sys/dev/an/if_an.c
head/sys/dev/bfe/if_bfe.c
head/sys/dev/
Author: kib
Date: Sat Jan 7 10:33:01 2012
New Revision: 229768
URL: http://svn.freebsd.org/changeset/base/229768
Log:
Implement fdlopen(3), an rtld interface to load shared object by file
descriptor.
Requested and tested by: des (previous version)
Reviewed by: des, kan (previous
Author: kib
Date: Sat Jan 7 11:16:23 2012
New Revision: 229771
URL: http://svn.freebsd.org/changeset/base/229771
Log:
Document comconsole_port and comconsole_pcidev loader variables.
MFC after:2 weeks
Modified:
head/sys/boot/common/loader.8
Modified: head/sys/boot/common/loader.8
=
Author: glebius
Date: Sat Jan 7 12:40:45 2012
New Revision: 229773
URL: http://svn.freebsd.org/changeset/base/229773
Log:
Fix indentation.
Modified:
head/sys/contrib/pf/net/if_pfsync.c
Modified: head/sys/contrib/pf/net/if_pfsync.c
Author: tuexen
Date: Sat Jan 7 13:03:33 2012
New Revision: 229774
URL: http://svn.freebsd.org/changeset/base/229774
Log:
Improve the handling of received INITs. Send an ABORT when
not accepting the connection. Also fix a crash, which
could happen when the user closed the socket.
MFC af
Author: tuexen
Date: Sat Jan 7 14:04:00 2012
New Revision: 229775
URL: http://svn.freebsd.org/changeset/base/229775
Log:
Retire the SCTP sysctl "strict_init". We always perform the validation
and there is no reason to make is configuarable.
Discussed with rrs@.
Modified:
head/sys/netinet
Author: glebius
Date: Sat Jan 7 14:39:45 2012
New Revision: 229777
URL: http://svn.freebsd.org/changeset/base/229777
Log:
Merge from OpenBSD:
revision 1.170
date: 2011/10/30 23:04:38; author: mikeb; state: Exp; lines: +6 -7
Allow setting big MTU values on the pfsync interface but
Author: uqs
Date: Sat Jan 7 16:09:33 2012
New Revision: 229778
URL: http://svn.freebsd.org/changeset/base/229778
Log:
Spelling fixes for sbin/
Modified:
head/sbin/bsdlabel/bsdlabel.c
head/sbin/camcontrol/camcontrol.c
head/sbin/devfs/rule.c
head/sbin/dhclient/dhclient-script.8
head/sb
Author: uqs
Date: Sat Jan 7 16:09:43 2012
New Revision: 229779
URL: http://svn.freebsd.org/changeset/base/229779
Log:
Spelling fixes for release/
Modified:
head/release/doc/en_US.ISO8859-1/relnotes/article.sgml
head/release/picobsd/tinyware/passwd/local_passwd.c
head/release/picobsd/tiny
Author: uqs
Date: Sat Jan 7 16:09:54 2012
New Revision: 229780
URL: http://svn.freebsd.org/changeset/base/229780
Log:
Spelling fixes for libexec/
Modified:
head/libexec/bootpd/bootpd.c
head/libexec/bootpd/bootpgw/bootpgw.c
head/libexec/bootpd/hash.h
head/libexec/bootpd/tools/bootptest/
Author: uqs
Date: Sat Jan 7 16:10:23 2012
New Revision: 229782
URL: http://svn.freebsd.org/changeset/base/229782
Log:
Spelling fixes for bin/
Modified:
head/bin/ps/ps.c
Modified: head/bin/ps/ps.c
==
--- head/bin/ps/
Author: uqs
Date: Sat Jan 7 16:10:15 2012
New Revision: 229781
URL: http://svn.freebsd.org/changeset/base/229781
Log:
Spelling fixes for include/
Modified:
head/include/arpa/nameser_compat.h
head/include/gssapi/gssapi.h
head/include/resolv.h
head/include/rpc/svc.h
head/include/rpcsvc
Author: uqs
Date: Sat Jan 7 16:10:32 2012
New Revision: 229783
URL: http://svn.freebsd.org/changeset/base/229783
Log:
Spelling fixes for etc/
Modified:
head/etc/mac.conf
head/etc/namedb/named.conf
head/etc/network.subr
head/etc/rc.d/bgfsck
head/etc/rc.firewall
head/etc/rc.initdiskl
Author: uqs
Date: Sat Jan 7 16:13:56 2012
New Revision: 229784
URL: http://svn.freebsd.org/changeset/base/229784
Log:
Convert files to UTF-8 and add some copyright markers where missing.
Modified:
head/lib/libgssapi/gss_display_status.c
head/lib/libgssapi/gss_pseudo_random.c
head/lib/lib
Author: adrian
Date: Sat Jan 7 19:38:26 2012
New Revision: 229789
URL: http://svn.freebsd.org/changeset/base/229789
Log:
Fix the broken module build I introduced earlier.
Modified:
head/sys/i386/conf/XEN
Modified: head/sys/i386/conf/XEN
==
On 2011-12-30 07:24, Sergey Kandaurov wrote:
Author: pluknet
Date: Fri Dec 30 06:24:59 2011
New Revision: 228985
URL: http://svn.freebsd.org/changeset/base/228985
Log:
Unset the environment variables associated with individual menu items
before invoking the kernel.
When I did a single-us
Author: adrian
Date: Sat Jan 7 20:13:55 2012
New Revision: 229790
URL: http://svn.freebsd.org/changeset/base/229790
Log:
Commit a temporary workaround for people who are building kernels
where they've disabled all the wireless devices/framework.
This is just a build workaround. If you're
Author: adrian
Date: Sat Jan 7 20:23:05 2012
New Revision: 229791
URL: http://svn.freebsd.org/changeset/base/229791
Log:
.. the AR5416 HAL code touches the MIMO parts in HAL_CHANNEL,
so this is also needed.
Pointed out by: bz
Modified:
head/sys/dev/ath/ath_hal/ah_desc.h
head/s
On 01/07/2012 08:10, Ulrich Spoerlein wrote:
> Modified: head/etc/namedb/named.conf
Good catch, thanks. :)
--
You can observe a lot just by watching. -- Yogi Berra
Breadth of IT experience, and depth of knowledge in the DNS.
Yours for the right price. :) http://Super
Author: eadler (ports committer)
Date: Sat Jan 7 23:15:21 2012
New Revision: 229794
URL: http://svn.freebsd.org/changeset/base/229794
Log:
- Fix how hexdump parses escape strings
From the NetBSD bug:
The way how hexdump(1) parses escape sequences has some bugs.
It shows up when an escape
Author: bz
Date: Sat Jan 7 23:41:38 2012
New Revision: 229795
URL: http://svn.freebsd.org/changeset/base/229795
Log:
Correct comment for the IPv6 case to say "traffic class" not "TOS"
as pointed out back in 2009.
MFC after:3 days
Modified:
head/sys/net80211/ieee80211_output.c
Mod
Author: gonzo
Date: Sun Jan 8 00:34:39 2012
New Revision: 229798
URL: http://svn.freebsd.org/changeset/base/229798
Log:
Fix DDB x/i addr[,count] command for count > 1 case
Modified:
head/sys/mips/mips/db_disasm.c
Modified: head/sys/mips/mips/db_disasm.c
=
Author: adrian
Date: Sun Jan 8 00:55:22 2012
New Revision: 229800
URL: http://svn.freebsd.org/changeset/base/229800
Log:
Make these two files conditionally build on UFS_ACL, as it doesn't
seem to be used elsewhere.
Since UFS_ACL is enabled by default for GENERIC kernels, this shouldn't
Author: rmacklem
Date: Sun Jan 8 01:54:46 2012
New Revision: 229802
URL: http://svn.freebsd.org/changeset/base/229802
Log:
opt_inet6.h was missing from some files in the new NFS subsystem.
The effect of this was, for clients mounted via inet6 addresses,
that the DRC cache would never have a
Author: gonzo
Date: Sun Jan 8 05:44:19 2012
New Revision: 229803
URL: http://svn.freebsd.org/changeset/base/229803
Log:
Fix relocations for MIPS64:
- Use Elf32_Addr as default, the only field that is
64 bitw wide is R_MIPS_64
- Add R_MIPS_HIGHER and R_MIPS_HGHEST handlers
28 matches
Mail list logo