summaryrefslogtreecommitdiffstats
path: root/sys/kern/imgact_binmisc.c
Commit message (Expand)AuthorAgeFilesLines
* At the suggestion of jhb, replace atomic_set/clear calls with use ofsbruno2015-06-241-8/+8
* Make imgact_binmisc_exec() static.sbruno2015-06-221-4/+1
* Remove uneeded NULL check since malloc the malloc is now M_WAITOKsbruno2015-06-191-4/+0
* Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno.sbruno2015-06-191-1/+1
* Feedback from commit r284535sbruno2015-06-191-3/+2
* This change replaces the mutex with a sx lock for the interpreter list tosbruno2015-06-181-40/+40
* Revert 284029, update imgact_binmisctl.c change mtx to reader count, at thesbruno2015-06-051-105/+44
* This change uses a reader count instead of holding the mutex for thesbruno2015-06-051-44/+105
* Allow multiple image activators to run on the same execution by changingsbruno2014-09-041-2/+2
* sys/kern/imgact_binmisc.c -- free the right pointer mask vs magicsbruno2014-04-081-1/+1
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-081-0/+766
OpenPOWER on IntegriCloud