cvs commit: src/lib/libc/ia64/gen _set_tp.c

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-02 17:49:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/ia64/gen_set_tp.c Log: MFC TLS fixes. Revision ChangesPath 1.1.8.1 +1 -2 src/lib/libc/ia64/gen/_set_tp.c __

cvs commit: src/lib/libpthread/arch/ia64/ia64 pthread_md.c src/lib/libpthread/arch/ia64/include pthread_md.h

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-02 19:39:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libpthread/arch/ia64/ia64 pthread_md.c lib/libpthread/arch/ia64/include pthread_md.h Log: MFC TLS fixes. Revision ChangesPath 1.3.8.1 +19 -14src/lib/libpthr

cvs commit: src/lib/libpthread/arch/powerpc/include pthread_md.h src/lib/libpthread/arch/powerpc/powerpc pthread_md.c

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-02 19:41:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libpthread/arch/powerpc/include pthread_md.h lib/libpthread/arch/powerpc/powerpc pthread_md.c Log: MFC TLS fixes. Revision ChangesPath 1.3.2.1 +67 -33src/li

cvs commit: src/lib/libc/gen tls.c src/libexec/rtld-elf rtld.c

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-02 20:38:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/gen tls.c libexec/rtld-elf rtld.c Log: MFC TLS variant I fixes. Revision ChangesPath 1.8.2.1+37 -48src/lib/libc/gen/tls.c 1.106.2.3 +

cvs commit: src/etc/mtree BSD.usr.dist

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-02 20:58:37 UTC FreeBSD src repository Modified files: etc/mtreeBSD.usr.dist Log: Unbreak PowerPC build after addition of powermac_nvram(4powerpc). Revision ChangesPath 1.320 +6 -0 src/etc/mtree/BSD.usr.dist ___

cvs commit: src/libexec/rtld-elf/alpha rtld_machdep.h

2006-09-02 Thread Marcel Moolenaar
marcel 2006-09-03 05:15:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) libexec/rtld-elf/alpha rtld_machdep.h Log: Define TLS_TCB_SIZE, needed by allocate_tls() and free_tls(). Revision ChangesPath 1.10.8.1 +3 -1 src/libexec/rtld-elf/alp

cvs commit: src/sys/dev/puc pucdata.c

2006-09-04 Thread Marcel Moolenaar
marcel 2006-09-04 18:27:14 UTC FreeBSD src repository Modified files: sys/dev/puc pucdata.c Log: Add SIIG 4 port serial card based on the Oxford OX16PCI954. Revision ChangesPath 1.58 +6 -0 src/sys/dev/puc/pucdata.c _

cvs commit: src/sys/dev/puc pucdata.c

2006-09-04 Thread Marcel Moolenaar
marcel 2006-09-04 18:52:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/puc pucdata.c Log: Pseudo-MFC rev 1.58: Add SIIG 4 port serial card based on the Oxford OX16PCI954. Revision ChangesPath 1.51.2.2 +11 -0 src/sys/de

Re: cvs commit: src/sys/dev/puc pucdata.c

2006-09-04 Thread Marcel Moolenaar
On Sep 4, 2006, at 12:00 PM, Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Marcel Moolenaar writes: marcel 2006-09-04 18:52:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/puc pucdata.c Log: Pseudo-MFC rev 1.58: Add

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

2006-09-25 Thread Marcel Moolenaar
marcel 2006-09-25 15:49:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pci.c Log: MFC rev 1.311: Allow 16 byte memory mapped I/O ranges. Approved by: re (hrs) Revision ChangesPath 1.292.2.9 +2 -2 src/sys/dev/p

cvs commit: src/sbin/gpt add.c label.c remove.c

2006-10-04 Thread Marcel Moolenaar
marcel 2006-10-04 18:20:26 UTC FreeBSD src repository Modified files: sbin/gpt add.c label.c remove.c Log: Use strtoll(3) instead of strtol(3) for the starting block or partition size. On 32-bit platforms sizeof(long) < sizeof(off_t) and using strtol(3) would pre

cvs commit: src/sys/ia64/ia32 ia32_signal.c

2006-10-06 Thread Marcel Moolenaar
marcel 2006-10-06 19:33:44 UTC FreeBSD src repository Modified files: sys/ia64/ia32ia32_signal.c Log: Include freebsd32_signal.h now that signal-related definitions are moved there. Found by: ia64 tinderbox. Revision ChangesPath 1.11 +1 -0 sr

cvs commit: src/sbin/gpt add.c label.c remove.c

