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
/
hppa
/
spmath
Age
Commit message (
Expand
)
Author
2022-05-28
s/grabing/grabbing/ in comments.
andvar
2022-01-17
fix typos in comments, mainly s/foward/forward/.
andvar
2019-02-06
- convert shift results into logical expressions
mrg
2018-06-13
revert previous MAKEOBJDIRPREFIX massaging
christos
2018-06-11
switch from MAKEOBJDIRPREFIX to MAKEOBJDIR.
christos
2018-05-27
- Introduce :q modifier for make variables and make it double escape $'s so
christos
2016-03-22
remove a bunch of "@echo done" from the tail of rules. these messages
mrg
2016-02-29
PR/50870: David Binderman: Use logical and instead of arithmetic
christos
2016-02-29
PR/50871: David Binderman: use logical and instead of arithmetic
christos
2016-01-25
use :Q to quote variables properly.
christos
2015-09-07
Order library object build.
uebayasi
2015-09-07
Sprinkle more done messages.
uebayasi
2015-09-06
In kernel lib build, print message when things not only start bug also end.
uebayasi
2015-09-06
spmath.o is an MD library, not an MD object.
uebayasi
2015-09-05
Fix build of hppa's spmath.o, as m68k's fpsp.o was done.
uebayasi
2012-02-04
-Wold-style-definition
skrll
2012-01-01
When converting a floating value to an integer, properly raise the "invalid"
skrll
2009-03-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2009-01-27
From OpenBSD:
skrll
2008-04-06
de-__P
skrll
2007-02-22
TRUE -> true, FALSE -> false
thorpej
2006-11-27
Initialise the result rather than returning garbage.
skrll
2006-02-04
Add .MAKE to targets that run ${MAKE} so that parallel makes work properly.
dsl
2005-12-11
merge ktrace-lwp.
christos
2004-06-15
Fix MAKEOBJDIRPREFIX builds and remove a line continuation that is not
skrll
2003-11-01
Compile at -O2. Fix various GCC3-isms
matt
2003-10-10
update for new gas syntax. from Jochen Kunz.
chs
2003-08-31
update for LWPs, and some lite cleanup.
chs
2003-07-15
__KERNEL_RCSID()
lukem
2002-06-05
Added files to support generic HP PA-RISC based machines. hp700-specific
fredette