]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/log
FreeBSD/stable/8.git
14 years agoMFC 196133:
simon [Wed, 12 Aug 2009 21:23:41 +0000 (21:23 +0000)]
MFC 196133:

  Remove symlinks in OpenSSL's testing framework.  These are not required
  for normal build, and doesn't export well to CVS.

  If they are needed later a script will be added to recreate the symlinks
  when needed at build time.

Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196160 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC 196155:
sam [Wed, 12 Aug 2009 21:06:37 +0000 (21:06 +0000)]
MFC 196155:
    First (early) draft of net80211 documentation.  Note this is
    focused on driver writers (as opposed to folks adding to net80211).

Reviewed by: wkoszek
Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196157 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196152
qingli [Wed, 12 Aug 2009 20:48:50 +0000 (20:48 +0000)]
MFC r196152

A piece of code was added to install a host route when an IPv6 interface
address is configured with a /128 prefix. This is no longer necessary due
to r192011. In fact that code conflicts with r192011. This patch removes
the host route installation when detecting the /128 prefix, and instead
let the code added by r192011 to install the loopback route for that IPv6
interface address.

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/8@196154 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196149:
rmacklem [Wed, 12 Aug 2009 20:30:27 +0000 (20:30 +0000)]
MFC r196149:

Add a check for a NULL mbuf ptr at the beginning of xdrmbuf_inline()
so that it returns failure instead of crashing when "m->m_len" is
executed and m == NULL. The mbuf ptr can be NULL when a call to
xdrmbuf_getbytes() gets the bytes it needs, but they are at the end
of a short RPC reply. When this happens, xdrmbuf_getbytes() returns
success, but advances the mbuf ptr (xdrs->x_private) to m_next, which
is NULL. If this is followed by a call to xdrmbuf_getlong(), it calls
xdrmbuf_inline(), which would cause a crash by accessing "m->m_len".

Approved by: re (rwatson), kib (mentor)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196153 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC: r196150
jkim [Wed, 12 Aug 2009 17:45:55 +0000 (17:45 +0000)]
MFC: r196150

Always embed pointer to BPF JIT function in BPF descriptor
to avoid inconsistency when opt_bpf.h is not included.

Reviewed by: rwatson
Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196151 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC 196147: Fix references to the kernel distributions to use the correct
jhb [Wed, 12 Aug 2009 14:40:21 +0000 (14:40 +0000)]
MFC 196147: Fix references to the kernel distributions to use the correct
names (uppercase).

Approved by: re (rwatson, kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196148 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMerge r196142
rnoland [Wed, 12 Aug 2009 13:12:09 +0000 (13:12 +0000)]
Merge r196142

Add support for radeon RS880 IGP chips to drm.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMerge r196141
rnoland [Wed, 12 Aug 2009 13:09:24 +0000 (13:09 +0000)]
Merge r196141

Add some additional radeon pci ids to drm.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196143 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196137:
bz [Wed, 12 Aug 2009 12:31:29 +0000 (12:31 +0000)]
MFC r196137:

  Do not truncate IPv6 addresses when printing them in the
  jls -av 7.x multi-IP jail backward compat output.

  Reported by:  ed
  Tested by:    ed
  Reviewed by:  rwatson

Approved by:  re

git-svn-id: svn://svn.freebsd.org/base/stable/8@196138 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196135:
bz [Wed, 12 Aug 2009 12:14:30 +0000 (12:14 +0000)]
MFC r196135:
  Make the kernel compile without IP networking by moving
  a variable under a proper #ifdef.

Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196136 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196132:
bz [Wed, 12 Aug 2009 12:10:28 +0000 (12:10 +0000)]
MFC r196132:
  Add ddb show dpcpu_off command to ease dpcpu memory debugging.
  While show pcpu prints pc_dynamic this also prints the original
  memory address as well as the maths.

  Once dpcpu goes NUMA this is considered to help debugging as well.

  Reviewed by:  rwatson

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/8@196134 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196129:
bz [Wed, 12 Aug 2009 12:05:07 +0000 (12:05 +0000)]
MFC r196129:

  Update DDB show vnet command to print all used and available information.

  Reviewed by:  rwatson, zec

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/8@196131 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMerge r196128 to stable/8.
cperciva [Wed, 12 Aug 2009 12:00:22 +0000 (12:00 +0000)]
Merge r196128 to stable/8.

Approved by: re (rwatson)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196130 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoMFC r196118:
bz [Wed, 12 Aug 2009 10:32:20 +0000 (10:32 +0000)]
MFC r196118:
  Put minimum alignment on the dpcpu and vnet section so that ld
  when adding the __start_ symbol knows the expected section alignment
  and can place the __start_ symbol correctly.

  These sections will not support symbols with super-cache line alignment
  requirements.

  For full details, see posting to freebsd-current, 2009-08-10,
  Message-ID: <20090810133111.C93661@maildrop.int.zabbadoz.net>.

  Debugging and testing patches by:
                Kamigishi Rei (spambox haruhiism.net),
                np, lstewart, jhb, kib, rwatson
  Tested by:    Kamigishi Rei, lstewart
  Reviewed by:  kib

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/stable/8@196119 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoPrepare for 8.0 package set, adjust for 8-stable, acknowledge 9-current
kensmith [Wed, 12 Aug 2009 07:37:18 +0000 (07:37 +0000)]
Prepare for 8.0 package set, adjust for 8-stable, acknowledge 9-current
is coming.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196115 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoUpdate for RELENG_8.
kensmith [Wed, 12 Aug 2009 07:25:56 +0000 (07:25 +0000)]
Update for RELENG_8.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196112 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoAdjust for RELENG_8.
kensmith [Wed, 12 Aug 2009 07:22:12 +0000 (07:22 +0000)]
Adjust for RELENG_8.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196111 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoAdjust 'make update' to use RELENG_8 branch tag for cvs.
kensmith [Wed, 12 Aug 2009 07:08:14 +0000 (07:08 +0000)]
Adjust 'make update' to use RELENG_8 branch tag for cvs.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196110 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoNote when RELENG_8 branch was created.
kensmith [Mon, 3 Aug 2009 09:42:11 +0000 (09:42 +0000)]
Note when RELENG_8 branch was created.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196047 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

14 years agoCopy head to stable/8 as part of 8.0 Release cycle.
kensmith [Mon, 3 Aug 2009 08:13:06 +0000 (08:13 +0000)]
Copy head to stable/8 as part of 8.0 Release cycle.

Approved by: re (Implicit)

git-svn-id: svn://svn.freebsd.org/base/stable/8@196045 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f