summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Updated dependenciessjg2013-10-132-106/+0
* Merge from headsjg2013-09-0556-1152/+583
|\
| * sh: Make return return from the closest function or dot script.jilles2013-09-044-15/+10
| * sh: Fix race condition with signals and wait or set -T.jilles2013-09-024-31/+20
| * sh: Simplify list() in the parser.jilles2013-08-301-21/+22
| * sh: Separate out nbinary allocation into a function.jilles2013-08-301-21/+22
| * sh: Use makename() where possible.jilles2013-08-301-22/+5
| * sh: Add a function for the case where one token is required in the parse.jilles2013-08-301-31/+23
| * sh: Recognize "--" as end of options in type builtin.jilles2013-08-301-0/+2
| * sh: Cast -1 to pointer rather than pointer to variable of wrong type.jilles2013-08-302-5/+3
| * Add the ability to display the default FIB number for a process to thewill2013-08-262-0/+4
| * sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-3/+5
| * sh: Disallow empty simple commands.jilles2013-08-251-8/+4
| * sh: Reject ++ and -- in arithmetic.jilles2013-08-241-0/+4
| * sh: Do not prematurely discard stopped jobs in a wait builtin.jilles2013-08-241-5/+1
| * Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-212-3/+22
| * sh: Remove unnecessary reset functions.jilles2013-08-166-25/+1
| * sh: Recognize "--" as end of options in bg/fg/jobid builtins.jilles2013-08-161-6/+9
| * sh: Recognize "--" as end of options in local builtin.jilles2013-08-141-0/+1
| * sh: Allow a lone redirection before '|', ';;' or ';&'.jilles2013-08-141-0/+3
| * Add -c flag to pgrep(1) and pkill(1), to match login classes.trasz2013-08-092-8/+42
| * sh: Remove an incorrect comment.jilles2013-07-251-1/+1
| * sh: Remove #define MKINIT.jilles2013-07-257-11/+9
| * sh: Remove mkinit.jilles2013-07-2514-576/+32
| * sh: Remove output.c's reset() handler.jilles2013-07-251-19/+0
| * sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-1/+1
| * Fix a -Wunsequenced warning.kientzle2013-06-291-1/+1
| * sh: Do not close(-1) if pipe() fails.jilles2013-06-281-1/+2
| * sh(1): A subshell environment has its own rlimits (ulimit).jilles2013-06-141-1/+4
| * sleep: Explain in a comment why the [EINTR] check is there.jilles2013-06-051-0/+6
| * sh(1): Document new features in wait builtin.jilles2013-06-051-4/+9
| * sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-051-5/+19
| * sh: Allow multiple operands in wait builtin.jilles2013-06-051-6/+18
| * Add 'static' where able.eadler2013-06-021-4/+4
| * test(1): Add information about replacing -nt/-ot.jilles2013-05-311-0/+16
| * test(1): List non-standard primaries.jilles2013-05-311-1/+12
| * test: Remove -ntXY and -otXY primaries.jilles2013-05-312-215/+27
| * sleep: Improve nanosleep() error handling:jilles2013-05-281-2/+3
| * Complete revision 243104.grog2013-05-171-1/+3
| * Constify parameters, no functional or binary change.delphij2013-05-151-6/+6
| * mdoc sweep.joel2013-05-121-2/+2
| * sh: Remove linked list of stack marks.jilles2013-05-112-18/+3
| * Make dd's signal handler async safe.eadler2013-05-106-20/+22
| * Fix two typoseadler2013-05-091-2/+2
| * sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.jilles2013-05-054-17/+11
| * sh: Improve error handling in read builtin:jilles2013-05-032-5/+29
| * Mark usage() __dead2eadler2013-04-281-1/+1
| * Remove cast that was only required for K&R C.eadler2013-04-281-1/+1
| * Add missing static qualifierseadler2013-04-271-2/+2
| * sh: Don't consider jobs -s/-p as reporting the status of jobs.jilles2013-04-271-7/+9
OpenPOWER on IntegriCloud