summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-3/+3
* Fix ia64 to not override the call stack bottom address with thekib2015-08-031-2/+1
* MFC r284956:kib2015-07-281-1/+1
* MFC r282708:kib2015-05-241-47/+58
* MFC r272290 (by mjg):kib2015-04-271-22/+1
* MFC r281883:kib2015-04-251-1/+1
* MFC r281548:kib2015-04-221-2/+15
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-2/+2
* MFC r277322:kib2015-01-251-0/+2
* MFC r275745:kib2014-12-271-3/+3
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-9/+17
* MFC r269907:kib2014-08-201-0/+1
* MFC r268636:mjg2014-08-171-1/+1
* MFC r268365:mjg2014-08-171-2/+4
* MFC r268136:mjg2014-08-171-1/+3
* MFC r268087:mjg2014-08-171-10/+10
* MFC r268074:mjg2014-08-171-5/+4
* MFC r268002:mjg2014-07-061-2/+2
* MFC r268001:mjg2014-07-061-1/+1
* MFC r266464:kib2014-05-231-0/+9
* MFC r263349:kib2014-03-261-21/+24
* 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
OpenPOWER on IntegriCloud