tsutsui
|
2be3acc29a
|
u_intNN_t -> uintNN_t
|
2005-01-02 12:03:12 +00:00 |
|
jmc
|
9bfe9b9970
|
Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
non NetBSD/bsd hosts.
|
2004-11-28 11:14:41 +00:00 |
|
thorpej
|
8657dbc0c8
|
Remove the last vestiges of COMPAT_NOLABEL. It's been 10 years; label
your disks already.
|
2004-08-28 17:45:24 +00:00 |
|
tsutsui
|
eb4893fd2e
|
Fix yet another y2k+1 bug.
|
2004-04-07 13:29:26 +00:00 |
|
tsutsui
|
b2fe3a3641
|
- define LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET
- set WARNS?=1
|
2003-11-14 16:53:37 +00:00 |
|
tsutsui
|
212f884f43
|
Misc cleanup:
- KNF
- WARNSfy
- remove __P()
- remove register declarations
- const'ify some variables
- make some local functions/variables static
- bcopy -> memcpy
- bcmp -> memcmp
- bzero -> memset
- space/TAB fix
etc.
|
2003-11-14 16:52:40 +00:00 |
|
tsutsui
|
306f405de0
|
Use "" rather than '\0' for null string.
|
2003-11-14 13:08:45 +00:00 |
|
tsutsui
|
6a20c93bb1
|
Revert part of previous NULL -> '\0' changes, where actually NULL is required.
|
2003-11-14 11:39:49 +00:00 |
|
tsutsui
|
302df7965a
|
Backout part of rev 1.4 which caused uninitialized pointer dereference.
(How does it works!?)
|
2003-11-13 15:53:31 +00:00 |
|
tsutsui
|
d859f28a2d
|
Use 32bit daddr_t for now so that uboot.lif works again.
XXX The real fix is adding prototype declarations for all functions.
|
2003-11-13 15:50:46 +00:00 |
|
tsutsui
|
9b10e90d9a
|
Don't use htobe32() for int16_t values.
|
2003-11-13 14:07:01 +00:00 |
|
tsutsui
|
a0795dd18e
|
Use int16_t and int32_t rather than short and int.
|
2003-11-13 14:06:22 +00:00 |
|
tsutsui
|
dc9a6c03b4
|
Adapt to replacement of apcireg.h and dcareg.h.
|
2003-11-08 12:02:33 +00:00 |
|
tsutsui
|
30f361a050
|
Move apcireg.h and dcareg.h to stand/common since they are no longer used
by kernel.
|
2003-11-08 11:19:30 +00:00 |
|
tsutsui
|
2f551b5f25
|
NULL -> '\0'
|
2003-10-28 17:54:35 +00:00 |
|
lukem
|
f85d2d1c14
|
Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
|
2003-10-26 07:25:33 +00:00 |
|
simonb
|
106fc7cad0
|
White-space nit.
|
2003-10-02 13:53:49 +00:00 |
|
simonb
|
b73d5ee5b9
|
Use common m68k struct trapframe instead of rolling our own.
|
2003-10-02 13:53:08 +00:00 |
|
simonb
|
8d464a511c
|
Don't depend in libc, et al.
|
2003-10-02 13:52:07 +00:00 |
|
he
|
1c6c843936
|
Adapt to const-ification of first arg of open function in fs_ops.
|
2003-08-21 23:28:27 +00:00 |
|
agc
|
aad01611e7
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
2003-08-07 16:26:28 +00:00 |
|
tsutsui
|
16cf56440e
|
Move dev/scsireg.h into stand/common since it is no longer used by kernel.
|
2003-08-01 01:25:44 +00:00 |
|
tsutsui
|
bf6ea868f8
|
Create ${MACHINE_ARCH} symlink as well for stand progs.
|
2003-07-20 02:38:43 +00:00 |
|
drochner
|
caa65123a8
|
cope with removal of this sick NENTS macro from libsa/netif.h
|
2003-03-13 13:35:55 +00:00 |
|
wiz
|
9115df8c49
|
success, not sucess. Noted by mjl.
|
2003-01-28 22:35:02 +00:00 |
|
wiz
|
7bd6fd354d
|
unknown, not unkown. Noted by mjl.
|
2003-01-28 22:19:22 +00:00 |
|
lukem
|
a250e57c96
|
Install release files under "${RELEASEDIR}/${MACHINE}/..." instead of
"${RELEASEDIR}/...".
${RELEASEDIR} is never cleaned , and ${RELEASEDIR}/${MACHINE} is only
cleaned if UPDATE is not defined.
|
2003-01-03 15:34:30 +00:00 |
|
lukem
|
9e0285bfee
|
this is a HOSTPROG; no need to set LDSTATIC=-static
|
2002-10-23 14:22:38 +00:00 |
|
wiz
|
b1c7ac0e6d
|
"definitions" has lots of 'i's, but that's not reason to leave one out.
|
2002-09-29 23:23:56 +00:00 |
|
provos
|
0f09ed48a5
|
remove trailing \n in panic(). approved perry.
|
2002-09-27 15:35:29 +00:00 |
|
lukem
|
fb7bc8541e
|
arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.
It doesn't make sense to have standalone stuff dynamically linked just
because an end-user uses LDSTATIC="".
|
2002-08-27 08:53:14 +00:00 |
|
gmcgarry
|
e0590ef08b
|
Boot loader is now case sensitive. Fixes PR-17711.
|
2002-08-04 00:44:58 +00:00 |
|
thorpej
|
c26e1749fc
|
Add -ffreestanding to CFLAGS.
|
2002-05-30 18:35:08 +00:00 |
|
thorpej
|
1768ff83e0
|
Don't use multi-line string literals.
|
2002-05-30 18:32:18 +00:00 |
|
gmcgarry
|
c8e4daf662
|
Move exec_hp300() out of uboot.c into its own file so that it can
be used by SYS_INST. SYS_INST can now boot ELF kernels inside the
miniroot.
|
2002-03-16 06:20:07 +00:00 |
|
simonb
|
d224e9dcc0
|
Indent by tab and not two spaces.
|
2002-03-05 00:38:41 +00:00 |
|
lukem
|
971861de37
|
use ${INSTALL_FILE} as appropriate
|
2002-02-09 09:35:59 +00:00 |
|
gmcgarry
|
eed7e1f9a3
|
include Makefile.buildboot before testing for RELEASEDIR
|
2001-12-14 07:36:32 +00:00 |
|
gmcgarry
|
5b666cb353
|
Bump version: Default to BOOTP network boot
|
2001-12-14 06:08:35 +00:00 |
|
tv
|
8e6f7afb5b
|
MKfoo=no -> NOfoo
|
2001-12-12 01:48:43 +00:00 |
|
gmcgarry
|
fa9aa504f9
|
Use BOOTP by default.
|
2001-12-03 05:44:36 +00:00 |
|
tv
|
5489b30b60
|
${MAKE} print-objdir -> ${PRINTOBJDIR}
|
2001-11-14 00:58:48 +00:00 |
|
scw
|
45e7238a02
|
Bump the version numbers of all bootloaders which use loadfile_elfXX() now
that it tries hard to avoid backwards seeks.
|
2001-11-09 19:53:11 +00:00 |
|
gmcgarry
|
2cd41580a7
|
Make install observe ${INSTPRIV}
|
2001-11-08 07:45:25 +00:00 |
|
gmcgarry
|
12b20b6dde
|
Use crufty old clock-handling code for now.
|
2001-11-08 07:01:33 +00:00 |
|
tsutsui
|
59e6364fcd
|
Include <machine/bootinfo.h>
|
2001-10-09 16:03:11 +00:00 |
|
wiz
|
c52d355d71
|
"wierd" is weird.
|
2001-08-20 12:20:01 +00:00 |
|
bjh21
|
ad2c12a28d
|
Bump version numbers of all bootloaders that use loadfile/ELF, to account for
my changes to symbol loading. I should probably have done this at the time,
but it's better late than never.
|
2001-08-02 12:24:05 +00:00 |
|
gmcgarry
|
741d001b9f
|
Sort boot options. Add -c for userconf.
|
2001-07-01 02:58:38 +00:00 |
|
gmcgarry
|
a193512e18
|
Create an empty bootinfo structure.
|
2001-07-01 01:38:14 +00:00 |
|