| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2018-11-29 | Add helper functions to copy strings into struct image_args. | Brooks Davis |
| 2018-03-13 | Use C99 designated initializers for struct execsw | Ed Maste |
| 2017-11-27 | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-04 | ANSI-fy exec_shell_imgact(). | Pedro F. Giffuni |
| 2014-09-04 | Allow multiple image activators to run on the same execution by changing | Sean Bruno |
| 2011-03-06 | The execution of the shebang script requires putting interpreter path, | Konstantin Belousov |
| 2010-09-21 | Fix exec_imgact_shell()'s handling of two error cases: (1) Previously, if | Alan Cox |
| 2010-07-27 | Introduce exec_alloc_args(). The objective being to encapsulate the | Alan Cox |
| 2010-07-25 | Change the order in which the file name, arguments, environment, and | Alan Cox |
| 2008-08-28 | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao |
| 2008-08-26 | When calculating arguments to the interpreter for the shebang script | Konstantin Belousov |
| 2005-06-19 | Fix a panic which could occur parsing #!-lines in a shell-script. If the | Garance A Drosehn |
| 2005-06-09 | Remove the previous parsing-logic for arguments on the '#!'-line of shell | Garance A Drosehn |
| 2005-05-28 | Change the way options are parsed on the `#!'-line of a shell-script. Instead | Garance A Drosehn |
| 2005-02-25 | o Replace two while {} do loops with more appropriate do {} while loops. This | Maxim Sobolev |
| 2005-02-25 | Try harder to not exceed MAXSHELLCMDLEN when parsing first line of shell | Maxim Sobolev |
| 2005-01-30 | Fix build on AMD64 (and probably other arches where size_t != int). | Maxim Sobolev |
| 2005-01-29 | o Split out kernel part of execve(2) syscall into two parts: one that | Maxim Sobolev |
| 2005-01-06 | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh |
| 2004-10-31 | Don't treat # as a comment in interpreter specification line. | Pawel Jakub Dawidek |
| 2003-06-11 | Use __FBSDID(). | David E. O'Brien |
| 2003-01-01 | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt |
| 2002-11-05 | Remove reference to struct execve_args from struct imgact, which | Robert Watson |
| 2001-11-28 | Return a more meaningful errno when the length of the interpreter | John W. De Boskey |
| 2000-04-26 | Fix #! script exec under linux emulation. If a script is exec'd from a | Matthew Dillon |
| 2000-02-15 | Allow comments in interpreter specification lines as in | Martin Cracauer |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-05-09 | Fix a couple of warnings and some bitrot in comments. | Peter Wemm |
| 1999-01-29 | *_execsw static structures cannot be const due to the way they interact | Matthew Dillon |
| 1998-10-16 | *gulp*. Jordan specifically OK'ed this.. | Peter Wemm |
| 1997-08-02 | Removed unused #includes. | Bruce Evans |
| 1997-04-23 | Don't clobber user space argv0 memory on shell exec, mainly for vfork() | Andrey A. Chernov |
| 1997-02-22 | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm |
| 1997-01-14 | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard |
| 1996-08-31 | Fixed the easy cases of const poisoning in the kernel. Cosmetic. | Bruce Evans |
| 1996-04-08 | Killed sections 3 and 4 of my copyright as I don't agree with it (I believe | David Greenman |
| 1995-12-02 | Staticized. | Bruce Evans |
| 1995-11-06 | All: | David Greenman |
| 1995-10-08 | Remove prototype definitions from <sys/systm.h>. | Steven Wallace |
| 1995-09-08 | Fix my copyright. | David Greenman |
| 1994-09-25 | While in the real world, I had a bad case of being swapped out for a lot of | Poul-Henning Kamp |
| 1994-08-18 | Fix up some sloppy coding practices: | Garrett Wollman |
| 1994-08-13 | Change all #includes to follow the current Berkeley style. Some of these | Garrett Wollman |
| 1994-05-25 | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes |
| 1993-12-20 | Let the linker keep track of pseudo-devices needing initialization and | Garrett Wollman |
| 1993-12-20 | Rename aout_imgact.c and shell_imgact.c to imgact_* for consistency. | Garrett Wollman |