aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/imgact_binmisc.c
Commit message (Expand)AuthorAgeFilesLines
* imgact_binmisc: limit the extent of match on incoming entriesKyle Evans2020-11-081-0/+2
* imgact_binmisc: move some calculations out of the exec pathKyle Evans2020-11-071-60/+47
* imgact_binmisc: reorder members of struct imgact_binmisc_entry (NFC)Kyle Evans2020-11-071-3/+3
* imgact_binmisc: abstract away the list lock (NFC)Kyle Evans2020-11-071-27/+36
* imgact_binmisc: validate flags coming from userlandKyle Evans2020-11-071-0/+2
* imgact_binmisc: minor re-organization of imgact_binmisc_exec exitsKyle Evans2020-11-071-8/+6
* imgact_binmisc: fix up some minor nitsKyle Evans2020-11-051-7/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Remove duplicated empty lines from kern/*.cMateusz Guzik2020-01-301-2/+0
* Add helper functions to copy strings into struct image_args.Brooks Davis2018-11-291-12/+3
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-2/+4
* Use C99 designated initializers for struct execswEd Maste2018-03-131-1/+4
* tighten buffer bounds in imgact_binmisc_populate_interpEd Maste2017-03-211-1/+1
* sys/kern: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Repair a overflow condition where a user could submit a string that wasSean Bruno2016-04-011-7/+6
* At the suggestion of jhb, replace atomic_set/clear calls with use ofSean Bruno2015-06-241-8/+8
* Make imgact_binmisc_exec() static.Sean Bruno2015-06-221-4/+1
* Remove uneeded NULL check since malloc the malloc is now M_WAITOKSean Bruno2015-06-191-4/+0
* Must have one of either M_WAITOK or M_NOWAIT, read the man page bruno.Sean Bruno2015-06-191-1/+1
* Feedback from commit r284535Sean Bruno2015-06-191-3/+2
* This change replaces the mutex with a sx lock for the interpreter list toSean Bruno2015-06-181-40/+40
* Revert 284029, update imgact_binmisctl.c change mtx to reader count, at theSean Bruno2015-06-051-105/+44
* This change uses a reader count instead of holding the mutex for theSean Bruno2015-06-051-44/+105
* Allow multiple image activators to run on the same execution by changingSean Bruno2014-09-041-2/+2
* sys/kern/imgact_binmisc.c -- free the right pointer mask vs magicSean Bruno2014-04-081-1/+1
* Add Stacey Son's binary activation patches that allow remapping ofSean Bruno2014-04-081-0/+766