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
/
mipsco
/
stand
/
common
Age
Commit message (
Expand
)
Author
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2014-02-14
make sure kernel is initialized properly.
christos
2014-02-06
fix the second copy of this file. XXX: merge them.
christos
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-01-22
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
joerg
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-17
Introduce LIBSA_NO_DEV_IOCTL. Don't declare the ioctl routine
he
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-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-31
Account bi_size properly.
tsutsui
2006-09-20
Get rid of lvalue cast by using a temporary variable of the right type.
he
2006-01-25
free -> dealloc
christos
2005-12-11
merge ktrace-lwp.
christos
2005-06-23
Use FS_OPS() macro.
junyoung
2003-10-08
Remove some unneeded include files.
simonb
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-02-23
Update for LFSv2 support. Ports that have "bootxx_lfs"-style
simonb
2003-01-24
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
fvdl
2002-11-16
Target address for jump was out of range for the assembler instruction.
wdk
2002-11-16
#include <lib/libkern/libkern.h>
wdk
2001-09-24
va_{start,end} audit:
wiz
2001-07-22
bcopy -> memcpy
wiz
2001-07-08
change b*() -> mem*()
wdk
2000-09-26
Parse boot string intelligently to extract the boot device options.
wdk
2000-09-26
Since we don't have a lseek function in the PROM firmware standalone libs
wdk
2000-09-26
First stage bootstrap is stored on boot sectors in ECOFF format. Ensure
wdk
2000-09-18
Initial commit of a 2 stage bootloader for NetBSD/mipsco. Based on pmax
wdk