CVS commit: src/sys/arch/hppa/hppa
Module Name:src Committed By: skrll Date: Tue Apr 6 07:44:09 UTC 2010 Modified Files: src/sys/arch/hppa/hppa: trap.c Log Message: Include SSBREAKPOINT in the PTRACE #ifdef/#endif. To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/hppa/hppa/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hp700/include
Module Name:src Committed By: skrll Date: Tue Apr 6 07:47:48 UTC 2010 Modified Files: src/sys/arch/hp700/include: intr.h Log Message: G/C setsoftnet and hp700_intr_schedule prototype. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp700/include/intr.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hp700/include
Module Name:src Committed By: skrll Date: Tue Apr 6 07:58:31 UTC 2010 Modified Files: src/sys/arch/hp700/include: cpu.h Log Message: Add hppa_cpu_ispa20_p To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/arch/hp700/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch
Module Name:src Committed By: skrll Date: Tue Apr 6 08:09:47 UTC 2010 Modified Files: src/sys/arch/hp700/hp700: machdep.c src/sys/arch/hppa/hppa: hppa_machdep.c Log Message: Use hppa_cpu_ispa20_p To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/sys/arch/hp700/hp700/machdep.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/hppa/hppa/hppa_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ieee1394
Module Name:src Committed By: reinoud Date: Tue Apr 6 10:45:15 UTC 2010 Modified Files: src/sys/dev/ieee1394: firewire.c Log Message: KASSERT(FALSE) to enter the debugger on this check. When DDB is not defined but KGDB is, this would result in cpu_Debugger() dont being defined! Please be kind to developers that use KGDB instead of DDB! :) To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/ieee1394/firewire.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: christos Date: Tue Apr 6 13:50:22 UTC 2010 Modified Files: src/lib/libc/sys: ptrace.2 src/sys/kern: kern_lwp.c kern_sig.c sys_process.c src/sys/sys: lwp.h Log Message: PR/43128: Paul Koning: Threads support in ptrace() is insufficient for gdb to debug threaded live apps: Add an optional lwpid in PT_STEP and PT_CONTINUE to indicate which lwp to operate on, and implement the glue required to make it work. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/ptrace.2 cvs rdiff -u -r1.141 -r1.142 src/sys/kern/kern_lwp.c cvs rdiff -u -r1.304 -r1.305 src/sys/kern/kern_sig.c cvs rdiff -u -r1.153 -r1.154 src/sys/kern/sys_process.c cvs rdiff -u -r1.128 -r1.129 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpc/include
Module Name:src Committed By: nonaka Date: Tue Apr 6 16:23:17 UTC 2010 Modified Files: src/sys/arch/hpc/include: platid_generated.h platid_mask.h Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpc/include/platid_generated.h \ src/sys/arch/hpc/include/platid_mask.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpc/stand/hpcboot
Module Name:src Committed By: nonaka Date: Tue Apr 6 16:20:28 UTC 2010 Modified Files: src/sys/arch/hpc/stand/hpcboot: file_manager.cpp hpcboot.config hpcmenu.cpp src/sys/arch/hpc/stand/hpcboot/arm: arm.asm arm_arch.h arm_pxa2x0.cpp arm_pxa2x0.h arm_sa1100.cpp arm_sa1100.h src/sys/arch/hpc/stand/hpcboot/menu: menu.cpp src/sys/arch/hpc/stand/hpcboot/res: hpcmenu.rc resource.h Added Files: src/sys/arch/hpc/stand/hpcboot/arm: arm_pxa2x0_asm.asm arm_sa1100_asm.asm Log Message: Added support PXA270. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hpc/stand/hpcboot/file_manager.cpp cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpc/stand/hpcboot/hpcboot.config cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hpc/stand/hpcboot/hpcmenu.cpp cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hpc/stand/hpcboot/arm/arm.asm cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hpc/stand/hpcboot/arm/arm_arch.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0.cpp \ src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0.h \ src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100.cpp cvs rdiff -u -r0 -r1.1 src/sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0_asm.asm \ src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100_asm.asm cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpc/stand/hpcboot/arm/arm_sa1100.h cvs rdiff -u -r1.11 -r1.12 src/sys/arch/hpc/stand/hpcboot/menu/menu.cpp cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hpc/stand/hpcboot/res/hpcmenu.rc cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hpc/stand/hpcboot/res/resource.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:29:19 UTC 2010 Modified Files: src/sys/arch/landisk/dev: rs5c313_landisk.c src/sys/dev/ic: rs5c313.c rs5c313reg.h rs5c313var.h Log Message: Added support RICOH 5C316. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/dev/rs5c313_landisk.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/rs5c313.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/rs5c313reg.h \ src/sys/dev/ic/rs5c313var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/atari/dev
Module Name:src Committed By: tsutsui Date: Tue Apr 6 15:32:36 UTC 2010 Modified Files: src/sys/arch/atari/dev: if_ne_mb.c Log Message: Use callout_schedule(9) rather than callout_reset(9) on polling as callout(9) man says. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/atari/dev/if_ne_mb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:55:46 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c Log Message: Enable DMA transfer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/pxa2x0_mci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/zaurus/dev
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:56:14 UTC 2010 Modified Files: src/sys/arch/zaurus/dev: zmci.c Log Message: Enable SD 4bit bus width mode. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/zaurus/dev/zmci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:54:31 UTC 2010 Modified Files: src/etc/etc.evbsh3: MAKEDEV.conf src/sys/arch/evbsh3/conf: COMPUTEX7750 COMPUTEXEVB CQREEKSH3 KZSH401 files.evbsh3 majors.evbsh3 src/sys/arch/evbsh3/evbsh3: autoconf.c machdep.c mainbus.c src/sys/arch/evbsh3/include: bus.h intr.h Added Files: src/distrib/evbsh3: Makefile src/distrib/evbsh3/instkernel: Makefile src/distrib/evbsh3/instkernel/instkernel: Makefile src/distrib/evbsh3/instkernel/ramdisk: Makefile disktab.preinstall dot.profile list src/distrib/utils/sysinst/arch/evbsh3: Makefile md.c md.h menus.md.en menus.md.fr menus.md.pl msg.md.de msg.md.en msg.md.es msg.md.fr msg.md.pl src/etc/etc.evbsh3: Makefile.inc src/sys/arch/evbsh3/ap_ms104_sh4: ap_ms104_sh4.c ap_ms104_sh4_intr.c ap_ms104_sh4_space.c ap_ms104_sh4reg.h ap_ms104_sh4var.h clock_machdep.c if_sm_mainbus.c rs5c316_mainbus.c shpcmcia.c src/sys/arch/evbsh3/computex7750: clock_machdep.c computex7750.c src/sys/arch/evbsh3/computexevb: clock_machdep.c computexevb.c src/sys/arch/evbsh3/conf: AP_MS104_SH4 AP_MS104_SH4_INSTALL Makefile.evbsh3.inc T_SH7706LAN T_SH7706LAN_INSTALL T_SH7706LSR T_SH7706LSR_INSTALL files.ap_ms104_sh4 files.computex7750 files.computexevb files.cqreeksh3 files.kzsh401 files.t_sh7706lan mk.ap_ms104_sh4 mk.computex7750 mk.computexevb mk.cqreeksh3 mk.kzsh401 mk.t_sh7706lan std.ap_ms104_sh4 std.computex7750 std.computexevb std.cqreeksh3 std.kzsh401 std.t_sh7706lan std.t_sh7706lsr src/sys/arch/evbsh3/cqreeksh3: clock_machdep.c cqreeksh3.c src/sys/arch/evbsh3/evbsh3: bus_dma.c kloader_machdep.c src/sys/arch/evbsh3/include: kloader.h src/sys/arch/evbsh3/kzsh401: clock_machdep.c kzsh401.c src/sys/arch/evbsh3/stand: Makefile src/sys/arch/evbsh3/stand/mesboot/binary: mesboot.exe.uue src/sys/arch/evbsh3/stand/mesboot/src: mesboot.c src/sys/arch/evbsh3/t_sh7706lan: clock_machdep.c if_ne_mainbus.c scimci.c ssumci.c t_sh7706lan.c t_sh7706lan_space.c t_sh7706lanreg.h t_sh7706lanvar.h Log Message: Added support following boards. - AlphaNet MS104-SH4 - TAC T-SH7706LAN Ver.3 - TAC T-SH7706LSR Ver.1 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/instkernel/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/instkernel/instkernel/Makefile cvs rdiff -u -r0 -r1.1 src/distrib/evbsh3/instkernel/ramdisk/Makefile \ src/distrib/evbsh3/instkernel/ramdisk/disktab.preinstall \ src/distrib/evbsh3/instkernel/ramdisk/dot.profile \ src/distrib/evbsh3/instkernel/ramdisk/list cvs rdiff -u -r0 -r1.1 src/distrib/utils/sysinst/arch/evbsh3/Makefile \ src/distrib/utils/sysinst/arch/evbsh3/md.c \ src/distrib/utils/sysinst/arch/evbsh3/md.h \ src/distrib/utils/sysinst/arch/evbsh3/menus.md.en \ src/distrib/utils/sysinst/arch/evbsh3/menus.md.fr \ src/distrib/utils/sysinst/arch/evbsh3/menus.md.pl \ src/distrib/utils/sysinst/arch/evbsh3/msg.md.de \ src/distrib/utils/sysinst/arch/evbsh3/msg.md.en \ src/distrib/utils/sysinst/arch/evbsh3/msg.md.es \ src/distrib/utils/sysinst/arch/evbsh3/msg.md.fr \ src/distrib/utils/sysinst/arch/evbsh3/msg.md.pl cvs rdiff -u -r1.5 -r1.6 src/etc/etc.evbsh3/MAKEDEV.conf cvs rdiff -u -r0 -r1.1 src/etc/etc.evbsh3/Makefile.inc cvs rdiff -u -r0 -r1.1 src/sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4.c \ src/sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4_intr.c \ src/sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4_space.c \ src/sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4reg.h \ src/sys/arch/evbsh3/ap_ms104_sh4/ap_ms104_sh4var.h \ src/sys/arch/evbsh3/ap_ms104_sh4/clock_machdep.c \ src/sys/arch/evbsh3/ap_ms104_sh4/if_sm_mainbus.c \ src/sys/arch/evbsh3/ap_ms104_sh4/rs5c316_mainbus.c \ src/sys/arch/evbsh3/ap_ms104_sh4/shpcmcia.c cvs rdiff -u -r0 -r1.1 src/sys/arch/evbsh3/computex7750/clock_machdep.c \ src/sys/arch/evbsh3/computex7750/computex7750.c cvs rdiff -u -r0 -r1.1 src/sys/arch/evbsh3/computexevb/clock_machdep.c \ src/sys/arch/evbsh3/computexevb/computexevb.c cvs rdiff -u -r0 -r1.1 src/sys/arch/evbsh3/conf/AP_MS104_SH4 \ src/sys/arch/evbsh3/conf/AP_MS104_SH4_INSTALL \ src/sys/arch/evbsh3/conf/T_SH7706LAN \ src/sys/arch/evbsh3/conf/T_SH7706LAN_INSTALL \ src/sys/arch/evbsh3/conf/T_SH7706LSR \ src/sys/arch/evbsh3/conf/T_SH7706LSR_INSTALL \ src/sys/arch/evbsh3/conf/files.ap_ms104_sh4 \ src/sys/arch/evbsh3/conf/files.computex7750 \ src/sys/arch/evbsh3/conf/files.computexevb \ src/sys/arch/evbsh3/conf/files.cqreeksh3 \ src/sys/arch/evbsh3/conf/files.kzsh401 \ src/sys/arch/evbsh3/conf/files.t_sh7706lan
CVS commit: src/sys/arch/hpc/conf
Module Name:src Committed By: nonaka Date: Tue Apr 6 16:15:34 UTC 2010 Modified Files: src/sys/arch/hpc/conf: platid.def Log Message: Added W-ZERO3 series. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpc/conf/platid.def Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/hpc/hpc
Module Name:src Committed By: nonaka Date: Tue Apr 6 16:18:24 UTC 2010 Modified Files: src/sys/arch/hpc/hpc: platid_mask.c platid_name.c Log Message: regen. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hpc/hpc/platid_mask.c \ src/sys/arch/hpc/hpc/platid_name.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sdmmc
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:10:09 UTC 2010 Modified Files: src/sys/dev/sdmmc: sdmmc.c sdmmc_mem.c sdmmcchip.h sdmmcreg.h sdmmcvar.h Log Message: - mention MMC SPI mode. - support SD 4bit bus width mode. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sdmmc/sdmmc.c \ src/sys/dev/sdmmc/sdmmcchip.h cvs rdiff -u -r1.3 -r1.4 src/sys/dev/sdmmc/sdmmc_mem.c \ src/sys/dev/sdmmc/sdmmcreg.h cvs rdiff -u -r1.2 -r1.3 src/sys/dev/sdmmc/sdmmcvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/sys
Module Name:src Committed By: wiz Date: Tue Apr 6 14:27:00 UTC 2010 Modified Files: src/lib/libc/sys: ptrace.2 Log Message: New sentence, new line. Sort errors. Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/sys/ptrace.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/flex/dist
Module Name:src Committed By: christos Date: Tue Apr 6 17:39:47 UTC 2010 Modified Files: src/external/bsd/flex/dist: gen.c Log Message: use the m4 define not the cpp one for reject. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/flex/dist/gen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8/man8.i386
Module Name:src Committed By: tnn Date: Tue Apr 6 20:15:22 UTC 2010 Modified Files: src/share/man/man8/man8.i386: pxeboot.8 Log Message: The pxeboot manpage implies that boot.cfg gets loaded by default, but this is no longer true following i386/stand/pxeboot/main.c v1.23. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man8/man8.i386/pxeboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/include
Module Name:src Committed By: jld Date: Tue Apr 6 20:43:57 UTC 2010 Modified Files: src/sys/arch/i386/include: pte.h Log Message: Fix typos in PAE comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/i386/include/pte.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/stand/pxeboot
Module Name:src Committed By: tnn Date: Tue Apr 6 21:18:59 UTC 2010 Modified Files: src/sys/arch/i386/stand/pxeboot: main.c Log Message: Add multiboot command. This lets us netboot the xen+dom0 kernel combo. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/i386/stand/pxeboot/main.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man8/man8.i386
Module Name:src Committed By: wiz Date: Tue Apr 6 22:41:41 UTC 2010 Modified Files: src/share/man/man8/man8.i386: pxeboot.8 Log Message: Fix Dd argument (no leading zeroes). New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/share/man/man8/man8.i386/pxeboot.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/gnu/dist/gdb6/sim/ppc
Module Name:src Committed By: christos Date: Tue Apr 6 23:02:10 UTC 2010 Modified Files: src/gnu/dist/gdb6/sim/ppc: emul_netbsd.c Log Message: update system call table to reflect reality. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 src/gnu/dist/gdb6/sim/ppc/emul_netbsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Wed Apr 7 00:11:28 UTC 2010 Modified Files: src/usr.bin/make: compat.c job.c main.c make.1 make.c make.h nonints.h parse.c Log Message: Add: .error "message" .warning "message" based on FreeBSD implementation. add .info while were at it. .ERROR: a target to run on error. We pass the failing GNode to PrintOnError so it can set .ERROR_TARGET. .MAKE.MAKEFILE_PREFERENCE As a means to control make's list of prefered makefile names. (Default: "makefile Makefile") .MAKE.DEPENDFILE Names the file to read dependencies from (Default ".depend") .MAKE.MODE Processed after all makefiles are read. Can put make into "compat" mode (more to come). Fix: compat.c: Error code should not be sent to debug_file. Make_DoAllVar: use DONE_ALLSRC to avoid processing a node multiple times. ReadMakefile: we can simply use doing_depend to control setting MAKEFILE. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/usr.bin/make/compat.c cvs rdiff -u -r1.146 -r1.147 src/usr.bin/make/job.c cvs rdiff -u -r1.175 -r1.176 src/usr.bin/make/main.c cvs rdiff -u -r1.167 -r1.168 src/usr.bin/make/make.1 cvs rdiff -u -r1.78 -r1.79 src/usr.bin/make/make.c cvs rdiff -u -r1.79 -r1.80 src/usr.bin/make/make.h cvs rdiff -u -r1.57 -r1.58 src/usr.bin/make/nonints.h cvs rdiff -u -r1.160 -r1.161 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: wiz Date: Wed Apr 7 06:45:21 UTC 2010 Modified Files: src/usr.bin/make: make.1 Log Message: Sort a bit more. To generate a diff of this commit: cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/make.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.