| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix multiple registration of the elf_legacy_coredump sysctl variable. | Marcel Moolenaar | 2002-12-21 | 1 | -3/+5 |
| * | Change the way ELF coredumps are handled. Instead of unconditionally | Matthew Dillon | 2002-12-16 | 1 | -11/+31 |
| * | Assign value of NULL to imgp->execlabel when imgp is initialized | Robert Watson | 2002-11-08 | 1 | -0/+1 |
| * | Remove reference to struct execve_args from struct imgact, which | Robert Watson | 2002-11-05 | 1 | -1/+2 |
| * | Handle binaries with arbitrary number PT_LOAD sections, not only | Alexander Kabaev | 2002-10-23 | 1 | -14/+19 |
| * | Use strlcpy() instead of strncpy() to copy NUL terminated strings | Robert Drehmel | 2002-10-17 | 1 | -2/+2 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -2/+1 |
| * | Do not blow up when we walk off the end of the brands list. | Peter Wemm | 2002-09-08 | 1 | -1/+3 |
| * | Alright, fix the problems with the elf loader for the Alpha. It turns | Matthew Dillon | 2002-09-04 | 1 | -8/+18 |
| * | Make the text segment locating heuristics from rev 1.121 more reliable | Peter Wemm | 2002-09-03 | 1 | -15/+10 |
| * | Grammer cleanup | Matthew Dillon | 2002-09-02 | 1 | -2/+2 |
| * | Moved elf brand identification into a function. Fully identify the | Jake Burkholder | 2002-09-02 | 1 | -105/+75 |
| * | Fixed more indentation bugs. | Jake Burkholder | 2002-09-02 | 1 | -3/+3 |
| * | Implement data, text, and vmem limit checking in the elf loader and svr4 | Matthew Dillon | 2002-08-30 | 1 | -10/+33 |
| * | Fixed most indentation bugs. | Jake Burkholder | 2002-08-25 | 1 | -46/+34 |
| * | Fixed placement of operators. Wrapped long lines. | Jake Burkholder | 2002-08-25 | 1 | -4/+8 |
| * | Fixed white space around operators, casts and reserved words. | Jake Burkholder | 2002-08-24 | 1 | -23/+22 |
| * | return x; -> return (x); | Jake Burkholder | 2002-08-24 | 1 | -32/+32 |
| * | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 1 | -2/+4 |
| * | - Hold the vnode lock throughout execve. | Jeff Roberson | 2002-08-13 | 1 | -10/+3 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -5/+7 |
| * | Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable | Peter Wemm | 2002-07-20 | 1 | -142/+313 |
| * | Clean up execve locking: | Jeff Roberson | 2002-07-06 | 1 | -4/+11 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -19/+18 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Remove whitespace at end of line. | Mark Peek | 2001-12-16 | 1 | -1/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -2/+0 |
| * | Make uio_yield() a global. Call uio_yield() between chunks | Matthew Dillon | 2001-09-26 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -13/+19 |
| * | This brings in a Yahoo coredump patch from Paul, with additional mods by | Matthew Dillon | 2001-09-08 | 1 | -4/+5 |
| * | For ia64, set the default elf brand to be FreeBSD. This is temporarily | Peter Wemm | 2001-09-02 | 1 | -0/+4 |
| * | OR M_WAITOK with M_ZERO in malloc()s args for clarity. | Brian Somers | 2001-08-28 | 1 | -1/+1 |
| * | Unbreak linux compatibility by providing the correct length of the buffer. | Mark Peek | 2001-08-18 | 1 | -1/+1 |
| * | Don't explicitly null-terminate. The buffer we are copying into is | Peter Wemm | 2001-08-16 | 1 | -1/+0 |
| * | Reduce stack allocation (stack-fast?). | Mark Peek | 2001-08-16 | 1 | -40/+65 |
| * | Use explicit sizes for the prpsinfo command length string so that | Peter Wemm | 2001-08-16 | 1 | -1/+2 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -13/+4 |
| * | Lock the VM while twiddling the vmspace. | John Baldwin | 2001-05-23 | 1 | -1/+2 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -3/+18 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -3/+3 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -0/+1 |
| * | Do not set a default ELF syscall ABI fallback. | David E. O'Brien | 2001-03-04 | 1 | -6/+5 |
| * | MFS: bring the consistent `compat_3_brand' support into -CURRENT | David E. O'Brien | 2001-02-24 | 1 | -8/+12 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 1 | -6/+1 |
| * | Proc locking. | John Baldwin | 2001-01-24 | 1 | -1/+6 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -2/+2 |
| * | Protect the following with a lockmgr lock: | Jake Burkholder | 2000-11-22 | 1 | -3/+8 |
| * | Make MINSIGSTKSZ machine dependent, and have the sigaltstack | Marcel Moolenaar | 2000-11-09 | 1 | -1/+3 |