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
/
bin
/
sh
/
jobs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sh: Remove special code for shell scripts without magic number.
jilles
2011-02-04
1
-16
/
+0
*
sh: Send messages about signals to stderr.
jilles
2011-01-30
1
-5
/
+5
*
sh: Fix signal messages being sent to the wrong file sometimes.
jilles
2011-01-18
1
-0
/
+1
*
sh: Add kill builtin.
jilles
2010-12-21
1
-0
/
+8
*
sh: Various simplifications to jobs.c:
jilles
2010-12-12
1
-11
/
+5
*
sh: Improve internal-representation-to-text code to avoid binary output.
jilles
2010-12-06
1
-3
/
+36
*
sh: POSIX says there should not be a space between Done and (exitstatus).
jilles
2010-12-05
1
-1
/
+1
*
sh: Improve jobs output of pipelines.
jilles
2010-12-05
1
-66
/
+83
*
sh: Avoid marking a job as done before it is fully created.
jilles
2010-12-05
1
-2
/
+2
*
sh: jobs -p: Do not ask the kernel for the pgid.
jilles
2010-12-05
1
-4
/
+1
*
sh: Use <stddef.h> rather than <sys/stddef.h>.
jilles
2010-10-16
1
-1
/
+1
*
In the spirit of r90111, depend on c89 and remove the "STATIC" macro
obrien
2010-10-13
1
-24
/
+24
*
Make DEBUG traces 64-bit clean:
jhb
2010-10-13
1
-13
/
+13
*
Consistently use "STATIC" for all functions in order to be able to set
obrien
2010-10-13
1
-6
/
+6
*
sh: Forget about terminated background processes sooner.
jilles
2010-06-29
1
-5
/
+56
*
sh: Pass through SIGINT from a child if interactive and job control
jilles
2010-06-06
1
-0
/
+6
*
sh: Reap any zombies before forking for a background command.
jilles
2010-05-24
1
-1
/
+13
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
jilles
2009-12-27
1
-4
/
+5
*
sh: Do not run callers' exception handlers in subshells.
jilles
2009-12-25
1
-0
/
+1
*
sh: Some changes to stderr flushing:
jilles
2009-11-21
1
-2
/
+2
*
Add the POSIX option -p to the jobs builtin command. It prints the PID of the
stefanf
2006-10-07
1
-17
/
+23
*
Remove some white space at EOL.
schweikh
2006-02-04
1
-2
/
+2
*
o Now when SIG_IGN signal action for SIGCHLD reap zombies
maxim
2005-12-14
1
-0
/
+2
*
Print pointers with %p rather than casting them to long.
stefanf
2005-09-05
1
-2
/
+2
*
o Terminate an endless loop sh -T goes into in dowait() around waitproc().
maxim
2004-12-02
1
-1
/
+2
*
Remove clause 3 from the UCB licenses.
markm
2004-04-06
1
-4
/
+0
*
Commit fix sent by Tor Egge <Tor.Egge@cvsup.no.freebsd.org>
cracauer
2004-02-05
1
-1
/
+1
*
Use sys_nsig instead of NSIG for the length of the signal arrays. This
njl
2004-01-28
1
-2
/
+2
*
Changes following CScout analysis:
dds
2003-07-05
1
-4
/
+4
*
Flush the output buffers before forking a child process to avoid
tjr
2003-03-17
1
-0
/
+1
*
Ensure that the TTY file descriptor is greater than or equal to 10 so that
tjr
2003-01-27
1
-1
/
+14
*
Make this compile with DEBUG defined now that WARNS=0 has been removed
tjr
2003-01-21
1
-1
/
+1
*
When job control is disabled, never show the job id when reporting the
tjr
2002-12-14
1
-1
/
+2
*
Use the %t format modifier to print differences between
mux
2002-10-01
1
-1
/
+1
*
Correct a usage of fnctl that could not be right and results in a
nectar
2002-09-11
1
-1
/
+1
*
Don't show the process ID of background jobs that have terminated,
tjr
2002-08-24
1
-1
/
+1
*
Avoid accessing the current job's process table in the child part of
tjr
2002-08-18
1
-3
/
+5
*
Show job control ID, command text, etc. when foreground processes are
tjr
2002-08-17
1
-7
/
+2
*
Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown
tjr
2002-07-25
1
-0
/
+1
*
Remove broken and incomplete support for old releases of System V,
tjr
2002-07-19
1
-61
/
+0
*
Avoid using ints or shorts to store process id's, use pid_t instead.
tjr
2002-07-18
1
-20
/
+21
*
Make the message that is printed when the foreground process is terminated
tjr
2002-07-18
1
-2
/
+23
*
Don't assume the shell's controlling terminal is attached to file descriptor
tjr
2002-07-11
1
-8
/
+27
*
Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;
tjr
2002-07-11
1
-40
/
+0
*
When growing the job table, don't relocate the jobmru pointer if it's NULL.
tjr
2002-07-11
1
-1
/
+2
*
Print out commands with NTOFD/NFROMFD redirections that close the
tjr
2002-07-09
1
-1
/
+4
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Remove two unused variables.
jmallett
2002-06-20
1
-2
/
+0
*
Display job status correctly when a pipeline is suspended.
tjr
2002-06-04
1
-6
/
+8
*
Describe finished jobs as "Done", not "Exit" (SUSv3)
tjr
2002-06-04
1
-1
/
+5
[next]