aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).Jilles Tjoelker2009-12-313-7/+14
* sh: Ensure funcnest is decremented if there was an error in the function.Jilles Tjoelker2009-12-301-2/+3
* Fix memory leak when parsing backticks (``).Jilles Tjoelker2009-12-301-13/+23
* sh: arith: Return only 0 and 1 from && and ||.Jilles Tjoelker2009-12-301-2/+2
* Add missing `void' for function without arguments.Ed Schouten2009-12-291-1/+1
* Add missing `void' for function without arguments.Ed Schouten2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-8/+8
* sh: Change varinit to use const better.Jilles Tjoelker2009-12-271-13/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-2721-100/+98
* Remove declaration of function that no longer exists.Jilles Tjoelker2009-12-261-1/+0
* Fix breakage introduced in last commit.Edward Tomasz Napierala2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,Edward Tomasz Napierala2009-12-264-8/+32
* sh: Do not run callers' exception handlers in subshells.Jilles Tjoelker2009-12-253-3/+5
* sh: Do not consider a tilde-prefix with expansions in it.Jilles Tjoelker2009-12-251-2/+7
* sh: Add some __dead2 to indicate functions that do not return.Jilles Tjoelker2009-12-244-6/+6
* sh: Constify various strings.Jilles Tjoelker2009-12-2428-90/+92
* sh: Remove setting variables from dotcmd/exportcmd.Jilles Tjoelker2009-12-242-5/+0
* Plug a memory leak.Xin LI2009-12-211-0/+1
* Let date(1) use utmpx instead of logwtmp().Ed Schouten2009-12-052-5/+11
* Fix some cases where file descriptors from redirections leak to programs.Jilles Tjoelker2009-11-292-16/+7