| Age | Commit message (Expand) | Author |
| 2014-02-19 | We need VMCMDs for a binary and its interpreter, so make sure we have | maxv |
| 2014-02-17 | Cosmetic; just replace whitespaces by tabs | maxv |
| 2014-02-14 | explain why the innocent sigaction1 call now works. | christos |
| 2014-02-02 | Cosmetics: return is an operator, not a function: remove (). | martin |
| 2014-02-02 | Limit the amount of kernel memory a posix_spawn syscall can use (for handling | martin |
| 2014-02-02 | Delete duplicate symbol definition introduced in 1.371. Now builds again. | dogcow |
| 2014-02-02 | Add EMUL_NATIVEROOT so that native binaries can be told to search an | manu |
| 2014-01-25 | __USING_TOPDOWN_VM is no more, __USE_TOPDOWN_VM... | christos |
| 2014-01-03 | Simplify error path and fix typos. From Maxime Villard and me. | christos |
| 2013-12-24 | replace strcpy with copystr and remove useless strcpy (Maxime Villard) | christos |
| 2013-11-23 | Explain where this will fail. | christos |
| 2013-11-22 | convert vmem, signals, powerhooks from CIRCLEQ -> TAILQ. | christos |
| 2013-11-14 | oops, remove accidently commited debug code | martin |
| 2013-11-14 | As discussed on tech-kern: make TOPDOWN-VM runtime selectable per process | martin |
| 2013-09-12 | What's the point of having a module exec class if exec is not using it? | christos |
| 2013-09-10 | Support an optional MARCH ELF tag. | matt |
| 2013-06-09 | Add another field to the SDT_PROBE_DEFINE macro, so our DTrace probes | riz |
| 2013-04-20 | revert previous, you can run on mips 64 bit binaries with a 32 bit kernel. | christos |
| 2013-04-20 | don't attempt to load elf64 on 32 bit machines | christos |
| 2012-11-08 | If you are going to dick around with p_stat, remember to put it | christos |
| 2012-10-14 | remove KERN_USRSTACK | christos |
| 2012-10-13 | add KERN_USRSTACK (this is not dynamically defined for FreeBSD compatibility) | christos |
| 2012-08-29 | Add missing newline to printf (in the disabled code for $ORIGIN). | dholland |
| 2012-07-27 | revert racy vfork() parent-blocking-before-child-execs-or-exits code. | christos |
| 2012-07-22 | fork1: fix use-after-free problems. Addresses PR/46128 from Andrew Doran. | rmind |
| 2012-05-02 | Revert posix_spawn() clean up for now, there are some bugs. | rmind |
| 2012-04-30 | posix_spawn: | rmind |
| 2012-04-15 | Fix leak in a posix_spawn error path, from Greg Oster. | martin |
| 2012-04-09 | Fix asynchronous posix_spawn child exit status (and test for it). | martin |
| 2012-04-08 | Rework posix_spawn locking and memory management: | martin |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-03-10 | Remove a KPREEMPT_ENABLE() in an error path I overlooked in the previous | martin |
| 2012-03-10 | Make sure the child of a posix_spawn operation is not preempted during | martin |
| 2012-02-21 | keep track of the original array length so we can pass it to kmem_free, from | christos |
| 2012-02-21 | fix fae free'ing, from enami. | christos |
| 2012-02-20 | Posix spawn fixes: | christos |
| 2012-02-20 | More posix_spawn fallout: | martin |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-12 | Fix SDT_PROBE macro argument overlooked in argument renaming, noted by <chs> | martin |
| 2012-02-12 | Minor tweaks to posix_spawn error handling. | martin |
| 2012-02-11 | Add a posix_spawn syscall, as discussed on tech-kern. | martin |
| 2012-02-03 | Add a hook for freeing an ep_emul_arg. Add a wrapper routine | matt |
| 2012-01-25 | Add a macro to align the length of the stack, not the pointer itself, since | christos |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2011-12-04 | Revert Christos's accidental changes. | dholland |
| 2011-11-24 | fix incomplete statement. | christos |
| 2011-11-24 | make the diagnostic messages more informative. | christos |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-09-16 | Improve diagnostics message on entry point too low/high checking | reinoud |
| 2011-08-27 | Also fix DPRINTF()'s for DEBUG_EXEC | reinoud |