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