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
/
mvmeppc
/
stand
Age
Commit message (
Expand
)
Author
2017-04-08
centralize vers.c building for standalone programs.
christos
2016-06-11
PR 51200 gets in libsa considered harmful: use kgets
dholland
2014-11-20
use the inline bcdtobin and bintobcd directly instead through a macro.
christos
2014-11-17
PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros
christos
2014-08-07
Use cmpw.
joerg
2014-08-06
Give non-standard main in a freestanding environment a prototype.
joerg
2014-01-12
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.
tsutsui
2013-09-21
Explicitly link srt0.o (Standalone RunTime startup code) first.
tsutsui
2011-01-22
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
joerg
2011-01-19
Prefix register names with %, apparently now required to build.
he
2011-01-02
Switch mvmeppc bootloader to using MI libsa and libkern for maintainability.
tsutsui
2010-03-16
include strncpy.c, like mvme68k libsa/Makefile rev 1.32.
mrg
2010-03-02
Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
matt
2009-12-24
Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks.
tsutsui
2009-12-13
Put srt0.S to SRCS, not in dependencies for target all.
tsutsui
2009-12-13
Pull a fix from mvme68k:
tsutsui
2009-04-03
Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET.
tsutsui
2009-03-19
Remove bcmp() from MD libsa.
tsutsui
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-01-12
Replace time_t values in libsa sources with the following two types
tsutsui
2009-01-12
- add some make variables to suppress errors on build without DESTDIR
tsutsui
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-01-24
Remove duplicate #includes, patch contributed in private mail
hubertf
2006-01-26
Follow up the rename of in_cksum.c to ip_cksum.c.
he
2005-12-27
Make this build again after the libc/libkern consolidation by referring
he
2005-12-11
merge ktrace-lwp.
christos
2005-06-28
- ANSI & KNF.
junyoung
2005-06-23
Use FS_OPS() macro.
junyoung
2004-06-14
Factor out the C preprocessor defines and include flags from CFLAGS
he
2003-12-10
Modify the licences of code written by Theo De Raadt from a 4-clause
agc
2003-10-26
Use ${HOST_SH} instead of `sh'.
lukem
2003-10-24
use -ffreestanding
matt
2003-08-10
track changes in libsa Makefile.
chs
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-05-31
Use ${PRINTOBJDIR} rather than rolling our own. This makes parallel
bjh21
2002-05-31
Insert .WAIT between libsa and boot so that parallel builds have a chance
bjh21
2002-04-08
Add files.c to SRCS_sa, so at to get stuff to link again.
bjh21
2002-03-03
Rename the bootstrap from netboot to just boot as eventually it will
scw
2002-02-27
New port: NetBSD/mvmeppc
scw