aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctBruce Evans2002-08-221-5/+3
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-2125-75/+75
* Fix a few typos, among them s/builtin/built-in/ (except for the refJens Schweikhardt2002-08-211-36/+36
* mdoc(7) police: fixed the document date.Ruslan Ermilov2002-08-191-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* Avoid accessing the current job's process table in the child part ofTim J. Robbins2002-08-181-3/+5
* Show job control ID, command text, etc. when foreground processes areTim J. Robbins2002-08-171-7/+2
* Bump document date for the -n option.Johan Karlsson2002-08-161-1/+1
* o Backout rev. 1.40 and rev. 1.49.Maxim Konovalov2002-08-151-36/+34
* Claim conformance to 1003.2-1992 instead of 1003.1-2001 due to doubtsTim J. Robbins2002-08-121-1/+1
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-1/+1
* Allow redirections by themselves between "&&" and "||" operators.Tim J. Robbins2002-08-111-3/+2
* - Introduce a new struct xvfsconf, the userland version of struct vfsconf.Maxime Henrion2002-08-101-12/+21
* IPv6 support for rcp.Hajimu UMEMOTO2002-08-092-22/+42
* mdoc(7) police: tidying.Ruslan Ermilov2002-08-091-36/+9
* mdoc(7) police: whitespace nits.Ruslan Ermilov2002-08-091-2/+3
* mdoc(7) police: tidy up, bump document date on behalf of the -n option.Ruslan Ermilov2002-08-091-9/+9
* mdoc(7) police: grammar.Ruslan Ermilov2002-08-091-1/+1
* mdoc(7) police: kill hard sentence breaks and one double space.Ruslan Ermilov2002-08-091-5/+9
* Allow "-v -v" to mean very verbose.David E. O'Brien2002-08-042-4/+23
* Remove the last reference to NOUUCP - we don't have UUCP in the baseMark Murray2002-08-021-1/+1
* Fix an easy WARNS.Mark Murray2002-07-311-1/+1
* Fix some easy WARNS.Mark Murray2002-07-313-12/+12
* Give lint a small bit of help.Mark Murray2002-07-311-0/+2
* Make test check the tv_nsec part of a struct stat when comparingDavid Malone2002-07-271-8/+10
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionsTim J. Robbins2002-07-253-4/+17
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknownTim J. Robbins2002-07-255-2/+6
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.Tim J. Robbins2002-07-251-4/+3
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.Tim J. Robbins2002-07-251-1/+1
* Remove WARNS and WFORMAT overrides.Mark Peek2002-07-241-2/+0
* Avoid calling el_resize() from a signal handler, even though libeditTim J. Robbins2002-07-243-2/+11
* Catch SIGWINCH in interactive shells and call el_resize() to updateTim J. Robbins2002-07-231-0/+15
* Call el_source() to read the contents of .editrc when line editing is enabled.Tim J. Robbins2002-07-231-0/+1
* Add a `bind' builtin command, which is simply a wrapper around libedit'sTim J. Robbins2002-07-234-0/+24
* Add the -n option, which automatically answers "no" to the overwrite question.Johan Karlsson2002-07-234-12/+35
* Don't allow "||" or "&&" to be the first tokens of a command.Tim J. Robbins2002-07-221-0/+1
* Implement the P1003.2 `command' builtin command, which is used to suppressTim J. Robbins2002-07-214-4/+78
* Document that only one of the -n and -e options may be specified forTim J. Robbins2002-07-201-1/+11
* Remove broken and incomplete support for old releases of System V,Tim J. Robbins2002-07-197-236/+1
* Don't assume file descriptors fit in a short, use an int instead.Tim J. Robbins2002-07-181-1/+1
* Avoid using ints or shorts to store process id's, use pid_t instead.Tim J. Robbins2002-07-182-22/+23
* Make the message that is printed when the foreground process is terminatedTim J. Robbins2002-07-182-2/+24
* Revert previous delta, which is not required with rev 1.5 ofSheldon Hearn2002-07-153-3/+0
* Fix a couple of typos in a comment.Giorgos Keramidas2002-07-152-3/+3
* Complain if more than one file argument is given to unlink(1) like we didTim J. Robbins2002-07-121-1/+1
* Don't duplicate the description of the sticky bit that is alreadyGiorgos Keramidas2002-07-121-7/+4
* Fixed a printf format error that was fatal on alphas. Adding WFORMAT=0Bruce Evans2002-07-111-2/+1
* Set WFORMAT=0, because our compiler currently complains about NULLSheldon Hearn2002-07-113-0/+3
* Don't assume the shell's controlling terminal is attached to file descriptorTim J. Robbins2002-07-111-8/+27
* Remove support for the "old" tty driver by unifdef -UOLD_TTY_DRIVER;Tim J. Robbins2002-07-111-40/+0