]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/log
FreeBSD/releng/8.1.git
13 years agoReady to proceed with 8.1-RC2.
kensmith [Sat, 26 Jun 2010 14:55:53 +0000 (14:55 +0000)]
Ready to proceed with 8.1-RC2.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209538 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r208553
qingli [Fri, 25 Jun 2010 21:26:34 +0000 (21:26 +0000)]
MFC r208553

This patch fixes the problem where proxy ARP entries cannot be added
over the if_ng interface.

Approved by: re (bz)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209524 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209263:
pjd [Wed, 23 Jun 2010 23:07:57 +0000 (23:07 +0000)]
MFC r209263:

r209175:

Eliminate dead code.

Found by: Coverity Prevent
CID: 5158

r209177:

Remove macros that are not really needed. The idea was to have them in case
we grow more descriptors, but I'll reconsider readding them once we get there.

Passing (a = b) expression to FD_ISSET() is bad idea, as FD_ISSET() evaluates
its argument twice.

Found by: Coverity Prevent
CID: 5243

r209179:

Plug memory leaks.

Found by: Coverity Prevent
CID: 7052, 7053, 7054, 7055

r209180:

Plug memory leak.

Found by: Coverity Prevent
CID: 7051

r209181:

Plug memory leak.

Found by: Coverity Prevent
CID: 7056

r209182:

Plug memory leak.

Found by: Coverity Prevent
CID: 7057

r209183:

Initialize gctl_seq for synchronization requests.

Reported by: hiroshi@soupacific.com
Analysed by: Mikolaj Golub <to.my.trociny@gmail.com>
Tested by: hiroshi@soupacific.com, Mikolaj Golub <to.my.trociny@gmail.com>

r209184:

Fix typos.

r209185:

Correct various log messages.

Submitted by: Mikolaj Golub <to.my.trociny@gmail.com>

Note that without some of these changes hastd won't work on 8.x properly.

Approved by: re (kensmith)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209488 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209262:
pjd [Wed, 23 Jun 2010 23:03:25 +0000 (23:03 +0000)]
MFC r209262:

r209186:

BIO_DELETE contains range we want to delete and doesn't provide any
useful data, so there is no need to copy it to userland.

r209187:

'unit' can be negative, so use signed type for it.

Found by: Coverity Prevent
CID: 3731

Approved by: re (kensmith)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209487 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC 209213:
jhb [Wed, 23 Jun 2010 17:51:11 +0000 (17:51 +0000)]
MFC 209213:
When updating individual CPU's lowest Cx state to use, never set it to a
state lower than the lowest one supported by the current CPU.  This closes
some races with changes to the hw.acpi.cpu_cx_lowest sysctl while Cx
states for individual CPUs were changing (e.g. unplugging the AC adapter
of a laptop) that could result in panics.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209473 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209369:
nwhitehorn [Wed, 23 Jun 2010 13:47:27 +0000 (13:47 +0000)]
MFC r209369:
Temporarily disable instruction relocation while setting up the kernel's
IBAT entry in early boot in order to prevent possible faults from races
between the instruction cache and the MMU.

PR: powerpc/148003
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209465 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209341:
mav [Wed, 23 Jun 2010 10:06:31 +0000 (10:06 +0000)]
MFC r209341:
Report transport type in XPT_PATH_INQ.

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209458 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209340:
mav [Wed, 23 Jun 2010 10:04:48 +0000 (10:04 +0000)]
MFC r209340:
Report transport type in XPT_PATH_INQ.

PR: i386/147929
Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209457 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC 209286:
dougb [Wed, 23 Jun 2010 03:56:53 +0000 (03:56 +0000)]
MFC 209286:

Add the AAAA address for i.root-servers.net

Approved by: re (kensmith)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209453 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agomerge r196650 from head (via stable/8): tty might be NULL
des [Tue, 22 Jun 2010 19:56:07 +0000 (19:56 +0000)]
merge r196650 from head (via stable/8): tty might be NULL

Approved by: re (kib@)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209441 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC 209264
tuexen [Tue, 22 Jun 2010 17:45:21 +0000 (17:45 +0000)]
MFC 209264
 * Fix a bug where the length of the ASCONF-ACK was calculated wrong due
   to using an uninitialized variable.
 * Fix a bug where a NULL pointer was dereferenced when interfaces
   come and go at a high rate.
 * Fix a bug where inps where not deregistered from iterators.
 * Fix a race condition in freeing an association.
 * Fix a refcount problem related to the iterator.
 Each of the above bug results in a panic. It shows up when
 interfaces come and go at a high rate.

Approved by: re

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209433 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC revs 209026 and 209085:
marcel [Sat, 19 Jun 2010 05:35:47 +0000 (05:35 +0000)]
MFC revs 209026 and 209085:
o   Bump MAX_BPAGES from 256 to 1024.
o   Synchronize the kernel entry on all CPUs with the use of the ptc.g
    instruction on a single CPU by implementing a bare-bones readers-
    writer lock.

Approved by: re (kensmith)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209327 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209265:
pjd [Fri, 18 Jun 2010 22:06:49 +0000 (22:06 +0000)]
MFC r209265:

r209260:

Backout r207970 for now, it can lead to deadlocks.

Reported by: kan

r209261:

Turn off UMA allocations on all archs by default. It isn't stable even
on amd64.

Reported by: many

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209319 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC r209273:
randi [Fri, 18 Jun 2010 21:10:56 +0000 (21:10 +0000)]
MFC r209273:
  Fix uninitialized variables that cause a crash when the network is
  initialized and sysinstall is not running as init.

Submitted by: Nick Mills
Approved by: cperciva (mentor)
Approved by: re (kensmith)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209315 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoMFC: r209138
marius [Thu, 17 Jun 2010 20:53:56 +0000 (20:53 +0000)]
MFC: r209138

Update a branch missed in r207537 (committed to stable/8 in r207890).

Approved by: re (kib)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209272 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoReady for 8.1-RC1.
kensmith [Mon, 14 Jun 2010 02:31:53 +0000 (02:31 +0000)]
Ready for 8.1-RC1.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209151 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoAdjust __FreeBSD_version to reflect this is the 8.1 release branch.
kensmith [Mon, 14 Jun 2010 02:30:59 +0000 (02:30 +0000)]
Adjust __FreeBSD_version to reflect this is the 8.1 release branch.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209150 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoAdjust cvs branch tag.
kensmith [Mon, 14 Jun 2010 02:29:25 +0000 (02:29 +0000)]
Adjust cvs branch tag.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209149 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoAdjust the cvs branch for 'make update'.
kensmith [Mon, 14 Jun 2010 02:26:33 +0000 (02:26 +0000)]
Adjust the cvs branch for 'make update'.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209148 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

13 years agoCopy stable/8 to releng/8.1 in preparation for 8.1-RC1.
kensmith [Mon, 14 Jun 2010 02:09:06 +0000 (02:09 +0000)]
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.

Approved by: re (implicit)

git-svn-id: svn://svn.freebsd.org/base/releng/8.1@209145 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f