index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
job.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the "..." special command. If this command is found all further
harti
2005-07-19
1
-1
/
+1
*
The caller of Var_Value() should not change the variable value. Make
harti
2005-05-24
1
-1
/
+1
*
Get rid of the third argument to Var_Value() the pointer it pointed
harti
2005-05-24
1
-17
/
+5
*
Factor out ProcExec() into its own file and rename it to Proc_Exec() for
harti
2005-05-24
1
-121
/
+4
*
Factor out all the .SHELL parsing related stuff into its own file and
harti
2005-05-24
1
-472
/
+1
*
Use the name of the default shell instead of a numeric index to select
harti
2005-05-24
1
-1
/
+1
*
Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")
harti
2005-05-24
1
-8
/
+13
*
Before doing any parsing parse the builtin shell specifications and
harti
2005-05-24
1
-178
/
+195
*
Allow the .SHELL target to specify the list of shell meta characters and
harti
2005-05-24
1
-289
/
+305
*
Get rid of global variables for argument vectors produced by brk_string()
harti
2005-05-18
1
-35
/
+38
*
Get rid of the ReturnStatus obscuration that was anyway used only
harti
2005-05-18
1
-9
/
+9
*
Make Shell_Init() static - it's only used here.
harti
2005-05-13
1
-9
/
+9
*
Include <err.h>. On my system CVS Make(1) has an implicit declaration of
jmallett
2005-05-12
1
-0
/
+1
*
Get rid of the warning about vfork() clobbering variables.
harti
2005-05-12
1
-4
/
+9
*
Do mktemp() by hand to get rid of the mktemp() warning and the
harti
2005-05-12
1
-17
/
+102
*
The first element of the vector built by brk_string() is never
harti
2005-05-12
1
-2
/
+7
*
Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")
harti
2005-05-12
1
-0
/
+32
*
Compat_RunCommand is used only in job.c so make it static there.
harti
2005-05-12
1
-1
/
+2
*
Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
harti
2005-05-12
1
-1
/
+6
*
Untwist the convoluted if() expressions in JobFinish(). They
harti
2005-05-12
1
-106
/
+174
*
Move some comments around to where they belong and remove some unneccessary
harti
2005-05-12
1
-39
/
+34
*
Convert Compat_RunCommand() to use ProcWait(). This also gives Cmd_Exec()
harti
2005-05-12
1
-73
/
+68
*
Make a function ProcWait() that waits for the given process.
harti
2005-05-12
1
-20
/
+31
*
Overhaul the fork(), exec() code. Put all the common handling that
harti
2005-05-12
1
-167
/
+222
*
Style: remove spaces before tabs.
harti
2005-05-10
1
-31
/
+31
*
Make shellPath and shellName static - they're used in job.c only.
harti
2005-05-10
1
-2
/
+2
*
Make the three versions of fork() more uniform.
harti
2005-05-10
1
-63
/
+63
*
Move the defines for TMPPAT and KQUEUE from the public job.h into job.c
harti
2005-05-10
1
-0
/
+12
*
Merge compat.c into job.c. There is a lot in common between these
harti
2005-05-10
1
-1
/
+702
*
Move Cmd_Exec() from main.c to job.c and fix its prototype. This
harti
2005-05-10
1
-0
/
+110
*
Split Var_Subst() into two functions: Var_SubstOnly() which substitutes
harti
2005-05-09
1
-5
/
+5
*
Mostly stylistic changes: remove the noPLen field from the Shell
harti
2005-04-07
1
-64
/
+67
*
There is not much sense in having an else after Punt() and _exit() which
harti
2005-04-05
1
-48
/
+56
*
Put parantheses into 'if (foo && bar & flag)'. While they are not strictly
harti
2005-04-05
1
-2
/
+2
*
Remove lots if irritating parantheses and fix two comments.
harti
2005-04-05
1
-28
/
+28
*
Remove the definition for STATIC and just use static.
harti
2005-04-05
1
-10
/
+8
*
Remove unneccessary local prototypes.
harti
2005-04-05
1
-7
/
+0
*
The static tfile is used only in one single function so move it into that
harti
2005-04-05
1
-6
/
+1
*
The tfile field of struct Job isn't used anymore since revision 1.22 so
harti
2005-04-05
1
-3
/
+0
*
Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs list
harti
2005-04-01
1
-40
/
+36
*
Both struct Job and struct Shell are only used inside job.c so there is
harti
2005-04-01
1
-11
/
+172
*
Style: fix indentation.
harti
2005-04-01
1
-1882
/
+1818
*
Simplify buffer access by using Buf_Data() and Buf_Peel() where
harti
2005-03-22
1
-4
/
+1
*
Replace Lst_Find calls with LST_FOREACH loops. This helps in
harti
2005-03-18
1
-23
/
+8
*
Replace Lst_ForEach by LST_FOREACH.
harti
2005-03-16
1
-36
/
+9
*
Remove leading underscores from the pathname defines. All identifiers
harti
2005-03-11
1
-2
/
+2
*
Use the LST_FOREACH macro instead of the Lst_ForEach function. This
harti
2005-03-02
1
-18
/
+24
*
Change the return value of Var_Subst to return a Buffer instead
harti
2005-02-25
1
-3
/
+15
*
Initialise the status variable. W_SETTERMSIG uses its value.
harti
2005-02-10
1
-0
/
+1
*
Use tabs to move to the comments instead of wild mixes of tabs and spaces.
harti
2005-02-04
1
-14
/
+14
[next]