summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-5/+5
* MFC r256504:kib2013-10-251-0/+14
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+3
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* Specify SDT probe argument types in the probe definition itself rather thanmarkj2013-08-151-6/+3
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-6/+3
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-2/+2
* Revert r253939:attilio2013-08-051-2/+2
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-2/+2
* Don't busy the page unless we are likely to release the object lock.alc2013-06-061-2/+4
* Do not map the shared page COW. If the process wired its addresskib2013-06-031-2/+3
* MFCattilio2013-03-021-3/+0
|\
| * Merge Capsicum overhaul:pjd2013-03-021-3/+0
* | 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
OpenPOWER on IntegriCloud