#
e29f8a1b |
| 27-Aug-2016 |
guenther <guenther@openbsd.org> |
Pull in <sys/select.h> for fd_set
ok deraadt@
|
#
7e027cb7 |
| 10-Jan-2016 |
mestre <mestre@openbsd.org> |
As per style(9), remove remaining lint-style comments from games/
OK tb@
|
#
0f16a76c |
| 07-Jan-2016 |
mestre <mestre@openbsd.org> |
ANSIfy hunt(6)
Note: casted 2 args to struct sockaddr * on list.c to shut off compiler warnings, and also changed an int len to socklen_t since recvfrom(2) receives the last argument as the latter.
ANSIfy hunt(6)
Note: casted 2 args to struct sockaddr * on list.c to shut off compiler warnings, and also changed an int len to socklen_t since recvfrom(2) receives the last argument as the latter.
I'm running out of credits, but this was once again with great help and OK from tb@
show more ...
|
#
9ef48543 |
| 07-Jan-2016 |
mestre <mestre@openbsd.org> |
Headers cleanup and sorting
OK tb@
|
#
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 ...
|
#
598075ea |
| 11-Jun-2003 |
pjanzen <pjanzen@openbsd.org> |
New license from the official hunt release at ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z -- it has been approved by all three authors (Conrad Huang, Ken Arnold, and Greg Couch).
|
#
c72b5b24 |
| 16-Feb-2002 |
millert <millert@openbsd.org> |
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 don
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.
show more ...
|
#
49d027d2 |
| 13-Feb-2001 |
pjanzen <pjanzen@openbsd.org> |
Quiet alpha warnings, principally with correct includes
|
#
0d9c0e93 |
| 12-Dec-1999 |
d <d@openbsd.org> |
Catch some bad draw characters (like NUL). Use display_beep() instead of write(,"\7",) Report read errors from stdin.
reviewed by pjanzen@
|
#
c6d62522 |
| 01-Feb-1999 |
d <d@openbsd.org> |
avoid denial of service attacks on server port; extra conf vars; fix otto
|
#
fab1dce0 |
| 29-Jan-1999 |
d <d@openbsd.org> |
major changes: security, curses, config
|
#
6b3fe406 |
| 21-Jan-1999 |
d <d@openbsd.org> |
ident for OpenBSD mandoc-ify manual pages use -locurses
|
#
3faf6791 |
| 21-Jan-1999 |
d <d@openbsd.org> |
hunt (from NetBSD)
|