CVS commit: src/sys/arch/arm/arm32

2014-03-29 Thread Nick Hudson
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

CVS commit: src/sys/kern

2014-03-29 Thread Maxime Villard
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

CVS commit: src/usr.sbin/crash

2014-03-29 Thread Nick Hudson
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

CVS commit: src/sys/arch/m68k/m68k

2014-03-29 Thread Alan Barrett
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

CVS commit: src/sys

2014-03-29 Thread Kenichi Hashimoto
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:

CVS commit: src/sys/arch/amiga/stand/bootblock/boot

2014-03-29 Thread Michael van Elst
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

CVS commit: src/sys/arch/amiga/stand/bootblock

2014-03-29 Thread Michael van Elst
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

CVS commit: src/sys/arch/amiga/dev

2014-03-29 Thread Michael van Elst
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

CVS commit: src/sys/arch/amiga/dev

2014-03-29 Thread Michael van Elst
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

CVS commit: src/usr.sbin/nfsd

2014-03-29 Thread Andreas Gustafsson
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

CVS commit: src/sys/arch/evbarm/cubie

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/bcm53xx

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/lib/libsa

2014-03-29 Thread Jonathan A. Kollasch
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.

CVS commit: src/sys/lib/libsa

2014-03-29 Thread Jonathan A. Kollasch
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

CVS commit: src/sys/lib/libsa

2014-03-29 Thread Jonathan A. Kollasch
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

CVS commit: src/sys/arch/evbarm/beagle

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/armadaxp

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/armadaxp

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/evbarm/conf

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/arm/arm

2014-03-29 Thread Nick Hudson
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

CVS commit: src/sys/arch/arm/arm

2014-03-29 Thread Nick Hudson
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

CVS commit: src/tests/lib/libc/net

2014-03-29 Thread Andreas Gustafsson
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

CVS commit: src/sys/arch/atari/dev

2014-03-29 Thread Izumi Tsutsui
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

CVS commit: src/usr.sbin/bootp/bootpd

2014-03-29 Thread Alan Barrett
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

CVS commit: src/usr.sbin/rpc.pcnfsd

2014-03-29 Thread Alan Barrett
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/sys/arch/next68k/stand/boot

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/sys/arch/next68k/dev

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/lib/libc

2014-03-29 Thread David A. Holland
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

CVS commit: src/sys/sys

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/external/bsd/bind/dist/lib/isc

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/sys/external/bsd

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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.

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/distrib/sets/lists/comp

2014-03-29 Thread Adam Ciarcinski
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
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 commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/external/gpl3/gcc/dist/gcc

2014-03-29 Thread Joerg Sonnenberger
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/external/bsd/bind/dist/lib/isc

2014-03-29 Thread Joerg Sonnenberger
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

CVS commit: src/sys/arch/arm/omap

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/arm/include

2014-03-29 Thread Matt Thomas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/sys/arch/arm

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/landisk/include

2014-03-29 Thread Joerg Sonnenberger
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

CVS commit: src/sys/sys

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/share/man/man9

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/sys/arch/arm/broadcom

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/arch/arm/arm

2014-03-29 Thread Matt Thomas
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

CVS commit: src/sys/dev/marvell

2014-03-29 Thread Christos Zoulas
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 commit: src/sys/arch/arm

2014-03-29 Thread Christos Zoulas
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

CVS commit: src/games/hunt/huntd

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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)

CVS commit: src/games/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
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

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:44:56 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c playit.c Log Message: don't use the preprocessor to rename curses functions, just call them To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/games/hunt/hunt

2014-03-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 30 05:46:54 UTC 2014 Modified Files: src/games/hunt/hunt: hunt.c Log Message: curses has printw, use it. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/games/hunt/hunt/hunt.c Please note that diffs

  1   2   >