CVS commit: src/sys/dev/sdmmc

2009-05-24 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 24 12:59:54 UTC 2009 Modified Files: src/sys/dev/sdmmc: sdmmc_mem.c Log Message: SDHC card was able to be used. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/sdmmc/sdmmc_mem.c Please note that

CVS commit: src/share/man/man4

2009-05-24 Thread Tohru Nishimura
Module Name:src Committed By: nisimura Date: Sun May 24 16:32:58 UTC 2009 Modified Files: src/share/man/man4: uftdi.4 Log Message: - detect FTDI chiptype from bcdDevice field to determine the number of channels. - now capable of quad channel FT4232H. - mention FT232BM,

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 18:22:27 UTC 2009 Modified Files: src/games/trek: cgetc.c Log Message: KNF. No change to .o file. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/trek/cgetc.c Please note that diffs are not

CVS commit: src/share/man/man4

2009-05-24 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun May 24 19:06:45 UTC 2009 Modified Files: src/share/man/man4: uftdi.4 Log Message: Put DESCRIPTION before HARDWARE. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 19:18:45 UTC 2009 Modified Files: src/games/trek: abandon.c attack.c autover.c capture.c check_out.c checkcond.c compkl.c computer.c damage.c damaged.c dcrept.c destruct.c dock.c dumpgame.c

CVS commit: src/usr.sbin/pppd/pppd

2009-05-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 24 20:31:25 UTC 2009 Modified Files: src/usr.sbin/pppd/pppd: sys-bsd.c Log Message: - prevent recursive error calls fatal - die - cleanup - sys_cleanup - cf* - fatal/error etc. - prefix all the errors with __func__.

CVS commit: src/libexec/ld.elf_so/arch/powerpc

2009-05-24 Thread Havard Eidnes
Module Name:src Committed By: he Date: Sun May 24 20:35:41 UTC 2009 Modified Files: src/libexec/ld.elf_so/arch/powerpc: ppc_reloc.c Log Message: Apply fix borrowed from i386: Fix const issue (cast const pointers to const uint8_t * instead of caddr_t). To generate a

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 20:39:43 UTC 2009 Modified Files: src/games/trek: capture.c damaged.c dumpgame.c events.c externs.c klmove.c main.c move.c phaser.c schedule.c systemname.c trek.h Log Message: KNF: fix formatting of

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

2009-05-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 24 20:53:22 UTC 2009 Modified Files: src/distrib/sets/lists/comp: md.amiga Log Message: Removed old Amiga-specific sicallback software interrupts and replaced them by MI softints. Approved by is. Also drop mptr.h from

CVS commit: src

2009-05-24 Thread Andrew Doran
Module Name:src Committed By: ad Date: Sun May 24 21:41:44 UTC 2009 Modified Files: src/dist/ipf/ipsend: sock.c src/usr.bin/fstat: fstat.c Log Message: More changes to improve kern_descrip.c. - Avoid atomics in more places. - Remove the per-descriptor mutex, and

CVS commit: src/doc

2009-05-24 Thread Andrew Doran
) for symmetry with strftime(3). [ginsbach 20090524] + kernel: File descriptor access performance improvements. + [ad 20090524]

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 21:55:24 UTC 2009 Modified Files: src/games/trek: attack.c snova.c Log Message: Don't use literal ^G's in string constants. Use \a. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 22:55:03 UTC 2009 Modified Files: src/games/trek: attack.c autover.c capture.c computer.c dcrept.c dock.c dumpme.c dumpssradio.c events.c help.c impulse.c kill.c klmove.c lrscan.c main.c move.c

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 22:57:37 UTC 2009 Modified Files: src/games/trek: score.c Log Message: Sprinkle some blank lines for readability. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/trek/score.c Please note that

CVS commit: src/distrib/amiga/miniroot

2009-05-24 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sun May 24 22:59:18 UTC 2009 Modified Files: src/distrib/amiga/miniroot: install.md list Log Message: file(1) no longer provides the plain text magic database. change the install.md script to not need file(1) similar to what

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun May 24 23:00:46 UTC 2009 Modified Files: src/games/trek: win.c Log Message: Remove unnecessary initialization that silenced a compiler warning in 1997. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/sys/rump/librump/rumpkern

2009-05-24 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun May 24 23:13:49 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.3 Log Message: Add BSDCan 2009 paper to SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/librump/rumpkern/rump.3

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:03:18 UTC 2009 Modified Files: src/games/trek: score.c Log Message: Fix score printing so columns line up. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/trek/score.c Please note that

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:05:56 UTC 2009 Modified Files: src/games/trek: systemname.c Log Message: Null for pointers, not 0. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/trek/systemname.c Please note that diffs

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:07:14 UTC 2009 Modified Files: src/games/trek: trek.h Log Message: __attribute__((__noreturn__)) - __dead To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/trek/trek.h Please note that

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:20:23 UTC 2009 Modified Files: src/games/trek: main.c Log Message: Remove last traces of undocumented -p option (apparently related to process priority) and documented -a option, neither of which have done

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:39:45 UTC 2009 Modified Files: src/games/trek: getpar.c getpar.h score.c srscan.c win.c Log Message: abbreviation has two Bs. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/trek/getpar.c

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:43:34 UTC 2009 Modified Files: src/games/trek: getpar.c shield.c Log Message: sprintf - snprintf. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/trek/getpar.c cvs rdiff -u -r1.11 -r1.12

CVS commit: src/games/tetris

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:46:02 UTC 2009 Modified Files: src/games/tetris: tetris.c Log Message: sprintf - snprintf To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/tetris/tetris.c Please note that diffs are not

CVS commit: src/games/trek

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 00:53:46 UTC 2009 Modified Files: src/games/trek: trek.6 Log Message: Remove description of -a option and optional log file name, since neither has done anything in a long long time. Add previously undocumented -s/-f

CVS commit: src/sys/sys

2009-05-24 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon May 25 03:59:46 UTC 2009 Modified Files: src/sys/sys: filedesc.h Log Message: remove prototypes of unexistent functions. (fd_clear, fd_remove) To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/games/tetris

2009-05-24 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon May 25 04:33:53 UTC 2009 Modified Files: src/games/tetris: input.c scores.c screen.c shapes.c tetris.c tetris.h Log Message: ANSIfy function declarations. Some object file diffs, but they are harmless. (Mostly they seem to