Author: alc
Date: Thu May 7 05:44:13 2009
New Revision: 191874
URL: http://svn.freebsd.org/changeset/base/191874
Log:
Eliminate an incorrect comment.
Modified:
head/sys/vm/vm_fault.c
Modified: head/sys/vm/vm_fault.c
===
Author: alc
Date: Thu May 7 05:42:13 2009
New Revision: 191873
URL: http://svn.freebsd.org/changeset/base/191873
Log:
Define the kernel pmap in the same way on arm as on every other
architecture.
Eliminate an unused definition.
Tested by:cognet
Modified:
head/sys/arm/arm/pmap
Author: dchagin
Date: Thu May 7 03:23:22 2009
New Revision: 191871
URL: http://svn.freebsd.org/changeset/base/191871
Log:
Rework r191742.
Use the protocol family constants for the domain argument validation.
Return EAFNOSUPPORT in case when the incorrect domain argument
is specified.
Author: thompsa
Date: Thu May 7 02:17:09 2009
New Revision: 191870
URL: http://svn.freebsd.org/changeset/base/191870
Log:
Add the Sierra AC885U and increase the max ports to 8.
Modified:
head/sys/dev/usb/serial/u3g.c
Modified: head/sys/dev/usb/serial/u3g.c
==
Author: thompsa
Date: Thu May 7 02:15:58 2009
New Revision: 191869
URL: http://svn.freebsd.org/changeset/base/191869
Log:
- Fix the u3g port detection where it would not calculate the correct number
of
ports when multiple interfaces are present.
- Claim all interfaces regardless of how m
Author: thompsa
Date: Thu May 7 02:13:56 2009
New Revision: 191868
URL: http://svn.freebsd.org/changeset/base/191868
Log:
Use vendor and product macro expansion to make the device table smaller and
more readable.
Modified:
head/sys/dev/usb/serial/u3g.c
Modified: head/sys/dev/usb/serial/u3
Author: yongari
Date: Thu May 7 01:14:59 2009
New Revision: 191867
URL: http://svn.freebsd.org/changeset/base/191867
Log:
MFC r190982:
Don't blindly set IP packet length from interface MTU in TSO case.
Remote host can advertise smaller MSS than that of sender so upper
stack might ha
Author: sam
Date: Thu May 7 00:35:32 2009
New Revision: 191866
URL: http://svn.freebsd.org/changeset/base/191866
Log:
optimize ath_tx_findrix: there's no need to walk the rates table as
sc_rixmap is an inverse map
NB: could eliminate the check for an invalid rate by filling in 0 for
Author: sam
Date: Wed May 6 23:49:55 2009
New Revision: 191865
URL: http://svn.freebsd.org/changeset/base/191865
Log:
o cleanup checks for which vap combinations are permitted and what to
use for ic_opmode
o fixes the case where creating ahdemo+wds vaps caused ic_opmode to be
set to h
Author: sam
Date: Wed May 6 23:09:26 2009
New Revision: 191864
URL: http://svn.freebsd.org/changeset/base/191864
Log:
add support for the Beacon Not Ready (BNR) interrupt
(available on 5211 and later)
Modified:
head/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
head/sys/dev/ath/ath_hal/
Author: gonzo
Date: Wed May 6 22:31:04 2009
New Revision: 191862
URL: http://svn.freebsd.org/changeset/base/191862
Log:
- Increase size limit for HEAD merge to projects/mips
Modified:
svnadmin/conf/sizelimit.conf
Modified: svnadmin/conf/sizelimit.conf
===
Author: delphij
Date: Wed May 6 22:26:49 2009
New Revision: 191861
URL: http://svn.freebsd.org/changeset/base/191861
Log:
MFC r191005:
Don't exit until all truss children were exit.
Modified:
stable/7/usr.bin/truss/ (props changed)
stable/7/usr.bin/truss/main.c
Modified: stable/7/u
Author: delphij
Date: Wed May 6 22:26:04 2009
New Revision: 191860
URL: http://svn.freebsd.org/changeset/base/191860
Log:
MFC r191004:
Correct a bug where pr_data should have been assigned.
Modified:
stable/7/usr.bin/truss/ (props changed)
stable/7/usr.bin/truss/setup.c
Modified: s
Author: cognet
Date: Wed May 6 20:24:17 2009
New Revision: 191858
URL: http://svn.freebsd.org/changeset/base/191858
Log:
Use the good hints for the NSLU, it should fix the network adapter.
PR: arm/134092
Submitted by: gavin
Modified:
head/sys/arm/conf/NSLU.hints
Modified: h
Author: jmg
Date: Wed May 6 20:07:28 2009
New Revision: 191857
URL: http://svn.freebsd.org/changeset/base/191857
Log:
fix grammar...
Reviewed by: cperciva
Modified:
head/usr.sbin/freebsd-update/freebsd-update.8
Modified: head/usr.sbin/freebsd-update/freebsd-update.8
==
Author: lulf
Date: Wed May 6 19:34:32 2009
New Revision: 191856
URL: http://svn.freebsd.org/changeset/base/191856
Log:
- Split up the BIO queue into a queue for new and one for completed requests.
This is necessary for two reasons:
1) In order to avoid collisions with the use of a BIOs
Author: lulf
Date: Wed May 6 19:18:19 2009
New Revision: 191855
URL: http://svn.freebsd.org/changeset/base/191855
Log:
- Fix a case where a RAID5 volume would think that it is supposed to grow a
new
subdisk after a parity rebuild.
Modified:
head/sys/geom/vinum/geom_vinum_subr.c
Modifie
Author: lulf
Date: Wed May 6 19:06:28 2009
New Revision: 191854
URL: http://svn.freebsd.org/changeset/base/191854
Log:
- Check if any plexes are doing internal maintenance before removing them.
Modified:
head/sys/geom/vinum/geom_vinum_rm.c
Modified: head/sys/geom/vinum/geom_vinum_rm.c
=
Author: lulf
Date: Wed May 6 18:37:32 2009
New Revision: 191853
URL: http://svn.freebsd.org/changeset/base/191853
Log:
- Add forgotten KASSERT.
Modified:
head/sys/geom/vinum/geom_vinum.c
Modified: head/sys/geom/vinum/geom_vinum.c
=
Author: lulf
Date: Wed May 6 18:27:28 2009
New Revision: 191852
URL: http://svn.freebsd.org/changeset/base/191852
Log:
- Fix a bug where the bio_data field of the wrong BIO is freed if an error
occurs when doing a RAID5 request.
Modified:
head/sys/geom/vinum/geom_vinum_raid5.c
Modified:
Author: lulf
Date: Wed May 6 18:24:56 2009
New Revision: 191850
URL: http://svn.freebsd.org/changeset/base/191850
Log:
- GV_BIO_RETRY is not used, and it is actually impossible with more than 8
values for bio_cflags/bio_pflags.
Modified:
head/sys/geom/vinum/geom_vinum_var.h
Modified: he
Author: lulf
Date: Wed May 6 18:21:48 2009
New Revision: 191849
URL: http://svn.freebsd.org/changeset/base/191849
Log:
- Split the queue mutex into one for the event queue and one for the BIO
queue,
as they do not really relate and to prepare for an additional queue to be
covered by th
Author: dfr
Date: Wed May 6 17:52:38 2009
New Revision: 191848
URL: http://svn.freebsd.org/changeset/base/191848
Log:
Disable adaptive mutexes and rwlocks for XENHVM.
Modified:
head/sys/amd64/conf/XENHVM
Modified: head/sys/amd64/conf/XENHVM
==
Author: dfr
Date: Wed May 6 17:48:39 2009
New Revision: 191847
URL: http://svn.freebsd.org/changeset/base/191847
Log:
Fix XENHVM build.
Modified:
head/sys/amd64/include/pcpu.h
Modified: head/sys/amd64/include/pcpu.h
===
Author: zec
Date: Wed May 6 13:30:46 2009
New Revision: 191846
URL: http://svn.freebsd.org/changeset/base/191846
Log:
Remove unnecessary CURVNET_SET() calls where curvnet context is
(i.e. seems to be) already set.
This should reduce console noise due to curvnet recursion reports.
Th
On Tuesday 05 May 2009 10:33:52 Alexander Leidinger wrote:
> Quoting Marko Zec (from Tue, 5 May 2009 10:56:12
>
> + (UTC)):
> > The exact placement of the CURVNET_SET() / CURVNET_RESTORE() macros
> > was a result of an empirical iterative process,
>
> Was the linuxulator taken into account
Author: zec
Date: Wed May 6 08:49:39 2009
New Revision: 191845
URL: http://svn.freebsd.org/changeset/base/191845
Log:
Unbreak options VIMAGE kernel builds.
Approved by: julian (mentor)
Modified:
head/sys/netinet/sctp_crc32.c
head/sys/netinet/sctp_os_bsd.h
head/sys/sys/vimage.h
Mod
27 matches
Mail list logo