History log of /openbsd-current/sys/arch/hppa/stand/mkboot/mkboot.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.21 30-Dec-2017 guenther

Don't pull in <sys/file.h> just to get fcntl.h

ok deraadt@ krw@


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.20 26-Oct-2014 miod

Don't forget to free() the malloc()s.


# 1.19 24-Sep-2014 doug

Replace a few malloc() calls with reallocarray() so it checks for overflow.

ok deraadt@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.18 22-Jan-2014 jsing

Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify
function declarations.

ok kettenis@


# 1.17 17-Oct-2013 deraadt

Remove support for a.out and ecoff. We only do elf now.
ok miod


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.16 27-Oct-2009 deraadt

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


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.15 22-Nov-2004 mickey

better types; from hppa64 (;


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE SMP_SYNC_A SMP_SYNC_B
# 1.14 11-Aug-2003 mickey

a few strict protos


# 1.13 02-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: UBC_SYNC_A
# 1.12 11-May-2003 deraadt

string cleaning; krw ok


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE UBC_SYNC_B
# 1.11 11-Jun-2002 jsyn

err(3) appends a newline already; ok miod@


Revision tags: OPENBSD_3_1_BASE
# 1.10 14-Mar-2002 millert

First round of __P removal in sys


Revision tags: OPENBSD_3_0_BASE UBC_BASE
# 1.9 17-May-2001 pvalchev

branches: 1.9.4;
It's Daylight Saving Time, not Savings. Fix comments.
Discussed with pjanzen@


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 30-Jun-2000 millert

warnx?/errx? paranoia (use "%s" not a bare string unless it is a
constant). These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE SMP_BASE kame_19991208
# 1.7 23-May-1999 aaron

branches: 1.7.4; 1.7.6;
getopt(3) returns -1, not EOF


# 1.6 03-May-1999 mickey

lifvar.h -- bye, bye


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE
# 1.5 29-Sep-1998 mickey

'acceppt gzip files for lif


# 1.4 29-Aug-1998 mickey

postpone bzero buffer on padding


# 1.3 27-Jul-1998 mickey

make LIF definitions machine-wide
fix bug w/ blank LIF file names (\t crept into "" string), use memset
don't prepend names w/ SYS_


# 1.2 13-Jul-1998 millert

ftpd: sleep for an indeterminate amount for non-existant logins
to simulate a crypt, like login does.
Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.


# 1.1 23-Jun-1998 mickey

branches: 1.1.1;
Initial revision