DragonFly BSD
DragonFly commits List (threaded) for 2006-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/games/snake/snake Makefile move.c snake.6 snake.c snake.h src/games/snake/snscore snscore.c


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 3 Sep 2006 16:23:10 -0700 (PDT)

pavalos     2006/09/03 16:23:10 PDT

DragonFly src repository

  Modified files:
    games/snake/snake    Makefile snake.6 snake.c 
    games/snake/snscore  snscore.c 
  Removed files:
    games/snake/snake    move.c snake.h 
  Log:
  Sync with NetBSD.  Many fixes to include:
  -if getpwuid() returns null, print out the uid rather than dereferencing
  -Control -d by #ifdef DEBUG; adjust usage message accordingly
  -lseek to the beginning of the file in post() which may be called twice
  	if a bonus occurs
  -add -t flag for slow terminals
  -convert to curses and general cleanups
  -security improvements which opens scorefile, then drops privs
  -use POSIX tty semantics
  
  Revision  Changes    Path
  1.3       +4 -4      src/games/snake/snake/Makefile
  1.3       +6 -2      src/games/snake/snake/snake.6
  1.3       +259 -181  src/games/snake/snake/snake.c
  1.3       +18 -13    src/games/snake/snscore/snscore.c


http://www.dragonflybsd.org/cvsweb/src/games/snake/snake/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/games/snake/snake/snake.6.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/games/snake/snake/snake.c.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/games/snake/snscore/snscore.c.diff?r1=1.2&r2=1.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]