aboutsummaryrefslogtreecommitdiff
path: root/exec/exec.c
Commit message (Expand)AuthorAgeFilesLines
* fix common misspellingsJonathan Neuschäfer2011-08-201-1/+1
* Add comment about finish being called several timesSamuel Thibault2011-02-141-1/+3
* Protect exec from memory faultsSamuel Thibault2010-09-141-6/+16
* Fix compressed binaries executionSamuel Thibault2010-09-141-4/+6
* Fix in-memory mappingSamuel Thibault2010-09-141-2/+7
* Fix duplicate oldtask port deallocationSamuel Thibault2009-12-211-2/+0
* Fixes long-standing random hang of exec.Samuel Thibault2009-08-231-2/+5
* 2009-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-04-021-3/+3
* (check_elf_phdr): Fix typo in last change.Roland McGrath2004-10-231-1/+1
* 2004-10-22 Roland McGrath <roland@frob.com>Roland McGrath2004-10-221-8/+25
* (check_elf_phdr): Tweak last change.Roland McGrath2004-09-261-0/+2
* 2004-09-26 Roland McGrath <roland@frob.com>Roland McGrath2004-09-261-17/+9
* 2004-02-11 Roland McGrath <roland@frob.com>Roland McGrath2004-02-111-21/+27
* 2004-01-15 Roland McGrath <roland@frob.com>Roland McGrath2004-02-101-1/+21
* (prepare): fix last changeRoland McGrath2002-05-111-4/+1
* 2002-05-10 Roland McGrath <roland@frob.com>Roland McGrath2002-05-101-11/+12
* 2002-04-27 Roland McGrath <roland@frob.com>Roland McGrath2002-04-271-14/+14
* 2002-01-02 Roland McGrath <roland@frob.com>Roland McGrath2002-01-021-1/+5
* 2001-12-31 Roland McGrath <roland@frob.com>Roland McGrath2002-01-011-1/+1
* 2001-06-15 Roland McGrath <roland@frob.com>Roland McGrath2001-06-161-1/+3
* 2000-10-01 Roland McGrath <roland@frob.com>Roland McGrath2000-10-011-10/+22
* 2000-03-23 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-03-261-2/+1
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-0/+1
* 2000-03-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-171-3/+1
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-1/+10
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-31/+137
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-8/+29
* 2000-03-13 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-131-32/+39
* 1999-07-17 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-181-2/+1
* 1999-07-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+2
* 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-17/+18
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-101-2/+6
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-32/+18
* 1999-06-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-041-2/+2
* 1998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-301-0/+118
* 1999-04-27 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-04-271-2/+26
* 1998-12-26 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-271-1/+1
* 1998-07-15 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-161-10/+16
* Mon Nov 18 17:45:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-11-181-1/+2
* Mon Oct 7 21:31:25 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1996-10-081-2/+26
* (S_exec_exec): Don't use unsafe MOVE_SEND in call to interruptibleMichael I. Bushnell1996-07-081-12/+20
* (do_exec): In proc_setowner code, deal with error from auth_getidsMichael I. Bushnell1996-06-201-23/+25
* fixupMichael I. Bushnell1996-06-201-4/+5
* (do_exec): Call proc_setowner *after* possible proc_reassign;Michael I. Bushnell1996-06-201-34/+35
* (do_exec, S_exec_exec): Pass 0 for new LOOKUP arg to hurd_file_name_lookup.Miles Bader1996-06-191-2/+2
* (do_exec): Add code missing from last change.Michael I. Bushnell1996-06-131-2/+16
* (do_exec): If secure, set the owner with proc_setowner.Michael I. Bushnell1996-06-131-2/+23
* (do_exec): Use new auth_user_authenticate interface.Michael I. Bushnell1996-05-101-1/+1
* (map): Use F->__offset and F->__target properly.Roland McGrath1996-05-031-7/+7
* (map): Fix fencepost error in check of current mapping window.Roland McGrath1996-05-021-2/+3