index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
cobalt
/
stand
/
boot
/
Makefile
Age
Commit message (
Expand
)
Author
2017-04-08
centralize vers.c building for standalone programs.
christos
2016-09-08
Avoid the PIE
christos
2015-06-23
Always build for mips3. Use -Os instead -O2 for smallest code size.
matt
2014-08-05
Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly
apb
2014-01-27
Pass the -n flag to gzip invocations.
apb
2014-01-16
eliminate use of bsd.sys.mk from Makefiles
christos
2014-01-12
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
tsutsui
2011-07-10
don't set MACHINE_ARCH. the CPUFLAGS/etc. is enough, and otherwise this
mrg
2011-07-09
Use TOOL_GZIP
matt
2011-02-20
Merge forward from matt-nb5-mips64.
matt
2011-01-22
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
joerg
2010-05-27
Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
dholland
2010-01-19
Use -DLIBSA_PRINTF_LONGLONG_SUPPORT -DLIBSA_PRINTF_WIDTH_SUPPORT
tsutsui
2009-03-15
Use <bsd.klinks.mk> for MD include dir symlinks.
tsutsui
2008-05-28
Print boot banner and a loading kernel name onto LCD,
tsutsui
2008-03-23
Use macro defined in <machine/cpu.h> for cobalt_id and device addresses etc.
tsutsui
2008-03-16
Add support for optional Z85C30 serial console on Cobalt Qube 2700.
tsutsui
2008-03-02
WARNSfy
tsutsui
2008-03-01
Split out a PCI configuration space read function into a separate file
tsutsui
2008-03-01
- print cobalt model names in boot banner
tsutsui
2007-10-30
Add support for netboot via tlp0 with standalone tlp(4) driver
tsutsui
2006-08-12
Link libkern last. It contains functions normally found in libgcc, so
uwe
2005-12-11
merge ktrace-lwp.
christos
2005-01-01
Don't specify the object format to pick the right endianness - the
simonb
2004-06-21
Ignore errors on some rm -rf's for platforms that aren't quite
jmc
2004-04-10
Add a prompt to specify a kernel filename to be loaded on bootloader.
tsutsui
2004-01-27
Load the boot program at 0x80F00000 to give the boxes with just 16Mb of
cdi
2004-01-07
Pass some info from the boot loader to the kernel:
cdi
2003-12-14
Include <bsd.own.mk> at the top so that machine-links are also created
tsutsui
2003-10-26
Use ${HOST_SH} instead of `sh'.
lukem
2003-10-08
Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link
simonb
2003-06-25
Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off
cdi