aboutsummaryrefslogtreecommitdiff
path: root/exec/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Switch to the new ChangeLog style.Thomas Schwinge2009-07-111-1082/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Wipe out content, and add instructions about how to get it back. * auth/ChangeLog: Remove file. * benchmarks/ChangeLog: Likewise. * boot/ChangeLog: Likewise. * bsdfsck/ChangeLog: Likewise. * config/ChangeLog: Likewise. * console-client/ChangeLog: Likewise. * console/ChangeLog: Likewise. * daemons/ChangeLog: Likewise. * defpager/ChangeLog: Likewise. * doc/ChangeLog: Likewise. * exec/ChangeLog: Likewise. * ext2fs/ChangeLog: Likewise. * fatfs/ChangeLog: Likewise. * fstests/ChangeLog: Likewise. * ftpfs/ChangeLog: Likewise. * hostmux/ChangeLog: Likewise. * hurd/ChangeLog: Likewise. * include/ChangeLog: Likewise. * init/ChangeLog: Likewise. * isofs/ChangeLog: Likewise. * libcons/ChangeLog: Likewise. * libdirmgt/ChangeLog: Likewise. * libdiskfs/ChangeLog: Likewise. * libfshelp/ChangeLog: Likewise. * libftpconn/ChangeLog: Likewise. * libhurdbugaddr/ChangeLog: Likewise. * libihash/ChangeLog: Likewise. * libiohelp/ChangeLog: Likewise. * libnetfs/ChangeLog: Likewise. * libpager/ChangeLog: Likewise. * libpipe/ChangeLog: Likewise. * libports/ChangeLog: Likewise. * libps/ChangeLog: Likewise. * libshouldbeinlibc/ChangeLog: Likewise. * libstore/ChangeLog: Likewise. * libthreads/ChangeLog: Likewise. * libtrivfs/ChangeLog: Likewise. * login/ChangeLog: Likewise. * mach-defpager/ChangeLog: Likewise. * nfs/ChangeLog: Likewise. * nfsd/ChangeLog: Likewise. * pfinet/ChangeLog: Likewise. * pflocal/ChangeLog: Likewise. * proc/ChangeLog: Likewise. * release/ChangeLog: Likewise. * serverboot/ChangeLog: Likewise. * storeio/ChangeLog: Likewise. * sutils/ChangeLog: Likewise. * term/ChangeLog: Likewise. * tmpfs/ChangeLog: Likewise. * trans/ChangeLog: Likewise. * ufs-fsck/ChangeLog: Likewise. * ufs-utils/ChangeLog: Likewise. * ufs/ChangeLog: Likewise. * usermux/ChangeLog: Likewise. * utils/ChangeLog: Likewise.
* 2009-04-03 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-04-021-0/+5
| | | | | * exec.c (prepare): Call PREPARE_STREAM earlier to permit calling finish_mapping on E even after errors, as is already done in do_exec.
* * elfcore.c (TIME_VALUE_TO_TIMESPEC): Completely implement instead ofSamuel Thibault2008-06-101-0/+7
| | | | | | casting `time_value *' into `struct timeval *'. (dump_core): Reimplement timeradd instead of casting `time_value *' into `struct timeval *'.
* .Roland McGrath2004-10-221-0/+7
|
* .Roland McGrath2004-09-261-0/+8
|
* .Roland McGrath2004-02-111-0/+6
|
* .Roland McGrath2004-02-101-0/+15
|
* .Roland McGrath2002-09-171-0/+5
|
* .Roland McGrath2002-06-131-0/+4
|
* .Roland McGrath2002-05-291-0/+6
|
* .Roland McGrath2002-05-101-0/+5
|
* .Roland McGrath2002-05-031-0/+6
|
* .Roland McGrath2002-04-271-0/+6
|
* .Roland McGrath2002-03-111-0/+9
|
* .Roland McGrath2002-01-021-0/+5
|
* .Roland McGrath2002-01-021-0/+4
|
* .Roland McGrath2002-01-011-0/+4
|
* 2001-11-23 Roland McGrath <roland@frob.com>Roland McGrath2001-11-231-0/+5
| | | | | * gcore.c: File moved to ../utils. * Makefile (DIST_FILES): Remove it.
* .Roland McGrath2001-06-161-0/+4
|
* .Roland McGrath2001-06-161-0/+4
|
* auth/Marcus Brinkmann2001-02-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * auth.c (main): New variable ARGP defining a doc string. Pass address of ARGP to argp_parse(). exec/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * main.c: Change hurd version name from proc to exec. (main): Add period to doc string. ftpfs/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * ftpfs.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. hostmux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * hostmux.c: Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. usermux/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * usermux.c (options): Include <version.h>. Add global variable ARGP_PROGRAM_VERSION. Add period to DOC. trans/ 2001-02-12 Marcus Brinkmann <marcus@gnu.org> * fifo.c: Make version string say `fifo', not `null'. Add period to doc text in ARGP. * firmlink.c: Add period to doc text in ARGP_DOC, convert semi-colon to colon. * magic.c (options): Add period to DOC. * new-fifo.c (fifo_trans_parse_args): Add doc string to ARGP. Include <version.h>, new global variable ARGP_PROGRAM_VERSION. * crash.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. * hello.c: Include <version.h>, add global variable ARGP_PROGRAM_VERSION. (hello_argp): Add doc string. * hello-mt.c: Likewise. * streamio.c: Add period to DOC. Change streamdev to streamio in version string. * password.c (main): Add period to doc string in ARGP.
* .Roland McGrath2000-10-011-1/+10
|
* * Makefile (HURDLIBS): Reorder libs such that the threads libMark Kettenis2000-07-261-0/+7
| | | | | | comes before the ports lib. This makes sure the functions in libthreads properly override the stubs in libports with the new dynamic linker semantics in glibc 2.2.
* 2000-07-20 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-07-201-0/+5
| | | | | * hashexec.c (check_hashbang): Count characters in interp correctly. Fix from Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>.
* 2000-03-23 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2000-03-261-0/+5
| | | | | * exec.c (do_exec): Set interp.file to MACH_PORT_NULL before the first `goto out'.
* .Roland McGrath2000-03-201-0/+9
|
* .Roland McGrath2000-03-171-1/+6
|
* *** empty log message ***Thomas Bushnell2000-03-171-1/+1
|
* 2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell2000-03-171-0/+4
| | | | * main.c (S_exec_init): Don't use MOVE_SEND in Hurd RPC.
* .Roland McGrath2000-03-171-0/+4
|
* .Roland McGrath2000-03-131-0/+11
|
* .Roland McGrath2000-03-131-0/+17
|
* .Roland McGrath2000-03-131-0/+2
|
* .Roland McGrath2000-03-131-0/+2
|
* .Roland McGrath2000-03-131-0/+13
|
* .Roland McGrath2000-03-131-0/+12
|
* .Roland McGrath2000-03-101-0/+5
|
* .Roland McGrath2000-02-281-0/+9
|
* .Roland McGrath1999-11-081-0/+6
|
* ChangeLogRoland McGrath1999-09-131-0/+4
|
* .Roland McGrath1999-07-181-0/+4
|
* .Roland McGrath1999-07-111-8/+12
|
* 1999-07-06 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-111-0/+8
| | | | | | | | * exec.c (load_section): Use mmap instead of vm_allocate when allocating in mach_task_self (). (servercopy): Likewise. (do_exec): Likewise. * hashexec.c (check_hashbang): Likewise.
* .Roland McGrath1999-07-111-0/+6
|
* .Roland McGrath1999-07-101-0/+14
|
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-0/+15
| | | | | | | | | | | | | | | * core.c (core_dump_task): Use munmap instead of vm_deallocate, when it's from our own task. * elfcore.c: Likewise. * exec.c (load_section): Likewise. (map): Likewise. (close_exec_stream): Likewise. (finish_mapping): Likewise. (load): Likewise. (do_exec): Likewise. (S_exec_setexecdata): Likewise. * hashexec.c (check_hashbang): Likewise. * main.c (deadboot): Likewise.
* .Roland McGrath1999-06-041-0/+5
|
* .Roland McGrath1999-05-161-0/+4
|
* .Roland McGrath1999-05-151-1/+6
|
* 1998-09-05 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell1999-04-301-0/+9
| | | | | | | | | * do-bunzip2.c: New file. * exec.c (check_bzip2): New function. (BZIP2): New cpp symbol. If defined, bunzip2 engine is enabled. * Makefile (bzip2-objects): New variable. (OBJS): Add bzip2-objects. (CPPFLAGS): Add -DBZIP2.