CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: skrll Date: Sat Mar 29 09:27:57 UTC 2014 Modified Files: src/sys/arch/arm/arm32: db_machdep.c Log Message: Sprinkle #ifdef _KERNEL{,_OPT} To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/arm32/db_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/kern
Module Name:src Committed By: maxv Date: Sat Mar 29 09:31:12 UTC 2014 Modified Files: src/sys/kern: exec_subr.c Log Message: Style To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/kern/exec_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/crash
Module Name:src Committed By: skrll Date: Sat Mar 29 09:36:18 UTC 2014 Modified Files: src/usr.sbin/crash: Makefile Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/crash/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/m68k/m68k
Module Name:src Committed By: apb Date: Sat Mar 29 11:34:13 UTC 2014 Modified Files: src/sys/arch/m68k/m68k: procfs_machdep.c Log Message: procfs_getcpuinfstr's len argument contains the buffer size on entry, and the number of bytes used on return. Use the actual buffer size in a snprintf call, instead of sizeof(*buf), which is always 1. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/m68k/m68k/procfs_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
Module Name:src Committed By: hkenken Date: Sat Mar 29 12:00:27 UTC 2014 Modified Files: src/sys/arch/arm/imx: imxspi.c src/sys/arch/evbarm/conf: NETWALKER files.netwalker src/sys/arch/evbarm/netwalker: netwalker_machdep.c Added Files: src/sys/arch/evbarm/netwalker: netwalker_btn.c netwalker_spi.c src/sys/dev/spi: oj6sh.c Log Message: Add optical joystick support for NetWalker. + OJ6SH-T25 (Sharp "Optical TOUCH CRUISER" sensor) + 2 Mouse buttons (GPIO) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/imx/imxspi.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/NETWALKER cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/files.netwalker cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/netwalker/netwalker_btn.c \ src/sys/arch/evbarm/netwalker/netwalker_spi.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/netwalker/netwalker_machdep.c cvs rdiff -u -r0 -r1.1 src/sys/dev/spi/oj6sh.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/amiga/stand/bootblock/boot
Module Name:src Committed By: mlelstv Date: Sat Mar 29 12:49:15 UTC 2014 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: main.c Log Message: Test mode is not implemented. Appease compiler. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amiga/stand/bootblock/boot/main.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/amiga/stand/bootblock
Module Name:src Committed By: mlelstv Date: Sat Mar 29 12:52:56 UTC 2014 Modified Files: src/sys/arch/amiga/stand/bootblock/boot: Makefile src/sys/arch/amiga/stand/bootblock/bootxx_ffs: Makefile src/sys/arch/amiga/stand/bootblock/ppcboot: Makefile Log Message: Use different option (-mcpu=68030) to select target cpu for the assembler. The old option (-m68030) causes it to complain about features used that are not provided by the target cpu. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/amiga/stand/bootblock/boot/Makefile cvs rdiff -u -r1.20 -r1.21 \ src/sys/arch/amiga/stand/bootblock/bootxx_ffs/Makefile cvs rdiff -u -r1.11 -r1.12 \ src/sys/arch/amiga/stand/bootblock/ppcboot/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amiga/dev
Module Name:src Committed By: mlelstv Date: Sat Mar 29 12:55:11 UTC 2014 Modified Files: src/sys/arch/amiga/dev: amidisplaycc.c Log Message: Mark variables only used in KASSET to appease compiler. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amiga/dev/amidisplaycc.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/amiga/dev
Module Name:src Committed By: mlelstv Date: Sat Mar 29 12:54:27 UTC 2014 Modified Files: src/sys/arch/amiga/dev: grf.c Log Message: Appease compiler. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amiga/dev/grf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/nfsd
Module Name:src Committed By: gson Date: Sat Mar 29 13:50:53 UTC 2014 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: When daemonizing, delay the parent exit until the daemon is ready to provide service. Fixes one of the race conditions of PR misc/48282. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/nfsd/nfsd.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/evbarm/cubie
Module Name:src Committed By: matt Date: Sat Mar 29 14:00:30 UTC 2014 Modified Files: src/sys/arch/evbarm/cubie: cubie_machdep.c cubie_start.S Log Message: Properly powerup the 2nd CPU. Other MP changes. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/cubie/cubie_machdep.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/cubie/cubie_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/bcm53xx
Module Name:src Committed By: matt Date: Sat Mar 29 14:02:46 UTC 2014 Modified Files: src/sys/arch/evbarm/bcm53xx: bcm53xx_machdep.c Log Message: adjust arm_cpu_max by 1 to be number of cpus To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/bcm53xx/bcm53xx_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/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 14:04:31 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: Makefile.evbarm.inc Log Message: Define KERNEL_BASES_EQUAL is KERNEL_BASE_VIRT == KERNEL_BASE_PHYS To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/Makefile.evbarm.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 14:05:58 UTC 2014 Added Files: src/sys/arch/evbarm/conf: OMAP5EVM OMAP5EVM_INSTALL Removed Files: src/sys/arch/evbarm/conf: OMAP5432_EVM Log Message: Remove OMAP5432_EVM to OMAP5EVM. Add install kernel. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/sys/arch/evbarm/conf/OMAP5432_EVM cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/OMAP5EVM \ src/sys/arch/evbarm/conf/OMAP5EVM_INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 14:07:51 UTC 2014 Added Files: src/sys/arch/evbarm/conf: PANDABOARD_INSTALL Log Message: Add install config for PANDABOARD To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/PANDABOARD_INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 14:11:24 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: mk.beagle Log Message: enable cortex-a15 for omap5 boards To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/mk.beagle Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 14:13:17 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: files.armadaxp Log Message: remove trailing blank line To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/files.armadaxp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libsa
Module Name:src Committed By: jakllsch Date: Sat Mar 29 14:20:14 UTC 2014 Modified Files: src/sys/lib/libsa: ether_sprintf.c Log Message: Obtain and use ETHER_ADDR_LEN where appropriate. Drop unnecessary includes. XXX libsa ether_sprintf() should maybe be ether_snprintf. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/lib/libsa/ether_sprintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libsa
Module Name:src Committed By: jakllsch Date: Sat Mar 29 14:25:10 UTC 2014 Modified Files: src/sys/lib/libsa: arp.c Log Message: Use ETHER_ADDR_LEN more. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/lib/libsa/arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/lib/libsa
Module Name:src Committed By: jakllsch Date: Sat Mar 29 14:30:16 UTC 2014 Modified Files: src/sys/lib/libsa: ether.c globals.c iodesc.h net.h rarp.c Log Message: Obtain and/or use ETHER_ADDR_LEN. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/lib/libsa/ether.c cvs rdiff -u -r1.10 -r1.11 src/sys/lib/libsa/globals.c cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libsa/iodesc.h cvs rdiff -u -r1.26 -r1.27 src/sys/lib/libsa/net.h cvs rdiff -u -r1.31 -r1.32 src/sys/lib/libsa/rarp.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/evbarm/beagle
Module Name:src Committed By: matt Date: Sat Mar 29 14:47:30 UTC 2014 Modified Files: src/sys/arch/evbarm/beagle: beagle_machdep.c beagle_start.S Log Message: OMAP5/OMAP4 MP Changes + better OMAP5 support. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/beagle/beagle_machdep.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/beagle/beagle_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/armadaxp
Module Name:src Committed By: matt Date: Sat Mar 29 14:53:57 UTC 2014 Modified Files: src/sys/arch/evbarm/armadaxp: armadaxp_start.S Log Message: Use armv7 instructions. Add ARM_MMU_EXTENDED support. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/armadaxp/armadaxp_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/armadaxp
Module Name:src Committed By: matt Date: Sat Mar 29 15:00:07 UTC 2014 Modified Files: src/sys/arch/evbarm/armadaxp: armadaxp_machdep.c Log Message: support mapping all of memory. Map memory starting at 0x8000 and leave 1GB until kernel VM Make kernel VM size 320MB (avoid loading kernel and i/o section into same tlb index). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/armadaxp/armadaxp_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/arch/evbarm/conf
Module Name:src Committed By: matt Date: Sat Mar 29 15:02:00 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: mk.armadaxp std.armadaxp Log Message: Change KERNEL_EXT_BASE to 0x8000 and KERNEL_BASE_VIRT correspondingly. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/mk.armadaxp cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.armadaxp 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/arm
Module Name:src Committed By: skrll Date: Sat Mar 29 15:47:40 UTC 2014 Modified Files: src/sys/arch/arm/arm: db_trace.c Log Message: Allow crash(8) to compile this. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/arm/db_trace.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/arm
Module Name:src Committed By: skrll Date: Sat Mar 29 15:48:02 UTC 2014 Modified Files: src/sys/arch/arm/arm: db_trace.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/arm/db_trace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/lib/libc/net
Module Name:src Committed By: gson Date: Sat Mar 29 16:10:54 UTC 2014 Modified Files: src/tests/lib/libc/net: h_dns_server.c Log Message: Use daemon(3) instead of the experimental daemon2_fork() and daemon2_detach(). Now that newer versions of daemon2_fork() and daemon2_detach() are used in nfsd, where two-stage daemonization is actually needed, there is no longer any reason for h_dns_server to serve as a test case and example of their use. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/net/h_dns_server.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/atari/dev
Module Name:src Committed By: tsutsui Date: Sat Mar 29 16:46:19 UTC 2014 Modified Files: src/sys/arch/atari/dev: event_var.h Log Message: Make sure to acquire proc_lock mutex on calling psignal(9) in EV_WAKEUP(). Without this, Xserver could cause panic on the DIAGNOSTIC kernel as x68k: http://mail-index.netbsd.org/source-changes/2012/08/15/msg036632.html To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/atari/dev/event_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/bootp/bootpd
Module Name:src Committed By: apb Date: Sat Mar 29 18:23:00 UTC 2014 Modified Files: src/usr.sbin/bootp/bootpd: bootpd.c Log Message: sizeof(pointer) is not a good buffer length to pass to strlcat. Introduce a new variable, clntpathmaxlen, to hold the correct buffer length, and pass that to strlcat. The incorrect buffer length would have caused . lookups to fail. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/bootp/bootpd/bootpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/rpc.pcnfsd
Module Name:src Committed By: apb Date: Sat Mar 29 18:54:37 UTC 2014 Modified Files: src/usr.sbin/rpc.pcnfsd: extern.h pcnfsd_print.c pcnfsd_v2.c Log Message: Add a statuslen argument to get_pr_status(), and use it as the length in a call to strlcpy(). The previous code would have used the size of a pointer as the length. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/rpc.pcnfsd/extern.h cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/rpc.pcnfsd/pcnfsd_print.c \ src/usr.sbin/rpc.pcnfsd/pcnfsd_v2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:01:00 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: simplify silly logic To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/get_names.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:02:12 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: const To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/get_names.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:03:21 UTC 2014 Modified Files: src/games/hunt/huntd: faketalk.c Log Message: typo in error message To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/faketalk.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/next68k/stand/boot
Module Name:src Committed By: christos Date: Sat Mar 29 19:20:29 UTC 2014 Modified Files: src/sys/arch/next68k/stand/boot: sd.c Log Message: make this compile (missing header file) To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/next68k/stand/boot/sd.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/next68k/dev
Module Name:src Committed By: christos Date: Sat Mar 29 19:20:14 UTC 2014 Modified Files: src/sys/arch/next68k/dev: esp.c Log Message: fix misplaced line To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/next68k/dev/esp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:26:28 UTC 2014 Modified Files: src/games/hunt/huntd: get_names.c Log Message: Use getaddrinfo() instead of gethostbyname(). To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/get_names.c 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: christos Date: Sat Mar 29 19:28:30 UTC 2014 Modified Files: src/sys/arch/algor/algor: algor_p4032_intr.c algor_p5064_intr.c algor_p6032_intr.c src/sys/arch/alpha/eisa: eisa_machdep.c src/sys/arch/alpha/include: eisa_machdep.h pci_machdep.h src/sys/arch/alpha/jensenio: lpt_jensenio.c src/sys/arch/alpha/pci: pci_machdep.c src/sys/arch/alpha/sableio: com_sableio.c fdc_sableio.c lpt_sableio.c pckbc_sableio.c src/sys/arch/amiga/include: pci_machdep.h src/sys/arch/amiga/pci: pci_machdep.c src/sys/arch/arc/include: pci_machdep.h src/sys/arch/arc/pci: necpb.c src/sys/arch/arm/footbridge: footbridge_pci.c src/sys/arch/arm/gemini: gemini_pci.c src/sys/arch/arm/include: pci_machdep.h src/sys/arch/arm/marvell: pci_machdep.c src/sys/arch/arm/s3c2xx0: s3c2800_pci.c src/sys/arch/arm/xscale: becc_pci.c src/sys/arch/atari/include: pci_machdep.h src/sys/arch/atari/pci: pci_machdep.c src/sys/arch/cobalt/include: pci_machdep.h src/sys/arch/cobalt/pci: pci_machdep.c src/sys/arch/dreamcast/include: pci_machdep.h src/sys/arch/evbarm/cp3100: cp3100_pci.c src/sys/arch/evbarm/hdl_g: hdlg_pci.c src/sys/arch/evbarm/ifpga: ifpga_pci.c src/sys/arch/evbarm/iq31244: iq31244_pci.c src/sys/arch/evbarm/iq80310: iq80310_pci.c src/sys/arch/evbarm/iq80321: iq80321_pci.c src/sys/arch/evbarm/ixdp425: ixdp425_pci.c src/sys/arch/evbarm/ixm1200: ixm1200_pci.c nappi_nppb.c src/sys/arch/evbarm/npwr_fc: npwr_fc_pci.c src/sys/arch/evbarm/nslu2: nslu2_pci.c src/sys/arch/evbmips/gdium: gdium_intr.c src/sys/arch/evbmips/loongson: generic2e_machdep.c loongson_intr.c loongson_intr.h yeeloong_machdep.c src/sys/arch/evbmips/malta: malta_intr.c src/sys/arch/evbmips/malta/pci: pcib.c src/sys/arch/hpcmips/include: pci_machdep.h src/sys/arch/hpcmips/vr: vrc4172pci.c vrc4173bcu.c src/sys/arch/hppa/dev: ssio.c src/sys/arch/hppa/include: eisa_machdep.h pci_machdep.h src/sys/arch/i386/eisa: eisa_machdep.c src/sys/arch/i386/include: eisa_machdep.h src/sys/arch/i386/pci: gcscehci.c src/sys/arch/iyonix/iyonix: iyonix_pci.c src/sys/arch/landisk/include: pci_machdep.h src/sys/arch/landisk/landisk: shpcic_machdep.c src/sys/arch/macppc/dev: if_gm.c kauai.c src/sys/arch/mips/adm5120/dev: admpci.c src/sys/arch/mips/alchemy/dev: aupci.c src/sys/arch/mips/atheros/dev: arpci.c src/sys/arch/mips/include: isa_machdep.h pci_machdep.h src/sys/arch/mips/sibyte/pci: sbbrz_pci.c src/sys/arch/powerpc/booke: e500_intr.c src/sys/arch/powerpc/booke/pci: pq3pci.c src/sys/arch/powerpc/include: pci_machdep.h src/sys/arch/powerpc/include/booke: intr.h src/sys/arch/powerpc/pci: pci_machdep_common.c src/sys/arch/powerpc/powerpc: intr_stubs.c src/sys/arch/prep/eisa: eisa_machdep.c src/sys/arch/prep/include: eisa_machdep.h src/sys/arch/sandpoint/include: pci_machdep.h src/sys/arch/sandpoint/pci: pci_machdep.c src/sys/arch/sgimips/gio: pci_gio.c src/sys/arch/sgimips/include: eisa_machdep.h pci_machdep.h src/sys/arch/sgimips/mace: pci_mace.c src/sys/arch/sgimips/pci: pci_machdep.c src/sys/arch/sparc/include: pci_machdep.h src/sys/arch/sparc/sparc: pci_machdep.c src/sys/arch/sparc64/dev: pci_machdep.c src/sys/arch/sparc64/include: pci_machdep.h src/sys/arch/x86/include: intr.h pci_machdep_common.h src/sys/arch/x86/pci: pci_intr_machdep.c pciide_machdep.c src/sys/arch/x86/x86: intr.c src/sys/arch/xen/xen: pci_intr_machdep.c pciback.c src/sys/dev/eisa: ahb.c ahc_eisa.c bha_eisa.c cac_eisa.c depca_eisa.c dpt_eisa.c eisareg.h if_ep_eisa.c if_fea.c if_tlp_eisa.c mlx_eisa.c uha_eisa.c src/sys/dev/pci: aac_pci.c adv_pci.c adw_pci.c ahc_pci.c ahcisata_pci.c ahd_pci.c amr.c arcmsr.c artsata.c atppc_puc.c auacer.c auich.c auixp.c autri.c auvia.c azalia.c bha_pci.c btvmei.c cac_pci.c ciss_pci.c cmpci.c com_puc.c coram.c cs4280.c cs4281.c cxdtv.c cy_pci.c cz.c dpt_pci.c eap.c ehci_pci.c emuxki.c esa.c esm.c eso.c fms.c fwohci_pci.c gcscaudio.c hifn7751.c iavc_pci.c ichsmb.c icp_pci.c if_age.c if_alc.c if_ale.c if_an_pci.c if_ath_pci.c if_athn_pci.c if_atw_pci.c if_bce.c if_bge.c if_bnx.c if_bwi_pci.c if_cas.c if_de.c if_dge.c if_en_pci.c if_ep_pci.c if_epic_pci.c if_esh_pci.c if_et.c if_ex_pci.c if_fpa.c if_fxp_pci.c if_gem_pci.c if_hme_pci.c if_ipw.c if_iwi.c if_iwn.c if_jme.c if_kse.c if
CVS commit: src/lib/libc
Module Name:src Committed By: dholland Date: Sat Mar 29 19:30:12 UTC 2014 Modified Files: src/lib/libc: shlib_version Log Message: add "move gethostbyname to a compat library" to the list of things to do on the mythical libc bump To generate a diff of this commit: cvs rdiff -u -r1.249 -r1.250 src/lib/libc/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Sat Mar 29 19:30:49 UTC 2014 Modified Files: src/sys/sys: param.h Log Message: sprintf removal {pci,eisa}_intr_string signature change To generate a diff of this commit: cvs rdiff -u -r1.447 -r1.448 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:33:03 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c Log Message: use random(), not a handrolled 16-bit generator To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/driver.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/bind/dist/lib/isc
Module Name:src Committed By: christos Date: Sat Mar 29 19:34:23 UTC 2014 Modified Files: src/external/bsd/bind/dist/lib/isc: task_p.h Log Message: add missing #else Takahiro Hayashi To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/bind/dist/lib/isc/task_p.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 19:41:11 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c draw.c driver.c execute.c extern.c faketalk.c hunt.h makemaze.c shots.c Log Message: don't declare own boolean type To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.8 -r1.9 src/games/hunt/huntd/draw.c \ src/games/hunt/huntd/makemaze.c cvs rdiff -u -r1.23 -r1.24 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/execute.c cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/extern.c cvs rdiff -u -r1.19 -r1.20 src/games/hunt/huntd/faketalk.c \ src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.12 -r1.13 src/games/hunt/huntd/shots.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd
Module Name:src Committed By: christos Date: Sat Mar 29 19:54:46 UTC 2014 Modified Files: src/sys/external/bsd/drm/dist/bsd-core: drm_irq.c src/sys/external/bsd/drm2/pci: drm_pci.c Log Message: fix pci_intr_string To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm/dist/bsd-core/drm_irq.c cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/pci/drm_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:10:10 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c driver.c faketalk.c get_names.c hunt.h Log Message: Make the code for issuing talk requests to find players actually build. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/games/hunt/huntd/ctl.c cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/ctl_transact.c cvs rdiff -u -r1.24 -r1.25 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.20 -r1.21 src/games/hunt/huntd/faketalk.c \ src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.14 -r1.15 src/games/hunt/huntd/get_names.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:12:12 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c faketalk.c Log Message: Use setproctitle() instead of handrolled version. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.21 -r1.22 src/games/hunt/huntd/faketalk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:16:09 UTC 2014 Modified Files: src/games/hunt/huntd: ctl.c ctl_transact.c faketalk.c get_names.c hunt.h Removed Files: src/games/hunt/huntd: bsd.h Log Message: Remove empty header file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r0 src/games/hunt/huntd/bsd.h cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/ctl.c cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/ctl_transact.c cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/faketalk.c cvs rdiff -u -r1.15 -r1.16 src/games/hunt/huntd/get_names.c cvs rdiff -u -r1.21 -r1.22 src/games/hunt/huntd/hunt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: adam Date: Sat Mar 29 20:22:16 UTC 2014 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: Fix for /usr/include/g++/bits directory, which is only for MKGCC=yes To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/distrib/sets/lists/comp/md.amd64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:32:04 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile faketalk.c huntd.6 Removed Files: src/games/hunt/huntd: ctl.c ctl_transact.c get_names.c talk_ctl.h Log Message: Rip out the code that broadcasts talk requests to the local hunt-players mailing list. In this day and age it doesn't even begin to work: even if you were to have such a mailing list locally, sendmail wouldn't expand it for you, the addresses you got back wouldn't be talk-requestable addresses, talk requests don't cross NAT or firewalls safely, talk doesn't support ipv6, and nobody runs talkd anyway. It doesn't make sense to try to replace it with some other kind of notify scheme either; there might still be a multiuser machine somewhere with enough simultaneous users that broadcasting something akin to talk requests locally might make sense, and where a nontrivial number of the users actually play hunt, but probably not, and if so those users are likely to be better off using wall(1) anyway. Nowadays games will be set up by looking for people in chat or by emailing or texting friends. Theoretically someone could set up an internet hunt metaserver for finding hunt games, but that would be something entirely different anyway and I doubt there's demand. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.7 -r0 src/games/hunt/huntd/ctl.c \ src/games/hunt/huntd/talk_ctl.h cvs rdiff -u -r1.11 -r0 src/games/hunt/huntd/ctl_transact.c cvs rdiff -u -r1.23 -r1.24 src/games/hunt/huntd/faketalk.c cvs rdiff -u -r1.16 -r0 src/games/hunt/huntd/get_names.c cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/huntd.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:35:30 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile driver.c Removed Files: src/games/hunt/huntd: faketalk.c Log Message: remove stubbed-out function To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.26 -r1.27 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.24 -r0 src/games/hunt/huntd/faketalk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:41:57 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: const in unused code To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/makemaze.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 20:44:20 UTC 2014 Modified Files: src/games/hunt/huntd: makemaze.c Log Message: tsort contents of file To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/huntd/makemaze.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 20:52:13 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c otto.c playit.c Log Message: catch up to huntd changes. XXX: this needs to stop promiscuously sharing .h files. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.15 -r1.16 src/games/hunt/hunt/otto.c cvs rdiff -u -r1.16 -r1.17 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 20:53:55 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: Remove unsafe and unnecessary pointer casts. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/games/hunt/hunt/hunt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:24:56 UTC 2014 Modified Files: src/games/hunt/huntd: pathname.c Log Message: Remove tautological #if DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/huntd/pathname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 21:24:27 UTC 2014 Modified Files: src/games/hunt/hunt: Makefile connect.c hunt.c otto.c playit.c src/games/hunt/huntd: Makefile hunt.h pathname.c Added Files: src/games/hunt/hunt: hunt_private.h src/games/hunt/include: hunt_common.h Log Message: Split hunt and huntd's includes, instead of incestuously sharing a pile of external data and function declarations between the two programs. Common constants and defines now go in hunt_common.h. Stuff that belongs only to hunt is in hunt/hunt_private.h. Stuff that belongs only to huntd is in huntd/hunt.h. Copy some declarations that are used in both programs under the same names (but are not actually the same objects) from huntd/hunt.h to hunt/hunt_private.h. Move others that are only used in hunt. Remove some entirely unused material, and tidy up standard includes. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/hunt/hunt/Makefile cvs rdiff -u -r1.8 -r1.9 src/games/hunt/hunt/connect.c cvs rdiff -u -r1.43 -r1.44 src/games/hunt/hunt/hunt.c cvs rdiff -u -r0 -r1.1 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.16 -r1.17 src/games/hunt/hunt/otto.c cvs rdiff -u -r1.17 -r1.18 src/games/hunt/hunt/playit.c cvs rdiff -u -r1.3 -r1.4 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.22 -r1.23 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.5 -r1.6 src/games/hunt/huntd/pathname.c cvs rdiff -u -r0 -r1.1 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 21:25:35 UTC 2014 Modified Files: src/games/hunt/huntd: pathname.c src/games/hunt/include: hunt_common.h Log Message: move a comment that should have gone with its symbol To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/hunt/huntd/pathname.c cvs rdiff -u -r1.1 -r1.2 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:08 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c pathname.c Log Message: Move definitions to the file they're used in. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.8 -r1.9 src/games/hunt/huntd/pathname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:27:40 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile Removed Files: src/games/hunt/huntd: pathname.c Log Message: Flush unwanted file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.9 -r0 src/games/hunt/huntd/pathname.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc
Module Name:src Committed By: joerg Date: Sat Mar 29 21:33:39 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: system.h Log Message: Before messing with macros from stdio.h, include cstdio. Some parts of the backend would include it afterwards and the macro changes conflict with libc++'s version of cstdio. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/dist/gcc/system.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:33:41 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c expl.c extern.c hunt.h Log Message: sprinkle static To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.7 -r1.8 src/games/hunt/huntd/expl.c \ src/games/hunt/huntd/extern.c cvs rdiff -u -r1.23 -r1.24 src/games/hunt/huntd/hunt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:38:54 UTC 2014 Modified Files: src/games/hunt/huntd: execute.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/execute.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:19 UTC 2014 Modified Files: src/games/hunt/huntd: shots.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hunt/huntd/shots.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 21:43:46 UTC 2014 Modified Files: src/games/hunt/huntd: hunt.h Log Message: Group function declarations by which source file they come from, and delete several that don't actually exist. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/hunt/huntd/hunt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 21:56:00 UTC 2014 Modified Files: src/games/hunt/huntd: driver.c extern.c hunt.h src/games/hunt/include: hunt_common.h Log Message: Additional minor cleanup and remove a straggler data declaration from hunt_common.h. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.8 -r1.9 src/games/hunt/huntd/extern.c cvs rdiff -u -r1.25 -r1.26 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.2 -r1.3 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 22:05:44 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h Log Message: make some globals static To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.1 -r1.2 src/games/hunt/hunt/hunt_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 22:11:19 UTC 2014 Modified Files: src/games/hunt: Makefile.inc src/games/hunt/hunt: hunt.c src/games/hunt/huntd: driver.c Added Files: src/games/hunt/include: pathnames.h Log Message: handle compiled-in pathnames the customary way To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hunt/Makefile.inc cvs rdiff -u -r1.45 -r1.46 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.30 -r1.31 src/games/hunt/huntd/driver.c cvs rdiff -u -r0 -r1.1 src/games/hunt/include/pathnames.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 22:15:13 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: be consistent about whether functions are static To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/games/hunt/hunt/hunt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sat Mar 29 22:15:26 UTC 2014 Modified Files: src/games/hunt/hunt: hunt_private.h Log Message: group external functions by where they come from To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/hunt/hunt/hunt_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 22:29:55 UTC 2014 Modified Files: src/games/hunt/huntd: Makefile answer.c driver.c hunt.h Added Files: src/games/hunt/huntd: support.c Log Message: Reduce ifdefs by making a common function to talk to either syslogd or stderr. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/games/hunt/huntd/Makefile cvs rdiff -u -r1.17 -r1.18 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.31 -r1.32 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.26 -r1.27 src/games/hunt/huntd/hunt.h cvs rdiff -u -r0 -r1.1 src/games/hunt/huntd/support.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 22:30:28 UTC 2014 Modified Files: src/games/hunt/huntd: support.c Log Message: Er oops, fix previous. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/hunt/huntd/support.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/bind/dist/lib/isc
Module Name:src Committed By: joerg Date: Sat Mar 29 22:44:20 UTC 2014 Modified Files: src/external/bsd/bind/dist/lib/isc: task_p.h Log Message: Match #if change in task.c. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/dist/lib/isc/task_p.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/bootp/bootpd
Module Name:src Committed By: joerg Date: Sat Mar 29 22:45:31 UTC 2014 Modified Files: src/usr.sbin/bootp/bootpd: bootpd.c Log Message: Fix syntax (hi apb!) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/bootp/bootpd/bootpd.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/omap
Module Name:src Committed By: matt Date: Sat Mar 29 23:32:41 UTC 2014 Modified Files: src/sys/arch/arm/omap: omap2_reg.h omap3_ehci.c omap3_sdhc.c omap3_uhhreg.h omap3_usbtllreg.h Log Message: OMAP4/OMAP5 changes. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/omap/omap2_reg.h cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/omap/omap3_ehci.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/omap/omap3_sdhc.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/omap/omap3_uhhreg.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/omap3_usbtllreg.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/arm/include
Module Name:src Committed By: matt Date: Sat Mar 29 23:33:20 UTC 2014 Modified Files: src/sys/arch/arm/include: armreg.h Log Message: Add scr inline To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/sys/arch/arm/include/armreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sat Mar 29 23:44:38 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c Log Message: fix non-INTERNET build To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.32 -r1.33 src/games/hunt/huntd/driver.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
Module Name:src Committed By: matt Date: Sat Mar 29 23:44:37 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/include: cpufunc.h Log Message: cortex doesn't need xscale_setup use arm11_setttb for arm11x6. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.69 -r1.70 src/sys/arch/arm/include/cpufunc.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/landisk/include
Module Name:src Committed By: joerg Date: Sat Mar 29 23:51:02 UTC 2014 Modified Files: src/sys/arch/landisk/include: pci_machdep.h Log Message: Fix syntax (hi christos!) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/landisk/include/pci_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: christos Date: Sun Mar 30 00:18:09 UTC 2014 Modified Files: src/share/man/man9: pci_intr.9 Log Message: fix pic_intr_string prototype To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/share/man/man9/pci_intr.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: christos Date: Sun Mar 30 00:13:59 UTC 2014 Modified Files: src/sys/sys: param.h Log Message: bump for real, not just the comment To generate a diff of this commit: cvs rdiff -u -r1.448 -r1.449 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sun Mar 30 00:26:58 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c extern.c hunt.h Log Message: Clean up the names of the various pieces of socket apparatus. Systematic naming is easier to follow... To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.33 -r1.34 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.9 -r1.10 src/games/hunt/huntd/extern.c cvs rdiff -u -r1.27 -r1.28 src/games/hunt/huntd/hunt.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/arm/broadcom
Module Name:src Committed By: matt Date: Sun Mar 30 01:12:18 UTC 2014 Modified Files: src/sys/arch/arm/broadcom: bcm53xx_pax.c Log Message: Update to use new pci_intr_string semantics. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/broadcom/bcm53xx_pax.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/arm
Module Name:src Committed By: matt Date: Sun Mar 30 01:15:03 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc_asm_arm10.S cpufunc_asm_arm11.S cpufunc_asm_arm11x6.S cpufunc_asm_arm3.S cpufunc_asm_arm67.S cpufunc_asm_arm7tdmi.S cpufunc_asm_arm8.S cpufunc_asm_arm9.S cpufunc_asm_armv4.S cpufunc_asm_armv5.S cpufunc_asm_armv5_ec.S cpufunc_asm_fa526.S cpufunc_asm_ixp12x0.S cpufunc_asm_pj4b.S cpufunc_asm_sa1.S cpufunc_asm_sa11x0.S cpufunc_asm_sheeva.S cpufunc_asm_xscale.S Log Message: Allow for 8KB page size. Add ARM_MMU_EXTENDED support. Add missing END() To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm/cpufunc_asm_arm10.S \ src/sys/arch/arm/arm/cpufunc_asm_arm9.S cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/arm/cpufunc_asm_arm11.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/arm/cpufunc_asm_arm11x6.S \ src/sys/arch/arm/arm/cpufunc_asm_arm3.S \ src/sys/arch/arm/arm/cpufunc_asm_ixp12x0.S \ src/sys/arch/arm/arm/cpufunc_asm_pj4b.S cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/arm/cpufunc_asm_arm67.S \ src/sys/arch/arm/arm/cpufunc_asm_arm7tdmi.S \ src/sys/arch/arm/arm/cpufunc_asm_armv5.S \ src/sys/arch/arm/arm/cpufunc_asm_fa526.S cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/arm/cpufunc_asm_arm8.S cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/cpufunc_asm_armv4.S \ src/sys/arch/arm/arm/cpufunc_asm_sheeva.S cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/arm/cpufunc_asm_armv5_ec.S \ src/sys/arch/arm/arm/cpufunc_asm_sa11x0.S cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/arm/cpufunc_asm_sa1.S cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/arm/cpufunc_asm_xscale.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/marvell
Module Name:src Committed By: christos Date: Sun Mar 30 01:17:51 UTC 2014 Modified Files: src/sys/dev/marvell: mvpex.c mvpexvar.h Log Message: catch up with pci_intr_string changes To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/marvell/mvpex.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/marvell/mvpexvar.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/arm
Module Name:src Committed By: christos Date: Sun Mar 30 01:19:20 UTC 2014 Modified Files: src/sys/arch/arm/footbridge: footbridge_pci.c src/sys/arch/arm/gemini: gemini_pci.c src/sys/arch/arm/marvell: pci_machdep.c src/sys/arch/arm/xscale: becc_pci.c Log Message: wrap a few lines To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/footbridge/footbridge_pci.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/gemini/gemini_pci.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/marvell/pci_machdep.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/xscale/becc_pci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/huntd
Module Name:src Committed By: dholland Date: Sun Mar 30 01:44:37 UTC 2014 Modified Files: src/games/hunt/huntd: answer.c driver.c hunt.h huntd.6 Log Message: Remove all the conditional compilation for INTERNET. Now you can run this on either a local or internet socket (including via inetd on either) and it will, or is supposed to, DTRT. Does not really support ipv6 yet, but in a number of places will no longer vomit or exhibit UB if it encounters an ipv6 address. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.34 -r1.35 src/games/hunt/huntd/driver.c cvs rdiff -u -r1.28 -r1.29 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.11 -r1.12 src/games/hunt/huntd/huntd.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 02:11:25 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: When indexing an array with a char, cast it to unsigned char, not int, to not only silence the compiler warning but also get the correct behavior. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 02:26:09 UTC 2014 Modified Files: src/games/hunt/hunt: Makefile hunt.c hunt_private.h Added Files: src/games/hunt/hunt: server.c Log Message: split off a bunch of the nastier network code into its own file To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/hunt/hunt/Makefile cvs rdiff -u -r1.47 -r1.48 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.3 -r1.4 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r0 -r1.1 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 02:46:57 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: goto considered harmful To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 02:53:11 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: name reform, fewer file statics To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 02:58:25 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h server.c Log Message: unexpose some globals that server.c previously required To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.4 -r1.5 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.3 -r1.4 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 03:26:19 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: more cleanup To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 03:35:26 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h Log Message: use fewer globals To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.5 -r1.6 src/games/hunt/hunt/hunt_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 04:31:21 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c hunt_private.h server.c Log Message: Clean up the handling of the list of hunt daemons. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.6 -r1.7 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.5 -r1.6 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 04:39:40 UTC 2014 Modified Files: src/games/hunt/hunt: server.c Log Message: Tidy up list of broadcast addresses. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 04:40:50 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: fix obvious mistake (seems to have been there since 4.4) To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/games/hunt/hunt/hunt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 04:57:37 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c server.c Log Message: I wish the socket API didn't require casts. Easy to mess them up. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.7 -r1.8 src/games/hunt/hunt/server.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 05:14:47 UTC 2014 Modified Files: src/games/hunt/hunt: connect.c hunt.c hunt_private.h otto.c playit.c Log Message: Naming reform for socket pieces, akin to what I did in huntd earlier. (but not as comprehensive) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/hunt/hunt/connect.c cvs rdiff -u -r1.53 -r1.54 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.7 -r1.8 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.17 -r1.18 src/games/hunt/hunt/otto.c cvs rdiff -u -r1.19 -r1.20 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 05:30:28 UTC 2014 Modified Files: src/games/hunt/hunt: connect.c hunt.c hunt_private.h playit.c src/games/hunt/huntd: answer.c hunt.h src/games/hunt/include: hunt_common.h Log Message: Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead. Fix two semi-compensating size bugs in wire transmission affecting 64-bit machines. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/hunt/hunt/connect.c cvs rdiff -u -r1.54 -r1.55 src/games/hunt/hunt/hunt.c cvs rdiff -u -r1.8 -r1.9 src/games/hunt/hunt/hunt_private.h cvs rdiff -u -r1.20 -r1.21 src/games/hunt/hunt/playit.c cvs rdiff -u -r1.21 -r1.22 src/games/hunt/huntd/answer.c cvs rdiff -u -r1.29 -r1.30 src/games/hunt/huntd/hunt.h cvs rdiff -u -r1.3 -r1.4 src/games/hunt/include/hunt_common.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 05:38:13 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: Instead of #define STDIN 0, use STDIN_FILENO. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/games/hunt/hunt
Module Name:src Committed By: dholland Date: Sun Mar 30 05:41:50 UTC 2014 Modified Files: src/games/hunt/hunt: playit.c Log Message: fix off-by-one To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.