History log of /openbsd-src/games/battlestar/init.c (Results 1 – 18 of 18)
Revision Date Author Comments
# f3c23159 08-Aug-2022 op <op@openbsd.org>

switch fgetln remnants to getline. ok millert@


# 84f04a3e 09-May-2019 tedu <tedu@openbsd.org>

rm lists of hereditary wizards and bad users to ensure level playing field
ok benno mlarkin tb


# ea24c44a 31-Dec-2015 mestre <mestre@openbsd.org>

Include only needed header files per each source file

OK tb@


# c425f3ea 29-Nov-2015 tb <tb@openbsd.org>

Move score file to $HOME and add pledge "stdio rpath wpath cpath".
For high score entries, try LOGNAME, then USER, then getlogin() then
fall back to ???.


# 66e49541 29-Aug-2013 naddy <naddy@openbsd.org>

replace srandomdev()+random() with the arc4random*() family
tweaks and ok millert@, ok deraadt@


# 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 ...


# ff8320a7 10-Jul-2004 deraadt <deraadt@openbsd.org>

more ansi; khalek@linuxgamers.net


# 77a7bdfa 26-Sep-2003 tedu <tedu@openbsd.org>

check strdup for error. based on report from Jared Yanovich. ok deraadt@


# 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.


# ffe3e522 06-Dec-2002 millert <millert@openbsd.org>

Replace things like srandom(time(NULL)) with srandomdev(3). random(3)
good enough for games but we should at least use a decent seed.
pjanzen@ OK


# 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 ...


# 9dbccdeb 24-Sep-2000 pjanzen <pjanzen@openbsd.org>

numerous changes from jsm@netbsd.org:
static where appropriate, add a few comments, format a bit better, and
deal with WEIGHT/CUMBER being zero (and not less).


# 2e86f363 25-Sep-1999 pjanzen <pjanzen@openbsd.org>

Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling of
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict
with <sys/param.h>.


# 897c4254 13-Sep-1998 pjanzen <pjanzen@openbsd.org>

NetBSD merge, numerous patches from jsm28@cam.ac.uk, spelling fixes, and
correct gid revoke.


# f5c9873f 01-Sep-1997 millert <millert@openbsd.org>

Remove trailing spaces on lines, use sane pathname sizes, and
use warn instead of perror.


# 49d23a04 24-Aug-1997 deraadt <deraadt@openbsd.org>

various linux-based patches; from linux people; sent by jsm@octomino.demon.co.uk


# 238a943f 30-Jun-1997 kstailey <kstailey@openbsd.org>

tag


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree