aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-221-1/+1
* Specify SDT probe argument types in the probe definition itself rather thanMark Johnston2013-08-151-6/+3
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-6/+3
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* Revert r253939:Attilio Rao2013-08-051-2/+2
* The page hold mechanism is fast but it has couple of fallouts:Attilio Rao2013-08-041-2/+2
* Don't busy the page unless we are likely to release the object lock.Alan Cox2013-06-061-2/+4
* Do not map the shared page COW. If the process wired its addressKonstantin Belousov2013-06-031-2/+3
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-3/+4
* Merge Capsicum overhaul:Pawel Jakub Dawidek2013-03-021-3/+0
* When vforked child is traced, the debugging events are not generatedKonstantin Belousov2013-02-071-1/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,Konstantin Belousov2012-11-021-2/+5
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-21/+4
* ktrace/kern_exec: check p_tracecred instead of p_credAndriy Gapon2012-10-061-1/+2
* Fix the mis-handling of the VV_TEXT on the nullfs vnodes.Konstantin Belousov2012-09-281-8/+5
* Revert r240931, as the previous comment was actually in sync with POSIX.Pawel Jakub Dawidek2012-09-271-3/+3
* We cannot open file for reading and executing (O_RDONLY | O_EXEC).Pawel Jakub Dawidek2012-09-251-3/+3
* Unbreak handling of descriptors opened with O_EXEC by fexecve(2).Mateusz Guzik2012-07-081-1/+3
* Move the code dealing with shared page into a dedicatedKonstantin Belousov2012-06-231-192/+0
* Stop updating the struct vdso_timehands from even handler executed inKonstantin Belousov2012-06-231-54/+43
* Implement mechanism to export some kernel timekeeping data toKonstantin Belousov2012-06-221-0/+93
* Enchance the shared page chunk allocator.Konstantin Belousov2012-06-221-14/+63
* Add a new sched_clear_name() method to the scheduler interface to clearJohn Baldwin2012-03-081-0/+4
* Use shared lock for the executable vnode in the exec path after theKonstantin Belousov2012-01-191-5/+8
* Do not deliver SIGTRAP on exec as the normal signal, use ptracestop() onKonstantin Belousov2011-09-271-10/+0
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-3/+3
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+5
* Define two new sysctl node flags: CTLFLAG_CAPRD and CTLFLAG_CAPRW, whichRobert Watson2011-07-171-2/+3
* Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-301-0/+24
* Introduce preliminary support of the show description of the ABI ofDmitry Chagin2011-02-251-0/+6
* Create shared (readonly) page. Each ABI may specify the use of page byKonstantin Belousov2011-01-081-4/+85
* - When disabling ktracing on a process, free any pending requests thatJohn Baldwin2010-10-211-10/+2
* execve(2) has a special check for file permissions: a file must have atJaakko Heinonen2010-08-301-8/+8
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-3/+3
* Supply some useful information to the started image using ELF aux vectors.Konstantin Belousov2010-08-171-3/+28
* The interpreter name should no longer be treated as a buffer that can beAlan Cox2010-07-281-0/+4
* Introduce exec_alloc_args(). The objective being to encapsulate theAlan Cox2010-07-271-13/+23
* Change the order in which the file name, arguments, environment, andAlan Cox2010-07-251-6/+8
* Eliminate a little bit of duplicated code.Alan Cox2010-07-231-3/+2
* Accidentally committed an older version of this comment rather than theJohn Baldwin2010-07-091-4/+4
* Refine a comment.John Baldwin2010-07-091-5/+4
* Use vm_page_next() instead of vm_page_lookup() in exec_map_first_page()Alan Cox2010-07-021-1/+1
* Tweak the in-kernel API for sending signals to threads:John Baldwin2010-06-291-2/+2
* Reorganize syscall entry and leave handling.Konstantin Belousov2010-05-231-0/+4
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-3/+1
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-0/+2
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-4/+4
* Add the ELF relocation base to struct image_params. This will beNathan Whitehorn2010-03-251-0/+1
* Change the arguments of exec_setregs() so that it receives a pointerNathan Whitehorn2010-03-251-4/+3
* The nargvstr and nenvstr properties of arginfo are ints, not longs,Nathan Whitehorn2010-03-241-2/+2