In message: <20090515092205.6f6d06fa.s...@freebsd.org>
Stanislav Sedov writes:
: On Thu, 14 May 2009 21:37:12 -0600 (MDT)
: "M. Warner Losh" mentioned:
:
: > In message: <200905122114.n4cleag9033...@svn.freebsd.org>
: > Stanislav Sedov writes:
: > : @@ -926,6 +937,7 @@ a
Hi,
Could this commit have broken boot on my amd64 system with an ULi SATA
controller?
I have not fully bisected (and to be honest, who really has time to do
this for production machines, unless
The panic I get with RELENG_7 sources as of yesterday after this commit
is 'resource list busy'
On Thu, 14 May 2009 21:37:12 -0600 (MDT)
"M. Warner Losh" mentioned:
> In message: <200905122114.n4cleag9033...@svn.freebsd.org>
> Stanislav Sedov writes:
> : @@ -926,6 +937,7 @@ atestart_locked(struct ifnet *ifp)
> : * tell the hardware to xmit the packet.
> :
Author: imp
Date: Fri May 15 04:49:20 2009
New Revision: 192135
URL: http://svn.freebsd.org/changeset/base/192135
Log:
Fix name for driver to assign to the SPI device.
Modified:
head/sys/arm/at91/at91.c
Modified: head/sys/arm/at91/at91.c
==
Author: alc
Date: Fri May 15 04:33:35 2009
New Revision: 192134
URL: http://svn.freebsd.org/changeset/base/192134
Log:
Eliminate unnecessary clearing of the page's dirty mask from various
getpages functions.
Eliminate a stale comment.
Modified:
head/sys/fs/smbfs/smbfs_io.c
head/sys/n
In message: <20090514224925.gb57...@server.vk2pj.dyndns.org>
Peter Jeremy writes:
: On 2009-May-03 04:01:43 +, Warner Losh wrote:
: > Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
: > Broadcom BCM43xx chipsets.
:
: Thanks for this. Is there a particular
In message: <20090514002555.f56ba38b.s...@freebsd.org>
Stanislav Sedov writes:
: On Wed, 13 May 2009 18:42:49 + (UTC)
: Oleksandr Tymoshenko mentioned:
:
: > Author: gonzo
: > Date: Wed May 13 18:42:49 2009
: > New Revision: 192059
: > URL: http://svn.freebsd.org/changeset/base/1
In message: <200905122114.n4cleag9033...@svn.freebsd.org>
Stanislav Sedov writes:
: @@ -926,6 +937,7 @@ atestart_locked(struct ifnet *ifp)
:* tell the hardware to xmit the packet.
:*/
: WR4(sc, ETH_TAR, segs[0].ds_addr);
: + BAR
> -Original Message-
> From: George Neville-Neil [mailto:g...@neville-neil.com]
> Sent: Thursday, May 14, 2009 7:36 AM
> To: Qing Li
> Cc: src-committ...@freebsd.org; svn-src-all@FreeBSD.org;
> svn-src-h...@freebsd.org
> Subject: Re: svn commit: r192085 - head/sys/netinet
>
>
> On Ma
Author: cperciva
Date: Fri May 15 00:18:31 2009
New Revision: 192130
URL: http://svn.freebsd.org/changeset/base/192130
Log:
Allow a comma-separated list of network interfaces to be specified via the
netDev option in install.cfg.
Submitted by: randi
MFC after:1 week
Modified:
head
Author: delphij
Date: Thu May 14 23:09:33 2009
New Revision: 192129
URL: http://svn.freebsd.org/changeset/base/192129
Log:
As the comment says, close() frees the variable, record. So we obtain
the length by evaluating the value from the copy, cbuf instead. This
fixes a crash caused by prev
On 2009-May-03 04:01:43 +, Warner Losh wrote:
> Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
> Broadcom BCM43xx chipsets.
Thanks for this. Is there a particular reason why it is not connected
to the build via either NOTES or modules/Makefile?
--
Peter Jeremy
pgp
Author: delphij
Date: Thu May 14 22:36:56 2009
New Revision: 192128
URL: http://svn.freebsd.org/changeset/base/192128
Log:
Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while).
Modified:
head/sys/dev/bge/if_bge.c
Modified: head/sys/dev/bge/if_bge.c
Author: delphij
Date: Thu May 14 22:33:37 2009
New Revision: 192127
URL: http://svn.freebsd.org/changeset/base/192127
Log:
Try to workaround a race where bge_stop() may sneak in when bge_rxeof()
drops and re-grabs the softc mutex in the middle, resulting in kernel
trap 12. This may happen w
Author: jhb
Date: Thu May 14 22:01:32 2009
New Revision: 192125
URL: http://svn.freebsd.org/changeset/base/192125
Log:
- Use a separate sx lock to try to limit the number of concurrent userland
sysctl requests to avoid wiring too much user memory. Only grab this
lock if the user's old b
Author: ed
Date: Thu May 14 22:01:14 2009
New Revision: 192124
URL: http://svn.freebsd.org/changeset/base/192124
Log:
Make the layout of pstat -t less awful.
Right now we have a device named "consolectl", but pstat only reserves 7
columns for the device name. Increase it to 10 to make it
Author: ed
Date: Thu May 14 22:01:00 2009
New Revision: 192123
URL: http://svn.freebsd.org/changeset/base/192123
Log:
Make the layout of pstat -t less awful.
Right now we have a device named "consolectl", but pstat only reserves 7
columns for the device name. Increase it to 10 to make it
Author: jhb
Date: Thu May 14 21:53:35 2009
New Revision: 192122
URL: http://svn.freebsd.org/changeset/base/192122
Log:
Trim the default set of device hints on i386 and amd64:
- Remove vga0 and the disabled uart2/uart3 hints from both platforms.
- Remove hints for ISA adv0, bt0, aha0, aic0, e
Author: rmacklem
Date: Thu May 14 21:39:08 2009
New Revision: 192121
URL: http://svn.freebsd.org/changeset/base/192121
Log:
Apply changes to the experimental nfs server so that it uses the security
flavors as exported in FreeBSD-CURRENT. This allows it to use a
slightly modified mountd.c ins
Author: rwatson
Date: Thu May 14 20:59:36 2009
New Revision: 192116
URL: http://svn.freebsd.org/changeset/base/192116
Log:
Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and
db_print_inpcb().
MFC after:1 month
Modified:
head/sys/netinet/in_pcb.c
head/sys/n
Author: rmacklem
Date: Thu May 14 20:39:09 2009
New Revision: 192115
URL: http://svn.freebsd.org/changeset/base/192115
Log:
Change the file names in the comments in sys/fs/nfs/nfs_var.h so
that they are the names used in FreeBSD-CURRENT. Also shuffled a
few entries around, so that they under
On Thu, May 14, 2009 at 05:27:09AM +, Qing Li wrote:
> Author: qingli
> Date: Thu May 14 05:27:09 2009
> New Revision: 192085
> URL: http://svn.freebsd.org/changeset/base/192085
>
> Log:
> Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a
> loopback route
> to the i
Stanislav Sedov wrote:
On Wed, 13 May 2009 18:42:49 + (UTC)
Oleksandr Tymoshenko mentioned:
.. skipped ..
On the other hand this driver appears to be machine-specific.
> What if one
would like to have a kernel with several SPI bus drivers included for devices
that doesn't support en
Author: attilio
Date: Thu May 14 17:43:00 2009
New Revision: 192114
URL: http://svn.freebsd.org/changeset/base/192114
Log:
FreeBSD right now support 32 CPUs on all the architectures at least.
With the arrival of 128+ cores it is necessary to handle more than that.
One of the first thing to c
Author: emax
Date: Thu May 14 17:10:19 2009
New Revision: 192113
URL: http://svn.freebsd.org/changeset/base/192113
Log:
Avoid floating point arithmetic while calculating iquiry length.
Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net >
MFC after:1 week
Modified:
head/l
Author: raj
Date: Thu May 14 16:56:56 2009
New Revision: 192110
URL: http://svn.freebsd.org/changeset/base/192110
Log:
Improve style(9)
Modified:
head/sys/powerpc/include/cpufunc.h
Modified: head/sys/powerpc/include/cpufunc.h
==
Author: raj
Date: Thu May 14 16:48:25 2009
New Revision: 192109
URL: http://svn.freebsd.org/changeset/base/192109
Log:
PowerPC common SMP startup and time base rework.
- make mftb() shared, rewrite in C, provide complementary mttb()
- adjust SMP startup per the above, additional comments,
Author: sam
Date: Thu May 14 16:25:57 2009
New Revision: 192108
URL: http://svn.freebsd.org/changeset/base/192108
Log:
add missing type for SYSCTL_PROC items; w/o a type you can view the value
but not change it
Modified:
head/sys/net80211/ieee80211_freebsd.c
Modified: head/sys/net80211/iee
Author: sam
Date: Thu May 14 16:23:24 2009
New Revision: 192107
URL: http://svn.freebsd.org/changeset/base/192107
Log:
correct handling of ctl frames: the sender's address is always i_addr2 for
frames we should expect to process (old code was trying to handle frames
we should never see--like
Author: nyan
Date: Thu May 14 16:01:29 2009
New Revision: 192106
URL: http://svn.freebsd.org/changeset/base/192106
Log:
MFi386: revision 192050
Implement simple machine check support.
Added:
head/sys/pc98/include/mca.h (contents, props changed)
Modified:
head/sys/conf/files.pc98
On 2009-05-14 16:36, George Neville-Neil wrote:
> Can you give more detail as to the purpose of this change? I'm a bit
> confused by it. Does
> this fix any of the recent problems seen with DHCP and PXE or is this
> unrelated?
It fixes at least the DHCP issue, but I didn't see any independen
Author: jhb
Date: Thu May 14 14:57:13 2009
New Revision: 192105
URL: http://svn.freebsd.org/changeset/base/192105
Log:
- Add a void pointer to the ata-pci controller softc to allow
chipset-specific code to attach chipset-specific data.
- Use chipset-specific data in the acard and promise c
On May 13, 2009, at 22:27 , Qing Li wrote:
Author: qingli
Date: Thu May 14 05:27:09 2009
New Revision: 192085
URL: http://svn.freebsd.org/changeset/base/192085
Log:
Ignore the INADDR_ANY address inserted/deleted by DHCP when
installing a loopback route
to the interface address.
Hi,
Ca
2009/5/14 Attilio Rao :
> Author: attilio
> Date: Thu May 14 13:36:39 2009
> New Revision: 192098
> URL: http://svn.freebsd.org/changeset/base/192098
>
> Log:
> MFC libthread_db modifies until r181651:
> - Introduce and use new functions pthread_{read, write}_*
> - Move psaddr_t from void * to u
Author: attilio
Date: Thu May 14 13:36:39 2009
New Revision: 192098
URL: http://svn.freebsd.org/changeset/base/192098
Log:
MFC libthread_db modifies until r181651:
- Introduce and use new functions pthread_{read, write}_*
- Move psaddr_t from void * to uintptr_t
- Fix some ABI mismatches
Author: brueffer
Date: Thu May 14 13:32:33 2009
New Revision: 192097
URL: http://svn.freebsd.org/changeset/base/192097
Log:
Compare the correct variable against NULL.
Reviewed by: scottl
Found with: Coverity Prevent(tm)
CID: 821
MFC after:2 weeks
Modified:
head/sys/
Author: rwatson
Date: Thu May 14 12:39:22 2009
New Revision: 192096
URL: http://svn.freebsd.org/changeset/base/192096
Log:
Remove usb_ethersubr.c missed reference -- we don't build ousb
with LINT, so the tinderbox didn't pick this up.
Modified:
head/sys/conf/files
Modified: head/sys/conf/f
Author: kib
Date: Thu May 14 11:03:05 2009
New Revision: 192095
URL: http://svn.freebsd.org/changeset/base/192095
Log:
MFC r192001:
Prevent overflow of uio_resid.
Modified:
stable/7/sys/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
stable/7/sys/dev/ath/ath_hal/ (props
Author: kib
Date: Thu May 14 10:54:57 2009
New Revision: 192094
URL: http://svn.freebsd.org/changeset/base/192094
Log:
Do not advance req->oldidx when sysctl_old_user returning an
error due to copyout failure or short buffer.
The later breaks the usermode iterators of the sysctl results t
Author: brueffer
Date: Thu May 14 09:28:02 2009
New Revision: 192090
URL: http://svn.freebsd.org/changeset/base/192090
Log:
Remove an unused variable.
Found with: Coverity Prevent(tm)
CID: 1167
Modified:
head/sys/compat/ndis/subr_ndis.c
Modified: head/sys/compat/ndis/subr_n
Author: rodrigc
Date: Thu May 14 08:26:20 2009
New Revision: 192089
URL: http://svn.freebsd.org/changeset/base/192089
Log:
Set crashinfo_enable to "YES" by default.
During bootup, if /etc/rc.d/savecore detects a core dump file
on the dump device, the core file will be saved, and the crashinf
Author: vanhu
Date: Thu May 14 07:32:33 2009
New Revision: 192088
URL: http://svn.freebsd.org/changeset/base/192088
Log:
MFC: Fixed deletion of sav entries in key_delsah()
Approved by: gnn(mentor)
Obtained from:NETASQ
Modified:
stable/7/sys/ (props changed)
stable/7/sys/co
42 matches
Mail list logo