cvs commit: src/include stdio.h src/lib/libc/stdio stdio.c src/lib/libftpio ftpio.c

2008-05-03 Thread Marcel Moolenaar
marcel 2008-05-03 20:09:44 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c lib/libftpio ftpio.c Log: Unbreak build: libftpio gropes inside struct __sFILE. Implement accessor functions for its benefit now th

cvs commit: src/include stdio.h src/lib/libc/stdio stdio.c src/gnu/usr.bin/sort config.h

2008-05-03 Thread Marcel Moolenaar
marcel 2008-05-03 23:36:00 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c gnu/usr.bin/sort config.h Log: Unbreak build: gnu sort has been configured to grope inside struct __sFILE. It's opaque now, so add a fu

cvs commit: src/lib/libc Versions.def src/lib/libc/stdio Symbol.map

2008-05-03 Thread Marcel Moolenaar
marcel 2008-05-04 04:11:01 UTC FreeBSD src repository Modified files: lib/libc Versions.def lib/libc/stdio Symbol.map Log: Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private name space. Revision ChangesPath 1.5 +3 -0

Re: cvs commit: src/include stdio.h src/lib/libc/stdio stdio.c src/gnu/usr.bin/sort config.h

2008-05-03 Thread Marcel Moolenaar
On May 3, 2008, at 8:40 PM, Daniel Eischen wrote: On Sat, 3 May 2008, Marcel Moolenaar wrote: marcel 2008-05-03 23:36:00 UTC FreeBSD src repository Modified files: include stdio.h lib/libc/stdio stdio.c gnu/usr.bin/sort config.h Log: Unbreak build: gnu

cvs commit: src/gnu/usr.bin/binutils/objdump Makefile

2008-05-03 Thread Marcel Moolenaar
marcel 2008-05-04 04:13:35 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/objdump Makefile Log: Lower WARNS to avoid warning about type-punned casting. Revision ChangesPath 1.15 +1 -1 src/gnu/usr.bin/binutils/objdump/Makefile __

Re: cvs commit: src/include stdio.h src/lib/libc Versions.def src/lib/libc/stdio Symbol.map stdio.c

2008-05-05 Thread Marcel Moolenaar
__fsetfileno() accessors as we aren't hiding FILE's internals anymore. Thanks for cleaning this up too! -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To u

cvs commit: src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.h

2008-07-30 Thread Marcel Moolenaar
marcel 2008-07-30 00:59:19 UTC FreeBSD src repository Modified files: lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h sys/sys procfs.h Log: SVN rev 180982 on 2008-07-30 00:59:19Z by marcel

cvs commit: src/lib/libthread_db Makefile thread_db.c src/lib/libthread_db/arch/arm libpthread_md.c src/lib/libthread_db/arch/powerpc libpthread_md.c

2008-07-30 Thread Marcel Moolenaar
marcel 2008-07-31 05:25:52 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile thread_db.c lib/libthread_db/arch/arm libpthread_md.c lib/libthread_db/arch/powerpc libpthread_md.c Log: SVN rev 181044 on 2008-07-31 05:25:52Z by marcel Cleanup fo

cvs commit: src/lib/libthread_db Makefile libpthread_db.c libpthread_db.h src/lib/libthread_db/arch/amd64 libpthread_md.c src/lib/libthread_db/arch/arm libpthread_md.c src/lib/libthread_db/arch/i386 l

2008-07-31 Thread Marcel Moolenaar
marcel 2008-07-31 16:26:58 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile libpthread_db.c libpthread_db.h lib/libthread_db/arch/amd64 libpthread_md.c lib/libthread_db/arch/arm libpthread_md.c lib/libthread_db/arch/i386 libpthread_md.c lib

cvs commit: src/lib/libthread_db thread_db.c thread_db_int.h

2008-07-31 Thread Marcel Moolenaar
marcel 2008-07-31 20:25:52 UTC FreeBSD src repository Modified files: lib/libthread_db thread_db.c thread_db_int.h Log: SVN rev 181065 on 2008-07-31 20:25:52Z by marcel Add thr_pread_{int,long,ptr} and thr_pwrite_{int,long,ptr} to help abstract the sizes and endiannes

cvs commit: src/lib/libthread_db Makefile libpthread_db.c libthr_db.c src/lib/libthread_db/arch/arm libpthread_md.c src/lib/libthread_db/arch/ia64 libpthread_md.c src/lib/libthread_db/arch/powerpc lib

2008-08-05 Thread Marcel Moolenaar
marcel 2008-08-06 03:14:18 UTC FreeBSD src repository Modified files: lib/libthread_db Makefile libpthread_db.c libthr_db.c lib/libthread_db/arch/arm libpthread_md.c lib/libthread_db/arch/ia64 libpthread_md.c lib/libthread_db/arch/powerpc libpthread_md.c lib/l

cvs commit: src/release/ia64 mkisoimages.sh

