marcel 2007-10-29 00:11:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/geom/partg_part.c g_part.h g_part_apm.c
g_part_gpt.c
sys/sys apm.h gpt.h
Log:
MFC: Add ZFS partition types for APM and GPT and
marcel 2007-10-29 06:18:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sbin/geom/class/part geom_part.c gpart.8
Log:
MFC: show command and assorted manpage updates.
Approved by: re (kensmith)
Revision ChangesPath
1.1.2.1 +183 -1src
marcel 2007-11-04 00:32:54 UTC
FreeBSD src repository
Modified files:
sbin/geomMakefile
sbin/geom/class/part geom_part.c
sbin/geom/core geom.c
Log:
Allow building of a special rescue version of geom that
has a subset of the classes compiled-in.
marcel 2007-11-04 00:44:10 UTC
FreeBSD src repository
Modified files:
rescue/rescueMakefile
Log:
o Build geom for all platforms.
o Don't build bsdlabel for ia64.
o Don't build fdisk and gpt for ia64.
Revision ChangesPath
1.58 +8 -6 src/rescue
marcel 2007-11-14 20:21:54 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 vm_machdep.c
sys/arm/arm vm_machdep.c
sys/i386/i386vm_machdep.c
sys/ia64/ia64machdep.c vm_machdep.c
sys/kern kern_thread.c
sys/powe
marcel 2007-11-16 04:03:08 UTC
FreeBSD src repository
Modified files:
.ObsoleteFiles.inc
Log:
Catch up to changes in rescue on ia64.
Revision ChangesPath
1.118 +6 -0 src/ObsoleteFiles.inc
___
cv
marcel 2007-11-17 19:59:03 UTC
FreeBSD doc repository
Modified files:
en/internal machines.sgml
Log:
o pluto1 is tracking 7-STABLE
o pluto2 is tracking -CURRENT
o both pluto1 & pluto2 use the full 2GB.
Revision ChangesPath
1.88 +4 -4 www/en/
marcel 2008-02-28 22:30:41 UTC
FreeBSD src repository
Modified files:
sys/geom/partg_part_mbr.c
Log:
Better handle false positives. The MBR differs from the boot sector
only because there's a partition table where the boot sector has
boot code. Boot sectors without b
marcel 2008-02-29 22:41:36 UTC
FreeBSD src repository
Modified files:
sys/geom/partg_part_mbr.c
Log:
Follow-up improvements to the handling of false positives: If the
partition table is empty, check to see if we have something that
looks sufficiently like a BPB. On n
marcel 2008-03-01 22:54:42 UTC
FreeBSD src repository
Modified files:
.UPDATING
sys/vm vm_map.h
Log:
Make the vm_pmap field of struct vmspace the last field in the
structure. This allows per-CPU variations of struct pmap on a
single arc
marcel 2008-03-02 00:52:49 UTC
FreeBSD src repository
Modified files:
sys/conf files options
Added files:
sys/geom/partg_part_vtoc8.c
sys/sys vtoc.h
Log:
Add support for VTOC8 labels (aka sun disk labels). When a label does
not have
marcel 2008-03-02 05:54:34 UTC
FreeBSD src repository
Modified files:
sys/modules/geom Makefile
Added files:
sys/modules/geom/geom_part Makefile
Log:
Add geom_part module.
Revision ChangesPath
1.23 +1 -0 src/sys/modules/geom/Makefile
1.1
marcel 2008-03-02 05:59:25 UTC
FreeBSD src repository
Removed files:
sys/modules/geom/geom_apple Makefile
sys/modules/geom/geom_gpt Makefile
Log:
Remove makefiles for geom_apple and geom_gpt. These are non-existent
for while.
Revision ChangesPath
1.2 +0
marcel 2008-03-02 06:24:29 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES
Log:
Add the SMI VTOC8 disk label option.
Revision ChangesPath
1.1472+1 -0 src/sys/conf/NOTES
___
cvs-all@freebsd.org
marcel 2008-03-02 21:34:57 UTC
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c
Log:
Unbreak after cpuset: initialize td_cpuset in sched_fork_thread().
Revision ChangesPath
1.114 +2 -0 src/sys/kern/sched_4bsd.c
___
/powerpc/include ocpbus.h
sys/powerpc/mpc85xx nexus.c ocpbus.c ocpbus.h opic.c
pci_ocp.c
Log:
Initial support for Freescale PowerQUICC III MPC85xx system-on-chip
family.
Yay!
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs
marcel 2008-03-04 01:40:26 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx opic.c
Log:
Add the pic_ipi method. While here, eliminate the unused openpic_ocpbus_softc
struct.
Revision ChangesPath
1.2 +4 -9 src/sys/powerpc/mpc85xx/opic.c
___
marcel 2008-03-04 02:20:28 UTC
FreeBSD src repository
Modified files:
sys/powerpc/conf NOTES
Log:
Comment-out cpu E500. We can't yet build it with AIM at the same time.
Revision ChangesPath
1.15 +1 -1 src/sys/powerpc/conf/NOTES
_
marcel 2008-03-04 03:05:53 UTC
FreeBSD src repository
Modified files:
sys/powerpc/conf NOTES
Log:
Also comment-out options MPC85XX. We don't define CCSRBAR_* without E500.
Revision ChangesPath
1.16 +1 -1 src/sys/powerpc/conf/NOTES
__
marcel 2008-03-05 16:46:38 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx pci_ocp.c
Log:
o Various fixes related to PCI Express:
- Even for the PCI Express host controller we need to use bus 0
for configuration space accesses to devices directly on
marcel 2008-03-05 18:39:01 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx ocpbus.c
Log:
o We don't have to keep track of the PIC, nor do we have to make sure
it's probed first. The PowerPC platform code deals with everything.
As such, probe devices in
marcel 2008-03-06 16:59:37 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include pcpu.h
Log:
Add a catch-all for PCPU_MD_FIELDS. While we expect this to be
used in the kernel only (by virtue of checking for _KERNEL),
ports like lsof (part of gtop) cheat. It sets _K
marcel 2008-03-06 17:24:28 UTC
FreeBSD src repository
Modified files:
sys/sys pcpu.h
Log:
Move the PCPU_MD_FIELDS last in struct pcpu. While this header is
private to the kernel, some ports define _KERNEL and include this
header. While arguably this is wrong, it
On Mar 7, 2008, at 5:01 AM, John Baldwin wrote:
On Thursday 06 March 2008 12:24:28 pm Marcel Moolenaar wrote:
marcel 2008-03-06 17:24:28 UTC
FreeBSD src repository
Modified files:
sys/sys pcpu.h
Log:
Move the PCPU_MD_FIELDS last in struct pcpu. While this header is
On Mar 7, 2008, at 7:56 AM, Marcel Moolenaar wrote:
It actually started out being the last "field" in the structure but
some new
fields were incorrectly added after it rather than before it. It
might
warrant a comment to prevent similar regressions in the future.
What I
marcel 2008-03-07 16:55:24 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_axe.c
Log:
Apply le*toh() or htole*() to the variables of which we use the address
as the buffer pointer in the call to axe_cmd(). This is needed to make
the code work on big-endian
marcel 2008-03-07 22:08:43 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include intr_machdep.h openpicvar.h
sys/powerpc/mpc85xx ocpbus.c opic.c
sys/powerpc/powermac openpic_macio.c
sys/powerpc/powerpc intr_machdep.c openpic.c pic_if.m
sys/powerpc/psim
marcel 2008-03-07 22:27:06 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim locore.S machdep.c
sys/powerpc/include md_var.h
sys/powerpc/powerpc cpu.c
Log:
For AIM, have cpu_idle() set MSR_POW when the powerpc_pow_enabled
variable is set. On my Mac Mi
marcel 2008-03-08 05:36:25 UTC
FreeBSD src repository
Modified files:
sys/powerpc/bookemachdep.c
Log:
Enable the D-cache and I-cache when not already enabled.
It so happens that U-Boot disables the D-cache when booting
an ELF image, so this change makes sure we run with
On Mar 8, 2008, at 2:19 AM, Rafal Jaworowski wrote:
Marcel Moolenaar wrote:
marcel 2008-03-08 05:36:25 UTC
FreeBSD src repository
Modified files:
sys/powerpc/bookemachdep.c
Log:
Enable the D-cache and I-cache when not already enabled.
It so happens that U-Boot disables the
marcel 2008-03-09 02:29:19 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx ocpbus.c
Log:
Don't use in32() and out32() when writing to the CCSRBAR. The
in*() and out*() primitives should not be used, other than by
ISA drivers. In this case they were used for m
marcel 2008-03-11 19:58:52 UTC
FreeBSD src repository
Modified files:
sys/powerpc/powerpc intr_machdep.c
Log:
In intr_lookup(), when adding an IRQ to powerpc_intrs[], also
set a default name. If the IRQ is added as a consequence of
configurating the IRQ without there ever b
emove the files yet. Kernel support will be removed
shortly.
I think removing support to debug processes that link
against libkse is premature. You want to keep the
support for at least a full major release, but ideally
until the last release branch that supported KSE is
obsoleted.
FYI,
--
M
On Mar 12, 2008, at 2:55 PM, Jeff Roberson wrote:
On Wed, 12 Mar 2008, Marcel Moolenaar wrote:
On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote:
jeff2008-03-12 09:49:39 UTC
FreeBSD src repository
Modified files:
lib Makefile
lib/libthread_db Makefile
Log
On Mar 12, 2008, at 3:34 PM, Jeff Roberson wrote:
On Wed, 12 Mar 2008, Marcel Moolenaar wrote:
On Mar 12, 2008, at 2:55 PM, Jeff Roberson wrote:
On Wed, 12 Mar 2008, Marcel Moolenaar wrote:
On Mar 12, 2008, at 2:49 AM, Jeff Roberson wrote:
jeff2008-03-12 09:49:39 UTC
FreeBSD
e BPB.
Thanks!
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
marcel 2008-03-16 22:51:29 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/conf NOTES files options
sys/geom geom_bsd_enc.c
sys/geom/partg_part.c g_part.h g_part_mbr.c
Added files: (Branch: RELENG_7)
marcel 2008-03-17 00:46:52 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include gdb_machdep.h
sys/powerpc/powerpc gdb_machdep.c
Log:
Make remote GDB work for AIM processors. For BookE, the kernel
will have a special section, named .PPC.EMB.apuinfo, which will
"spindown" facility to ata-disks: If no requests have been
received
for a configurable number of seconds, spin the disk down. Spin it
back
up on the next request.
Nice!
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org ma
marcel 2008-03-23 01:23:35 UTC
FreeBSD src repository
Modified files:
sys/geom geom.h geom_subr.c
Log:
Add g_retaste(), which given a class will present all non-open providers
to it for tasting. This is useful when the class, through means outside
the scope of GE
marcel 2008-03-23 01:31:59 UTC
FreeBSD src repository
Modified files:
sys/geom/partg_part.c g_part.h g_part_apm.c
g_part_bsd.c g_part_gpt.c g_part_mbr.c
g_part_vtoc8.c
Log:
Redefine G_PART_SCHEME_DECLARE() from populati
marcel 2008-03-23 01:42:47 UTC
FreeBSD src repository
Modified files:
sys/modules/geom/geom_part Makefile
Added files:
sys/modules/geom/geom_part/geom_part_apm Makefile
sys/modules/geom/geom_part/geom_part_bsd Makefile
sys/modules/geom/geom_part/geom_part_gpt Makefil
marcel 2008-03-28 06:31:12 UTC
FreeBSD src repository
Modified files:
sys/geom geom_subr.c
Log:
When retasting, wither any existing GEOMs of the same class. This
allows the class to create a different GEOM for the same provider
as well as avoid that we end up wit
marcel 2008-03-28 17:58:55 UTC
FreeBSD src repository
Modified files:
sys/conf NOTES files options
sys/modules/geom/geom_part Makefile
Added files:
sys/geom/partg_part_pc98.c
sys/modules/geom/geom_part/geom_part_pc98 Makefile
Log:
Add support
marcel 2008-03-29 17:33:29 UTC
FreeBSD src repository
Modified files:
sys/geom/partg_part.h
Log:
Change the order from SI_ORDER_FIRST to SI_ORDER_ANY (within
SI_SUB_DRIVERS) to avoid loading schemes before all the GEOM
classes have been loaded and initialized. Otherw
marcel 2008-03-30 23:09:14 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64elf_machdep.c machdep.c pmap.c
sys/ia64/include md_var.h
Log:
Better implement I-cache invalidation. The previous implementation
was a kluge. This implementation matches the beh
x27;s signal handler
and
most of pthread api heavily depends on errno to be correct, this
change
should improve stability of the thread library.
Doesn't this also apply to !i386 & !amd64?
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-a
On Apr 3, 2008, at 7:39 AM, Scott Long wrote:
scottl 2008-04-03 14:39:48 UTC
FreeBSD src repository
Modified files:
sys/dev/mpt mpt.c
Log:
Don't force a reset at driver attach time. It doesn't work on some
adapters, apparently.
Thanks!
--
Marcel Moolen
marcel 2008-04-03 17:38:27 UTC
FreeBSD src repository
Modified files:
sys/powerpc/psim openpic_iobus.c
Log:
Set sc_psim so that the openpic core can correct the off-by-one
error in the number of IRQs that PSIM gives us.
Revision ChangesPath
1.10 +5 -0
marcel 2008-04-03 17:40:20 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include asm.h
Log:
Align functions to 16-byte boundaries due to profiling granularity.
Revision ChangesPath
1.11 +1 -1 src/sys/powerpc/include/asm.h
_
ompile failures
after -fno-string-aliases was removed. It's for the same set
of atomic functions...
FYI,
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send
marcel 2008-04-08 02:57:59 UTC
FreeBSD src repository
Modified files:
release/ia64 mkisoimages.sh
Log:
Increase the size of the EFI system partition from 16M to 20M.
We just ran out of space...
Revision ChangesPath
1.12 +1 -1 src/release/ia64/mkis
marcel 2008-04-08 16:34:51 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Quick fix for the kernel build breakage in netgraph and the
aliasing warning in libthr. A more elaborate fix is in the
works that makes sure that all variants have proper
marcel 2008-04-09 01:00:36 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Reimplement atomic_add, atomic_clear, atomic_set and atomic_subtract
so that all implemented variants have proper prototypes. The 8-bit,
16-bit and 64-bit variants are no
marcel 2008-04-09 03:32:49 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64sscdisk.c
Log:
Unbreak after removal of SI_SUB_MOUNT_ROOT.
Revision ChangesPath
1.35 +1 -12 src/sys/ia64/ia64/sscdisk.c
___
Log:
Include before to get typedefs required
by new atomic.h. Fixes tinderbox LINT build.
Thanks!
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any
marcel 2008-04-10 02:32:31 UTC
FreeBSD doc repository
Modified files:
en/donations wantlist.sgml
Log:
Add an entry for memory kits for my SGI O2 machine.
Revision ChangesPath
1.457 +9 -1 www/en/donations/wantlist.sgml
marcel 2008-04-10 02:37:26 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include atomic.h
Log:
Fix copy-n-paste typos in free text.
Revision ChangesPath
1.22 +3 -3 src/sys/powerpc/include/atomic.h
___
cv
blems. Because of the
client problems I haven't tested it at all on the server side yet.
I saw this too, but after adding "options NFSLOCKD" to my
kernel configuration that problem went away.
FYI,
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
other than being
an index into an array.
It's better to use IRQs and not vectors to lookup int.
events by number.
FYI,
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-a
On Apr 10, 2008, at 10:01 PM, Jeff Roberson wrote:
On Thu, 10 Apr 2008, Marcel Moolenaar wrote:
On Apr 10, 2008, at 8:26 PM, Jeff Roberson wrote:
jeff2008-04-11 03:26:41 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 intr_machdep.c
sys/arm/arm intr.c
sys
On Apr 11, 2008, at 2:51 AM, Jeff Roberson wrote:
On Thu, 10 Apr 2008, Marcel Moolenaar wrote:
On Apr 10, 2008, at 10:01 PM, Jeff Roberson wrote:
On Thu, 10 Apr 2008, Marcel Moolenaar wrote:
On Apr 10, 2008, at 8:26 PM, Jeff Roberson wrote:
jeff2008-04-11 03:26:41 UTC
FreeBSD src
On Apr 11, 2008, at 4:10 PM, Jeff Roberson wrote:
jeff2008-04-11 23:10:39 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64interrupt.c
Log:
- Pass the irq and not the vector to intr_event_create().
Thanks!
--
Marcel Moolenaar
[EMAIL PROTECTED
marcel 2008-04-13 19:54:54 UTC
FreeBSD src repository
Modified files:
sbin/geom/class/part geom_part.c
sys/geom/partg_part.c g_part.h g_part_gpt.c
g_part_if.m g_part_mbr.c g_part_pc98.c
Log:
Add the bootcode verb for installing boot code. B
marcel 2008-04-14 20:34:45 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64sapic.c
Log:
Revision 1.9 changes the delivery mode from the magic constant 0
(i.e. fixed delivery) to SAPIC_DELMODE_LOWPRI. While the commit
log doesn't mention the change in behaviou
marcel 2008-04-15 05:02:42 UTC
FreeBSD src repository
Modified files:
sys/ia64/confGENERIC SKI
sys/ia64/ia64interrupt.c machdep.c
sys/kern sched_ule.c
Log:
Support and switch to the ULE scheduler:
o Implement IPI_PREEMPT,
o Set td_lock
marcel 2008-04-15 17:02:24 UTC
FreeBSD src repository
Modified files:
sys/ia64/confDEFAULTS
sys/ia64/ia64clock.c nexus.c
Log:
Use genclock for RTC handling. This eliminates the MD versions for
inittodr() and resettodr(). Have nexus double as the clock devi
On Apr 16, 2008, at 6:40 AM, John Baldwin wrote:
On Monday 14 April 2008 04:34:45 pm Marcel Moolenaar wrote:
marcel 2008-04-14 20:34:45 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64sapic.c
Log:
Revision 1.9 changes the delivery mode from the magic constant 0
ption
to fix (as demonstrated by revision 1.7). The bottom-line being
that we should not open and close devices wishy-washy.
--
Marcel Moolenaar
[EMAIL PROTECTED]
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsub
marcel 2008-04-16 23:28:12 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim locore.S machdep.c mmu_oea.c
Log:
Allocate a stack (with optional guard pages) for thread0 and
switch to it before calling mi_startup().
Revision ChangesPath
1.26 +3 -0
marcel 2008-04-17 00:37:40 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim mmu_oea.c
Log:
Simplify the pmap_zero_page family of functions by making use of
the fact that we have a 1:1 mapping by virtue of the BATs.
Eliminate the now unused moea_rkva_alloc(), m
marcel 2008-04-17 23:36:35 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/binutils/libbfd Makefile.i386
Log:
Add support for the 32-bit EFI target.
Revision ChangesPath
1.18 +10 -3 src/gnu/usr.bin/binutils/libbfd/Makefile.i386
___
marcel 2008-04-18 02:21:11 UTC
FreeBSD src repository
Modified files:
sys/ia64/include vmparam.h
Log:
Remove cruft we got from Alpha, which was probably inherited
from NetBSD. I.e. make it more like a FreeBSD header.
Revision ChangesPath
1.19 +6 -31 sr
marcel 2008-04-19 04:56:16 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64mp_machdep.c pmap.c
Log:
Sanitize the malloc types: M_PMAP is not used in pmap.c, so don't
define it there. Don't use M_PMAP in mp_machdep.c; define M_SMP
instead.
Revision Chang
marcel 2008-04-21 04:41:37 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim clock.c nexus.c
sys/powerpc/conf DEFAULTS
Log:
Switch to using genclock. Have nexus double as clock device for
now. While here, add a proper attach() method to nexus.
Reque
marcel 2008-04-23 03:00:26 UTC
FreeBSD src repository
Modified files:
lib/libdisk open_ia64_disk.c
Log:
Correct an off-by-1 for GPART. The literal partition type (i.e.
the actual UUID) is prefixed by '!' to distinguish them from
well-known aliases.
MFC after: 3
marcel 2008-04-23 20:13:05 UTC
FreeBSD src repository
Modified files:
sys/geom/partg_part.c g_part_apm.c g_part_bsd.c
g_part_gpt.c g_part_mbr.c g_part_pc98.c
g_part_vtoc8.c
Log:
Implement the G_PART_DUMPCONF method for
ible and for that
it's good to know where the ZFS originates from. Also, we may
create an UUID with the intend that it's a common UUID, but
getting other OSes to use that UUID is far from easy.
--
Marcel Moolenaar
[EMAIL PROTECTED]
_
marcel 2008-04-24 00:11:15 UTC
FreeBSD src repository
Modified files:
lib/libdisk open_disk.c
Log:
Add support for gpart:
o Correct for gpart's 1-based index, versus 0-based index used by
legacy slicers.
o Parse and understand the xs and xt parameters.
R
ound the now-static local isa_irq_pending() (ia64), or by
simplifying and converting isa_irq_pending() into intr_pending()
(sparc64).
sio() is only for i386 and amd64, isa_irq_pending() should be
removed from all MD code, except from i386 and amd64.
FYI,
--
Marcel Moolenaar
[EMAIL PROTECTED]
On Apr 24, 2008, at 7:52 AM, John Baldwin wrote:
On Wednesday 23 April 2008 09:26:14 pm Marcel Moolenaar wrote:
On Apr 23, 2008, at 5:40 PM, Peter Wemm wrote:
On Wed, Apr 23, 2008 at 5:58 AM, John Baldwin <[EMAIL PROTECTED]>
wrote:
On Saturday 19 April 2008 03:25:57 am Peter Wemm
On Apr 24, 2008, at 9:27 AM, Marius Strobl wrote:
On Wed, Apr 23, 2008 at 06:26:14PM -0700, Marcel Moolenaar wrote:
On Apr 23, 2008, at 5:40 PM, Peter Wemm wrote:
On Wed, Apr 23, 2008 at 5:58 AM, John Baldwin <[EMAIL PROTECTED]>
wrote:
On Saturday 19 April 2008 03:25:57 am Pete
marcel 2008-04-24 22:42:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/amd64/amd64 vm_machdep.c
sys/arm/arm vm_machdep.c
sys/i386/i386vm_machdep.c
sys/ia64/ia64machdep.c vm_machdep.c
sys/kern k
marcel 2008-04-25 02:51:09 UTC
FreeBSD ports repository (src,doc committer)
Removed files:
devel/glib20/files patch-glib_gatomic.c
Log:
Don't use __sync_fetch_and_add_si(), __sync_bool_compare_and_swap_si()
and __sync_bool_compare_and_swap_di() for atomic ops. Those are GCC
marcel 2008-04-25 16:09:03 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64machdep.c
Log:
Unbreak previous commit. While here, refactor the code a bit.
Revision ChangesPath
1.239 +10 -13src/sys/ia64/ia64/machdep.c
_
marcel 2008-04-26 03:50:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/ia64/ia64elf_machdep.c machdep.c pmap.c
sys/ia64/include md_var.h
Log:
MFC: Better implement I-cache invalidation.
Revision ChangesPath
1.25 +4
marcel 2008-04-26 03:56:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib/libdisk open_ia64_disk.c
Log:
MFC: Correct an off-by-1 for GPART.
Revision ChangesPath
1.5 +8 -2 src/lib/libdisk/open_ia64_disk.c
Revision
marcel 2008-04-26 18:35:44 UTC
FreeBSD src repository
Modified files:
sys/powerpc/powermac macio.c maciovar.h
Log:
Take into account the size of the interrupt cell. It's determined
by the parent for interrupt resources. This corrects parsing of
the interrupts property.
marcel 2008-04-26 18:41:00 UTC
FreeBSD src repository
Modified files:
sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_macio.c
scc_bfe_quicc.c scc_bfe_sbus.c scc_core.c
Log:
With rev 1.24 of sys/powerpc/powermac/macio.c, we now get a
total of 6 i
marcel 2008-04-26 18:41:42 UTC
FreeBSD src repository
Modified files:
sys/modules/scc Makefile
Log:
Include the QUICC bus front-end in the module for PowerPC.
Revision ChangesPath
1.3 +1 -1 src/sys/modules/scc/Makefile
marcel 2008-04-26 19:22:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern kern_kse.c
Log:
Put the arguments of kse_switchin in local variables, rather than
dereferencing uap throughout. On ia64 uap points into the trapframe
and the
marcel 2008-04-27 17:13:22 UTC
FreeBSD src repository
Modified files:
sys/powerpc/mpc85xx mpc85xx.c ocpbus.c
sys/powerpc/include cpufunc.h
Log:
Remove mfsvr():
o The function is defined unconditionally but depends on SPR_SVR,
which is defined conditionally.
o s
marcel 2008-04-27 18:34:34 UTC
FreeBSD src repository
Added files:
lib/libc/powerpc/softfloat milieu.h powerpc-gcc.h softfloat.h
Log:
Add support files for compiling with soft-float. This has been
copied from ARM and modified to warrant the duplication. Oh,
and to make it wo
marcel 2008-04-27 19:03:14 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim locore.S
Log:
Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.
Revision ChangesPath
1.27 +3 -2 src/sys/powerpc/aim/locore.S
marcel 2008-04-27 19:51:35 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include smp.h
Log:
MFp4: SMP support
Revision ChangesPath
1.2 +63 -6 src/sys/powerpc/include/smp.h
___
cvs-all@freebsd.org mailing
marcel 2008-04-27 21:04:54 UTC
FreeBSD src repository
Modified files:
sys/powerpc/bookepmap.c
Log:
Eliminate track_modified_needed(), better known as pmap_track_modified()
on other platforms. We no longer need it because we do not create managed
mappings within the clea
marcel 2008-04-27 22:33:43 UTC
FreeBSD src repository
Modified files:
sys/conf files.powerpc
sys/powerpc/aim clock.c locore.S machdep.c mmu_oea.c
swtch.S trap_subr.S vm_machdep.c
sys/powerpc/booketrap_subr.S
sys/powerpc/co
marcel 2008-04-28 03:04:42 UTC
FreeBSD src repository
Modified files:
sys/powerpc/aim mmu_oea.c
Log:
The first argment of mtdbatu or mtibatu is part of the encoding.
It needs to be constant, so eliminate the loop and "hand-unroll".
Revision ChangesPath
1.121
marcel 2008-04-30 00:50:50 UTC
FreeBSD src repository
Modified files:
sys/conf files.powerpc
Log:
mp_machdep.c is only conditional upon smp, not aim. If booke grows
support for smp, mp_machdep.c needs to be included as well.
Revision ChangesPath
1.77
rts 128-bit atomic operations and I like
like to keep long long available for that...
Not to mention that PRIu64 is defined exactly for this issue,
so I would suggest that people get over their eye-of-beholder
objections and just use it (if casting to long long and sing
%llu is not an o
401 - 500 of 764 matches
Mail list logo