Author: des
Date: Thu Aug 13 06:13:45 2009
New Revision: 196165
URL: http://svn.freebsd.org/changeset/base/196165
Log:
merge r196164: update & remove CVS-specific items.
Approved by: re (kib)
Modified:
stable/8/contrib/bzip2/ (props changed)
stable/8/contrib/bzip2/FREEBSD-vendor
s
Author: des
Date: Thu Aug 13 06:07:38 2009
New Revision: 196164
URL: http://svn.freebsd.org/changeset/base/196164
Log:
Update and remove CVS-specific items
Approved by: re (kib)
Modified:
head/contrib/bzip2/FREEBSD-vendor
head/contrib/netcat/FREEBSD-vendor
head/contrib/openpam/FREEB
Author: mjacob
Date: Thu Aug 13 01:45:26 2009
New Revision: 196163
URL: http://svn.freebsd.org/changeset/base/196163
Log:
MFC 196162: Have at least a fallback WWN so cards on sun branded FC cards
can configure.
Approved by: re
Modified:
stable/8/sys/dev/isp/isp_freebsd.c
Modified: st
Author: mjacob
Date: Thu Aug 13 01:17:26 2009
New Revision: 196162
URL: http://svn.freebsd.org/changeset/base/196162
Log:
Have at least *some* default WWN to fall back on,
otherwise Sun branded FC cards won't configure.
Reviewed by: Ken, Scott
Approved by: re
Modified:
head/sys/dev
On Wed, Aug 12, 2009 at 02:44:29PM -0700, Xin LI wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi, Stanislav,
>
> Stanislav Sedov wrote:
> > On Thu, 06 Aug 2009 11:07:32 -0500
> > Tom Judge mentioned:
> >
> >> I can confirm that we are also seeing this problem on a number of Dell
On Wed, 12 Aug 2009, Sam Leffler wrote:
Drain link state event changes posted during vap destroy. This is a
band-aid for the general problem that if_link_state_change can be
called between if_detach and if_free leaving a task queued that has
been free'd.
FYI to others -- we believe the pr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, Stanislav,
Stanislav Sedov wrote:
> On Thu, 06 Aug 2009 11:07:32 -0500
> Tom Judge mentioned:
>
>> I can confirm that we are also seeing this problem on a number of Dell
>> PE2950 systems running the bce driver from 7.2, the bug is more
>> vis
Author: sam
Date: Wed Aug 12 21:34:57 2009
New Revision: 196161
URL: http://svn.freebsd.org/changeset/base/196161
Log:
MFC r196159:
Drain link state event changes posted during vap destroy. This is a
band-aid for the general problem that if_link_state_change can be
called between if
Author: simon
Date: Wed Aug 12 21:23:41 2009
New Revision: 196160
URL: http://svn.freebsd.org/changeset/base/196160
Log:
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 late
Author: sam
Date: Wed Aug 12 21:19:19 2009
New Revision: 196159
URL: http://svn.freebsd.org/changeset/base/196159
Log:
Drain link state event changes posted during vap destroy. This is a
band-aid for the general problem that if_link_state_change can be
called between if_detach and if_free l
Author: simon
Date: Wed Aug 12 21:06:43 2009
New Revision: 196158
URL: http://svn.freebsd.org/changeset/base/196158
Log:
Remove empty line... really 'forced' commit to test updated mailer
config.
Modified:
svnadmin/conf/mailer.conf
Modified: svnadmin/conf/mailer.conf
==
Author: sam
Date: Wed Aug 12 21:06:37 2009
New Revision: 196157
URL: http://svn.freebsd.org/changeset/base/196157
Log:
MFC 196155:
First (early) draft of net80211 documentation. Note this is
focused on driver writers (as opposed to folks adding to net80211).
Reviewed by: wkosz
Author: simon
Date: Wed Aug 12 21:05:58 2009
New Revision: 196156
URL: http://svn.freebsd.org/changeset/base/196156
Log:
- Improve matching of paths to reduce risk of matching the wrong branch.
- Add stable/8 support.
Submitted by: des, Dimitry Andric
Modified:
svnadmin/conf/mailer.co
Author: sam
Date: Wed Aug 12 21:03:16 2009
New Revision: 196155
URL: http://svn.freebsd.org/changeset/base/196155
Log:
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
Author: qingli
Date: Wed Aug 12 20:48:50 2009
New Revision: 196154
URL: http://svn.freebsd.org/changeset/base/196154
Log:
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 r
Author: rmacklem
Date: Wed Aug 12 20:30:27 2009
New Revision: 196153
URL: http://svn.freebsd.org/changeset/base/196153
Log:
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
On Thu, 06 Aug 2009 11:07:32 -0500
Tom Judge mentioned:
>
> I can confirm that we are also seeing this problem on a number of Dell
> PE2950 systems running the bce driver from 7.2, the bug is more
> visible/producible on systems that are using Jumbo Frames (in our case 8Kb).
>
> The symptoms
Author: qingli
Date: Wed Aug 12 19:15:26 2009
New Revision: 196152
URL: http://svn.freebsd.org/changeset/base/196152
Log:
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 tha
Author: jkim
Date: Wed Aug 12 17:45:55 2009
New Revision: 196151
URL: http://svn.freebsd.org/changeset/base/196151
Log:
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:
Author: jkim
Date: Wed Aug 12 17:28:53 2009
New Revision: 196150
URL: http://svn.freebsd.org/changeset/base/196150
Log:
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)
Mod
Author: rmacklem
Date: Wed Aug 12 16:27:51 2009
New Revision: 196149
URL: http://svn.freebsd.org/changeset/base/196149
Log:
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
Author: jhb
Date: Wed Aug 12 14:40:21 2009
New Revision: 196148
URL: http://svn.freebsd.org/changeset/base/196148
Log:
MFC 196147: Fix references to the kernel distributions to use the correct
names (uppercase).
Approved by: re (rwatson, kib)
Modified:
stable/8/usr.sbin/sysinstall/
Author: jhb
Date: Wed Aug 12 14:37:57 2009
New Revision: 196147
URL: http://svn.freebsd.org/changeset/base/196147
Log:
Fix references to the kernel distributions to use the correct names
(uppercase).
PR: docs/137415
Submitted by: Yuri Gorchakov
Approved by: re (rwatson, kib
Author: rnoland
Date: Wed Aug 12 13:20:42 2009
New Revision: 196146
URL: http://svn.freebsd.org/changeset/base/196146
Log:
Merge r196142
Add support for radeon RS880 IGP chips to drm.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/de
Author: rnoland
Date: Wed Aug 12 13:19:14 2009
New Revision: 196145
URL: http://svn.freebsd.org/changeset/base/196145
Log:
Merge r196141
Add some additional radeon pci ids to drm.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/dr
Author: rnoland
Date: Wed Aug 12 13:12:09 2009
New Revision: 196144
URL: http://svn.freebsd.org/changeset/base/196144
Log:
Merge r196142
Add support for radeon RS880 IGP chips to drm.
Approved by: re (kib)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/
Author: rnoland
Date: Wed Aug 12 13:09:24 2009
New Revision: 196143
URL: http://svn.freebsd.org/changeset/base/196143
Log:
Merge r196141
Add some additional radeon pci ids to drm.
Approved by: re (kib)
Modified:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (p
Author: rnoland
Date: Wed Aug 12 12:57:02 2009
New Revision: 196142
URL: http://svn.freebsd.org/changeset/base/196142
Log:
Add support for radeon RS880 IGP chips to drm.
Approved by: re (kib)
MFC after:0 days
Modified:
head/sys/dev/drm/drm_pciids.h
head/sys/dev/drm/r600_cp.c
h
Author: rnoland
Date: Wed Aug 12 12:50:15 2009
New Revision: 196141
URL: http://svn.freebsd.org/changeset/base/196141
Log:
Add some additional radeon pci ids to drm.
Approved by: re (kib)
MFC after:0 days
Modified:
head/sys/dev/drm/drm_pciids.h
Modified: head/sys/dev/drm/drm_pcii
Author: bz
Date: Wed Aug 12 12:31:29 2009
New Revision: 196138
URL: http://svn.freebsd.org/changeset/base/196138
Log:
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
Author: bz
Date: Wed Aug 12 12:29:07 2009
New Revision: 196137
URL: http://svn.freebsd.org/changeset/base/196137
Log:
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
Ap
On Wed, 12 Aug 2009, Bjoern A. Zeeb wrote:
Author: bz
Date: Wed Aug 12 10:32:20 2009
New Revision: 196119
URL: http://svn.freebsd.org/changeset/base/196119
Log:
MFC r196118:
Put minimum alignment on the dpcpu and vnet section so that ld
when adding the __start_ symbol knows the expected
Author: bz
Date: Wed Aug 12 12:14:30 2009
New Revision: 196136
URL: http://svn.freebsd.org/changeset/base/196136
Log:
MFC r196135:
Make the kernel compile without IP networking by moving
a variable under a proper #ifdef.
Approved by: re (rwatson)
Modified:
stable/8/sys/ (props
Author: bz
Date: Wed Aug 12 12:12:23 2009
New Revision: 196135
URL: http://svn.freebsd.org/changeset/base/196135
Log:
Make the kernel compile without IP networking by moving
a variable under a proper #ifdef.
Approved by: re (rwatson)
Modified:
head/sys/kern/kern_jail.c
Modified: head
Author: bz
Date: Wed Aug 12 12:10:28 2009
New Revision: 196134
URL: http://svn.freebsd.org/changeset/base/196134
Log:
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
Author: simon
Date: Wed Aug 12 12:10:00 2009
New Revision: 196133
URL: http://svn.freebsd.org/changeset/base/196133
Log:
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 adde
Author: bz
Date: Wed Aug 12 12:06:16 2009
New Revision: 196132
URL: http://svn.freebsd.org/changeset/base/196132
Log:
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
Author: bz
Date: Wed Aug 12 12:05:07 2009
New Revision: 196131
URL: http://svn.freebsd.org/changeset/base/196131
Log:
MFC r196129:
Update DDB show vnet command to print all used and available information.
Reviewed by: rwatson, zec
Approved by: re
Modified:
stable/8/sys/
Author: cperciva
Date: Wed Aug 12 12:00:22 2009
New Revision: 196130
URL: http://svn.freebsd.org/changeset/base/196130
Log:
Merge r196128 to stable/8.
Approved by: re (rwatson)
Modified:
stable/8/usr.sbin/ntp/ (props changed)
stable/8/usr.sbin/ntp/scripts/mkver
Modified: stable/8/u
Author: bz
Date: Wed Aug 12 12:00:21 2009
New Revision: 196129
URL: http://svn.freebsd.org/changeset/base/196129
Log:
Update DDB show vnet command to print all used and available information.
Reviewed by: rwatson, zec
Approved by: re
Modified:
head/sys/net/vnet.c
Modified: head/sys/
Author: cperciva
Date: Wed Aug 12 11:55:26 2009
New Revision: 196128
URL: http://svn.freebsd.org/changeset/base/196128
Log:
Apply the ntp-related part of r195626 to the correct part of the tree --
the mkver which is used in builds is the one in usr.sbin/ntp/scripts,
not the one in contrib/nt
[correct mailer issues for svn]
On 2009.08.03 16:05:09 +0200, Dag-Erling Smørgrav wrote:
> Dimitry Andric writes:
> > You might want to change [...]
>
> Thanks, new patch attached.
Just FYI, I plan to look at this tonight CET (but won't be able to
before) so it should be fixed soonish.
--
Sim
Author: rwatson
Date: Wed Aug 12 10:46:48 2009
New Revision: 196123
URL: http://svn.freebsd.org/changeset/base/196123
Log:
Update posix1e-related man pages, especially as relates to MAC, to more
accurately reflect the last ten years of work.
Approved by: re (kib)
Modified:
head/lib/li
Author: rwatson
Date: Wed Aug 12 10:45:45 2009
New Revision: 196122
URL: http://svn.freebsd.org/changeset/base/196122
Log:
Correctly audit real gids following changes to the audit record argument
interface.
Approved by: re (kib)
Modified:
head/sys/security/audit/audit.h
Modified: hea
Author: rwatson
Date: Wed Aug 12 10:44:13 2009
New Revision: 196121
URL: http://svn.freebsd.org/changeset/base/196121
Log:
Reverse misordered unlock and lock in at_control for netatalk phase I
addresses.
Submitted by: Russell Cattelan
Approved by: re (kib)
Modified:
head/sys/netata
Author: rwatson
Date: Wed Aug 12 10:41:37 2009
New Revision: 196120
URL: http://svn.freebsd.org/changeset/base/196120
Log:
Update procstat(1) for the fact that devfs paths are no longer unsupported.
Approved by: re (kib)
Modified:
head/usr.bin/procstat/procstat.1
Modified: head/usr.bin
Author: bz
Date: Wed Aug 12 10:32:20 2009
New Revision: 196119
URL: http://svn.freebsd.org/changeset/base/196119
Log:
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 __s
Author: bz
Date: Wed Aug 12 10:26:03 2009
New Revision: 196118
URL: http://svn.freebsd.org/changeset/base/196118
Log:
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 correctl
Author: kensmith
Date: Wed Aug 12 07:37:18 2009
New Revision: 196115
URL: http://svn.freebsd.org/changeset/base/196115
Log:
Prepare for 8.0 package set, adjust for 8-stable, acknowledge 9-current
is coming.
Approved by: re (implicit)
Modified:
stable/8/usr.sbin/pkg_install/add/main.c
Author: kensmith
Date: Wed Aug 12 07:25:56 2009
New Revision: 196112
URL: http://svn.freebsd.org/changeset/base/196112
Log:
Update for RELENG_8.
Approved by: re (implicit)
Modified:
stable/8/share/examples/cvsup/standard-supfile
Modified: stable/8/share/examples/cvsup/standard-supfile
Author: kensmith
Date: Wed Aug 12 07:22:12 2009
New Revision: 196111
URL: http://svn.freebsd.org/changeset/base/196111
Log:
Adjust for RELENG_8.
Approved by: re (implicit)
Modified:
stable/8/release/Makefile
Modified: stable/8/release/Makefile
==
Author: kensmith
Date: Wed Aug 12 07:08:14 2009
New Revision: 196110
URL: http://svn.freebsd.org/changeset/base/196110
Log:
Adjust 'make update' to use RELENG_8 branch tag for cvs.
Approved by: re (implicit)
Modified:
stable/8/Makefile.inc1
Modified: stable/8/Makefile.inc1
52 matches
Mail list logo