| Commit message (Expand) | Author | Age | Files | Lines |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -0/+11 |
* | Don't leak core_buf or gzfile if doing a compressed core file and we | alfred | 2010-04-30 | 1 | -4/+7 |
* | Add the ELF relocation base to struct image_params. This will be | nwhitehorn | 2010-03-25 | 1 | -0/+1 |
* | Change the way text_addr and data_addr are computed to use the | nwhitehorn | 2010-03-25 | 1 | -11/+6 |
* | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | nwhitehorn | 2010-03-11 | 1 | -9/+6 |
* | put calls to gzclose() under ifdef COMPRESS_USER_CORES to prevent | alfred | 2010-03-04 | 1 | -1/+1 |
* | Merge projects/enhanced_coredumps (r204346) into HEAD: | alfred | 2010-03-02 | 1 | -16/+156 |
* | If ET_DYN binary has non-zero base address for some reason, honour it | kib | 2009-10-18 | 1 | -5/+20 |
* | Map PIE binaries at non-zero base address. | kib | 2009-10-10 | 1 | -10/+14 |
* | Do not map segments of zero length. | kib | 2009-10-10 | 1 | -1/+4 |
* | Print a warning in case we cannot add more brandinfo because | bz | 2009-10-03 | 1 | -1/+4 |
* | Make sure FreeBSD binaries without .note.ABI-tag section work | bz | 2009-08-30 | 1 | -5/+13 |
* | Fix handling of .note.ABI-tag section for GNU systems [1]. | bz | 2009-08-24 | 1 | -6/+54 |
* | Fix KBI breakage by r190520 which affects older linux.ko binaries: | dchagin | 2009-04-05 | 1 | -1/+1 |
* | Fix several issues with parsing the notes for ELF objects. | kib | 2009-03-22 | 1 | -5/+5 |
* | Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and | kib | 2009-03-17 | 1 | -0/+2 |
* | Use the properly sized types for ELF object header and program headers. | kib | 2009-03-17 | 1 | -4/+4 |
* | Implement new way of branding ELF binaries by looking to a | dchagin | 2009-03-13 | 1 | -51/+101 |
* | When a statically linked binary is executed (or at least, one without | rwatson | 2009-01-25 | 1 | -1/+2 |
* | Remove sysctl debug.elf_trace and the trace field in auxargs. They go | peter | 2008-12-17 | 1 | -4/+0 |
* | Minor style(9) nit. | imp | 2008-12-17 | 1 | -2/+1 |
* | Remove two remnant uses of AT_DEBUG. | kib | 2008-12-17 | 1 | -3/+0 |
* | If the ABI-overriden interpreter was not loaded, do not set | kib | 2008-10-08 | 1 | -1/+2 |
* | Go back to using the process command name (p_comm) for the file name and | jhb | 2008-05-15 | 1 | -2/+2 |
* | Remove kernel support for M:N threading. | jeff | 2008-03-12 | 1 | -6/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -3/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -2/+2 |
* | Fall back to the binary-specified interpreter (ld-elf.so.1) if the | peter | 2008-01-05 | 1 | -4/+10 |
* | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | kib | 2007-12-04 | 1 | -3/+43 |
* | Check for the program headers alignment of the ELF images before | kib | 2007-12-04 | 1 | -3/+10 |
* | A bunch more files that should probably print out a thread name | julian | 2007-11-14 | 1 | -2/+2 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+3 |
* | Rework the support for ABIs to override resource limits (used by 32-bit | jhb | 2007-05-14 | 1 | -1/+1 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | delphij | 2007-01-17 | 1 | -1/+1 |
* | Add vm map and object locking to each_writable_segment(). | alc | 2006-11-19 | 1 | -10/+15 |
* | Avoid a vm object reference leak in a rarely used code path. | alc | 2006-01-21 | 1 | -10/+7 |
* | Fix breakage introduced in the previous commit. | sobomax | 2005-12-26 | 1 | -4/+2 |
* | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | sobomax | 2005-12-26 | 1 | -7/+10 |
* | Maintain the lock on the vnode for most of exec_elfN_imgact(). | alc | 2005-12-24 | 1 | -32/+35 |
* | Maintain the vnode lock throughout elfN_load_file() rather than releasing | alc | 2005-12-21 | 1 | -21/+13 |
* | Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminate | alc | 2005-12-20 | 1 | -15/+10 |
* | Correct a long-standing problem in elfN_map_insert(): In order to copy a | alc | 2005-12-17 | 1 | -1/+1 |
* | Style: The second argument to vm_map_find() should be NULL instead of 0. | alc | 2005-12-16 | 1 | -1/+1 |
* | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | alc | 2005-12-16 | 1 | -61/+29 |
* | Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one can | cognet | 2005-11-14 | 1 | -1/+7 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -6/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+6 |
* | Improve the MP safeness associated with the creation of symbolic | csjp | 2005-09-15 | 1 | -3/+7 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -10/+40 |
* | Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, as | cognet | 2005-05-24 | 1 | -4/+0 |