History log of /openbsd/sys/arch/hppa/stand/mkboot/mkboot.c (Results 1 – 22 of 22)
Revision Date Author Comments
# ce166376 16-Oct-2024 miod <miod@openbsd.org>

a.out is no longer the commonly encountered binary file format, the world has
moved to ELF.

Move the a.out specific defines and macros, but the MID_xxx values, from
<sys/exec.h> to <a.out.h>, and up

a.out is no longer the commonly encountered binary file format, the world has
moved to ELF.

Move the a.out specific defines and macros, but the MID_xxx values, from
<sys/exec.h> to <a.out.h>, and update the few userland binaries which really
need these defines (i.e. boot-related tools for old architectures) to
explicitly include <a.out.h> when needed.

"Fine" deraadt@

show more ...


# c0cd3489 30-Dec-2017 guenther <guenther@openbsd.org>

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

ok deraadt@ krw@


# 0559e345 26-Oct-2014 miod <miod@openbsd.org>

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


# 0ea7e100 24-Sep-2014 doug <doug@openbsd.org>

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

ok deraadt@


# e8ac5693 22-Jan-2014 jsing <jsing@openbsd.org>

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

ok kettenis@


# d335c2c7 17-Oct-2013 deraadt <deraadt@openbsd.org>

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


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


# 5a5d8e11 22-Nov-2004 mickey <mickey@openbsd.org>

better types; from hppa64 (;


# e74a1c36 11-Aug-2003 mickey <mickey@openbsd.org>

a few strict protos


# 29295d1c 02-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.


# 094fa01f 11-May-2003 deraadt <deraadt@openbsd.org>

string cleaning; krw ok


# df45a688 11-Jun-2002 jsyn <jsyn@openbsd.org>

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


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


# 2f623323 17-May-2001 pvalchev <pvalchev@openbsd.org>

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


# b638aa94 30-Jun-2000 millert <millert@openbsd.org>

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 t

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

show more ...


# 8781354e 23-May-1999 aaron <aaron@openbsd.org>

getopt(3) returns -1, not EOF


# 1d082e87 03-May-1999 mickey <mickey@openbsd.org>

lifvar.h -- bye, bye


# ae9a80f6 29-Sep-1998 mickey <mickey@openbsd.org>

'acceppt gzip files for lif


# cb2e2c54 29-Aug-1998 mickey <mickey@openbsd.org>

postpone bzero buffer on padding


# d6095a6d 27-Jul-1998 mickey <mickey@openbsd.org>

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


# fb045e09 13-Jul-1998 millert <millert@openbsd.org>

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.


# 775f85d8 23-Jun-1998 mickey <mickey@openbsd.org>

ok, it boots, include and libkern to come