| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() on | kib | 2011-09-27 | 1 | -10/+0 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -3/+3 |
* | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | rwatson | 2011-08-11 | 1 | -1/+5 |
* | Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, which | rwatson | 2011-07-17 | 1 | -2/+3 |
* | Add some checks to ensure that Capsicum is behaving correctly, and add some | jonathan | 2011-06-30 | 1 | -0/+24 |
* | Introduce preliminary support of the show description of the ABI of | dchagin | 2011-02-25 | 1 | -0/+6 |
* | Create shared (readonly) page. Each ABI may specify the use of page by | kib | 2011-01-08 | 1 | -4/+85 |
* | - When disabling ktracing on a process, free any pending requests that | jhb | 2010-10-21 | 1 | -10/+2 |
* | execve(2) has a special check for file permissions: a file must have at | jh | 2010-08-30 | 1 | -8/+8 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 1 | -3/+3 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 1 | -3/+28 |
* | The interpreter name should no longer be treated as a buffer that can be | alc | 2010-07-28 | 1 | -0/+4 |
* | Introduce exec_alloc_args(). The objective being to encapsulate the | alc | 2010-07-27 | 1 | -13/+23 |
* | Change the order in which the file name, arguments, environment, and | alc | 2010-07-25 | 1 | -6/+8 |
* | Eliminate a little bit of duplicated code. | alc | 2010-07-23 | 1 | -3/+2 |
* | Accidentally committed an older version of this comment rather than the | jhb | 2010-07-09 | 1 | -4/+4 |
* | Refine a comment. | jhb | 2010-07-09 | 1 | -5/+4 |
* | Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page() | alc | 2010-07-02 | 1 | -1/+1 |
* | Tweak the in-kernel API for sending signals to threads: | jhb | 2010-06-29 | 1 | -2/+2 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -0/+4 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -3/+1 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -0/+2 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -4/+4 |
* | Add the ELF relocation base to struct image_params. This will be | nwhitehorn | 2010-03-25 | 1 | -0/+1 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -4/+3 |
* | The nargvstr and nenvstr properties of arginfo are ints, not longs, | nwhitehorn | 2010-03-24 | 1 | -2/+2 |
* | - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] and | jhb | 2009-10-23 | 1 | -13/+7 |
* | Add a mitigation feature that will prevent user mappings at | bz | 2009-10-02 | 1 | -3/+12 |
* | Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook. | kib | 2009-09-09 | 1 | -0/+2 |
* | Fix some LORs between vnode locks and filedescriptor table locks. | jhb | 2009-07-31 | 1 | -1/+1 |
* | Rework vnode argument auditing to follow the same structure, in order | rwatson | 2009-07-28 | 1 | -1/+1 |
* | Replace AUDIT_ARG() with variable argument macros with a set more more | rwatson | 2009-06-27 | 1 | -4/+4 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -3/+1 |
* | Eliminate unnecessary obfuscation when testing a page's valid bits. | alc | 2009-06-07 | 1 | -1/+1 |
* | If vm_pager_get_pages() returns VM_PAGER_OK, then there is no need to check | alc | 2009-06-06 | 1 | -2/+1 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Supply AT_EXECPATH auxinfo entry to the interpreter, both for native and | kib | 2009-03-17 | 1 | -2/+29 |
* | Remove unneeded pointer `ndp'. | ed | 2009-02-26 | 1 | -11/+10 |
* | Remove even more unneeded variable assignments. | ed | 2009-02-26 | 1 | -3/+0 |
* | Several threads in a process may do vfork() simultaneously. Then, all | kib | 2008-12-05 | 1 | -1/+1 |
* | Merge latest DTrace changes from Perforce. | rodrigc | 2008-11-05 | 1 | -5/+4 |
* | Remove VSVTX, VSGID and VSUID. This should be a no-op, | trasz | 2008-09-10 | 1 | -4/+5 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -2/+2 |
* | More fully audit fexecve(2) and its arguments. | rwatson | 2008-08-25 | 1 | -0/+2 |
* | Introduce two related changes to the TrustedBSD MAC Framework: | rwatson | 2008-08-23 | 1 | -7/+5 |
* | Reduce the scope of the vnode lock such that it does not cover | csjp | 2008-08-12 | 1 | -1/+5 |
* | Call pargs_drop() unconditionally in do_execve(), the function correctly | kib | 2008-07-25 | 1 | -4/+2 |
* | Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE. | kib | 2008-07-17 | 1 | -0/+9 |
* | Add DTrace 'proc' provider probes using the Statically Defined Trace | jb | 2008-05-24 | 1 | -0/+32 |
* | Implement the fexecve(2) syscall. | kib | 2008-03-31 | 1 | -28/+77 |