| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=105614
|
| |
|
|
|
|
|
|
|
|
|
| |
type correct. Include <termcap.h> to get its declaration. Our
initialization of it is still dubious, but it agrees with ncurses'
documentation of it (none) and with ncurses' recently fixed internals
for it (old speeds from <sys/ttydev.h>) and with the 4.4Lite
documentation for it.
Notes:
svn path=/head/; revision=90117
|
| |
|
|
|
|
|
|
|
|
|
|
| |
never set. Ideally, we'd get the extern from tutor.h, but that
defines a number of other variables that conflict with ours.
This fixes a segmentation fault when trying to return to the main menu.
PR: 30172
Notes:
svn path=/head/; revision=82870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53920
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53210
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53209
|
| |
|
|
|
|
|
|
|
| |
PR: 8083
Submitted by: Stephen J. Roznowski <sjr@home.net>
Obtained from: a whole slew of NetBSD PRs
Notes:
svn path=/head/; revision=45801
|
| |
|
|
| |
Notes:
svn path=/head/; revision=35870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=29796
|
| |
|
|
|
|
|
|
| |
Reviewed by: maybe@yes.no
Obtained from: OpenBSD (mostly deraadt@openbsd.org)
Notes:
svn path=/head/; revision=28979
|
| |
|
|
|
|
|
|
| |
simply drop the privilege right after the program is started.
Thanks to bde for giving me good suggestion about this problem.
Notes:
svn path=/head/; revision=22191
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Indentation corrections
- Spaces -> tabs.
- func() -> func () (To be consistent with the original code.)
- Check if getopt() returns -1, not EOF.
Suggested by: bde
Notes:
svn path=/head/; revision=22164
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1. Pass argc and argv to getarg and process them with getopt().
2. Instead of using an array to save arg characters, use array of
pointers and call backgammon/teachgammon with execv, instead of execl.
This should fix problems with calling teachgammon.
2.2 candidate.
Notes:
svn path=/head/; revision=22114
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21962
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8856
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2676
|
|
|
of the x11 based games. I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way. Bleah.
Submitted by: jkh
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490
|