2006-10-07 Thread Marcel Moolenaar
marcel 2006-10-07 18:35:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/gpt add.c label.c remove.c Log: MFC add.c:1.15, label.c:1.3, remove.c:1.10 Use strtoll(3) instead of strtol(3) for the starting block or partition size. PR: bi

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

2006-10-18 Thread Marcel Moolenaar
marcel 2006-10-19 00:53:35 UTC FreeBSD src repository Modified files: sys/ia64/ia64clock.c Log: Fix previous revision: o day and mday are the same. No need to subtract 1 from mday. o Set dow to -1 as clock_ct_to_ts() checks this field and returns EINVAL on any

cvs commit: src/usr.bin/tail forward.c

2006-10-21 Thread Marcel Moolenaar
marcel 2006-10-21 18:05:06 UTC FreeBSD src repository Modified files: usr.bin/tail forward.c Log: Better handle the -F case: o When stat(2) fails (i.e. the file has been moved) there's no new file with the same name yet, so keep showing the file that's open.

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

2006-10-22 Thread Marcel Moolenaar
marcel 2006-10-23 00:38:58 UTC FreeBSD src repository Modified files: sys/ia64/ia64nexus.c Log: o Eliminate nexus_print_resources(). Use resource_list_print_type() instead. o Eliminate nexus_print_all_resources(). Inline the function body in nexus_print_chi

cvs commit: src/sys/geom geom_gpt.c

2006-06-11 Thread Marcel Moolenaar
marcel 2006-06-11 20:02:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/geom geom_gpt.c Log: MFC rev 1.38: Fix unaligned memory accesses on Alpha and possible other platforms. Tested by: wilko@ Revision ChangesPath 1.32.

cvs commit: src/sys/powerpc/conf DEFAULTS

2006-06-12 Thread Marcel Moolenaar
marcel 2006-06-12 20:10:46 UTC FreeBSD src repository Modified files: sys/powerpc/conf DEFAULTS Log: Some machines have an ESCC. Make sure we build uart(4) with support for the z8530. Revision ChangesPath 1.4 +1 -0 src/sys/powerpc/conf/DEFAULTS _

cvs commit: src/sys/kern kern_linker.c

2006-06-13 Thread Marcel Moolenaar
marcel 2006-06-14 03:01:06 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is a pointer to an integer and td->td_retval[0] is of type register_t. On 64-bit architectures regis

cvs commit: src/sys/conf files

2006-06-13 Thread Marcel Moolenaar
marcel 2006-06-14 03:03:08 UTC FreeBSD src repository Modified files: sys/conf files Log: Unbreak build on platforms that don't have uart_sab82532 and uart_z8530 for uart(4) by default, but have scc(4). Revision ChangesPath 1.1125+2 -0 src/sys/

cvs commit: src/sys/modules/ppc Makefile

2006-06-17 Thread Marcel Moolenaar
marcel 2006-06-18 05:04:42 UTC FreeBSD src repository Modified files: sys/modules/ppc Makefile Log: Make this usable for all platforms. Revision ChangesPath 1.3 +12 -3 src/sys/modules/ppc/Makefile ___ cvs-all

cvs commit: src/sys/modules Makefile

2006-06-17 Thread Marcel Moolenaar
marcel 2006-06-18 05:05:47 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Unconditionally enable ppc(4) and puc(4). Revision ChangesPath 1.501 +2 -5 src/sys/modules/Makefile ___ cvs-a

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

2006-06-21 Thread Marcel Moolenaar
marcel 2006-06-22 00:56:59 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Identify the cual-core Montecito. MFC after: 3 days Revision ChangesPath 1.208 +8 -0 src/sys/ia64/ia64/machdep.c __

cvs commit: src/sys/sys gpt.h

2006-06-22 Thread Marcel Moolenaar
marcel 2006-06-22 22:11:12 UTC FreeBSD src repository Modified files: sys/sys gpt.h Log: Add the UUID of Apple's HFS file system as can be found in the Intel based Macs. Revision ChangesPath 1.10 +3 -0 src/sys/sys/gpt.h __

cvs commit: src/sbin/gpt gpt.8 gpt.c show.c

2006-06-22 Thread Marcel Moolenaar
marcel 2006-06-22 22:22:32 UTC FreeBSD src repository Modified files: sbin/gpt gpt.8 gpt.c show.c Log: Improve support for Intel based Macs: o Accept hfs as partition type. o Print Apple HFS partitions using a friendly name. Revision ChangesPath 1.1

Re: cvs commit: src/sbin/gpt gpt.8 gpt.c show.c

