| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Write segments to core dump files in maximally-sized chunks that neither | tjr | 2004-06-04 | 1 | -8/+21 |
* | Utilize sf_buf_alloc() rather than pmap_qenter() (and sometimes | alc | 2004-04-23 | 1 | -10/+1 |
* | Do not assume that the initial thread (i.e. the thread with the ID | marcel | 2004-04-08 | 1 | -6/+9 |
* | Create NT_PRSTATUS and NT_FPREGSET notes for each and every thread | marcel | 2004-04-03 | 1 | -50/+81 |
* | Verify more bits of the ELF header: the program header table | nectar | 2004-03-18 | 1 | -6/+6 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+6 |
* | Add an additional field to the elf brandinfo structure to support | peter | 2003-12-23 | 1 | -11/+16 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -1/+8 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Fix ia32 compat on ia64. Recent ia64 MD changes caused the garbage on | marcel | 2003-05-31 | 1 | -5/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -5/+5 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -5/+5 |
* | - Provide backwards compatibility for kern.fallback_elf_brand. | jake | 2003-01-05 | 1 | -8/+5 |
* | Improve the way that an elf image activator for an alternate word size is | jake | 2003-01-04 | 1 | -27/+23 |
* | Fix multiple registration of the elf_legacy_coredump sysctl variable. | marcel | 2002-12-21 | 1 | -3/+5 |
* | Change the way ELF coredumps are handled. Instead of unconditionally | dillon | 2002-12-16 | 1 | -11/+31 |
* | Assign value of NULL to imgp->execlabel when imgp is initialized | rwatson | 2002-11-08 | 1 | -0/+1 |
* | Remove reference to struct execve_args from struct imgact, which | rwatson | 2002-11-05 | 1 | -1/+2 |
* | Handle binaries with arbitrary number PT_LOAD sections, not only | kan | 2002-10-23 | 1 | -14/+19 |
* | Use strlcpy() instead of strncpy() to copy NUL terminated strings | robert | 2002-10-17 | 1 | -2/+2 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -2/+1 |
* | Do not blow up when we walk off the end of the brands list. | peter | 2002-09-08 | 1 | -1/+3 |
* | Alright, fix the problems with the elf loader for the Alpha. It turns | dillon | 2002-09-04 | 1 | -8/+18 |
* | Make the text segment locating heuristics from rev 1.121 more reliable | peter | 2002-09-03 | 1 | -15/+10 |
* | Grammer cleanup | dillon | 2002-09-02 | 1 | -2/+2 |
* | Moved elf brand identification into a function. Fully identify the | jake | 2002-09-02 | 1 | -105/+75 |
* | Fixed more indentation bugs. | jake | 2002-09-02 | 1 | -3/+3 |
* | Implement data, text, and vmem limit checking in the elf loader and svr4 | dillon | 2002-08-30 | 1 | -10/+33 |
* | Fixed most indentation bugs. | jake | 2002-08-25 | 1 | -46/+34 |
* | Fixed placement of operators. Wrapped long lines. | jake | 2002-08-25 | 1 | -4/+8 |
* | Fixed white space around operators, casts and reserved words. | jake | 2002-08-24 | 1 | -23/+22 |
* | return x; -> return (x); | jake | 2002-08-24 | 1 | -32/+32 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 1 | -2/+4 |
* | - Hold the vnode lock throughout execve. | jeff | 2002-08-13 | 1 | -10/+3 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -5/+7 |
* | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | peter | 2002-07-20 | 1 | -142/+313 |
* | Clean up execve locking: | jeff | 2002-07-06 | 1 | -4/+11 |
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -19/+18 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Remove whitespace at end of line. | mp | 2001-12-16 | 1 | -1/+1 |