aboutsummaryrefslogtreecommitdiff
path: root/exec/hashexec.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of u_int in RPCsSamuel Thibault2023-08-081-8/+8
* exec: Get rid of u_intSamuel Thibault2023-08-081-1/+1
* Fix const warningsSamuel Thibault2022-01-171-3/+3
* Fix exec_paths through fakeroot or chrootJustus Winter2018-01-081-42/+51
* Add a file_exec_file_name RPCEmilio Pozuelo Monfort2018-01-081-9/+25
* Add a new exec_exec_paths RPCEmilio Pozuelo Monfort2018-01-081-6/+12
* Replace bcopy with memcpy or memmove as appropriate.Justus Winter2017-08-051-1/+1
* Fix exec crash when setexecdata has never been calledSamuel Thibault2016-08-281-5/+7
* Fix space styleSamuel Thibault2015-03-051-12/+12
* Fix memory leak in execRichard Braun2013-10-081-0/+1
* Switch from cthreads to pthreadsRichard Braun2012-11-271-2/+2
* Fix exec shell check for really small filesSamuel Thibault2009-12-261-2/+6
* 2002-05-29 Roland McGrath <roland@frob.com>Roland McGrath2002-05-291-9/+12
* 2000-07-20 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-07-201-1/+1
* 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-171-5/+8
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-0/+3
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-11/+11
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-2/+2
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-28/+35
* 2000-02-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-02-281-8/+14
* 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-5/+9
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-8/+5
* 1999-05-16 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-161-3/+2
* 1999-05-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-151-9/+19
* 1998-11-25 Mark Kettenis <kettenis@phys.uva.nl>Roland McGrath1998-11-291-1/+1
* 1998-10-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-071-6/+6
* Thu Nov 5 15:26:50 1998 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1998-11-051-8/+23
* (check_hashbang):Miles Bader1997-02-051-3/+3
* (hurd_file_name_path_lookup): Declaration removed.Miles Bader1996-06-191-12/+2
* (search_path): Don't make PATH or PFXED_NAME const.Miles Bader1996-05-101-2/+1
* (check_hashbang) [userport/reauthenticate]: Use newMichael I. Bushnell1996-05-101-2/+2
* (check_hashbang): Use io_identity instead of io_stat to compare files.Roland McGrath1996-05-071-13/+13
* (check_hashbang: user_port): Use default root port when secure.Roland McGrath1996-04-231-2/+8
* (check_hashbang): Pass open flags & mode args to hurd_file_name_path_lookup.Miles Bader1996-03-281-3/+12
* (check_hashbang): Correctly deal with interpreter lines having no argument.Miles Bader1996-02-261-4/+12
* (check_hashbang): Use hash_file_name_path_lookup() instead of doing the pathMiles Bader1996-01-301-49/+14
* (check_hashbang):Miles Bader1996-01-111-14/+21
* (check_hashbang): Rearrange arg frobbing code somewhat to useRoland McGrath1996-01-041-82/+53
* (check_hashbang): Undo boneheaded last change.Roland McGrath1995-11-211-4/+4
* (check_hashbang): Actually declare FILE_NAME and FILE volatile, notMichael I. Bushnell1995-11-211-2/+2
* (check_hashbang) [prepare_args]: Declare FILE_NAME, ERROR, and NAMEMichael I. Bushnell1995-11-211-3/+3
* (user_port): Fixed port selection logic.Roland McGrath1995-11-161-13/+20
* (check_hashbang: prepare_args): Enable and clean up code to guess the nameRoland McGrath1995-10-181-88/+87
* (check_hashbang): Copy passed args from the right place.Roland McGrath1995-10-181-1/+2
* Initial revisionRoland McGrath1995-10-181-0/+442