2008-08-08 Thread Marcel Moolenaar
marcel 2008-08-08 23:54:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) release/ia64 mkisoimages.sh Log: SVN rev 181443 on 2008-08-08 23:54:46Z by marcel MFC r177991: Increase the size of the EFI system partition from 16M to 20M. Revis

cvs commit: src/lib/libthread_db thread_db.h

2008-08-12 Thread Marcel Moolenaar
marcel 2008-08-13 00:03:35 UTC FreeBSD src repository Modified files: lib/libthread_db thread_db.h Log: SVN rev 181651 on 2008-08-13 00:03:35Z by marcel Change the type of ti_traceme from a char to an int as its address is passed to ps_pread for reading sizeof(int) by

cvs commit: src/sys/powerpc/aim clock.c

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-30 18:37:55 UTC FreeBSD src repository Modified files: sys/powerpc/aim clock.c Log: SVN rev 182483 on 2008-08-30 18:37:55Z by marcel Don't clear PSL_RI. Disabling external interrupts doesn't make exceptions unrecoverable. Revision ChangesPath

cvs commit: src/sys/powerpc/include cpufunc.h

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-30 18:38:37 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: SVN rev 182484 on 2008-08-30 18:38:37Z by marcel Add powerpc_sync() as an inline function. Revision ChangesPath 1.25 +7 -0 src/sys/powerpc/include

cvs commit: src/sys/powerpc/aim machdep.c

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-30 18:39:29 UTC FreeBSD src repository Modified files: sys/powerpc/aim machdep.c Log: SVN rev 182485 on 2008-08-30 18:39:29Z by marcel Call powerpc_sync() instead of using an asm statement. Revision ChangesPath 1.117 +1 -1 src/sys/po

cvs commit: src/sys/powerpc/aim vm_machdep.c

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-30 18:48:17 UTC FreeBSD src repository Modified files: sys/powerpc/aim vm_machdep.c Log: SVN rev 182486 on 2008-08-30 18:48:17Z by marcel Whitespace fixes. Revision ChangesPath 1.122 +12 -12src/sys/powerpc/aim/vm_machdep.c ___

cvs commit: src/sys/powerpc/powerpc db_interface.c

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-30 18:50:11 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc db_interface.c Log: SVN rev 182487 on 2008-08-30 18:50:11Z by marcel In db_show_mdpcpu(), print MD fields. Revision ChangesPath 1.8 +4 -0 src/sys/powerpc/powerp

cvs commit: src/sys/powerpc/include cpufunc.h

2008-08-30 Thread Marcel Moolenaar
marcel 2008-08-31 02:25:20 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: SVN rev 182503 on 2008-08-31 02:25:20Z by marcel Remove restore_intr(). We have intr_restore()... Revision ChangesPath 1.26 +0 -7 src/sys/powerpc/

cvs commit: src/sys/powerpc/powerpc pmap_dispatch.c

2008-08-31 Thread Marcel Moolenaar
marcel 2008-08-31 20:08:13 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc pmap_dispatch.c Log: SVN rev 182571 on 2008-08-31 20:08:13Z by marcel Trace all PMAP calls using KTR_PMAP. Revision ChangesPath 1.15 +92 -2 src/sys/powerpc/powerp

cvs commit: src/sys/powerpc/aim mmu_oea.c

2008-08-31 Thread Marcel Moolenaar
marcel 2008-08-31 20:55:31 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: SVN rev 182573 on 2008-08-31 20:55:31Z by marcel Remove redundant KTR statements. Revision ChangesPath 1.123 +0 -6 src/sys/powerpc/aim/mmu_oea.c __

cvs commit: src/sys/powerpc/aim interrupt.c

2008-08-31 Thread Marcel Moolenaar
marcel 2008-08-31 23:54:22 UTC FreeBSD src repository Modified files: sys/powerpc/aim interrupt.c Log: SVN rev 182580 on 2008-08-31 23:54:22Z by marcel Trace interrupts with KTR_INTR. Revision ChangesPath 1.10 +2 -0 src/sys/powerpc/aim/interrupt.c

cvs commit: src/lib/libc/stdlib malloc.c

2008-09-05 Thread Marcel Moolenaar
marcel 2008-09-06 05:26:31 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: SVN rev 182809 on 2008-09-06 05:26:31Z by marcel Unbreak ia64: pges are 8KB. Revision ChangesPath 1.178 +1 -1 src/lib/libc/stdlib/malloc.c _

cvs commit: src/lib/libthr/thread thr_event.c

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-14 16:07:21 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_event.c Log: SVN rev 183021 on 2008-09-14 16:07:21Z by marcel Allow psaddr_t to be widened by using thr_pread_{int,long,ptr}, where critical. Some places still use ps_pread/ps_p

