| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ``it's'' -> ``its'' when the grammar gods require this change. |  miod | 2007-04-10 | 1 | -3/+3 |
* | zap unused variable. |  thib | 2007-03-20 | 1 | -3/+1 |
* | Clean up after miod. |  kettenis | 2007-03-14 | 1 | -1/+3 |
* | Don't bother checking for OLF binaries if option SMALL_KERNEL. |  miod | 2007-03-13 | 1 | -5/+13 |
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ |  pedro | 2006-12-29 | 1 | -2/+2 |
* | grammar, spelling, and style fixes from bret lambert; |  jmc | 2006-11-14 | 1 | -2/+2 |
* | Handle executables that have all load sections marked read-only. |  kettenis | 2006-07-10 | 1 | -1/+10 |
* | redo (w/ proper changes everywhere ;): |  mickey | 2006-01-19 | 1 | -33/+29 |
* | Backout last revision, it's broken. Try pkg_add redhat_base-8.0p7 on i386 |  aaron | 2006-01-07 | 1 | -29/+33 |
* | take interp[MAXPATHLEN] off the stack. from mickey, ok otto |  tedu | 2006-01-06 | 1 | -33/+29 |
* | Allow binaries to run if all sections are marked writable |  drahn | 2005-11-11 | 1 | -1/+8 |
* | verify exec headers before attempting malloc. reported by Georgi Guninski. |  tedu | 2003-11-03 | 1 | -1/+2 |
* | emulation is now controlled by sysctl. changes: |  tedu | 2003-08-21 | 1 | -1/+2 |
* | Typos; from Julien Bordet <zejames@greyhats.org> |  grange | 2003-05-17 | 1 | -2/+2 |
* | Use EI_OSABI instead of EI_BRAND |  millert | 2003-05-13 | 1 | -3/+7 |
* | Use uvm_findspace() to verify that the addresses allocated to ld.so are |  drahn | 2003-04-16 | 1 | -13/+85 |
* | Map just the requested pages not p_aligned pages. ok art@ |  drahn | 2003-02-18 | 1 | -15/+24 |
* | Allow more than two load sections on ELF executables, this limit |  drahn | 2002-11-22 | 1 | -16/+38 |
* | Move out the execution of vmcmds into a separate function. |  art | 2002-10-06 | 1 | -21/+4 |
* | Add support for vmcmds that load sections relative to a base section. |  art | 2002-09-23 | 1 | -23/+40 |
* | Mark ELF ld.so as VTEXT to prevent the file from being overwritten. |  drahn | 2002-09-18 | 1 | -1/+3 |
* | Change the vnode locking in exec to not keep the vnode locked almost all |  art | 2002-08-22 | 1 | -2/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -3/+3 |
* | New function vn_marktext - mark a vnode as executing a text image. |  art | 2001-11-15 | 1 | -2/+2 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+2 |
* | Unify elf32 and elf64 code with macros. This forced a renaming |  art | 2001-09-19 | 1 | -131/+167 |
* | Why is it so popular to include <vm/*.h> everywhere? |  art | 2001-08-11 | 1 | -3/+1 |
* | Add a check for too big e_phnum that could cause us to malloc to |  art | 2001-07-30 | 1 | -1/+9 |
* | KNF |  deraadt | 2001-06-22 | 1 | -26/+24 |
* | NATIVE_ELF -> NATIVE_EXEC_ELF (just some leftovers) |  art | 2001-01-22 | 1 | -3/+3 |
* | Indentation nit. |  art | 2001-01-16 | 1 | -2/+2 |
* | grammar in comment |  mickey | 2000-01-01 | 1 | -2/+2 |
* | Use PAGE_SIZE instead of NBPG. |  art | 1999-11-25 | 1 | -3/+3 |
* | Probe svr4 before linux |  niklas | 1999-08-12 | 1 | -4/+4 |
* | correct os_mask handling for OLF; pefo |  deraadt | 1999-07-20 | 1 | -4/+4 |
* | Fix some mips -> __mips__ stuff. |  pefo | 1999-06-01 | 1 | -3/+3 |
* | branding support and freebsd elf |  deraadt | 1999-02-10 | 1 | -4/+21 |
* | panic prints a newline for you, don't do it in the panic string |  millert | 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 * ... |  millert | 1998-07-28 | 1 | -2/+2 |
* | Ensure the correct probe will be run for an OLF binary |  niklas | 1998-03-06 | 1 | -32/+41 |
* | Save possible OLF OS tag, or similar deduced ELF info for later perusal. |  niklas | 1998-02-22 | 1 | -79/+100 |
* | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types |  deraadt | 1996-12-23 | 1 | -10/+6 |
* | OLF is ALIVE! |  etheisen | 1996-11-24 | 1 | -9/+47 |
* | ok, must have read access at least. |  pefo | 1996-09-12 | 1 | -1/+3 |
* | remove excess tests... |  pefo | 1996-09-12 | 1 | -10/+1 |
* | ld has some funny things going with alignments... |  pefo | 1996-09-05 | 1 | -1/+5 |
* | Cleanup exec |  pefo | 1996-08-31 | 1 | -89/+159 |
* | layout style nit (am I a pedant, or what?) |  niklas | 1996-08-05 | 1 | -2/+2 |
* | Whoops. Don't forget to take alignment into account when processing file. |  etheisen | 1996-06-16 | 1 | -2/+3 |
* | elf_check_header() is now fully functional. Still need to add OS checks. |  etheisen | 1996-06-15 | 1 | -31/+23 |