2006-06-22 Thread Marcel Moolenaar
On Jun 22, 2006, at 5:00 PM, Maxim Sobolev wrote: Marcel Moolenaar wrote: marcel 2006-06-22 22:22:32 UTC FreeBSD src repository Modified files: sbin/gpt gpt.8 gpt.c show.c Log: Improve support for Intel based Macs: o Accept hfs as partition type. o Print

Re: cvs commit: src/sbin/gpt gpt.8 gpt.c show.c

2006-06-22 Thread Marcel Moolenaar
On Jun 22, 2006, at 6:35 PM, Maxim Sobolev wrote: Marcel Moolenaar wrote: On Jun 22, 2006, at 5:00 PM, Maxim Sobolev wrote: Marcel Moolenaar wrote: marcel 2006-06-22 22:22:32 UTC FreeBSD src repository Modified files: sbin/gpt gpt.8 gpt.c show.c Log: Improve

cvs commit: src/sbin/gpt add.c gpt.c gpt.h label.c remove.c

2006-06-22 Thread Marcel Moolenaar
marcel 2006-06-22 22:05:29 UTC FreeBSD src repository Modified files: sbin/gpt add.c gpt.c gpt.h label.c remove.c Log: Move the duplicated logic of parsing partition types into a new function called parse_uuid(). Revision ChangesPath 1.14 +2 -19

cvs commit: src/sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h

2006-06-23 Thread Marcel Moolenaar
marcel 2006-06-24 01:19:52 UTC FreeBSD src repository Modified files: sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h Log: Sync up with SDM 2.1: o Add nop/hint formats F16, I18, M48 and X5, o Add format

cvs commit: src/sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h

2006-06-24 Thread Marcel Moolenaar
marcel 2006-06-24 19:21:12 UTC FreeBSD src repository Modified files: sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h Log: Update to SDM 2.2: o Add tf (test feature) instruction, o Add vmsw (VM switch) i

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

2006-06-25 Thread Marcel Moolenaar
marcel 2006-06-25 19:07:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/ia64machdep.c Log: MFC 1.208: Identify the dual-core Montecito. Revision ChangesPath 1.200.2.4 +8 -0 src/sys/ia64/ia64/machdep.c __

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

2006-06-25 Thread Marcel Moolenaar
marcel 2006-06-25 19:09:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/ia64interrupt.c Log: MFC 1.55: Improve handling of IPI_STOP. Revision ChangesPath 1.49.2.3 +7 -10 src/sys/ia64/ia64/interrupt.c _

cvs commit: src/sys/ia64/ia32 ia32_reg.c ia32_signal.c

2006-06-25 Thread Marcel Moolenaar
marcel 2006-06-25 19:09:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/ia32ia32_reg.c ia32_signal.c Log: Sync with HEAD: $FreeBSD$ cleanups. Revision ChangesPath 1.1.2.1 +0 -2 src/sys/ia64/ia32/ia32_reg.c 1.7.8.1 +

cvs commit: src/sys/conf files.ia64 src/sys/ia64/ia64 emulate.c trap.c src/sys/ia64/include md_var.h

2006-06-29 Thread Marcel Moolenaar
marcel 2006-06-29 19:59:18 UTC FreeBSD src repository Modified files: sys/conf files.ia64 sys/ia64/ia64trap.c sys/ia64/include md_var.h Added files: sys/ia64/ia64emulate.c Log: Partial support for branch long emulation. This only

cvs commit: ports/devel/linux_kdump Makefile

2006-06-29 Thread Marcel Moolenaar
marcel 2006-06-29 19:51:57 UTC FreeBSD ports repository Modified files: devel/linux_kdumpMakefile Log: Drop maintainership. I'm not using the linuxulator at all and don't keep up with development on that front, nor with ports related to it. Revision ChangesPath

cvs commit: src/sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h

2006-07-05 Thread Marcel Moolenaar
marcel 2006-07-05 22:55:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/disasm disasm.h disasm_decode.c disasm_extract.c disasm_format.c disasm_int.h Log: Sync with HEAD: Update to SDM 2.2. Revision Changes

Re: cvs commit: ports/devel/glib20/files patch-glib_gatomic.c

2006-07-06 Thread Marcel Moolenaar
On Jul 6, 2006, at 2:46 PM, Joe Marcus Clarke wrote: marcus 2006-07-06 21:46:18 UTC FreeBSD ports repository Added files: devel/glib20/files patch-glib_gatomic.c Log: Fix the build on ia64. Submitted by: marcel Thanks! -- Marcel Moolenaar USPA: A-39004

cvs commit: src/sys/sys gpt.h

2006-07-06 Thread Marcel Moolenaar
marcel 2006-07-07 02:02:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys gpt.h Log: Sync with HEAD: MFC rev. 1.9 & 1.10 Revision ChangesPath 1.8.2.1 +4 -1 src/sys/sys/gpt.h ___