cvs commit: src/gnu/usr.bin/gdb/libgdb fbsd-threads.c src/lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h src/sys/sys procfs.h

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-14 16:52:42 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/libgdb fbsd-threads.c lib/libthread_db libpthread_db.c libthr_db.c thread_db.c thread_db.h thread_db_int.h sys/sys procfs.h Log: SVN rev 183

cvs commit: src/sys/powerpc/powerpc openpic.c

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-14 21:30:01 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc openpic.c Log: SVN rev 183028 on 2008-09-14 21:30:01Z by marcel Remove debugging code. Revision ChangesPath 1.20 +7 -15 src/sys/powerpc/powerpc/openpic.c

cvs commit: src/sys/powerpc/powerpc cpu.c

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-15 00:59:49 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: SVN rev 183029 on 2008-09-15 00:59:49Z by marcel Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're not configuring the L2 cache on the BSP. Nor the L3 cache. We

cvs commit: src/sys/powerpc/aim mp_cpudep.c src/sys/powerpc/powerpc autoconf.c mp_machdep.c

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-15 01:03:16 UTC FreeBSD src repository Modified files: sys/powerpc/aim mp_cpudep.c sys/powerpc/powerpc autoconf.c mp_machdep.c Log: SVN rev 183030 on 2008-09-15 01:03:16Z by marcel Dont worry about PSL_RI (restartable interrupt indicator) in comm

cvs commit: src/sys/powerpc/include spr.h

2008-09-14 Thread Marcel Moolenaar
marcel 2008-09-15 02:51:07 UTC FreeBSD src repository Modified files: sys/powerpc/include spr.h Log: SVN rev 183031 on 2008-09-15 02:51:07Z by marcel o Remove SPR_TSR & SPR_TCR for AIM. o Remove SPR_HID2. o Add more SPR_L3CR bit definitions. Revision Changes

cvs commit: src/sys/powerpc/include cpufunc.h

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 16:28:51 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: SVN rev 183081 on 2008-09-16 16:28:51Z by marcel In powerpc_get_pcpup(), make the inline assembly statement volatile so that the compiler won't perform CSE. For SMP,

cvs commit: src/sys/powerpc/powerpc mp_machdep.c

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 16:33:36 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc mp_machdep.c Log: SVN rev 183083 on 2008-09-16 16:33:36Z by marcel o Synchronize the APs timebase and decrementer values with the BSP. o Don't set/get the PIR register. It's CPU d

cvs commit: src/sys/powerpc/aim swtch.S

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 17:03:52 UTC FreeBSD src repository Modified files: sys/powerpc/aim swtch.S Log: SVN rev 183088 on 2008-09-16 17:03:52Z by marcel Set pcpup->pc_curthread and pcpup->pc_curpcb before calling pmap_activate. While pmap_activate doesn't need either, we

cvs commit: src/sys/powerpc/aim clock.c

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 17:11:33 UTC FreeBSD src repository Modified files: sys/powerpc/aim clock.c Log: SVN rev 183089 on 2008-09-16 17:11:33Z by marcel o In decr_get_timecount() only read the low timebase register. We're only returning a 32-bit counter. o In decr_

cvs commit: src/sys/powerpc/aim mp_cpudep.c

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 17:22:16 UTC FreeBSD src repository Modified files: sys/powerpc/aim mp_cpudep.c Log: SVN rev 183090 on 2008-09-16 17:22:16Z by marcel Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1I caches if not yet enabed. This is required for coh

cvs commit: src/sys/powerpc/aim mmu_oea.c

2008-09-16 Thread Marcel Moolenaar
marcel 2008-09-16 19:16:33 UTC FreeBSD src repository Modified files: sys/powerpc/aim mmu_oea.c Log: SVN rev 183094 on 2008-09-16 19:16:33Z by marcel o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G) make it memory-coherency enforced (PTE_M)

Re: cvs commit: src/sys/sparc64/include smp.h src/sys/sparc64/sparc64 genassym.c mp_machdep.c

2008-09-18 Thread Marcel Moolenaar
bring-up or porting, but serves no real purpose (other than maybe a POST-like purpose) once IPIs are known to work... -- 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]"

cvs commit: CVSROOT mentors

2008-09-22 Thread Marcel Moolenaar
marcel 2008-09-23 02:09:00 UTC FreeBSD src repository Modified files: .mentors Log: SVN rev 183287 on 2008-09-23 02:09:00Z by marcel Nathan Whitehorn (nwhitehorn) is flying solo from now on. Revision ChangesPath 1.20 +0 -1 CVSROOT/m

Re: cvs commit: src/sys/powerpc/ofw ofw_syscons.c

2008-09-23 Thread Marcel Moolenaar
serial port by OF the syscons won't take over console. Only attach syscons to "screen" if /chosen/stdout is not connected, which could be the case when loader(8) is booted directly from the OF. This fixes Marcel's Xserver. Thanks! -- Marcel Moolen

