aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Make sure to popredir() even if a function caused an error.Jilles Tjoelker2010-03-061-1/+3
* sh: Make sure to popredir() even if a special builtin caused an error.Jilles Tjoelker2010-03-061-2/+3
* sh: Improve the command builtin:Jilles Tjoelker2010-03-064-43/+90
* Update the list of the process flags. Note that the lists of pendingKonstantin Belousov2010-03-051-3/+15
* ed(1): make WARNS=6 cleanUlrich Spörlein2010-03-042-7/+1
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-022-14/+0
* Do not restrict the allowed signals that can be specified by numberKonstantin Belousov2010-02-251-1/+1
* Fix expansion of \W in prompt strings when the working directory is "/".Jaakko Heinonen2010-02-241-1/+1
* Bump WARNS where possible.Ulrich Spörlein2010-02-151-1/+1
* - Implement -q option for pgrep(1).Pawel Jakub Dawidek2010-02-122-5/+20
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-082-2/+4
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.Jaakko Heinonen2010-02-081-2/+6
* Tell the compiler these structures are aligned to a byte boundary.Warner Losh2010-02-073-7/+5
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.Jilles Tjoelker2010-02-062-1/+8
* Arm doesn't seem to need such kit gloves. Bump the warnings to 3 hereWarner Losh2010-02-041-2/+0
* Fixes for ls(1) long format (-l) output:Jaakko Heinonen2010-01-243-21/+50
* Print full path in the error message. It's possible that fts(3)Jaakko Heinonen2010-01-241-1/+1
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
* Implement an "-x" option to cp(1), for compatibility with Linux andGavin Atkinson2010-01-173-7/+12
* Port everything in bin/ from utmp to utmpx.Ed Schouten2010-01-133-12/+3
* Let csh(1) use utmpx instead of utmp.Ed Schouten2010-01-132-5/+6
* Committed the wrong version in r201484. This time really fix the "-t"David E. O'Brien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),David E. O'Brien2010-01-041-3/+4
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.Jilles Tjoelker2010-01-031-5/+11
* sh: Fix some bugs with backquoted builtins:Jilles Tjoelker2010-01-016-21/+23
* sh(1): document ulimit -w (swapuse rlimit).Jilles Tjoelker2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.Jilles Tjoelker2009-12-311-2/+2
* sh: Use PATH= assignment in type.Jilles Tjoelker2009-12-311-1/+1