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