| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | ||
| | | | | | (Look ma, I might have broken the tree) | |||||
| * | Unify elf32 and elf64 code with macros. This forced a renaming | 2001-09-19 | 1 | -131/+167 | ||
| | | | | | of a few functions from elf32. | |||||
| * | Why is it so popular to include <vm/*.h> everywhere? | 2001-08-11 | 1 | -3/+1 | ||
| | | ||||||
| * | Add a check for too big e_phnum that could cause us to malloc to | 2001-07-30 | 1 | -1/+9 | ||
| | | | | | | | much and barf. This should have been merged into this file from exec_elf64.c a long time ago. Looking for volunteers to merge exec_elf.c and exec_elf64.c | |||||
| * | KNF | 2001-06-22 | 1 | -26/+24 | ||
| | | ||||||
| * | NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers) | 2001-01-22 | 1 | -3/+3 | ||
| | | ||||||
| * | Indentation nit. | 2001-01-16 | 1 | -2/+2 | ||
| | | ||||||
| * | grammar in comment | 2000-01-01 | 1 | -2/+2 | ||
| | | ||||||
| * | Use PAGE_SIZE instead of NBPG. | 1999-11-25 | 1 | -3/+3 | ||
| | | ||||||
| * | Probe svr4 before linux | 1999-08-12 | 1 | -4/+4 | ||
| | | ||||||
| * | correct os_mask handling for OLF; pefo | 1999-07-20 | 1 | -4/+4 | ||
| | | ||||||
| * | Fix some mips -> __mips__ stuff. | 1999-06-01 | 1 | -3/+3 | ||
| | | ||||||
| * | branding support and freebsd elf | 1999-02-10 | 1 | -4/+21 | ||
| | | ||||||
| * | panic prints a newline for you, don't do it in the panic string | 1999-01-11 | 1 | -2/+2 | ||
| | | ||||||
| * | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t) and don't return EINVAL if it is < 0 in sys_{read,write}. Remove check for uio_resid < 0 uiomove() now that uio_resid is unsigned and brack remaining panics with #ifdef DIAGNOSTIC. vn_rdwr() must now take a size_t * ↵ | 1998-07-28 | 1 | -2/+2 | ||
| | | | | | as its 9th argument so change that and clean up uses of vn_rdwr(). Fixes 549 + more | |||||
| * | Ensure the correct probe will be run for an OLF binary | 1998-03-06 | 1 | -32/+41 | ||
| | | ||||||
| * | Save possible OLF OS tag, or similar deduced ELF info for later perusal. | 1998-02-22 | 1 | -79/+100 | ||
| | | | | | KNF. This has been sitting for a long time in my tree now. | |||||
| * | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | 1996-12-23 | 1 | -10/+6 | ||
| | | ||||||
| * | OLF is ALIVE! | 1996-11-24 | 1 | -9/+47 | ||
| | | ||||||
| * | ok, must have read access at least. | 1996-09-12 | 1 | -1/+3 | ||
| | | ||||||
| * | remove excess tests... | 1996-09-12 | 1 | -10/+1 | ||
| | | ||||||
| * | ld has some funny things going with alignments... | 1996-09-05 | 1 | -1/+5 | ||
| | | ||||||
| * | Cleanup exec | 1996-08-31 | 1 | -89/+159 | ||
| | | ||||||
| * | layout style nit (am I a pedant, or what?) | 1996-08-05 | 1 | -2/+2 | ||
| | | ||||||
| * | Whoops. Don't forget to take alignment into account when processing file. | 1996-06-16 | 1 | -2/+3 | ||
| | | | | | Thanks Per. | |||||
| * | elf_check_header() is now fully functional. Still need to add OS checks. | 1996-06-15 | 1 | -31/+23 | ||
| | | ||||||
| * | emul_elf has a name of "native" | 1996-06-10 | 1 | -2/+2 | ||
| | | ||||||
| * | use a shorter emul name | 1996-06-10 | 1 | -2/+2 | ||
| | | ||||||
| * | emulation name is "native elf" | 1996-06-09 | 1 | -40/+40 | ||
| | | ||||||
| * | Paging exec_elf + mips enhancements | 1996-06-06 | 1 | -7/+72 | ||
| | | ||||||
| * | Moved contents of elf_abi.h into exec_elf.h. Modified dependant files to | 1996-05-22 | 1 | -21/+21 | ||
| | | | | | reflect this. | |||||
| * | Rename the COMPAT_SVR4_MAP_PAGE_ZERO option to ELF_MAP_PAGE_ZERO as the | 1996-04-18 | 1 | -2/+2 | ||
| | | | | | change affected all ELF formats | |||||
| * | Support mapping of page zero read-only if COMPAT_SVR4_MAP_PAGE_ZERO | 1996-04-18 | 1 | -1/+7 | ||
| | | | | | | is used. Dell SVR4 behaved this way, and some binaries rely on such icky behaviour. | |||||
| * | From NetBSD: 960217 merge | 1996-03-03 | 1 | -2/+16 | ||
| | | ||||||
| * | from netbsd: | 1996-01-29 | 1 | -93/+40 | ||
| | | | | | | | | | Don't rely on the protection bits of segments anymore to decide whether it's text or data; use the entry point instead (this solves some trouble with ELF executables with strange permissions) Incorporate some fixes from r_friedl@informatik.uni-kl.de sent to netbsd-bugs a while ago | |||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+581 | ||