cvs commit: src/gnu/lib/csu Makefile

2008-09-26 Thread Marcel Moolenaar
marcel 2008-09-26 15:00:18 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: SVN rev 183384 on 2008-09-26 15:00:18Z by marcel Add -D_OSRELDATE_H to CFLAGS to prevent the declaration of getosreldate() in assembler source files. We still get the

cvs commit: src/usr.sbin Makefile

2008-09-26 Thread Marcel Moolenaar
marcel 2008-09-26 18:28:54 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: SVN rev 183387 on 2008-09-26 18:28:54Z by marcel The previous commit re-introduced sade on platforms where it doesn't work. Re-limit sade to amd64 and i386. Rev

cvs commit: src/sys/geom/part g_part_bsd.c

2008-09-27 Thread Marcel Moolenaar
marcel 2008-09-27 15:28:15 UTC FreeBSD src repository Modified files: sys/geom/partg_part_bsd.c Log: SVN rev 183410 on 2008-09-27 15:28:15Z by marcel Allow 255 sectors/track for the BSD disklabel. The previous limit of 63 sectors/track is too PC BIOS specific. On

cvs commit: src/sys/geom/part g_part.c

2008-09-27 Thread Marcel Moolenaar
marcel 2008-09-27 19:29:52 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: SVN rev 183419 on 2008-09-27 19:29:52Z by marcel Hold the root mount while we're tasting. It is possible that a nested partition (typically the BSD disklabel) is not

cvs commit: src/sys/geom/part g_part_pc98.c

2008-09-27 Thread Marcel Moolenaar
marcel 2008-09-27 19:58:11 UTC FreeBSD src repository Modified files: sys/geom/partg_part_pc98.c Log: SVN rev 183420 on 2008-09-27 19:58:11Z by marcel Export the partition name in the conftxt and confxml output. The conftxt output is used by libdisk, and the confx

cvs commit: src/gnu/lib/csu Makefile

2008-09-28 Thread Marcel Moolenaar
marcel 2008-09-28 19:17:54 UTC FreeBSD src repository Modified files: gnu/lib/csu Makefile Log: SVN rev 183440 on 2008-09-28 19:17:54Z by marcel Revert previous commit. The prototype has been moved to unistd.h Revision ChangesPath 1.31 +1 -1 s

cvs commit: src/sys/geom/part g_part_bsd.c

2008-09-28 Thread Marcel Moolenaar
marcel 2008-09-29 02:48:22 UTC FreeBSD src repository Modified files: sys/geom/partg_part_bsd.c Log: SVN rev 183455 on 2008-09-29 02:48:22Z by marcel Return G_PART_PROBE_PRI_HIGH instead of G_PART_PROBE_PRI_NORM if the probe succeeds. This guarantees that the BSD

cvs commit: src/sys/geom/part g_part.c

2008-09-28 Thread Marcel Moolenaar
marcel 2008-09-29 02:39:02 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: SVN rev 183454 on 2008-09-29 02:39:02Z by marcel Insert the null scheme at the head. This does not change any functionality, but creates an invariant: the first elemen

cvs commit: src/sys/arm/at91 uart_cpu_at91rm9200usart.c

2007-06-04 Thread Marcel Moolenaar
marcel 2007-06-04 17:53:42 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_cpu_at91rm9200usart.c Log: Revert to the previous version where the return value of uart_getenv() is being ignored. It's optional and the lack of environment variable is not an er

cvs commit: src/sys/ia64/ia64 mp_machdep.c

2007-06-05 Thread Marcel Moolenaar
marcel 2007-06-06 04:44:19 UTC FreeBSD src repository Modified files: sys/ia64/ia64mp_machdep.c Log: Include for sched_throw(). Revision ChangesPath 1.64 +1 -0 src/sys/ia64/ia64/mp_machdep.c ___ cvs-all@f

cvs commit: src/sys/geom/part g_part.c

2007-06-05 Thread Marcel Moolenaar
marcel 2007-06-06 05:01:41 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Call sbuf_finish() before sbuf_data() and sbuf_len(). Revision ChangesPath 1.8 +5 -0 src/sys/geom/part/g_part.c ___

cvs commit: src/sys/geom/part g_part_apm.c g_part_gpt.c

2007-06-05 Thread Marcel Moolenaar
marcel 2007-06-06 05:06:15 UTC FreeBSD src repository Modified files: sys/geom/partg_part_apm.c g_part_gpt.c Log: Prefix unknown (i.e. un-aliased) partition types with '!'. This is how they had to be given with ctlreq. Revision ChangesPath 1.3 +4 -3

cvs commit: src/sys/ia64/ia64 pmap.c

2007-06-07 Thread Marcel Moolenaar
marcel 2007-06-07 16:04:23 UTC FreeBSD src repository Modified files: sys/ia64/ia64pmap.c Log: Eliminate pmap_install(), which was used to wrap pmap_switch() and grab sched_lock. This would serialize calls to pmap_switch from cpu_switch(). With the introduction of th

cvs commit: src/sys/ia64/ia64 machdep.c

2007-06-07 Thread Marcel Moolenaar
marcel 2007-06-07 18:36:58 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Remove remaining references to pc_curtid missed in previous commit. Revision ChangesPath 1.220 +0 -2 src/sys/ia64/ia64/machdep.c ___

cvs commit: src/sys/powerpc/powerpc busdma_machdep.c

2007-06-07 Thread Marcel Moolenaar
marcel 2007-06-08 04:46:50 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc busdma_machdep.c Log: Sync with other platforms: add kluge to use contigmalloc when the alignment is larger than the size and print a diagnostic when we didn't satisfy the alignment.

cvs commit: src/sys/contrib/opensolaris/common/atomic/ia64 atomic.S

2007-06-08 Thread Marcel Moolenaar
marcel 2007-06-08 16:20:03 UTC FreeBSD src repository Modified files: sys/contrib/opensolaris/common/atomic/ia64 atomic.S Log: Add my copyright. Requested by: pjd@ Revision ChangesPath 1.2 +28 -0 src/sys/contrib/opensolaris/common/atomic/ia64/atomic.S

cvs commit: src/sys/ia64/ia64 machdep.c

2007-06-08 Thread Marcel Moolenaar
marcel 2007-06-09 01:19:09 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Physical memory regions can be larger than INT_MAX. Change size1 from an int to a long to avoid printing negative byte and page counts. Revision ChangesPath

cvs commit: src/sys/ia64/ia64 db_machdep.c

2007-06-09 Thread Marcel Moolenaar
marcel 2007-06-09 22:15:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64db_machdep.c Log: Synchronize the instruction cache after writing to memory. This is needed for breakpoints to work. Revision ChangesPath 1.3 +5 -1 src/sys/ia64/ia

cvs commit: src/sys/powerpc/include cpu.h kdb.h md_var.h src/sys/powerpc/powerpc db_interface.c syncicache.c uio_machdep.c src/sys/amd64/include kdb.h src/sys/arm/include kdb.h src/sys/gdb gdb_packet.

2007-06-09 Thread Marcel Moolenaar
marcel 2007-06-09 21:55:17 UTC FreeBSD src repository Modified files: sys/powerpc/include cpu.h kdb.h md_var.h sys/powerpc/powerpc db_interface.c syncicache.c uio_machdep.c sys/amd64/includekdb.h sys/arm/include kdb.h sys/gdb gdb_packet.c

cvs commit: src/sys/kern vfs_bio.c

