summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_exec.c
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-15New function vn_marktext - mark a vnode as executing a text image.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-04-01Add a macro to initialize the contents of a vmcmd set.Artur Grabowski
2000-11-10seperate -> separate, okay aaron@Niels Provos
1999-11-26Use round_page(X) instead of roundup(X, NBPG), use PAGE_SIZE instead of NBPG.Artur Grabowski
1999-11-10include syscallnames only if compiling w/ SYSCALL_DEBUG.Michael Shalayeff
1999-09-10include sys/exec.h before sys/exec_elf.hArtur Grabowski
1999-02-10branding support and freebsd elfTheo de Raadt
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-03-06Just alter the tag if it is not already setNiklas Hallqvist
1998-02-22Remember OS tag when running Linux or SVR4 ELF files. KNF.Niklas Hallqvist
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-08-31Cleanup execPer Fogelstrom
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt