| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Neither of our image formats require Giant now that the vm and vfs have | jeff | 2005-05-03 | 1 | -2/+0 |
* | Remove GIANT_REQUIRED from elfN_load_section(). | alc | 2005-04-03 | 1 | -2/+0 |
* | o Split out kernel part of execve(2) syscall into two parts: one that | sobomax | 2005-01-29 | 1 | -8/+3 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | phk | 2005-01-25 | 1 | -1/+1 |
* | On arm, set the default elf brand to FreeBSD, until the binutils do it for us. | cognet | 2004-09-23 | 1 | -0/+4 |
* | Add __elfN(dump_thread). This function is called from __elfN(coredump) | marcel | 2004-08-11 | 1 | -2/+5 |
* | Make sure that AT_PHDR has a useful value even for static programs. | dfr | 2004-08-08 | 1 | -0/+11 |
* | After maintaining previous behaviour in writing out the core notes, it's | marcel | 2004-07-18 | 1 | -8/+5 |
* | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | marcel | 2004-06-26 | 1 | -33/+31 |
* | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | tjr | 2004-06-05 | 1 | -1/+1 |
* | Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitation | tjr | 2004-06-05 | 1 | -21/+8 |