Author: nwhitehorn
Date: Sat Jul 10 03:45:55 2010
New Revision: 209869
URL: http://svn.freebsd.org/changeset/base/209869
Log:
C startup support for 64-bit PowerPC.
Obtained from:projects/ppc64
Added:
head/lib/csu/powerpc64/
- copied from r209845, head/lib/csu/powerpc/
Modifi
Author: nwhitehorn
Date: Sat Jul 10 02:32:50 2010
New Revision: 209868
URL: http://svn.freebsd.org/changeset/base/209868
Log:
Minor modifications to know what to do with powerpc64.
Modified:
head/share/mk/bsd.cpu.mk
head/share/mk/bsd.endian.mk
head/share/mk/sys.mk
Modified: head/share/mk
Author: nwhitehorn
Date: Sat Jul 10 02:29:22 2010
New Revision: 209867
URL: http://svn.freebsd.org/changeset/base/209867
Log:
Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes
a variety of bugs in binutils related to handling of 64-bit PPC ELF,
provides a GCC configurat
In message:
Doug Barton writes:
: 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
: >>>
Em 2010.07.09. 23:31, Dag-Erling Smørgrav escreveu:
Alexey Dokuchaev writes:
Colin Percival writes:
But a more *sensual* message is probably not necessary. :-)
He'd probably meant sensitive.
This is getting better and better...
Actually, I was trying to guess the
Alexey Dokuchaev writes:
> Colin Percival writes:
> > But a more *sensual* message is probably not necessary. :-)
> He'd probably meant sensitive.
This is getting better and better...
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.o
Em 2010.07.09. 23:24, Randi Harper escreveu:
2010/7/9 Dag-Erling Smørgrav:
Gabor Kovesdan writes:
First I tried freebsd-update but it [...] was unable to produce any
sensual error message
Frankly, I'd be more worried if it had *succeeded* to produce sensual
error messages.
Author: kib
Date: Fri Jul 9 21:27:42 2010
New Revision: 209866
URL: http://svn.freebsd.org/changeset/base/209866
Log:
Fix spacing.
Noted by: pgollucci
MFC after:3 weeks
Modified:
head/sys/i386/include/pmap.h
Modified: head/sys/i386/include/pmap.h
=
2010/7/9 Dag-Erling Smørgrav :
> Gabor Kovesdan writes:
>> First I tried freebsd-update but it [...] was unable to produce any
>> sensual error message
>
> Frankly, I'd be more worried if it had *succeeded* to produce sensual
> error messages.
>
Someone should file a PR. I demand sensual error me
Author: yongari
Date: Fri Jul 9 21:21:08 2010
New Revision: 209865
URL: http://svn.freebsd.org/changeset/base/209865
Log:
Some revision of Yukon controller generates corrupted frame when TX
checksum offloading is enabled. The frame has a valid checksum
value so payload might be modified du
Gabor Kovesdan writes:
> First I tried freebsd-update but it [...] was unable to produce any
> sensual error message
Frankly, I'd be more worried if it had *succeeded* to produce sensual
error messages.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
sv
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> - u_int pm_active; /* active on cpus */
> + cpumask_t pm_active; /* active on cpus */
minor whitespace glitch.
- --
- --
Author: delphij
Date: Fri Jul 9 20:44:14 2010
New Revision: 209864
URL: http://svn.freebsd.org/changeset/base/209864
Log:
MFC r209860:
Don't use pack() for structures that is used purely for software state.
Otherwise the resulting, unaligned mutex structure would trigger panic.
Subm
Author: delphij
Date: Fri Jul 9 20:43:57 2010
New Revision: 209863
URL: http://svn.freebsd.org/changeset/base/209863
Log:
MFC r209860:
Don't use pack() for structures that is used purely for software state.
Otherwise the resulting, unaligned mutex structure would trigger panic.
Subm
Author: kib
Date: Fri Jul 9 20:05:56 2010
New Revision: 209862
URL: http://svn.freebsd.org/changeset/base/209862
Log:
For both i386 and amd64 pmap,
- change the type of pm_active to cpumask_t, which it is;
- in pmap_remove_pages(), compare with PCPU(curpmap), instead of
dereferencing th
Author: alc
Date: Fri Jul 9 19:38:30 2010
New Revision: 209861
URL: http://svn.freebsd.org/changeset/base/209861
Log:
Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,
the maintenance of vm_pageout_deficit can be localized to just two places:
vm_page_alloc() and v
Author: delphij
Date: Fri Jul 9 17:38:15 2010
New Revision: 209860
URL: http://svn.freebsd.org/changeset/base/209860
Log:
Don't use pack() for structures that is used purely for software state.
Otherwise the resulting, unaligned mutex structure would trigger panic.
Submitted by:
Author: jfv
Date: Fri Jul 9 17:11:29 2010
New Revision: 209859
URL: http://svn.freebsd.org/changeset/base/209859
Log:
Fix of a VLAN problem by jhb, the checksum capability
got lost along the way.
MFC: asap
Modified:
head/sys/dev/e1000/if_igb.c
Modified: head/sys/dev/e1000/if_igb.c
==
On Thu, 2010-07-08 at 21:26 +, Randi Harper wrote:
> 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)
Thank you.
Gai
Author: nwhitehorn
Date: Fri Jul 9 14:04:16 2010
New Revision: 209853
URL: http://svn.freebsd.org/changeset/base/209853
Log:
The number after 2 is 3, not 4.
MFC after:3 days
Modified:
head/sys/powerpc/aim/platform_chrp.c
Modified: head/sys/powerpc/aim/platform_chrp.c
==
Author: nwhitehorn
Date: Fri Jul 9 14:02:57 2010
New Revision: 209852
URL: http://svn.freebsd.org/changeset/base/209852
Log:
Remove an unnecessary include of opt_psim.h, which is not present on
powerpc64.
Modified:
head/sys/powerpc/aim/nexus.c
Modified: head/sys/powerpc/aim/nexus.c
==
Author: nwhitehorn
Date: Fri Jul 9 14:02:24 2010
New Revision: 209851
URL: http://svn.freebsd.org/changeset/base/209851
Log:
MFppc64:
Minor 64-bit-cleanliness upgrades and support for platform detection on
subtly-broken OF implementations like in the Mambo simulator.
Modified:
head/sy
Author: nwhitehorn
Date: Fri Jul 9 14:01:18 2010
New Revision: 209850
URL: http://svn.freebsd.org/changeset/base/209850
Log:
MFppc64:
Use longs instead of ints as the native word type in bcopy(). This will
expand nicely on 64-bit systems.
Modified:
head/sys/powerpc/powerpc/bcopy.c
Mo
Author: nwhitehorn
Date: Fri Jul 9 14:00:22 2010
New Revision: 209849
URL: http://svn.freebsd.org/changeset/base/209849
Log:
MFppc64:
Check if devices are direct-mapped individually instead of just checking
the value of hw_direct_map.
Modified:
head/sys/powerpc/powerpc/bus_machdep.c
Author: jhb
Date: Fri Jul 9 13:59:53 2010
New Revision: 209848
URL: http://svn.freebsd.org/changeset/base/209848
Log:
Accidentally committed an older version of this comment rather than the
final one.
Modified:
head/sys/kern/kern_exec.c
Modified: head/sys/kern/kern_exec.c
Author: jhb
Date: Fri Jul 9 13:53:25 2010
New Revision: 209847
URL: http://svn.freebsd.org/changeset/base/209847
Log:
Refine a comment.
Reviewed by: bde
Modified:
head/sys/kern/kern_exec.c
Modified: head/sys/kern/kern_exec.c
On Thursday, July 08, 2010 7:26:33 pm Doug Barton wrote:
> 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: 20983
Author: glebius
Date: Fri Jul 9 11:27:33 2010
New Revision: 209845
URL: http://svn.freebsd.org/changeset/base/209845
Log:
Improve last commit: use bpf_mtap2() to avoiding stack usage.
Prodded by: julian
Modified:
head/sys/netinet/ipfw/ip_fw_log.c
Modified: head/sys/netinet/ipfw/ip_fw
Author: jh
Date: Fri Jul 9 10:57:55 2010
New Revision: 209844
URL: http://svn.freebsd.org/changeset/base/209844
Log:
Remove redundant high >= 0.
Reported by: rstone
Modified:
head/sys/kern/subr_unit.c
Modified: head/sys/kern/subr_unit.c
Author: ae
Date: Fri Jul 9 08:48:51 2010
New Revision: 209843
URL: http://svn.freebsd.org/changeset/base/209843
Log:
MFC r208946:
New netgraph node ng_patch(4). It performs data modification of packets
passing through. Modifications are restricted to a subset of C language
operation
30 matches
Mail list logo