| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix KBI breakage by r190520 which affects older linux.ko binaries: | Dmitry Chagin | 2009-04-05 | 1 | -1/+1 |
| * | Fix several issues with parsing the notes for ELF objects. | Konstantin Belousov | 2009-03-22 | 1 | -5/+5 |
| * | Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and | Konstantin Belousov | 2009-03-17 | 1 | -0/+2 |
| * | Use the properly sized types for ELF object header and program headers. | Konstantin Belousov | 2009-03-17 | 1 | -4/+4 |
| * | Implement new way of branding ELF binaries by looking to a | Dmitry Chagin | 2009-03-13 | 1 | -51/+101 |
| * | When a statically linked binary is executed (or at least, one without | Robert Watson | 2009-01-25 | 1 | -1/+2 |
| * | Remove sysctl debug.elf_trace and the trace field in auxargs. They go | Peter Wemm | 2008-12-17 | 1 | -4/+0 |
| * | Minor style(9) nit. | Warner Losh | 2008-12-17 | 1 | -2/+1 |
| * | Remove two remnant uses of AT_DEBUG. | Konstantin Belousov | 2008-12-17 | 1 | -3/+0 |
| * | If the ABI-overriden interpreter was not loaded, do not set | Konstantin Belousov | 2008-10-08 | 1 | -1/+2 |
| * | Go back to using the process command name (p_comm) for the file name and | John Baldwin | 2008-05-15 | 1 | -2/+2 |
| * | Remove kernel support for M:N threading. | Jeff Roberson | 2008-03-12 | 1 | -6/+2 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -3/+2 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -2/+2 |
| * | Fall back to the binary-specified interpreter (ld-elf.so.1) if the | Peter Wemm | 2008-01-05 | 1 | -4/+10 |
| * | Implement fetching of the __FreeBSD_version from the ELF ABI-tag note. | Konstantin Belousov | 2007-12-04 | 1 | -3/+43 |
| * | Check for the program headers alignment of the ELF images before | Konstantin Belousov | 2007-12-04 | 1 | -3/+10 |
| * | A bunch more files that should probably print out a thread name | Julian Elischer | 2007-11-14 | 1 | -2/+2 |
| * | Fix for the panic("vm_thread_new: kstack allocation failed") and | Konstantin Belousov | 2007-11-05 | 1 | -1/+3 |
| * | Rework the support for ABIs to override resource limits (used by 32-bit | John Baldwin | 2007-05-14 | 1 | -1/+1 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
| * | Add vm map and object locking to each_writable_segment(). | Alan Cox | 2006-11-19 | 1 | -10/+15 |
| * | Avoid a vm object reference leak in a rarely used code path. | Alan Cox | 2006-01-21 | 1 | -10/+7 |
| * | Fix breakage introduced in the previous commit. | Maxim Sobolev | 2005-12-26 | 1 | -4/+2 |
| * | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | Maxim Sobolev | 2005-12-26 | 1 | -7/+10 |
| * | Maintain the lock on the vnode for most of exec_elfN_imgact(). | Alan Cox | 2005-12-24 | 1 | -32/+35 |
| * | Maintain the vnode lock throughout elfN_load_file() rather than releasing | Alan Cox | 2005-12-21 | 1 | -21/+13 |
| * | Eliminate an unneeded (vm_prot_t) parameter from two functions. Eliminate | Alan Cox | 2005-12-20 | 1 | -15/+10 |
| * | Correct a long-standing problem in elfN_map_insert(): In order to copy a | Alan Cox | 2005-12-17 | 1 | -1/+1 |
| * | Style: The second argument to vm_map_find() should be NULL instead of 0. | Alan Cox | 2005-12-16 | 1 | -1/+1 |
| * | Use sf_buf_alloc() instead of vm_map_find() on exec_map to create the | Alan Cox | 2005-12-16 | 1 | -61/+29 |
| * | Add a new sysctl, kern.elf[32|64].can_exec_dyn. When set to 1, one can | Olivier Houchard | 2005-11-14 | 1 | -1/+7 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -6/+0 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -0/+6 |
| * | Improve the MP safeness associated with the creation of symbolic | Christian S.J. Peron | 2005-09-15 | 1 | -3/+7 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -10/+40 |
| * | Don't set the default of kern.fallback_elf_brand to FreeBSD for arm, as | Olivier Houchard | 2005-05-24 | 1 | -4/+0 |
| * | - Neither of our image formats require Giant now that the vm and vfs have | Jeff Roberson | 2005-05-03 | 1 | -2/+0 |
| * | Remove GIANT_REQUIRED from elfN_load_section(). | Alan Cox | 2005-04-03 | 1 | -2/+0 |
| * | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev | 2005-01-29 | 1 | -8/+3 |
| * | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 1 | -1/+1 |
| * | On arm, set the default elf brand to FreeBSD, until the binutils do it for us. | Olivier Houchard | 2004-09-23 | 1 | -0/+4 |
| * | Add __elfN(dump_thread). This function is called from __elfN(coredump) | Marcel Moolenaar | 2004-08-11 | 1 | -2/+5 |
| * | Make sure that AT_PHDR has a useful value even for static programs. | Doug Rabson | 2004-08-08 | 1 | -0/+11 |
| * | After maintaining previous behaviour in writing out the core notes, it's | Marcel Moolenaar | 2004-07-18 | 1 | -8/+5 |
| * | Allocate TIDs in thread_init() and deallocate them in thread_fini(). | Marcel Moolenaar | 2004-06-26 | 1 | -33/+31 |
| * | Change the types of vn_rdwr_inchunks()'s len and aresid arguments to | Tim J. Robbins | 2004-06-05 | 1 | -1/+1 |
| * | Back out workaround for vn_rdwr_inchunks()'s INT_MAX length limitation | Tim J. Robbins | 2004-06-05 | 1 | -21/+8 |
| * | Write segments to core dump files in maximally-sized chunks that neither | Tim J. Robbins | 2004-06-04 | 1 | -8/+21 |
| * | Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes | Alan Cox | 2004-04-23 | 1 | -10/+1 |