summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/exec.c
AgeCommit message (Collapse)Author
2014-01-12Remove obsolete exec.c for a.out. It was superseded by loadfile() long ago.tsutsui
2009-12-29Don't abuse INSECURE for allowing exec() to load files not owned by uid 0.elad
Adjust references where this has been used.
2009-08-16Change include of <sys/exec.h> to <sys/exec_aout.h> since these files wantmatt
the a.out stuff.
2008-03-25- use mem* instead of b* routines, and kill the b* routines.christos
- use the mem* routines from libc. XXX: There will be some lossage, but I am fixing it.
2007-11-24style, indent, and ANSI-fy.isaki
2005-12-11merge ktrace-lwp.christos
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
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
- Deal with stripped kernels. - Let machine-dependent code frob the start address. - General cleanup. From Matthias Pfaller <matthias@netbsd.org>
1997-06-26Avoid user space headers for standalone programs.drochner
Don't use sys/lib/libkern or sys/lib/libz if not standalone (ie, user space test programs).
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
exec(); let the caller do it.
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