summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.joel2010-07-311-1/+1
* Deal with proper format for printing time_t.kib2010-07-311-3/+5
* Report the time left for the sleep on SIGINFO.kib2010-07-311-19/+47
* kill: Stop processing if a syntactically invalid pid is encountered.jilles2010-07-291-4/+3
* Typo fix: s/ommited/omittedbcr2010-07-271-2/+2
* sh: Fix crash due to uninitialized here-document.jilles2010-07-251-0/+3
* Fix alignment for the 'flags' label, and make more room for 'tdev'.trasz2010-07-241-2/+2
* Add P_HASTHREADS flag description.trasz2010-07-241-1/+2
* sh: Allow a background command consisting solely of redirections.jilles2010-07-181-0/+1
* sh: There cannot be a TNOT in simplecmd(), remove checks.jilles2010-07-141-19/+3
* Add -l to the synopsisbrian2010-07-121-1/+1
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.jilles2010-07-021-12/+11
* sh: Forget about terminated background processes sooner.jilles2010-06-294-9/+66
* Recognise the -l switch with pkill - list kill command(s) used.brian2010-06-202-8/+16
* sh: Fix compilation with -DNO_HISTORY.jilles2010-06-191-0/+1
* sh: Add filename completion.jilles2010-06-151-0/+4
* More mdoc nitpicking to improve compatibility to mdocmluqs2010-06-111-1/+1
* sh: Pass through SIGINT from a child if interactive and job controljilles2010-06-061-0/+6
* Don't try to copy a socket after "xxx is a socket (not copied)." message.trasz2010-06-051-0/+1
* Explain that setting an absolute day value can fail and that the month shouldbrian2010-06-041-3/+11
* sh: Pass TERM changes to libedit.jilles2010-06-024-0/+22
* Zero struct before reading from ituqs2010-06-021-0/+1
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.jilles2010-05-301-0/+1
* sh: Change interaction of command substitution and here documents.jilles2010-05-301-4/+13
* sh: Recognize "--" in . and exec.jilles2010-05-282-2/+14
* sh(1): Rework documentation of shell variables.jilles2010-05-241-87/+118
* sh(1): Improve wording of 'Special Parameters' section.jilles2010-05-241-7/+3
* sh: Reap any zombies before forking for a background command.jilles2010-05-241-1/+13
* Fix back references in substitute command for pax(1)uqs2010-05-241-4/+4
* Update authors and history.trasz2010-05-131-1/+6
* sh: Fix pathname expansion with quoted slashes like *\/.jilles2010-05-111-9/+15
* sh(1): Fix "reserved word" vs "keyword" inconsistency.jilles2010-05-091-9/+9
* sh: Have only one copy of _PATH_STDPATH in the binary.jilles2010-05-081-3/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.jilles2010-05-053-7/+74
* sh: Use stalloc for arith variable names.jilles2010-04-253-24/+10
* symlink(7): Add lpathconf(2) and *at system calls.jilles2010-04-251-2/+27
* symlink(7): The ownership of symlinks is used by the system,jilles2010-04-251-3/+3
* ln: Allow a trailing slash when creating a link to a directory.jilles2010-04-211-14/+13
* ln: Refuse deleting a directory entry by hardlinking it to itself.jilles2010-04-171-2/+59
* sh: On startup of the shell, use PWD from the environment if it is valid.jilles2010-04-173-10/+24
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Update the list of the process flags for P_WKILLED.kib2010-04-131-1/+2
* sh: Partially revert r206146, allowing double-quotes in arithmetic.jilles2010-04-112-1/+5
* sh: Automatically enable -o emacs in interactive shells with terminals.jilles2010-04-052-3/+7
* sh: Document the expansion changes in the man page.jilles2010-04-041-2/+20
* sh: Do tilde expansion in substitutions.jilles2010-04-031-3/+3
* sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.jilles2010-04-031-1/+3
* sh: Remove special handling for ' and " in arithmetic.jilles2010-04-032-6/+1
* sh: Fix various things about expansions:jilles2010-04-031-73/+208
* sh: Treat unexpected newlines in substitutions as a syntax error.jilles2010-04-031-0/+4
OpenPOWER on IntegriCloud