cvs commit: src/sbin/gpt gpt.c

2006-07-06 Thread Marcel Moolenaar
marcel 2006-07-07 02:44:23 UTC FreeBSD src repository Modified files: sbin/gpt gpt.c Log: Fix cut-n-paste bug: compare argument s against known aliases, not the global optarg. This bug goes unnoticed because optarg is so far always the actual argument for the for

cvs commit: src/sbin/gpt add.c gpt.8 gpt.c gpt.h label.c remove.c show.c

2006-07-06 Thread Marcel Moolenaar
marcel 2006-07-07 03:30:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/gpt add.c gpt.8 gpt.c gpt.h label.c remove.c show.c Log: Sync with HEAD. Revision ChangesPath 1.11.2.2 +2 -19 src/sbin/gpt/

cvs commit: src/sys/contrib/ia64/libuwx - Imported sources

2006-07-07 Thread Marcel Moolenaar
marcel 2006-07-07 22:59:02 UTC FreeBSD src repository src/sys/contrib/ia64/libuwx - Imported sources Update of /home/ncvs/src/sys/contrib/ia64/libuwx In directory repoman.freebsd.org:/tmp/cvs-serv88402 Log Message: Import BETA 10 of HP's Unwind Express. This import does not co

cvs commit: src/sys/contrib/ia64/libuwx src.diff src/sys/contrib/ia64/libuwx/src uwx_self-new.c uwx_ttrace.c uwx_ttrace.h

2006-07-07 Thread Marcel Moolenaar
marcel 2006-07-07 23:04:49 UTC FreeBSD src repository Removed files: (Branch: LIBUWX) sys/contrib/ia64/libuwx src.diff sys/contrib/ia64/libuwx/src uwx_self-new.c uwx_ttrace.c uwx_ttrace.h Log: Remove files from the vendor branch that

cvs commit: src/sys/contrib/ia64/libuwx/src uwx.h uwx_bstream.c uwx_context.c uwx_env.c uwx_scoreboard.c uwx_step.c uwx_step.h uwx_str.c uwx_trace.c uwx_trace.h uwx_uinfo.c uwx_utable.c

2006-07-07 Thread Marcel Moolenaar
marcel 2006-07-07 23:56:34 UTC FreeBSD src repository Modified files: sys/contrib/ia64/libuwx/src uwx.h uwx_bstream.c uwx_context.c uwx_env.c uwx_scoreboard.c uwx_step.c uwx_step.h uwx_str.c

cvs commit: src/tools/regression/ia64/emulated brl.t test.c

2006-07-16 Thread Marcel Moolenaar
marcel 2006-07-17 00:27:12 UTC FreeBSD src repository Added files: tools/regression/ia64/emulated brl.t test.c Log: Add regression tests of the emulation of the long branch conditional form. These tests can obviously only be run on Merced processors, as they don't implement

cvs commit: src/sys/conf files.ia64 src/sys/ia64/conf DEFAULTS

2006-07-17 Thread Marcel Moolenaar
marcel 2006-07-17 20:02:51 UTC FreeBSD src repository Modified files: sys/conf files.ia64 sys/ia64/confDEFAULTS Log: Move default GEOM classes from files.ia64, where they were marked standard, to the DEFAULTS file. Revision ChangesPath 1.88

cvs commit: src/sys/dev/scc scc_core.c

2006-07-24 Thread Marcel Moolenaar
marcel 2006-07-24 22:25:16 UTC FreeBSD src repository Modified files: sys/dev/scc scc_core.c Log: If we have multiple interrupt resources, like for Z8530 clones on the mac-io bus, we cannot setup FAST interrupt handlers. This because we use spinlocks to protect the

Re: cvs commit: src/sys/dev/scc scc_core.c

2006-07-24 Thread Marcel Moolenaar
On Jul 24, 2006, at 3:38 PM, John Baldwin wrote: On Monday 24 July 2006 18:25, Marcel Moolenaar wrote: marcel 2006-07-24 22:25:16 UTC FreeBSD src repository Modified files: sys/dev/scc scc_core.c Log: If we have multiple interrupt resources, like for Z8530 clones

cvs commit: src/sys/dev/scc scc_core.c

2006-07-24 Thread Marcel Moolenaar
marcel 2006-07-25 00:23:54 UTC FreeBSD src repository Modified files: sys/dev/scc scc_core.c Log: Revert previous commit. Spinlocks hold interrupts disabled, so preemption is not possible. Pointed out by: jhb@ Revision ChangesPath 1.5 +11 -13

