aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Allow a background command consisting solely of redirections.Jilles Tjoelker2010-07-181-0/+1
* sh: There cannot be a TNOT in simplecmd(), remove checks.Jilles Tjoelker2010-07-141-19/+3
* Add -l to the synopsisBrian Somers2010-07-121-1/+1
* sh: Use $PWD instead of getcwd() for the \w and \W prompt expansions.Jilles Tjoelker2010-07-021-12/+11
* sh: Forget about terminated background processes sooner.Jilles Tjoelker2010-06-294-9/+66
* Recognise the -l switch with pkill - list kill command(s) used.Brian Somers2010-06-202-8/+16
* sh: Fix compilation with -DNO_HISTORY.Jilles Tjoelker2010-06-191-0/+1
* sh: Add filename completion.Jilles Tjoelker2010-06-151-0/+4
* More mdoc nitpicking to improve compatibility to mdocmlUlrich Spörlein2010-06-111-1/+1
* sh: Pass through SIGINT from a child if interactive and job controlJilles Tjoelker2010-06-061-0/+6
* Don't try to copy a socket after "xxx is a socket (not copied)." message.Edward Tomasz Napierala2010-06-051-0/+1
* Explain that setting an absolute day value can fail and that the month shouldBrian Somers2010-06-041-3/+11
* sh: Pass TERM changes to libedit.Jilles Tjoelker2010-06-024-0/+22
* Zero struct before reading from itUlrich Spörlein2010-06-021-0/+1
* sh: Fix a crash if a heredoc was not properly ended and parsing continued.Jilles Tjoelker2010-05-301-0/+1
* sh: Change interaction of command substitution and here documents.Jilles Tjoelker2010-05-301-4/+13
* sh: Recognize "--" in . and exec.Jilles Tjoelker2010-05-282-2/+14
* sh(1): Rework documentation of shell variables.Jilles Tjoelker2010-05-241-87/+118
* sh(1): Improve wording of 'Special Parameters' section.Jilles Tjoelker2010-05-241-7/+3
* sh: Reap any zombies before forking for a background command.Jilles Tjoelker2010-05-241-1/+13
* Fix back references in substitute command for pax(1)Ulrich Spörlein2010-05-241-4/+4
* Update authors and history.Edward Tomasz Napierala2010-05-131-1/+6
* sh: Fix pathname expansion with quoted slashes like *\/.Jilles Tjoelker2010-05-111-9/+15
* sh(1): Fix "reserved word" vs "keyword" inconsistency.Jilles Tjoelker2010-05-091-9/+9
* sh: Have only one copy of _PATH_STDPATH in the binary.Jilles Tjoelker2010-05-081-3/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.Jilles Tjoelker2010-05-053-7/+74
* sh: Use stalloc for arith variable names.Jilles Tjoelker2010-04-253-24/+10
* symlink(7): Add lpathconf(2) and *at system calls.Jilles Tjoelker2010-04-251-2/+27
* symlink(7): The ownership of symlinks is used by the system,Jilles Tjoelker2010-04-251-3/+3
* ln: Allow a trailing slash when creating a link to a directory.Jilles Tjoelker2010-04-211-14/+13
* ln: Refuse deleting a directory entry by hardlinking it to itself.Jilles Tjoelker2010-04-171-2/+59
* sh: On startup of the shell, use PWD from the environment if it is valid.Jilles Tjoelker2010-04-173-10/+24
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Update the list of the process flags for P_WKILLED.Konstantin Belousov2010-04-131-1/+2
* sh: Partially revert r206146, allowing double-quotes in arithmetic.Jilles Tjoelker2010-04-112-1/+5
* sh: Automatically enable -o emacs in interactive shells with terminals.Jilles Tjoelker2010-04-052-3/+7
* sh: Document the expansion changes in the man page.Jilles Tjoelker2010-04-041-2/+20
* sh: Do tilde expansion in substitutions.Jilles Tjoelker2010-04-031-3/+3
* sh: Allow quoting pattern match characters in ${v%pat} and ${v#pat}.Jilles Tjoelker2010-04-031-1/+3
* sh: Remove special handling for ' and " in arithmetic.Jilles Tjoelker2010-04-032-6/+1
* sh: Fix various things about expansions:Jilles Tjoelker2010-04-031-73/+208
* sh: Treat unexpected newlines in substitutions as a syntax error.Jilles Tjoelker2010-04-031-0/+4
* Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.Xin LI2010-03-301-8/+9
* Remove unused files.Xin LI2010-03-303-617/+0
* Change all our own code to use st_*tim instead of st_*timespec.Ed Schouten2010-03-284-41/+41
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".Juli Mallett2010-03-174-2/+25
* sh: Do not abort on a redirection error on a compound command.Jilles Tjoelker2010-03-141-4/+42
* sh: Do not abort on a redirection error if there is no command word.Jilles Tjoelker2010-03-131-1/+7
* sh: Fix longjmp clobber warnings in parser.c.Jilles Tjoelker2010-03-131-166/+162
* Switch to our preferred license text.Joel Dahl2010-03-078-64/+64