RCS file: execl.c,v
Working file: execl.c
head: 1.5
branch:
locks: strict
root: 1.5
access list:
symbolic names:
keyword substitution: kv
total revisions: 5; selected revisions: 5
description:
this a program to replace a process using execl
----------------------------
revision 1.5 locked by: root;
date: 2014/10/16 13:03:06; author: root; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.4
date: 2014/10/16 12:55:05; author: root; state: Exp; lines: +1 -1
correcte name of 1st argument
----------------------------
revision 1.3
date: 2014/10/16 12:25:54; author: root; state: Exp; lines: +1 -1
fprintf changed to sprintf
----------------------------
revision 1.2
date: 2014/10/16 12:17:22; author: root; state: Exp; lines: +36 -0
fd of open file sent to replaced process
----------------------------
revision 1.1
date: 2014/10/16 11:04:47; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: header.h,v
Working file: header.h
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
this is a header to execl.c
----------------------------
revision 1.3 locked by: root;
date: 2014/10/16 12:21:19; author: root; state: Exp; lines: +3 -1
fcntl.h included
implemented sys/types.h
implemented sys/stat.h
----------------------------
revision 1.2
date: 2014/10/16 12:16:36; author: root; state: Exp; lines: +3 -0
stdlib.h included
unistd.h included
----------------------------
revision 1.1
date: 2014/10/16 11:03:15; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: wait.c,v
Working file: wait.c
head: 1.9
branch:
locks: strict
root: 1.9
access list:
symbolic names:
keyword substitution: kv
total revisions: 9; selected revisions: 9
description:
This is a program to check function of wait()
----------------------------
revision 1.9 locked by: root;
date: 2014/10/16 06:43:35; author: root; state: Exp; lines: +0 -1
removed break statements
----------------------------
revision 1.8
date: 2014/10/16 06:42:26; author: root; state: Exp; lines: +2 -1
exit_code declared
----------------------------
revision 1.7
date: 2014/10/16 06:39:28; author: root; state: Exp; lines: +21 -6
Included WIFEXITED macro
Included WEXITSTATUS macro
----------------------------
revision 1.6
date: 2014/10/16 06:08:08; author: root; state: Exp; lines: +10 -3
printed message for parent process
----------------------------
revision 1.5
date: 2014/10/16 06:01:37; author: root; state: Exp; lines: +4 -3
argument of msg created
----------------------------
revision 1.4
date: 2014/10/15 06:38:48; author: root; state: Exp; lines: +4 -2
sleep() statement included
----------------------------
revision 1.3
date: 2014/10/15 06:34:38; author: root; state: Exp; lines: +2 -2
declared n
----------------------------
revision 1.2
date: 2014/10/15 06:31:26; author: root; state: Exp; lines: +6 -2
wait() function is included
----------------------------
revision 1.1
date: 2014/10/15 06:23:50; author: root; state: Exp;
Initial revision
=============================================================================
It looks like you're new here. If you want to get involved, click one of these buttons!