cvs commit: src/sys/dev/scc scc_core.c scc_dev_z8530.c

2006-07-25 Thread Marcel Moolenaar
marcel 2006-07-26 03:10:01 UTC FreeBSD src repository Modified files: sys/dev/scc scc_core.c scc_dev_z8530.c Log: Fix braino: The cl_range field should not hold the shifted I/O space range per channel, but rather the unshifted range. The shifting depends on the bus.

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

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:05:11 UTC FreeBSD src repository Modified files: sys/powerpc/include pcb.h Log: Forward declare struct trapframe. Revision ChangesPath 1.9 +2 -0 src/sys/powerpc/include/pcb.h ___ cvs-all@fre

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

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:06:39 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc clock.c Log: Include needed clock.h. Revision ChangesPath 1.24 +1 -0 src/sys/powerpc/powerpc/clock.c ___ cvs-all@freebsd.o

cvs commit: src/sys/powerpc/include md_var.h ofw_machdep.h src/sys/powerpc/powerpc mem.c ofw_machdep.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:12:54 UTC FreeBSD src repository Modified files: sys/powerpc/include md_var.h ofw_machdep.h sys/powerpc/powerpc mem.c ofw_machdep.c Log: o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h. This avoids that mem.c has to include of

cvs commit: src/sys/dev/uart uart_cpu_powerpc.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:17:23 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu_powerpc.c Log: Implement uart_cpu_eqres() and uart_cpu_getdev(). This allows FreeBSD to use a serial console, as per the OFW settings. Revision ChangesPath 1.2

cvs commit: src/sys/dev/uart uart_dev_z8530.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:21:59 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: Implement UART_IOCTL_BAUD for the Z8530. This allows a serial console on PowerPC use the current setting of the hardware and not second guess what the OFW does on

cvs commit: src/sys/dev/uart uart_dev_z8530.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:29:38 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_z8530.c Log: On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add a quick hack to deal with this. We may need to formalize this better and have this information com

cvs commit: src/sys/powerpc/conf GENERIC

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:34:05 UTC FreeBSD src repository Modified files: sys/powerpc/conf GENERIC Log: o Enable -Werror o Remove commented-out sio(4) o Remove zs(4) o Add scc(4) o Add uart(4) Revision ChangesPath 1.58 +2 -3 src/sys/powerpc/con

cvs commit: src/sys/powerpc/conf NOTES

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 17:35:40 UTC FreeBSD src repository Modified files: sys/powerpc/conf NOTES Log: o Remove device zs o Remove nodevice uart o Reorder Revision ChangesPath 1.3 +1 -5 src/sys/powerpc/conf/NOTES _

cvs commit: src/sys/powerpc/psim sio_iobus.c uart_iobus.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:29:11 UTC FreeBSD src repository Modified files: sys/powerpc/psim uart_iobus.c Removed files: sys/powerpc/psim sio_iobus.c Log: Repocopy from: src/sys/powerpc/psim/sio_iobus.c to:src/sys/powerpc/psim/uart_iobus.c Meister:

cvs commit: src/sys/powerpc/psim uart_iobus.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:39:55 UTC FreeBSD src repository Modified files: sys/powerpc/psim uart_iobus.c Log: Turn this into an uart(4) bus attachment. Revision ChangesPath 1.5 +19 -40src/sys/powerpc/psim/uart_iobus.c

cvs commit: src/sys/conf files.powerpc

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:43:02 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Replace sio_iobus.c with uart_iobus.c. Revision ChangesPath 1.55 +1 -1 src/sys/conf/files.powerpc ___ c

cvs commit: src/sys/conf files.powerpc

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-26 19:44:42 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Remove zs(4). It has been replaced by scc(4) & uart(4). Revision ChangesPath 1.56 +0 -2 src/sys/conf/files.powerpc

cvs commit: src/sys/dev/uart uart_tty.c

2006-07-26 Thread Marcel Moolenaar
marcel 2006-07-27 00:07:10 UTC FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Properly propagate overrun conditions to the TTY layer. MFC after: 3 days Revision ChangesPath 1.29 +2 -0 src/sys/dev/uart/uart_tty.c ___

cvs commit: src/sys/modules Makefile

2006-07-27 Thread Marcel Moolenaar
marcel 2006-07-27 19:10:16 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Remove Alpha remnants. Revision ChangesPath 1.505 +0 -10 src/sys/modules/Makefile ___ cvs-all@freebsd.org mail

cvs commit: src/sys/modules/osf1 Makefile

