summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Implement -q option for pgrep(1).pjd2010-02-122-5/+20
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-082-2/+4
* Make sure that FTS_COMFOLLOW is not set when the -P option is in effect.jh2010-02-081-2/+6
* Tell the compiler these structures are aligned to a byte boundary.imp2010-02-073-7/+5
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.jilles2010-02-062-1/+8
* Arm doesn't seem to need such kit gloves. Bump the warnings to 3 hereimp2010-02-041-2/+0
* Fixes for ls(1) long format (-l) output:jh2010-01-243-21/+50
* Print full path in the error message. It's possible that fts(3)jh2010-01-241-1/+1
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-2/+2
* Raise WARNS for various tools where possible.ed2010-01-171-1/+0
* Implement an "-x" option to cp(1), for compatibility with Linux andgavin2010-01-173-7/+12
* Port everything in bin/ from utmp to utmpx.ed2010-01-133-12/+3
* Let csh(1) use utmpx instead of utmp.ed2010-01-132-5/+6
* Committed the wrong version in r201484. This time really fix the "-t"obrien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),obrien2010-01-041-3/+4
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-5/+11
* sh: Fix some bugs with backquoted builtins:jilles2010-01-016-21/+23
* sh(1): document ulimit -w (swapuse rlimit).jilles2009-12-311-2/+5
* sh(1): Correct two places where "$@" lacked necessary quotes.jilles2009-12-311-2/+2
* sh: Use PATH= assignment in type.jilles2009-12-311-1/+1
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-7/+14
* sh: Ensure funcnest is decremented if there was an error in the function.jilles2009-12-301-2/+3
* Fix memory leak when parsing backticks (``).jilles2009-12-301-13/+23
* sh: arith: Return only 0 and 1 from && and ||.jilles2009-12-301-2/+2
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* Add missing `void' for function without arguments.ed2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-8/+8
* sh: Change varinit to use const better.jilles2009-12-271-13/+13
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-2721-100/+98
* Remove declaration of function that no longer exists.jilles2009-12-261-1/+0
* Fix breakage introduced in last commit.trasz2009-12-261-1/+1
* Improve ACL branding mismatch detection and reporting in some rare cases,trasz2009-12-264-8/+32
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-253-3/+5
OpenPOWER on IntegriCloud