aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* -mdoc sweep.Ruslan Ermilov2005-11-175-27/+18
* Having three options (-a, -A, -I) controlling the output of dottedRuslan Ermilov2005-11-163-20/+14
* Mention the non-standardness of the -I option in ls(1).Maxime Henrion2005-11-101-1/+2
* Add a -I option to disable the automatic -A flag for the super-user.Maxime Henrion2005-11-102-9/+25
* Add `local' and `return' to the list of built-ins.Jesus R. Camou2005-11-031-0/+8
* Note which options are not part of the standards.Tom Rhodes2005-11-011-1/+12
* Include disabled options in the output of 'set +o'. POSIX says the output ofStefan Farfeleder2005-10-291-11/+8
* Document command -v and -V.Stefan Farfeleder2005-10-291-2/+39
* Document that read -t timeout returns 1 if the timeout elapses.Stefan Farfeleder2005-10-291-1/+1
* Add the POSIX options -v and -V to the 'command' builtin. Both describe theStefan Farfeleder2005-10-283-13/+67
* Protect malloc, realloc and free calls with INT{ON,OFF} directly in chkalloc,Stefan Farfeleder2005-10-283-4/+19
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historyStefan Farfeleder2005-10-191-1/+1
* Give .Dd a tummy rub, forgotten on my last commit.Doug Barton2005-09-301-1/+1
* Handle the case where the -P flag is specified for a read-only fileDoug Barton2005-09-292-4/+9
* Bump up BUFSIZE from 4k to 8k. This was requested by portmgr@ to allowMark Peek2005-09-221-0/+1
* Add a "-q" quiet flag to kenv so that warnings can be suppressed.Robert Watson2005-09-132-9/+20
* Elaborate on the behaviour of set -e.Stefan Farfeleder2005-09-101-2/+7
* Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwantedStefan Farfeleder2005-09-101-8/+8
* Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixesStefan Farfeleder2005-09-101-1/+1
* Exit the shell if a pipeline that is not preceded by ! fails and set -e isStefan Farfeleder2005-09-101-3/+7
* Split the export synopsis into two lines as -p cannot be mixed with variableStefan Farfeleder2005-09-091-2/+3
* - Provide a reasonable error message for `export -p var'.Stefan Farfeleder2005-09-091-1/+3
* Fix the error message if the mask that is passed to umask -S containsStefan Farfeleder2005-09-091-1/+1
* Mention that uuidgen(1) generates DCE version 1 UUIDs onlyRalf S. Engelschall2005-09-071-2/+3
* fix typos: decribed -> described, preceeded -> precededRalf S. Engelschall2005-09-061-3/+3
* Various small code cleanups resulting from a code reviewingRalf S. Engelschall2005-09-063-12/+4
* fix typo: ommitted -> omittedRalf S. Engelschall2005-09-061-1/+1
* Print pointers with %p rather than casting them to long.Stefan Farfeleder2005-09-052-5/+5
* Attempt to complete the userspace integration of POSIX.1e extended ACLs.Christian S.J. Peron2005-09-054-2/+104
* Document that `in word ...' is optional in the for command.Stefan Farfeleder2005-09-031-2/+7
* Return 1 from the unalias builtin if _any_ removal fails, not just the lastStefan Farfeleder2005-09-021-1/+1
* Remove extra getenv() declaration.Stefan Farfeleder2005-09-021-1/+0
* Document that unalias can be used to remove several alias names.Stefan Farfeleder2005-09-021-5/+3
* Improved descriptions of block size handling.Gary W. Swearingen2005-08-311-37/+48
* Wrap a line due to a new sentence.Jesus R. Camou2005-08-291-1/+2
* o Discuss the ways to escape an alias.Jesus R. Camou2005-08-291-4/+16
* Document umask's -S option.Stefan Farfeleder2005-08-171-3/+8
* Remove a hack for an ancient gdb.Stefan Farfeleder2005-08-151-13/+4
* Recent cleanups made it possible to bump WARNS to 3.Stefan Farfeleder2005-08-141-1/+1
* Put the comparison with PEOF into a new macro is_eof(). Don't use it if theStefan Farfeleder2005-08-132-6/+8
* Declare echocmd() and testcmd().Stefan Farfeleder2005-08-131-0/+2
* Use assignment rather than comparison.Stefan Farfeleder2005-08-131-2/+2
* - Provide all initialisers for a struct event.Stefan Farfeleder2005-08-131-5/+6
* First declare the functions to pacify -Wmissing-prototypes.Stefan Farfeleder2005-08-131-0/+4
* Include missing headers.Stefan Farfeleder2005-08-132-0/+2
* Use prototypes in the MKINIT lines collected by mkinit.Stefan Farfeleder2005-08-133-3/+3
* Use prototypes in the generated builtins.{c,h} files.Stefan Farfeleder2005-08-131-3/+3
* cvs -d stefanf@ncvs.FreeBSD.org:/home/ncvsStefan Farfeleder2005-08-133-5/+9
* El_parse's third parameter is now const-qualified, add a cast.Stefan Farfeleder2005-08-111-1/+1
* Fix a comment.Stefan Farfeleder2005-08-071-1/+1