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
/
lib
/
libsa
/
exec.c
Age
Commit message (
Expand
)
Author
2003-08-31
Fix signed/unsigned warnings.
fvdl
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-23
Protect opt_*.h include by _KERNEL_OPT
martin
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
1999-11-13
Backout my libsa changes.
thorpej
1999-11-11
Update for the improvements to libsa, and don't reference libkern.h.
thorpej
1997-06-28
- Fix ZMAGIC image loading.
thorpej
1997-06-26
Avoid user space headers for standalone programs.
drochner
1996-10-13
backout previous kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-06-02
Fix include file order to confirm to KNF in master tree also.
ragge
1996-05-14
Fix gcc -Wall warnings about printf arguments.
leo
1995-10-20
cast pointer to long, not int
cgd
1995-08-04
Fix off-by-one error when padding text segment.
thorpej
1995-04-22
cast ptrs to longs, etc.
cgd
1995-02-21
Correct some error strings, and add a few more. Don't print error messages in
mycroft
1995-02-21
exec() doesn't need to return a value.
mycroft
1995-02-21
Add the security check in the hp300 code, and clean a little.
mycroft
1995-02-21
Add a generic twiddler.
mycroft
1994-11-25
round text segment to __LDPGSZ bytes
deraadt
1994-10-26
new RCS ID format.
cgd
1994-08-22
Cleanup to make more ANSI compliant; checkpoint
brezak
1994-05-08
Standalone networking for network boot loaders.
brezak