Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -3/+3 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an | 2017-04-16 | 1 | -2/+2 | |
| | | | | | | ld(1) error found by mestre a while ago. fix suggested and ok naddy | ||||
* | Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. | 2016-06-10 | 1 | -2/+1 | |
| | | | | | | | 'i' shadows the local loop indexing variable of scr_update(), so no need to rename it. No binary change on amd64. ok millert | ||||
* | More cleanup and sorting on header section | 2016-01-04 | 1 | -2/+1 | |
| | | | | | OK tb@ and he also pointed out that for consistency with rest of the tree we should include termios.h instead of sys/ttydefaults.h, where applicable | ||||
* | we do not use pcc on the vax | 2014-12-07 | 1 | -5/+1 | |
| | |||||
* | Hide the cursor during game. From NetBSD. | 2011-04-03 | 1 | -2/+10 | |
| | | | | OK nicm@ | ||||
* | Replace magic numbers with sizeof(array). | 2006-04-20 | 1 | -2/+2 | |
| | | | | OK jaredy@ | ||||
* | more ansi; khalek@linuxgamers.net | 2004-07-10 | 1 | -17/+11 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | give it some healthy dosage of vitamin const | 2002-07-26 | 1 | -3/+3 | |
| | |||||
* | add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ ok | 2002-07-26 | 1 | -4/+6 | |
| | |||||
* | de-register | 2002-05-31 | 1 | -8/+8 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -5/+5 | |
| | |||||
* | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. | 2001-09-04 | 1 | -5/+1 | |
| | |||||
* | No need to know anything about ospeed. | 2001-02-13 | 1 | -3/+1 | |
| | |||||
* | Many fixes, most either from or based on NetBSD changes: | 1999-03-22 | 1 | -5/+44 | |
| | | | | | | | get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks. | ||||
* | Fix a display bug that popped up in the termcap/curses switchover. | 1999-01-08 | 1 | -2/+2 | |
| | |||||
* | NetBSD changes and a few obvious fixes | 1998-09-24 | 1 | -37/+31 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+474 | |