2007-06-09 Thread Marcel Moolenaar
marcel 2007-06-09 23:41:14 UTC FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Work around an integer overflow in expression `3 * maxbufspace / 4', when maxbufspace is larger than INT_MAX / 3. The overflow causes a hard hang on ia64 when physical m

Re: cvs commit: src/sys/kern init_main.c

2007-06-09 Thread Marcel Moolenaar
another rusage fix). Fix confirmed. 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]"

cvs commit: src/lib/libc/powerpc/gen syncicache.c

2007-06-09 Thread Marcel Moolenaar
marcel 2007-06-10 03:13:56 UTC FreeBSD src repository Modified files: lib/libc/powerpc/gen syncicache.c Log: The definition of CACHELINESIZE moved from to . Revision ChangesPath 1.3 +1 -1 src/lib/libc/powerpc/gen/syncicache.c ___

cvs commit: src/lib/libc/powerpc/gen syncicache.c

2007-06-10 Thread Marcel Moolenaar
marcel 2007-06-10 16:32:08 UTC FreeBSD src repository Modified files: lib/libc/powerpc/gen syncicache.c Log: Fix bogon in previous commit: is still needed. Revision ChangesPath 1.4 +1 -0 src/lib/libc/powerpc/gen/syncicache.c __

cvs commit: src/sys/ia64/ia64 machdep.c src/sys/ia64/include cpufunc.h

2007-06-10 Thread Marcel Moolenaar
marcel 2007-06-10 16:53:01 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c sys/ia64/include cpufunc.h Log: Work around a firmware bug in the HP rx2660, where in ACPI an I/O port is really a memory mapped I/O address. The bug is in the GAS tha

cvs commit: src/sys/amd64/conf DEFAULTS src/sys/conf files.amd64 files.i386 files.pc98 files.sparc64 files.sun4v src/sys/i386/conf DEFAULTS src/sys/pc98/conf DEFAULTS src/sys/sparc64/conf DEFAULTS src

2007-06-10 Thread Marcel Moolenaar
marcel 2007-06-11 00:38:06 UTC FreeBSD src repository Modified files: sys/amd64/conf DEFAULTS sys/conf files.amd64 files.i386 files.pc98 files.sparc64 files.sun4v sys/i386/confDEFAULTS sys/pc98/confDEFAULTS

cvs commit: src/sys/conf NOTES files options src/sys/geom/part g_part_mbr.c

2007-06-12 Thread Marcel Moolenaar
marcel 2007-06-13 04:27:36 UTC FreeBSD src repository Modified files: sys/conf NOTES files options Added files: sys/geom/partg_part_mbr.c Log: Add the MBR partitioning scheme to g_part. This does not yet support the ability to install boot code.

cvs commit: src/sys/ia64/conf DEFAULTS src/sys/powerpc/conf DEFAULTS

2007-06-12 Thread Marcel Moolenaar
marcel 2007-06-13 05:07:42 UTC FreeBSD src repository Modified files: sys/ia64/confDEFAULTS sys/powerpc/conf DEFAULTS Log: Enable GEOM_PART_MBR by default. On ia64 this replaces GEOM_MBR. Revision ChangesPath 1.11 +1 -1 src/sys/ia64/conf/DE

cvs commit: src/sys/geom/part g_part.c g_part.h g_part_mbr.c

2007-06-17 Thread Marcel Moolenaar
marcel 2007-06-17 22:19:20 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c g_part.h g_part_mbr.c Log: Have gpart synthesize a disk geometry if the underlying provider don't have it. Some partitioning schemes, as well as file systems, operate on the g

cvs commit: CVSROOT access

2007-06-30 Thread Marcel Moolenaar
marcel 2007-07-01 01:49:34 UTC FreeBSD ports repository Modified files: .access Log: Turn in my ports commit bit. It's been idle for a year now and I don't maintain any ports. The latter being the reason for the former, I would think... Friendly remi

cvs commit: src/sys/ia64/isa isa_dma.c

2007-07-08 Thread Marcel Moolenaar
marcel 2007-07-09 04:58:16 UTC FreeBSD src repository Modified files: sys/ia64/isa isa_dma.c Log: dma_tag is a static structure. Testing for it being a NULL pointer doesn't make sense. Rewrite to what was intended. Correctly warned about by: GCC Approved by: re

cvs commit: src/sys/powerpc/include atomic.h

2007-07-09 Thread Marcel Moolenaar
marcel 2007-07-10 04:40:00 UTC FreeBSD src repository Modified files: sys/powerpc/include atomic.h Log: Cast the arguments to atomic_*_ptr() when mapping it to atomic_*_32() This is a minimal fix. Approved by: re (kensmith) Revision ChangesPath 1.15 +8 -

cvs commit: src/sys/conf kmod.mk

2007-07-10 Thread Marcel Moolenaar
marcel 2007-07-11 01:20:37 UTC FreeBSD src repository Modified files: sys/conf kmod.mk Log: Add --no-warn-mismatch to ld(1) when linking binary files into ELF files. On ia64 the ELF header contains information about characteristics of the machine code and ld(1) n

cvs commit: src/libexec/rtld-elf/powerpc reloc.c

2007-07-15 Thread Marcel Moolenaar
marcel 2007-07-15 22:52:15 UTC FreeBSD src repository Modified files: libexec/rtld-elf/powerpc reloc.c Log: Unbreak the dynamic linker by not creating a cache for rtld-elf itself. It needs mmap(2), which now needs getosreldate(3) and which in turn uses a global variable to c

cvs commit: src/sys/ia64/ia64 syscall.S

2007-07-16 Thread Marcel Moolenaar
marcel 2007-07-16 16:47:35 UTC FreeBSD src repository Modified files: sys/ia64/ia64syscall.S Log: Restore the value of ar.rnat after the assignment to ar.bspstore. The SDM states that writing to ar.bspstore invalidates the ar.rnat register as a side-effect. This was

cvs commit: src/usr.sbin/acpi/acpidump acpi_user.c

2007-07-28 Thread Marcel Moolenaar
marcel 2007-07-28 17:46:05 UTC FreeBSD src repository Modified files: usr.sbin/acpi/acpidump acpi_user.c Log: Fix acpidump(8) on ia64. Revision 1.13 introduced an uninitialized variable bug that's hidden by the precense of the hint_acpi_0_rsdp hint on 386 and amd64. There's

cvs commit: src/usr.bin/truss main.c

2007-07-28 Thread Marcel Moolenaar
marcel 2007-07-28 23:00:43 UTC FreeBSD src repository Modified files: usr.bin/trussmain.c Log: Syscalls have at most 6 argument, not 5. See mmap(2) for example. Previously the offset argument to mmap(2) would be bogus as we weren't reading it in. Approved by: re

cvs commit: src/usr.bin/truss i386-fbsd.c powerpc-fbsd.c syscalls.c

2007-07-28 Thread Marcel Moolenaar
marcel 2007-07-28 23:15:04 UTC FreeBSD src repository Modified files: usr.bin/trussi386-fbsd.c powerpc-fbsd.c syscalls.c Log: Fix handling of Quad-type arguments. Previously, syscalls containing 64-bit arguments would have explicit padding. On 64-bit platforms there

cvs commit: src/usr.bin/truss syscalls.c

2007-07-28 Thread Marcel Moolenaar
marcel 2007-07-28 23:18:39 UTC FreeBSD src repository Modified files: usr.bin/trusssyscalls.c Log: Print integer-typed arguments as integers. This makes sure that on 64-bit platforms the result is more reliable. For example, -1 was previously printed as 0x.

cvs commit: src/sys/dev/pci pci.c

2007-07-28 Thread Marcel Moolenaar
marcel 2007-07-29 02:44:41 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: In pci_alloc_map(), restore the original value of the BAR for the duration of the function. The device we would otherwise have left in an useless state may just as well be

cvs commit: src/sys/ia64/include atomic.h

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-30 22:07:01 UTC FreeBSD src repository Modified files: sys/ia64/include atomic.h Log: Add casts to some of the more commonly used pointer-type atomic operations. We really should be able to make those inline functions, but this would break its use for sx_l

cvs commit: src/sys/ia64/include md_var.h src/sys/ia64/ia64 machdep.c mp_machdep.c pmap.c

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-30 22:12:53 UTC FreeBSD src repository Modified files: sys/ia64/include md_var.h sys/ia64/ia64machdep.c mp_machdep.c pmap.c Log: Explicitly map the VHPT on all processors. Previously we were merely lucky that the VHPT was mapped as a side-effect

cvs commit: src/sys/ia64/ia64 interrupt.c nexus.c sapic.c src/sys/ia64/include intr.h md_var.h sapicvar.h

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-30 22:29:33 UTC FreeBSD src repository Modified files: sys/ia64/ia64interrupt.c nexus.c sapic.c sys/ia64/include intr.h md_var.h sapicvar.h Log: Rework the interrupt code and add support for interrupt filtering (INTR_FILTER). This includes: o

cvs commit: src/sys/conf options.ia64 src/sys/ia64/ia64 db_machdep.c exception.S

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-30 22:42:33 UTC FreeBSD src repository Modified files: sys/conf options.ia64 sys/ia64/ia64db_machdep.c exception.S Log: Add option EXCEPTION_TRACING, which enables KTR-like functionality for processor interruptions. This is especially us

cvs commit: src/sys/ia64/ia64 exception.S

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-30 22:52:52 UTC FreeBSD src repository Modified files: sys/ia64/ia64exception.S Log: o Switch to physical addressing before dereferencing the VHPT bucket pointer. The virtual mapping may not be present in the translation cache. This will result in

cvs commit: src/sys/conf kern.pre.mk

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-31 03:15:32 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Enable -Werror for ia64. Approved by: re (blanket) Revision ChangesPath 1.91 +1 -1 src/sys/conf/kern.pre.mk

cvs commit: src/sys/powerpc/powerpc trap.c

2007-07-30 Thread Marcel Moolenaar
marcel 2007-07-31 06:23:26 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap.c Log: Fix backward compatibility of the "old" (i.e. FreeBSD6) lseek syscall. It was broken when a new lseek syscall was introduced. The problem is that we need to swap the 32-bit

cvs commit: src/sys/ia64/include ia64_cpu.h

2007-08-04 Thread Marcel Moolenaar
marcel 2007-08-04 19:26:42 UTC FreeBSD src repository Modified files: sys/ia64/include ia64_cpu.h Log: Add ia64_srlz_d() and ia64_srlz_i() functions to aid in serialization. Approved by: re (blanket) Revision ChangesPath 1.22 +12 -0 src/sys/ia64/inc

cvs commit: src/sys/ia64/ia64 clock.c

2007-08-04 Thread Marcel Moolenaar
marcel 2007-08-04 19:28:19 UTC FreeBSD src repository Modified files: sys/ia64/ia64clock.c Log: Add required data-serialization after writing to cr.itm and cr.itv. Approved by: re (blanket) Revision ChangesPath 1.32 +1 -0 src/sys/ia64/ia64/cloc

cvs commit: src/sys/ia64/ia64 machdep.c

2007-08-04 Thread Marcel Moolenaar
marcel 2007-08-04 19:33:27 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Replace "__asm __volatile()" by equivalent support functions from ia64_cpu.h. This improves readability and consistency and aids in auditing the code. Add data-seriali

cvs commit: src/sys/ia64/ia64 pmap.c

2007-08-04 Thread Marcel Moolenaar
marcel 2007-08-04 19:36:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64pmap.c Log: Replace "__asm __volatile()" by equivalent support functions from ia64_cpu.h. This improves readability and consistency and aids in auditing the code. Add data-serializat

cvs commit: src/sys/ia64/ia64 mp_machdep.c

2007-08-04 Thread Marcel Moolenaar
marcel 2007-08-04 19:52:11 UTC FreeBSD src repository Modified files: sys/ia64/ia64mp_machdep.c Log: Replace "__asm __volatile()" by equivalent support functions from ia64_cpu.h. This improves readability and consistency and aids in auditing the code. Add instructi

cvs commit: src/sys/ia64/include ia64_cpu.h

2007-08-05 Thread Marcel Moolenaar
marcel 2007-08-05 18:19:38 UTC FreeBSD src repository Modified files: sys/ia64/include ia64_cpu.h Log: In ia64_set_rr(), don't perform data serialization. This allows us to do the data serializations once after writing multiple region registers, as is done in pmap_switch

cvs commit: src/sys/ia64/ia64 exception.S interrupt.c src/sys/ia64/include md_var.h

2007-08-05 Thread Marcel Moolenaar
marcel 2007-08-06 05:11:01 UTC FreeBSD src repository Modified files: sys/ia64/ia64exception.S interrupt.c sys/ia64/include md_var.h Log: Keep interrupts disabled while handling external interrupts. There's no advantage in allowing nested external interrupts.

cvs commit: src/sys/ia64/ia64 mp_machdep.c

2007-08-05 Thread Marcel Moolenaar
marcel 2007-08-06 05:15:57 UTC FreeBSD src repository Modified files: sys/ia64/ia64mp_machdep.c Log: Clear pending interrupts before we enable external interrupts. Recently the AP in my Merced box seems to have grown a habit of getting unexpected interrupts, such as

cvs commit: src/sys/powerpc/include trap.h

2007-08-07 Thread Marcel Moolenaar
marcel 2007-08-07 18:39:28 UTC FreeBSD src repository Modified files: sys/powerpc/include trap.h Log: Add prototype for trap(). Approved by: re (blanket) Revision ChangesPath 1.5 +7 -0 src/sys/powerpc/include/trap.h __

cvs commit: src/sys/powerpc/powerpc trap.c

2007-08-07 Thread Marcel Moolenaar
marcel 2007-08-07 18:40:02 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc trap.c Log: Remove redundant prototype. Approved by: re (blanket) Revision ChangesPath 1.67 +0 -2 src/sys/powerpc/powerpc/trap.c

cvs commit: src/sys/powerpc/include interruptvar.h intr_machdep.h src/sys/powerpc/powerpc interrupt.c intr_machdep.c

2007-08-07 Thread Marcel Moolenaar
marcel 2007-08-07 23:33:35 UTC FreeBSD src repository Modified files: sys/powerpc/include intr_machdep.h sys/powerpc/powerpc interrupt.c intr_machdep.c Removed files: sys/powerpc/include interruptvar.h Log: Eliminate as it has only a single prototype. In the fu

cvs commit: src ObsoleteFiles.inc

2007-08-07 Thread Marcel Moolenaar
marcel 2007-08-07 23:48:31 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: The PowerPC specific header interruptvar.h has been removed. Approved by: re (blanket) Revision ChangesPath 1.109 +4 -0 src/ObsoleteFiles.i

cvs commit: src/sys/powerpc/powerpc interrupt.c

2007-08-07 Thread Marcel Moolenaar
marcel 2007-08-08 01:19:12 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc interrupt.c Log: Re-enable external interrupts for faults, traps and syscalls. Approved by: re (blanket) Revision ChangesPath 1.7 +8 -9 src/sys/powerpc/powerpc/

cvs commit: src/sys/conf kern.pre.mk

2007-08-08 Thread Marcel Moolenaar
marcel 2007-08-08 19:12:06 UTC FreeBSD src repository Modified files: sys/conf kern.pre.mk Log: Re-enable -Werror for PowerPC. This should really be unconditional again. Approved by: re (blanket) Revision ChangesPath 1.92 +2 -1 src/sys/conf

cvs commit: src/sys/conf files

2007-08-08 Thread Marcel Moolenaar
marcel 2007-08-09 01:11:21 UTC FreeBSD src repository Modified files: sys/conf files Log: Compile ipfilter:ip_lookup.c without -Werror. The file contains a test that assumes that char is signed by default and causes a warning with GCC 4.2 on PowerPC. A patch ha

cvs commit: src/sys/powerpc/include intr_machdep.h md_var.h openpicvar.h src/sys/powerpc/powermac hrowpic.c hrowpicvar.h openpic_macio.c src/sys/powerpc/powerpc autoconf.c interrupt.c intr_machdep.c n

2007-08-11 Thread Marcel Moolenaar
marcel 2007-08-11 19:25:32 UTC FreeBSD src repository Modified files: sys/powerpc/include intr_machdep.h md_var.h openpicvar.h sys/powerpc/powermac hrowpic.c hrowpicvar.h openpic_macio.c sys/powerpc/powerpc autoconf.c interrupt.c intr_machdep.c n

<    1   2   3   4   5   6   7   8   >