summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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
OpenPOWER on IntegriCloud