2006-07-27 Thread Marcel Moolenaar
marcel 2006-07-27 19:10:57 UTC FreeBSD src repository Removed files: sys/modules/osf1 Makefile Log: Remove Alpha remnants. Revision ChangesPath 1.15 +0 -16 src/sys/modules/osf1/Makefile (dead) ___ cvs-all@freeb

cvs commit: src/sys/modules/agp Makefile src/sys/modules/asr Makefile src/sys/modules/hwpmc Makefile

2006-07-27 Thread Marcel Moolenaar
marcel 2006-07-27 19:12:49 UTC FreeBSD src repository Modified files: sys/modules/agp Makefile sys/modules/asr Makefile sys/modules/hwpmcMakefile Log: Remove Alpha remnants. Revision ChangesPath 1.17 +0 -3 src/sys/modules/agp/Makefil

Re: cvs commit: src/sys/amd64/amd64 trap.c src/sys/amd64/ia32 ia32_syscall.c src/sys/amd64/linux32 syscalls.master src/sys/arm/arm trap.c src/sys/compat/freebsd32 syscalls.master src/sys/compat/svr4 s

2006-07-28 Thread Marcel Moolenaar
x27; prefixes from the master system call files. > - Remove support for the 'M' prefix from the script that generates the > syscall-related files from the master system call files. > - Don't explicitly set SYF_MPSAFE when registering nfssvc. Nice work John

cvs commit: src/sys/amd64/conf NOTES src/sys/conf NOTES files files.amd64 files.i386 files.pc98 options options.amd64 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/ia64/conf NOTES src/sys/

2006-07-29 Thread Marcel Moolenaar
marcel 2006-07-29 18:38:54 UTC FreeBSD src repository Modified files: sys/amd64/conf NOTES sys/conf NOTES files files.amd64 files.i386 files.pc98 options options.amd64 options.i386 options.pc98 sys/i386/c

cvs commit: src/usr.sbin/kldxref kldxref.c

2006-07-29 Thread Marcel Moolenaar
marcel 2006-07-29 19:39:04 UTC FreeBSD src repository Modified files: usr.sbin/kldxref kldxref.c Log: Change maketempfile() to return a FILE* so as to eliminate the fopen() that immediately follows the only call to it. maketempfile() uses mkstemp(), so the temporary file

cvs commit: src/usr.sbin/kldxref Makefile

2006-07-29 Thread Marcel Moolenaar
marcel 2006-07-29 19:43:26 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Link kldxref(8) static on PowerPC to work around a SIGSEGV that cannot easily be analyzed due to there being no debugger yet. The SIGSEGV only happens when kldxref is lin

cvs commit: src/usr.sbin/kldxref Makefile

2006-07-30 Thread Marcel Moolenaar
marcel 2006-07-30 20:51:41 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Use NO_SHARED=YES to force a static link. Pointed out by: ru@ Revision ChangesPath 1.9 +1 -1 src/usr.sbin/kldxref/Makefile ___

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/ia64 Makefile

2006-07-30 Thread Marcel Moolenaar
marcel 2006-07-31 01:27:16 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/ia64 Makefile Log: Add proc-ia64.sgml to SRCS (uncomment). Revision ChangesPath 1.4 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/ia64/Makefile

cvs commit: src/release/doc/en_US.ISO8859-1/hardware Makefile src/release/doc/en_US.ISO8859-1/hardware/common hw.ent src/release/doc/en_US.ISO8859-1/hardware/powerpc Makefile article.sgml proc-powerpc

2006-07-30 Thread Marcel Moolenaar
marcel 2006-07-31 01:32:30 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware Makefile release/doc/en_US.ISO8859-1/hardware/common hw.ent release/doc/en_US.ISO8859-1/installation Makefile release/doc/en_US.ISO8859-1/relnotes Makefile r

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Marcel Moolenaar
On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: marcel 2006-07-30 20:51:41 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Use NO_SHARED=YES to force a static link. Pointed out

Re: cvs commit: src/usr.sbin/kldxref Makefile

2006-07-31 Thread Marcel Moolenaar
On Jul 31, 2006, at 9:32 AM, Yar Tikhiy wrote: On Mon, Jul 31, 2006 at 09:10:43AM -0700, Marcel Moolenaar wrote: On Jul 31, 2006, at 7:09 AM, Yar Tikhiy wrote: On Sun, Jul 30, 2006 at 08:51:41PM +, Marcel Moolenaar wrote: marcel 2006-07-30 20:51:41 UTC FreeBSD src repository

cvs commit: src/sys/dev/uart uart_tty.c

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 21:30:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_tty.c Log: MFC rev. 1.29: Propagate overrun conditions to the TTY layer. Revision ChangesPath 1.22.2.2 +2 -0 src/sys/dev/uart/uart_tty.c __

