| Commit message (Expand) | Author | Age | Files | Lines |
* | Restructure argument setup in hashbang | Flavio Cruz | 2024-09-08 | 1 | -48/+43 |
* | Replace deprecated sigmask with sigset_t calls | Flavio Cruz | 2023-12-29 | 1 | -2/+7 |
* | Get rid of u_int in RPCs | Samuel Thibault | 2023-08-08 | 1 | -8/+8 |
* | exec: Get rid of u_int | Samuel Thibault | 2023-08-08 | 1 | -1/+1 |
* | Fix const warnings | Samuel Thibault | 2022-01-17 | 1 | -3/+3 |
* | Fix exec_paths through fakeroot or chroot | Justus Winter | 2018-01-08 | 1 | -42/+51 |
* | Add a file_exec_file_name RPC | Emilio Pozuelo Monfort | 2018-01-08 | 1 | -9/+25 |
* | Add a new exec_exec_paths RPC | Emilio Pozuelo Monfort | 2018-01-08 | 1 | -6/+12 |
* | Replace bcopy with memcpy or memmove as appropriate. | Justus Winter | 2017-08-05 | 1 | -1/+1 |
* | Fix exec crash when setexecdata has never been called | Samuel Thibault | 2016-08-28 | 1 | -5/+7 |
* | Fix space style | Samuel Thibault | 2015-03-05 | 1 | -12/+12 |
* | Fix memory leak in exec | Richard Braun | 2013-10-08 | 1 | -0/+1 |
* | Switch from cthreads to pthreads | Richard Braun | 2012-11-27 | 1 | -2/+2 |
* | Fix exec shell check for really small files | Samuel Thibault | 2009-12-26 | 1 | -2/+6 |
* | 2002-05-29 Roland McGrath <roland@frob.com> | Roland McGrath | 2002-05-29 | 1 | -9/+12 |
* | 2000-07-20 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 2000-07-20 | 1 | -1/+1 |
* | 2000-03-17 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-17 | 1 | -5/+8 |
* | 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 2000-03-17 | 1 | -0/+3 |
* | 2000-03-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-13 | 1 | -11/+11 |
* | 2000-03-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-13 | 1 | -2/+2 |
* | 2000-03-13 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-03-13 | 1 | -28/+35 |
* | 2000-02-27 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 2000-02-28 | 1 | -8/+14 |
* | 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-11 | 1 | -5/+9 |
* | 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1999-07-03 | 1 | -8/+5 |
* | 1999-05-16 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-16 | 1 | -3/+2 |
* | 1999-05-15 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1999-05-15 | 1 | -9/+19 |
* | 1998-11-25 Mark Kettenis <kettenis@phys.uva.nl> | Roland McGrath | 1998-11-29 | 1 | -1/+1 |
* | 1998-10-26 Roland McGrath <roland@baalperazim.frob.com> | Roland McGrath | 1998-11-07 | 1 | -6/+6 |
* | Thu Nov 5 15:26:50 1998 Thomas Bushnell, BSG <tb@mit.edu> | Thomas Bushnell | 1998-11-05 | 1 | -8/+23 |
* | (check_hashbang): | Miles Bader | 1997-02-05 | 1 | -3/+3 |
* | (hurd_file_name_path_lookup): Declaration removed. | Miles Bader | 1996-06-19 | 1 | -12/+2 |
* | (search_path): Don't make PATH or PFXED_NAME const. | Miles Bader | 1996-05-10 | 1 | -2/+1 |
* | (check_hashbang) [userport/reauthenticate]: Use new | Michael I. Bushnell | 1996-05-10 | 1 | -2/+2 |
* | (check_hashbang): Use io_identity instead of io_stat to compare files. | Roland McGrath | 1996-05-07 | 1 | -13/+13 |
* | (check_hashbang: user_port): Use default root port when secure. | Roland McGrath | 1996-04-23 | 1 | -2/+8 |
* | (check_hashbang): Pass open flags & mode args to hurd_file_name_path_lookup. | Miles Bader | 1996-03-28 | 1 | -3/+12 |
* | (check_hashbang): Correctly deal with interpreter lines having no argument. | Miles Bader | 1996-02-26 | 1 | -4/+12 |
* | (check_hashbang): Use hash_file_name_path_lookup() instead of doing the path | Miles Bader | 1996-01-30 | 1 | -49/+14 |
* | (check_hashbang): | Miles Bader | 1996-01-11 | 1 | -14/+21 |
* | (check_hashbang): Rearrange arg frobbing code somewhat to use | Roland McGrath | 1996-01-04 | 1 | -82/+53 |
* | (check_hashbang): Undo boneheaded last change. | Roland McGrath | 1995-11-21 | 1 | -4/+4 |
* | (check_hashbang): Actually declare FILE_NAME and FILE volatile, not | Michael I. Bushnell | 1995-11-21 | 1 | -2/+2 |
* | (check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAME | Michael I. Bushnell | 1995-11-21 | 1 | -3/+3 |
* | (user_port): Fixed port selection logic. | Roland McGrath | 1995-11-16 | 1 | -13/+20 |
* | (check_hashbang: prepare_args): Enable and clean up code to guess the name | Roland McGrath | 1995-10-18 | 1 | -88/+87 |
* | (check_hashbang): Copy passed args from the right place. | Roland McGrath | 1995-10-18 | 1 | -1/+2 |
* | Initial revision | Roland McGrath | 1995-10-18 | 1 | -0/+442 |