summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge OpenBSD revisions 1.4 through 1.9, mostly style cleanups.delphij2010-03-301-8/+9
* Remove unused files.delphij2010-03-303-617/+0
* Change all our own code to use st_*tim instead of st_*timespec.ed2010-03-284-41/+41
* o) Add a keyword to displaying elapsed time in integer seconds, "etimes".jmallett2010-03-174-2/+25
* sh: Do not abort on a redirection error on a compound command.jilles2010-03-141-4/+42
* sh: Do not abort on a redirection error if there is no command word.jilles2010-03-131-1/+7
* sh: Fix longjmp clobber warnings in parser.c.jilles2010-03-131-166/+162
* Switch to our preferred license text.joel2010-03-078-64/+64
* sh: Make sure to popredir() even if a function caused an error.jilles2010-03-061-1/+3
* sh: Make sure to popredir() even if a special builtin caused an error.jilles2010-03-061-2/+3
* sh: Improve the command builtin:jilles2010-03-064-43/+90
* Update the list of the process flags. Note that the lists of pendingkib2010-03-051-3/+15
* ed(1): make WARNS=6 cleanuqs2010-03-042-7/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-022-14/+0
* Do not restrict the allowed signals that can be specified by numberkib2010-02-251-1/+1
* Fix expansion of \W in prompt strings when the working directory is "/".jh2010-02-241-1/+1
* Bump WARNS where possible.uqs2010-02-151-1/+1
OpenPOWER on IntegriCloud