cvs commit: src/sys/sys serial.h

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 21:51:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys serial.h Log: MFC rev 1.3, 1.4 and 1.5: o Add defines for the 5 interrupt sources typical for serial devices. o Add bit masks for the various definitions.

cvs commit: src/sys/dev/uart uart_bus_pci.c

2006-08-01 Thread Marcel Moolenaar
marcel 2006-08-01 22:57:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_pci.c Log: MFC revs 1.7, 1.8 and 1.9: o Add support for non-standard rclk values. o Add Quatech ID o Add 2 NEC IDs o Add 2 HP IDs o Add 5

cvs commit: src/usr.sbin Makefile

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:15:41 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Remove remnants of Alpha. Revision ChangesPath 1.355 +0 -9 src/usr.sbin/Makefile ___ cvs-all@freebsd.org mail

cvs commit: src/usr.sbin/elf2exe Makefile elf2exe.8 elf2exe.c

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:16:48 UTC FreeBSD src repository Removed files: usr.sbin/elf2exe Makefile elf2exe.8 elf2exe.c Log: Remove remnants of Alpha. Revision ChangesPath 1.8 +0 -7 src/usr.sbin/elf2exe/Makefile (dead) 1.13 +0 -56 src/usr.sbin/el

cvs commit: src/etc/mtree BSD.local.dist BSD.usr.dist

2006-08-02 Thread Marcel Moolenaar
marcel 2006-08-02 17:22:30 UTC FreeBSD src repository Modified files: etc/mtreeBSD.local.dist BSD.usr.dist Log: Remove remnants of Alpha. Revision ChangesPath 1.119 +0 -4 src/etc/mtree/BSD.local.dist 1.316 +0 -12 src/etc/mtree/BSD.usr.d

Re: cvs commit: src/sys/net if_vlan.c

2006-08-04 Thread Marcel Moolenaar
KDB is not a matter of said function not being present without KDB, it's that we don't want to emit backtraces when debugging is not enabled. Backtraces are a debugging tool and it makes sense to emit them only when the kernel is configured for debugging. -- Marcel Moolenaar

cvs commit: src/lib/libthread_db/arch/powerpc libc_r_md.c libpthread_md.c

2006-08-04 Thread Marcel Moolenaar
marcel 2006-08-04 17:55:56 UTC FreeBSD src repository Added files: lib/libthread_db/arch/powerpc libc_r_md.c libpthread_md.c Log: Add stub functions. This allows libthread_db to be built and installed, which means that we also have . Revision ChangesPath 1.1

cvs commit: src/lib Makefile

2006-08-04 Thread Marcel Moolenaar
marcel 2006-08-04 17:56:31 UTC FreeBSD src repository Modified files: lib Makefile Log: Build libthread_db on PowerPC. Revision ChangesPath 1.215 +1 -1 src/lib/Makefile ___ cvs-all@freebsd.org mail

Re: cvs commit: src/lib/libthread_db/arch/powerpc libc_r_md.c libpthread_md.c

2006-08-04 Thread Marcel Moolenaar
u think it's a good idea... Thanks for the offer though! -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/net if_vlan.c

2006-08-04 Thread Marcel Moolenaar
sn't > configured for debugging, so I think the #ifdef KDB's would be redundant. None of the kdb_*() functions in src/sys/kern/subr_kdb.c turn into NOPs when option KDB is not present. They are all unconditionally functional by design and should therefor

cvs commit: src/usr.sbin/kldxref kldxref.c

2006-08-04 Thread Marcel Moolenaar
marcel 2006-08-04 21:28:43 UTC FreeBSD src repository Modified files: usr.sbin/kldxref kldxref.c Log: Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, so dest[MAXPATHLEN] falls outside the buffer. This bug corrupted arenas[0] defined in libc's ma

cvs commit: src/usr.sbin/kldxref Makefile

2006-08-04 Thread Marcel Moolenaar
marcel 2006-08-04 21:29:39 UTC FreeBSD src repository Modified files: usr.sbin/kldxref Makefile Log: Build shared on PowerPC now that the bug has been found and fixed. Revision ChangesPath 1.10 +0 -4 src/usr.sbin/kldxref/Makefile ___

Re: cvs commit: src/usr.sbin/kldxref kldxref.c

2006-08-04 Thread Marcel Moolenaar
On Aug 4, 2006, at 4:14 PM, Maxim Sobolev wrote: Thanks! I saw this crash as well, but did not have a gdb working to inspect the core file at that time. I have a native gdb 6.5 that allowed me to work on a live process. Thanks in a big part to you, I might add :-) -- Marcel Moolenaar

