#
87f25a4a |
| 30-Nov-2015 |
tb <tb@openbsd.org> |
Pledge for backgammon and teachgammon.
Both are straightforward "stdio rpath tty" programs; teachgammon exec's backgammon at the end, so give it "exec" in addition.
While there, ANSIfy
|
#
f24baa2d |
| 11-Nov-2015 |
deraadt <deraadt@openbsd.org> |
creat() -> open equiv; from Frederic Nowak
|
#
0731e908 |
| 26-Jun-2015 |
otto <otto@openbsd.org> |
/home/otto/ok
|
#
34278d36 |
| 16-Nov-2014 |
guenther <guenther@openbsd.org> |
Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed
Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, and <sys/ttydefaults.h> Replace MAXPATHLEN with PATH_MAX and MAXLOGNAME with LOGIN_NAME_MAX Pull in <limits.h> where needed Prefer sizeof(var) over MAXFOO or FOO_MAX
ok deraadt@
show more ...
|
#
043fbe51 |
| 27-Oct-2009 |
deraadt <deraadt@openbsd.org> |
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
show more ...
|
#
34944f90 |
| 27-Mar-2006 |
tedu <tedu@openbsd.org> |
assorted fixes mostly from coverity via netbsd via jasper adriaanse via tech
|
#
7a09557b |
| 03-Jun-2003 |
millert <millert@openbsd.org> |
Remove the advertising clause in the UCB license which Berkeley rescinded 22 July 1999. Proofed by myself and Theo.
|
#
d62ad8d8 |
| 23-Jun-2001 |
pjanzen <pjanzen@openbsd.org> |
termios -> curses
|
#
e42ac9c1 |
| 30-Mar-2001 |
pjanzen <pjanzen@openbsd.org> |
filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer.
|
#
7341125d |
| 31-Jul-1999 |
pjanzen <pjanzen@openbsd.org> |
use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying.
|
#
68d810bb |
| 29-Aug-1998 |
pjanzen <pjanzen@openbsd.org> |
use names rather than numbers in signals, errors, etc; NetBSD PR6058; jsm28@cam.ac.uk
|
#
53da1682 |
| 19-Mar-1998 |
pjanzen <pjanzen@openbsd.org> |
NetBSD changes and further improvements and corrections
|
#
99c5df51 |
| 14-Feb-1996 |
etheisen <etheisen@openbsd.org> |
Command line arguments were not being handled correctly. Modified for proper funtionality and for compliance with manpage.
|
#
df930be7 |
| 18-Oct-1995 |
deraadt <deraadt@openbsd.org> |
initial import of NetBSD tree
|