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
/
atari
/
stand
/
libsa
Age
Commit message (
Expand
)
Author
2021-05-17
include libkern.h to get moved dkcksum() definition.
mrg
2015-08-12
No need to have errno in a MD file. It's in MI src/sys/lib/libsa/errno.c.
tsutsui
2011-06-30
dependant -> dependent
wiz
2010-05-27
Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
dholland
2009-10-20
Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.
snj
2009-03-31
Switch atari standalone bootloaders to using MI libsa and libkern.
tsutsui
2009-03-19
Remove bcmp() from MD libsa.
tsutsui
2009-03-17
Make a couple of functions conform to the prototype, restoring buildability.
he
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2009-01-06
Fix PR port-atari/40315: Bootloader fails on Atari TT030
tsutsui
2006-08-04
gcc4 fix: static devsw didn't match the prototype.
mhitch
2005-12-30
Make this build again by using ${S}/../common/lib/libc/Makefile.inc.
he
2005-12-11
merge ktrace-lwp.
christos
2005-06-28
#include <lib/libsa/stand.h> rather than <stand.h> or "stand.h"
junyoung
2005-06-28
Sync comment with reality.
junyoung
2005-06-14
add memcmp. Why doesn't this use the regular libsa pullover?
jmc
2003-10-28
Add -ffreestanding to CFLAGS, so that libsa prototypes do not conflict
he
2003-08-29
libsa/bcmp.c now defines both bcmp and memcmp
dsl
2003-08-24
The new ufs.o also needs memset, so add it.
he
2003-08-21
Add memcmp, memmove and bcmp to handle the new ufs.c.
he
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-04-01
Undo the last; adding the quad arithmetic caused the boot code to
he
2003-04-01
Adapt to daddr_t being bumped to 64 bits. This required us to add
he
2002-05-05
also don't make the machine symlinks for 'clean' target
jdolecek
2002-05-05
Don't make the machine symlinks for 'cleandir' target either. This
jdolecek
2002-04-08
Add files.c to SRCS, since other bits of libsa want it.
bjh21
2002-03-11
Take care of the 'machine' and 'm68k' include paths.
leo
2001-12-12
MKfoo=no -> NOfoo
tv
2001-11-14
Work around <bsd.lib.mk> used for kernel libs in other places. Clean up
tv
2001-10-13
We need a configurable heap now (that implies we need panic.c too....).
leo
2001-10-02
add ashldi3.c, needed by ufs.c due to added cast in lblktosize().
chs
2001-09-08
ELF adaption.
thomas
1999-03-15
We need more 'stand' functions (From Julian Coleman).
leo
1999-02-19
STANDALONE -> _STANDALONE per recent discussion.
leo
1999-02-13
convert from NOxxx= to MKxxx=no.
lukem
1997-06-28
Add 'libsa/atari_stand.h' that defines atari specific things. This allows
leo
1997-05-31
Back out BUILDDIR and NOINSTALL changes.
cjs
1997-05-30
Remove empty libinstall target and add NOINSTALL=1.
cjs
1997-05-07
Use libinstall::, not install:, to prevent instaling LIB.
mycroft
1996-05-14
Update to make this work correctly when using an obj-directory.
leo
1996-02-29
NetBSD/Atari bootcode by Waldi Ravens.
leo