Author: hselasky
Date: Tue Jul 5 07:05:18 2011
New Revision: 223781
URL: http://svn.freebsd.org/changeset/base/223781
Log:
MFC r223728.
Fix for missing nomatch event.
Modified:
stable/8/sys/dev/usb/input/uhid.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/in
* Ed Schouten , 20110704 13:49:
> I could do another run at WARNS=1 if you like.
Done. Everything still builds.
--
Ed Schouten
WWW: http://80386.nl/
pgpn5ecEEpgZE.pgp
Description: PGP signature
Author: pluknet
Date: Tue Jul 5 10:03:21 2011
New Revision: 223782
URL: http://svn.freebsd.org/changeset/base/223782
Log:
MFC r223625:
Update ifc_len field of struct ifconf passed for the ioctl SIOCGIFCONF32.
PR: kern/158369
Modified:
stable/8/sys/net/if.c
Directory Prop
Author: pluknet
Date: Tue Jul 5 10:21:06 2011
New Revision: 223783
URL: http://svn.freebsd.org/changeset/base/223783
Log:
MFC r223644:
Run load_rc_config early to fix quota knobs expansion.
PR: conf/157687
Modified:
stable/8/etc/rc.d/quota
Directory Properties:
stable/8
Author: pluknet
Date: Tue Jul 5 10:37:17 2011
New Revision: 223784
URL: http://svn.freebsd.org/changeset/base/223784
Log:
MFC r223644:
Run load_rc_config early to fix quota knobs expansion.
PR: conf/157687
Modified:
stable/7/etc/rc.d/quota
Directory Properties:
stable/7
Author: jonathan
Date: Tue Jul 5 13:45:10 2011
New Revision: 223785
URL: http://svn.freebsd.org/changeset/base/223785
Log:
Rework _fget to accept capability parameters.
This new version of _fget() requires new parameters:
- cap_rights_t needrights
the rights that we expect the capa
Author: ed
Date: Tue Jul 5 14:12:48 2011
New Revision: 223786
URL: http://svn.freebsd.org/changeset/base/223786
Log:
Only print entries for which ut_host points to a character device.
Now that we use utmpx, we more often have entries for which the ut_line
is left blank. To prevent us fro
Author: glebius
Date: Tue Jul 5 14:48:39 2011
New Revision: 223787
URL: http://svn.freebsd.org/changeset/base/223787
Log:
o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need
a separate struct to start a slist of semi-opaque structs. This
makes some code more compact.
Author: glebius
Date: Tue Jul 5 14:50:06 2011
New Revision: 223788
URL: http://svn.freebsd.org/changeset/base/223788
Log:
Rewrite the flowctl utility to add it support for displaying
both IPv4 and IPv4 flows.
Modified:
head/usr.sbin/flowctl/Makefile
head/usr.sbin/flowctl/flowctl.c
Modif
Author: jonathan
Date: Tue Jul 5 14:54:33 2011
New Revision: 223789
URL: http://svn.freebsd.org/changeset/base/223789
Log:
Merge r223505 from HEAD to stable/8:
--
Tidy up a capabilities-related comment.
This commit refers to an #ifdef that hasn't been merged [yet?]; remove it.
App
Author: glebius
Date: Tue Jul 5 14:55:17 2011
New Revision: 223790
URL: http://svn.freebsd.org/changeset/base/223790
Log:
Update manual page. Mention IPv6 support, and notice that main
argument isn't actually a node, but a netgraph path.
Modified:
head/usr.sbin/flowctl/flowctl.8
Modified:
Author: jonathan
Date: Tue Jul 5 14:58:10 2011
New Revision: 223791
URL: http://svn.freebsd.org/changeset/base/223791
Log:
Merge r223505 from HEAD to stable/7:
--
Tidy up a capabilities-related comment.
This commit refers to an #ifdef that hasn't been merged [yet?]; remove it.
Author: nwhitehorn
Date: Tue Jul 5 15:00:55 2011
New Revision: 223792
URL: http://svn.freebsd.org/changeset/base/223792
Log:
Follow Linux by unconditionally stripping the RX vlan tag from incoming
packets. It turns out that all firmware versions insert it, whether or not
they support VLAN t
On 5 July 2011 18:50, Gleb Smirnoff wrote:
> Author: glebius
> Date: Tue Jul 5 14:50:06 2011
> New Revision: 223788
> URL: http://svn.freebsd.org/changeset/base/223788
>
> Log:
> Rewrite the flowctl utility to add it support for displaying
> both IPv4 and IPv4 flows.
>
> Modified:
> head/usr.s
+# 20110705: the switch of default NFS client to the new one
+OLD_FILES+=sbin/mount_newnfs
+OLD_FILES+=usr/share/man/man8/mount_newnfs.8.gz
+OLD_FILES+=usr/include/nfsclient/nfs_kdtrace.h
# 20110502: new clang import which bumps version from 2.9 to 3.0
OLD_FILES+=usr/include/clang/2.9/emmintrin.h
Author: marius
Date: Tue Jul 5 18:40:37 2011
New Revision: 223795
URL: http://svn.freebsd.org/changeset/base/223795
Log:
Call pmap_qremove() before freeing or unwiring the pages, otherwise
there's a window during which a page can be re-used before its previous
mapping is removed.
Revie
Author: jkim
Date: Tue Jul 5 18:42:10 2011
New Revision: 223796
URL: http://svn.freebsd.org/changeset/base/223796
Log:
Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take
%rcx as "extensions" in long mode. If any unused bit is set in %rcx, these
instructions cause gen
Author: cperciva
Date: Tue Jul 5 18:43:54 2011
New Revision: 223797
URL: http://svn.freebsd.org/changeset/base/223797
Log:
Don't allow lro->len to exceed 65535, as this will result in overflow
when len is inserted back into the synthetic IP packet and cause a
multiple of 2^16 bytes of TCP "
Author: marius
Date: Tue Jul 5 18:46:19 2011
New Revision: 223798
URL: http://svn.freebsd.org/changeset/base/223798
Log:
In pmap_remove_all() assert that the page is neither fictitious nor
unmanaged as also done on other architectures.
Reviewed by: alc
Modified:
head/sys/sparc64/spar
Author: cperciva
Date: Tue Jul 5 18:49:55 2011
New Revision: 223799
URL: http://svn.freebsd.org/changeset/base/223799
Log:
Remove #ifdef notyet code dating back to 4.3BSD Net/2 (and possibly earlier).
I think the benefit of making the code cleaner and easier to understand
outweighs the h
Author: marius
Date: Tue Jul 5 18:50:40 2011
New Revision: 223800
URL: http://svn.freebsd.org/changeset/base/223800
Log:
- pmap_cache_remove() and pmap_protect_tte() are only used within pmap.c
so static'ize them.
- Correct a typo.
Modified:
head/sys/sparc64/include/pmap.h
head/sys/s
Author: marius
Date: Tue Jul 5 18:55:56 2011
New Revision: 223801
URL: http://svn.freebsd.org/changeset/base/223801
Log:
It can be useful to know which page still has mappings.
Modified:
head/sys/sparc64/sparc64/vm_machdep.c
Modified: head/sys/sparc64/sparc64/vm_machdep.c
==
+# 20110705: files moved so both NFS clients can share them
+OLD_FILES+=usr/include/nfsclient/krpc.h
+OLD_FILES+=usr/include/nfsclient/nfsdiskless.h
# 20110705: the switch of default NFS client to the new one
OLD_FILES+=sbin/mount_newnfs
OLD_FILES+=usr/share/man/man8/mount_newnfs.8.gz
Author: dougb
Date: Tue Jul 5 19:37:48 2011
New Revision: 223803
URL: http://svn.freebsd.org/changeset/base/223803
Log:
Vendor import of BIND 9.6-ESV-R4-P3
Modified:
vendor/bind9/dist/CHANGES
vendor/bind9/dist/bin/named/bind9.xsl.h
vendor/bind9/dist/lib/dns/api
vendor/bind9/dist/lib/dn
Author: dougb
Date: Tue Jul 5 19:38:41 2011
New Revision: 223804
URL: http://svn.freebsd.org/changeset/base/223804
Log:
Tag the 9.6-ESV-R4-P3 release
Added:
vendor/bind9/9.6-ESV-R4-P3/
- copied from r223803, vendor/bind9/dist/
___
svn-src-all@
Author: dougb
Date: Tue Jul 5 19:48:57 2011
New Revision: 223805
URL: http://svn.freebsd.org/changeset/base/223805
Log:
Document the need to remove doxygen-related stuff from configure.in
Modified:
vendor/bind9/dist/FREEBSD-Upgrade
Modified: vendor/bind9/dist/FREEBSD-Upgrade
===
Author: marius
Date: Tue Jul 5 20:05:06 2011
New Revision: 223806
URL: http://svn.freebsd.org/changeset/base/223806
Log:
Remove the IDR_CHEETAH_MAX_BN_PAIRS limit from cheetah_ipi_selected().
This is just a simple approach. For reasons unknown OpenSolaris uses a
more sophisticated one invol
Author: yongari
Date: Tue Jul 5 23:17:27 2011
New Revision: 223807
URL: http://svn.freebsd.org/changeset/base/223807
Log:
MFC r223608:
Disable microcode loading for 82550 and 82550C controllers. Loading
the microcode caused SCB timeouts. Linux driver does not allow
microcode loading
Author: yongari
Date: Tue Jul 5 23:18:28 2011
New Revision: 223808
URL: http://svn.freebsd.org/changeset/base/223808
Log:
MFC r223608:
Disable microcode loading for 82550 and 82550C controllers. Loading
the microcode caused SCB timeouts. Linux driver does not allow
microcode loading
Author: yongari
Date: Tue Jul 5 23:30:14 2011
New Revision: 223809
URL: http://svn.freebsd.org/changeset/base/223809
Log:
MFC r223610:
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Modified:
stable/8/sys/dev/fxp/if_fxp.c
Directory Properties:
stable/8/sys/
Author: yongari
Date: Tue Jul 5 23:31:40 2011
New Revision: 223810
URL: http://svn.freebsd.org/changeset/base/223810
Log:
MFC r223610:
Enable CPUSaver D102 E-step microcode loading for 82551 revision
0x10.
Modified:
stable/7/sys/dev/fxp/if_fxp.c
Directory Properties:
stable/7/sys/
Author: dougb
Date: Wed Jul 6 00:47:27 2011
New Revision: 223811
URL: http://svn.freebsd.org/changeset/base/223811
Log:
Apply bug fixes
Submitted by: marius
Modified:
head/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h
Modified: head/contrib/bind9/lib/isc/sparc64/include/isc/atomic
Author: dougb
Date: Wed Jul 6 00:48:31 2011
New Revision: 223812
URL: http://svn.freebsd.org/changeset/base/223812
Log:
Update to version 9.6-ESV-R4-P3
ALL BIND USERS ARE ENCOURAGED TO UPGRADE IMMEDIATELY
This update addresses the following vulnerability:
CVE-2011-2464
Author: dougb
Date: Wed Jul 6 00:49:35 2011
New Revision: 223813
URL: http://svn.freebsd.org/changeset/base/223813
Log:
Apply bug fixes
Submitted by: marius
Modified:
stable/8/contrib/bind9/lib/isc/sparc64/include/isc/atomic.h
Modified: stable/8/contrib/bind9/lib/isc/sparc64/include/is
Author: dougb
Date: Wed Jul 6 00:50:27 2011
New Revision: 223814
URL: http://svn.freebsd.org/changeset/base/223814
Log:
Update relevant to the 9.6-ESV-R4-P3 release
Modified:
stable/8/lib/bind/config.h
Modified: stable/8/lib/bind/config.h
Author: dougb
Date: Wed Jul 6 00:50:54 2011
New Revision: 223815
URL: http://svn.freebsd.org/changeset/base/223815
Log:
Update to version 9.6-ESV-R4-P3
ALL BIND USERS ARE ENCOURAGED TO UPGRADE IMMEDIATELY
This update addresses the following vulnerability:
CVE-2011-2464
Author: ae
Date: Wed Jul 6 05:40:22 2011
New Revision: 223816
URL: http://svn.freebsd.org/changeset/base/223816
Log:
MFC r223660:
Initialize elements of state array when creating the GPT table.
This fixes the problem, when the secondary GPT header is not erased when
partition table
Author: ae
Date: Wed Jul 6 05:42:52 2011
New Revision: 223817
URL: http://svn.freebsd.org/changeset/base/223817
Log:
MFC r223358:
Do not use SET_HOST_IPLEN() macro for IPv6 packets.
PR: kern/157239
Modified:
stable/8/sys/netinet/ipfw/ip_dn_io.c
stable/8/sys/netinet/ipfw/
Author: gordon
Date: Wed Jul 6 06:34:08 2011
New Revision: 223818
URL: http://svn.freebsd.org/changeset/base/223818
Log:
Only increment the ypcnt once per data record. The old implementation
was incrementing it twice making it impossible to iterate the table
since the records were 1, 3, 5,
Author: ae
Date: Wed Jul 6 06:56:31 2011
New Revision: 223819
URL: http://svn.freebsd.org/changeset/base/223819
Log:
MFC r222582:
O_FORWARD_IP is only action which depends from the result of lookup of
dynamic rules. We are doing forwarding in the following cases:
o For the simple i
Author: ae
Date: Wed Jul 6 06:57:07 2011
New Revision: 223820
URL: http://svn.freebsd.org/changeset/base/223820
Log:
MFC r222582:
O_FORWARD_IP is only action which depends from the result of lookup of
dynamic rules. We are doing forwarding in the following cases:
o For the simple i
41 matches
Mail list logo