Em 2010.07.08. 5:28, Randi Harper escreveu:
Author: randi
Date: Thu Jul 8 03:28:25 2010
New Revision: 209787
URL: http://svn.freebsd.org/changeset/base/209787
Log:
Remove the ability to upgrade via sysinstall. This feature has been flaky
and broken for a number of years. freebsd-update no
On Wed, 7 Jul 2010, Rui Paulo wrote:
Log:
Fix style issues with the previous commit, namely
use-tab-instead-of-space and don't use underscores in macro variables.
Pointed out by:bde
Thanks.
Bruce
___
svn-src-head@freebsd.org mailing list
Author: kib
Date: Thu Jul 8 08:37:51 2010
New Revision: 209792
URL: http://svn.freebsd.org/changeset/base/209792
Log:
Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that the
flag is always provided, and unconditionally retry after sleep for the
busy page or failed allocation.
Author: kib
Date: Thu Jul 8 08:39:02 2010
New Revision: 209793
URL: http://svn.freebsd.org/changeset/base/209793
Log:
Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology
(blocking -> sleeping).
Reviewed by: alc
MFC after:3 days
Modified:
head/sys/dev/agp/agp
On 07/08/10 01:13, Gabor Kovesdan wrote:
> Em 2010.07.08. 5:28, Randi Harper escreveu:
>>Remove the ability to upgrade via sysinstall. [...]
>>
>>Approved by:cperciva (mentor)
>>
> Please revert. It has never been discussed in FreeBSD mailing lists,
> while it is mandatory before su
On Thu, Jul 08, 2010 at 01:53:09AM -0700, Colin Percival wrote:
> On 07/08/10 01:13, Gabor Kovesdan wrote:
> > Em 2010.07.08. 5:28, Randi Harper escreveu:
> >>Remove the ability to upgrade via sysinstall. [...]
> >>
> >>Approved by:cperciva (mentor)
> >>
> > I just used this feature
Em 2010.07.08. 10:53, Colin Percival escreveu:
My personal feeling was that since the level of interest in sysinstall from
FreeBSD developers was generally low, this would be sufficient, so I told
randi to go ahead and commit without also adding noise to -arch; but if you
think the freebsd-sysins
Em 2010.07.08. 10:53, Colin Percival escreveu:
I just used this
feature yesterday to repair my -CURRENT installation on a netbook with
an USB snapshot image. First I tried freebsd-update but it just failed
to fetch the keys from the servers and was unable to produce any sensual
error message
Author: glebius
Date: Thu Jul 8 13:07:40 2010
New Revision: 209797
URL: http://svn.freebsd.org/changeset/base/209797
Log:
Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work with
a stub m_hdr instead of a full mbuf.
PR: kern/148050
Modified:
head/sys/netine
Author: adrian
Date: Thu Jul 8 14:08:03 2010
New Revision: 209799
URL: http://svn.freebsd.org/changeset/base/209799
Log:
Extend the ath debugging a little to log the interface name.
Some devices have >1 atheros card and the current debug prints
make it impossible to tell which interface
Author: nwhitehorn
Date: Thu Jul 8 14:19:52 2010
New Revision: 209800
URL: http://svn.freebsd.org/changeset/base/209800
Log:
Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor
passes a uintptr_t, not a uint32_t.
Modified:
head/sys/dev/iicbus/iicbus.c
Modified: head/sys/d
Author: nwhitehorn
Date: Thu Jul 8 14:29:23 2010
New Revision: 209801
URL: http://svn.freebsd.org/changeset/base/209801
Log:
Change the argument type to OF_call_method to take an array of cell_t
instead of unsigned longs to prepare for platforms where they are not
the same.
Modified:
hea
Author: adrian
Date: Thu Jul 8 14:34:15 2010
New Revision: 209802
URL: http://svn.freebsd.org/changeset/base/209802
Log:
Introduce a sysctl block for if_arge and, for now, a blank debug sysctl
placeholder for later.
Add in a missing FreeBSD ID string.
Modified:
head/sys/mips/atheros/i
Author: nwhitehorn
Date: Thu Jul 8 14:35:35 2010
New Revision: 209803
URL: http://svn.freebsd.org/changeset/base/209803
Log:
Fix several bugs in the real-mode Open Firmware implementation and provide
a virtual-mode version for use on 64-bit systems, which have 32-bit
firmware implementation
Author: nwhitehorn
Date: Thu Jul 8 14:40:46 2010
New Revision: 209804
URL: http://svn.freebsd.org/changeset/base/209804
Log:
Make ofw_syscons work on 64-bit systems.
Modified:
head/sys/powerpc/ofw/ofw_syscons.c
Modified: head/sys/powerpc/ofw/ofw_syscons.c
===
Author: jchandra
Date: Thu Jul 8 14:49:55 2010
New Revision: 209805
URL: http://svn.freebsd.org/changeset/base/209805
Log:
Merge jmallett@'s n64 work into HEAD - changeset 8
Updated PTE/PDE macros from http://svn.freebsd.org/base/user/jmallett/octeon
Introduce pmap_segshift() macro, use
Author: jchandra
Date: Thu Jul 8 14:56:42 2010
New Revision: 209806
URL: http://svn.freebsd.org/changeset/base/209806
Log:
Fix minor issue in sys/mips/mips/cache_mipsNN.c, using int type for
virtual addr will break on 64 bit, change to vm_offset_t.
Reviewed by: imp@
Approved by: rrs
Author: adrian
Date: Thu Jul 8 14:59:32 2010
New Revision: 209807
URL: http://svn.freebsd.org/changeset/base/209807
Log:
Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks
The existing code only checked the alignment of the first mbuf and
didn't enforce the size
Author: jchandra
Date: Thu Jul 8 15:05:23 2010
New Revision: 209808
URL: http://svn.freebsd.org/changeset/base/209808
Log:
64 bit compilation support XLR platform code.
Mostly changes to make casting between int and pointer and printing
64bit values safe for 32 and 64 bit compile.
Appr
Author: adrian
Date: Thu Jul 8 15:20:57 2010
New Revision: 209809
URL: http://svn.freebsd.org/changeset/base/209809
Log:
Add TX-path aligned/unaligned stats for if_arge.
Modified:
head/sys/mips/atheros/if_arge.c
head/sys/mips/atheros/if_argevar.h
Modified: head/sys/mips/atheros/if_arge.c
Author: jchandra
Date: Thu Jul 8 15:22:46 2010
New Revision: 209810
URL: http://svn.freebsd.org/changeset/base/209810
Log:
Enable KX bit, which is needed for 64 bit access, in status register
for XLR. Update exception handlers and other functions which set/change
status registers to preserv
Author: jchandra
Date: Thu Jul 8 15:37:16 2010
New Revision: 209811
URL: http://svn.freebsd.org/changeset/base/209811
Log:
Use 64 bit type for rqb_word_t in n64 kernel.
Reviewed by: imp
Approved by: rrs
Modified:
head/sys/mips/include/runq.h
Modified: head/sys/mips/include/runq.h
=
Author: nwhitehorn
Date: Thu Jul 8 15:38:55 2010
New Revision: 209812
URL: http://svn.freebsd.org/changeset/base/209812
Log:
Replace the existing PowerPC busdma implementation with the one from
amd64 (with slight modifications). This provides support for bounce
buffers, which are required o
Author: jchandra
Date: Thu Jul 8 16:06:58 2010
New Revision: 209814
URL: http://svn.freebsd.org/changeset/base/209814
Log:
64 bit ld script for mips, and configuration file for 64 bit compilation
on XLR
Approved by: rrs
Added:
head/sys/conf/ldscript.mips.64 (contents, props changed
Author: jchandra
Date: Thu Jul 8 16:11:06 2010
New Revision: 209815
URL: http://svn.freebsd.org/changeset/base/209815
Log:
Fix XLR64, the previous version had the contents of file duplicated.
Modified:
head/sys/mips/conf/XLR64
Modified: head/sys/mips/conf/XLR64
=
In message: <4c3591f5.2040...@freebsd.org>
Colin Percival writes:
: On 07/08/10 01:13, Gabor Kovesdan wrote:
: > Em 2010.07.08. 5:28, Randi Harper escreveu:
: >>Remove the ability to upgrade via sysinstall. [...]
: >>
: >>Approved by:cperciva (mentor)
: >>
: > Please re
Author: jh
Date: Thu Jul 8 16:53:19 2010
New Revision: 209816
URL: http://svn.freebsd.org/changeset/base/209816
Log:
Assert that low and high are >= 0. The allocator doesn't support the
negative range.
Modified:
head/sys/kern/subr_unit.c
Modified: head/sys/kern/subr_unit.c
===
Author: nwhitehorn
Date: Thu Jul 8 18:15:06 2010
New Revision: 209817
URL: http://svn.freebsd.org/changeset/base/209817
Log:
Missed a file in r209803: this header contains a definition of
OFW_STD_32BIT.
Pointy hat to:me
Modified:
head/sys/dev/ofw/openfirm.h
Modified: head/sys
Author: yongari
Date: Thu Jul 8 18:22:49 2010
New Revision: 209818
URL: http://svn.freebsd.org/changeset/base/209818
Log:
Remove enabling RX checksum offloading in RX filter setup. RX
checksum is enabled in sge_init_locked().
While I'm here do not set RX checksum bits in RX descriptor
ini
Author: jhb
Date: Thu Jul 8 19:15:26 2010
New Revision: 209819
URL: http://svn.freebsd.org/changeset/base/209819
Log:
- Various style and whitespace fixes.
- Make sugid_coredump and kern_logsigexit private to kern_sig.c.
Submitted by: bde (partially)
MFC after:1 month
Modified:
Author: jamie
Date: Thu Jul 8 19:22:52 2010
New Revision: 209820
URL: http://svn.freebsd.org/changeset/base/209820
Log:
Properly recognize a number followed by non-digits as a jail name.
Call "0" a name because zero is used to indicate no specified jid.
MFC after:3 days
Modified:
Author: randi
Date: Thu Jul 8 21:26:26 2010
New Revision: 209832
URL: http://svn.freebsd.org/changeset/base/209832
Log:
Revert r209787 pending further discussion.
Approved by: cperciva (mentor)
Added:
head/usr.sbin/sysinstall/installUpgrade.c
- copied unchanged from r209786, head/
Em 2010.07.08. 23:26, Randi Harper escreveu:
Author: randi
Date: Thu Jul 8 21:26:26 2010
New Revision: 209832
URL: http://svn.freebsd.org/changeset/base/209832
Log:
Revert r209787 pending further discussion.
Approved by: cperciva (mentor)
Thanks! As I mentioned on IRC, I'll also try
On Thu, Jul 8, 2010 at 2:28 PM, Gabor Kovesdan wrote:
> Em 2010.07.08. 23:26, Randi Harper escreveu:
>>
>> Author: randi
>> Date: Thu Jul 8 21:26:26 2010
>> New Revision: 209832
>> URL: http://svn.freebsd.org/changeset/base/209832
>>
>> Log:
>> Revert r209787 pending further discussion.
>>
>>
Author: jkim
Date: Thu Jul 8 22:13:23 2010
New Revision: 209836
URL: http://svn.freebsd.org/changeset/base/209836
Log:
Implement optional 'precision' for numbers. Previously, it was parsed but
ignored. Some third-party modules (e.g., APCICA) prefer this format over
zero padding flag '0'.
Author: jkim
Date: Thu Jul 8 22:21:18 2010
New Revision: 209837
URL: http://svn.freebsd.org/changeset/base/209837
Log:
Sync. printf() of libstand(3) with sys/kern/subr_prf.c.
CVS r1.94 jhb:
Cast the integer read as the first argument for %b to an unsigned integer
so it's value is n
On Thu, 8 Jul 2010, Randi Harper wrote:
On Thu, Jul 8, 2010 at 2:28 PM, Gabor Kovesdan wrote:
Em 2010.07.08. 23:26, Randi Harper escreveu:
Author: randi
Date: Thu Jul 8 21:26:26 2010
New Revision: 209832
URL: http://svn.freebsd.org/changeset/base/209832
Log:
Revert r209787 pending furthe
Author: np
Date: Fri Jul 9 00:35:09 2010
New Revision: 209839
URL: http://svn.freebsd.org/changeset/base/209839
Log:
Fix bufsize calculation so that cxgbtool can display information for the
last I/O queue too.
MFC after:3 days
Modified:
head/sys/dev/cxgb/cxgb_main.c
Modified: hea
Author: np
Date: Fri Jul 9 00:36:35 2010
New Revision: 209840
URL: http://svn.freebsd.org/changeset/base/209840
Log:
Eliminate ext_intr_task. The "slow" interrupt handler is already
running on the adapter's task queue. Just do what the task does
instead of enqueueing it.
MFC after:
Author: np
Date: Fri Jul 9 00:38:00 2010
New Revision: 209841
URL: http://svn.freebsd.org/changeset/base/209841
Log:
Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:
- Run the adapter's tick at 1Hz and remove link state checks from it.
Instead, have each port check
On 06/18/10 11:57, Lawrence Stewart wrote:
> On 06/17/10 17:13, Kostik Belousov wrote:
>> On Thu, Jun 17, 2010 at 12:38:08PM +1000, Lawrence Stewart wrote:
>>> On 06/14/10 20:43, Kostik Belousov wrote:
> [snip]
Or, you could ditch the sum at all, indeed using ({}) and returning the
result
Author: jkim
Date: Fri Jul 9 05:25:14 2010
New Revision: 209842
URL: http://svn.freebsd.org/changeset/base/209842
Log:
Fix build by defining MAX() macro here.
Modified:
head/lib/libstand/printf.c
Modified: head/lib/libstand/printf.c
==
42 matches
Mail list logo