summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-3/+3
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* When vforked child is traced, the debugging events are not generatedkib2013-02-071-1/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-2/+5
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-21/+4
* ktrace/kern_exec: check p_tracecred instead of p_credavg2012-10-061-1/+2
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.kib2012-09-281-8/+5
* Revert r240931, as the previous comment was actually in sync with POSIX.pjd2012-09-271-3/+3
* We cannot open file for reading and executing (O_RDONLY | O_EXEC).pjd2012-09-251-3/+3
* Unbreak handling of descriptors opened with O_EXEC by fexecve(2).mjg2012-07-081-1/+3
* Move the code dealing with shared page into a dedicatedkib2012-06-231-192/+0
* Stop updating the struct vdso_timehands from even handler executed inkib2012-06-231-54/+43
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+93
* Enchance the shared page chunk allocator.kib2012-06-221-14/+63
* Add a new sched_clear_name() method to the scheduler interface to clearjhb2012-03-081-0/+4
* Use shared lock for the executable vnode in the exec path after thekib2012-01-191-5/+8
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onkib2011-09-271-10/+0
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-1/+5
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichrwatson2011-07-171-2/+3
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-0/+24
* Introduce preliminary support of the show description of the ABI ofdchagin2011-02-251-0/+6
* Create shared (readonly) page. Each ABI may specify the use of page bykib2011-01-081-4/+85
* - When disabling ktracing on a process, free any pending requests thatjhb2010-10-211-10/+2
* execve(2) has a special check for file permissions: a file must have atjh2010-08-301-8/+8
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-3/+3
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-3/+28
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-0/+4
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-271-13/+23
* Change the order in which the file name, arguments, environment, andalc2010-07-251-6/+8
* Eliminate a little bit of duplicated code.alc2010-07-231-3/+2
* Accidentally committed an older version of this comment rather than thejhb2010-07-091-4/+4
* Refine a comment.jhb2010-07-091-5/+4
* Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()alc2010-07-021-1/+1
* Tweak the in-kernel API for sending signals to threads:jhb2010-06-291-2/+2
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+4
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-3/+1
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-4/+4
* Add the ELF relocation base to struct image_params. This will benwhitehorn2010-03-251-0/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-4/+3
* The nargvstr and nenvstr properties of arginfo are ints, not longs,nwhitehorn2010-03-241-2/+2
* - Fix several off-by-one errors when using MAXCOMLEN. The p_comm[] andjhb2009-10-231-13/+7
* Add a mitigation feature that will prevent user mappings atbz2009-10-021-3/+12
* Unlock the image vnode around the call of pmc PMC_FN_PROCESS_EXEC hook.kib2009-09-091-0/+2
* Fix some LORs between vnode locks and filedescriptor table locks.jhb2009-07-311-1/+1
* Rework vnode argument auditing to follow the same structure, in orderrwatson2009-07-281-1/+1
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-4/+4
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-3/+1
* Eliminate unnecessary obfuscation when testing a page's valid bits.alc2009-06-071-1/+1
OpenPOWER on IntegriCloud