Re: cvs commit: src/usr.sbin/kldxref kldxref.c

2006-08-04 Thread Marcel Moolenaar
On Aug 4, 2006, at 4:27 PM, Maxim Sobolev wrote: Marcel Moolenaar wrote: On Aug 4, 2006, at 4:14 PM, Maxim Sobolev wrote: Thanks! I saw this crash as well, but did not have a gdb working to inspect the core file at that time. I have a native gdb 6.5 that allowed me to work on a live

Re: cvs commit: src/sys/net if_vlan.c

2006-08-05 Thread Marcel Moolenaar
On Aug 5, 2006, at 11:41 AM, Yar Tikhiy wrote: On Fri, Aug 04, 2006 at 01:01:54PM -0700, Marcel Moolenaar wrote: On Fri, Aug 04, 2006 at 01:14:22PM -0400, John Baldwin wrote: So, putting the kdb_backtrace() under KDB is not a matter of said function not being present without KDB, it's

Re: cvs commit: src/sys/net if_vlan.c

2006-08-07 Thread Marcel Moolenaar
nts an extra #ifdef KDB. Exactly. Here, FOO_DEBUG serves roughly the same function as KDB. Where KDB's scope is limitless, FOO_DEBUG typically applies to foo(4) only. -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED]

cvs commit: src/sys/geom geom_gpt.c

2006-08-08 Thread Marcel Moolenaar
marcel 2006-08-08 21:33:26 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Fix a phase-ordering bug: check the mediasize and sectorsize after we obtained access. It is possible that GPT gets to taste a disk first, which means the disk has not

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

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 19:01:27 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Define NO_TLS on PowerPC. See also: PR ia64/91846 Revision ChangesPath 1.133 +1 -0 src/lib/libc/stdlib/malloc.c

cvs commit: src/lib/libdisk write_ia64_disk.c

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 20:19:15 UTC FreeBSD src repository Modified files: lib/libdisk write_ia64_disk.c Log: Fix a bug in the size of the PMBR partition. Since the partition starts at LBA 1, the size is not the mediasize in sectors, but one less. Revision Changes

cvs commit: src/sys/geom geom_gpt.c

2006-08-09 Thread Marcel Moolenaar
marcel 2006-08-09 20:53:01 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: Strengthen the check for a PMBR: o PMBR partitions count to the number of partitions on the disk, which means that if a PMBR entry is invalid we will not treat the MB

cvs commit: src/lib/libdisk write_ia64_disk.c

2006-08-17 Thread Marcel Moolenaar
marcel 2006-08-17 21:23:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libdisk write_ia64_disk.c Log: MFC rev. 1.16: Fix off-by-one. Revision ChangesPath 1.15.8.1 +2 -0 src/lib/libdisk/write_ia64_disk.c

cvs commit: src/sys/amd64/amd64 gdb_machdep.c src/sys/amd64/include gdb_machdep.h

2006-08-17 Thread Marcel Moolenaar
marcel 2006-08-17 21:26:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/amd64/amd64 gdb_machdep.c sys/amd64/includegdb_machdep.h Log: MFC: rev. 1.6 (gdb_machdep,c); 1.4 & 1.5 (gdb_machdep.h) o Correct PC register number o Implement

cvs commit: ports/Mk bsd.gecko.mk ports/www/firefox Makefile

2009-03-21 Thread Marcel Moolenaar
marcel 2009-03-21 18:51:50 UTC FreeBSD ports repository (src,doc committer) Modified files: Mk bsd.gecko.mk www/firefox Makefile Log: grep for 'pthread:' in the compiler's spec file to avoid matching random references of 'pthread'. On powerpc th

cvs commit: ports/devel/liboil/files patch-vec_memcpy.diff patch-vec_memset.diff

2009-03-29 Thread Marcel Moolenaar
marcel 2009-03-30 01:53:39 UTC FreeBSD ports repository (src,doc committer) Added files: devel/liboil/files patch-vec_memcpy.diff patch-vec_memset.diff Log: Fix non-PIC calls in assembly for PowerPC. While here, define symbols as functions and give

cvs commit: ports/x11-servers/xorg-server Makefile ports/x11-servers/xorg-server/files extra-arch-ia64

2009-06-19 Thread Marcel Moolenaar
marcel 2009-06-19 23:19:01 UTC FreeBSD ports repository (src,doc committer) Modified files: x11-servers/xorg-server Makefile Added files: x11-servers/xorg-server/files extra-arch-ia64 Log: Allow building on ia64. This does not make it functional, because ia64 doesn't ha

<    1   2   3   4   5   6   7   8   >