summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide definition of CTRL in vi.c like we do for emacs.c.millert2021-03-121-1/+4
* groff complains about the word "An" in an Rs/Re block, believing it a macro,jmc2021-03-111-3/+3
* Add support for ^R (redraw) in insert mode too.millert2021-03-102-3/+9
* Fix redrawing of a multiline PS1 prompt in vi mode.millert2021-03-101-8/+9
* use a journal reference instead of cstr when possiblejsg2021-03-081-1/+9
* Add some references, most of these were removed when we stopped buildingjsg2021-03-083-6/+30
* Fix old ksh bug: wrong variable being looked up when value is provided.zhuk2021-03-051-2/+2
* cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha2020-12-111-3/+4
* cat(1): misc. style(9)cheloha2020-12-041-11/+11
* cat(1): simplify argv processing loopscheloha2020-12-041-39/+36
* cat(1): remove global 'filename' variablecheloha2020-12-031-8/+9
* replace the "write a floppy image" example with a more up to date one;jmc2020-10-291-5/+6
* In lib/libc/gen/charclass.h r1.3 guenther made cclasses const.tb2020-10-261-2/+2
* Add explicit casts to double to quiet a clang warning.millert2020-10-191-2/+2
* Explicitly skip a leading "/dev/" and do not rely on basename(3) andnaddy2020-10-151-3/+6
* If we are asked to print the total number of blocks, do so even ifmillert2020-10-072-17/+22
* I observed "csh i < file-containing-^T" to hit tenex(), which proceeds toderaadt2020-10-061-8/+15
* -f - can respresent both stdin and stdout; rework the text a littlejmc2020-10-051-7/+8
* Use ferror() to check for write error, not the fflush() return value.millert2020-10-031-2/+3
* Clear screen before redrawing the line with ^L, also in input mode.millert2020-09-202-29/+62
* Fix "$@" splitting with empty IFStb2020-09-131-17/+48
* Fix multiple variable definitions to avoid errors with -fno-common.mortimer2020-08-306-88/+174
* clang10 identifies an argv[] comparison against '\0' instead of NULL,deraadt2020-08-031-2/+2
* Collapse consecutive stars to avoid exponential behavior.millert2020-07-221-1/+4
* Clarify that csh's -f flag is not just about .cshrc.millert2020-07-081-6/+4
* Add support for set -o pipefailjca2020-07-074-7/+41
* Always print the directory name in -R mode; matches historical behavior.millert2020-07-061-2/+2
* Fix skipping of directories that begin with a '.' in -R mode.millert2020-07-061-2/+4
* Fix the exit code when eval()uating a || compound list, it wouldbenno2020-05-221-1/+7
* Change install images called *.fs to *.img. These are UFS filesystem images,deraadt2020-05-171-3/+3
* Use proper function pointer type instead of void *jca2020-05-081-5/+7
* in case we can't create intermediate directories because of permissions,espie2020-03-232-7/+9
* sleep(1): style(9) and other dustingcheloha2020-02-251-20/+17
* Enforce that TMOUT is an integer literal to prevent command execution fromtb2020-02-211-1/+5
* get rid of an awkward ellipsis noticed by Jan Stary; OK jmc@schwarze2020-02-141-5/+5
* Do not mark up punctuation (equal signs), get rid of needless .Xo and .Sm,schwarze2020-02-141-28/+18
* briefly mention /etc/examples/ in the FILES section of all theschwarze2020-02-101-3/+5
* drop historical section number as was done in psjsg2020-02-091-4/+3
* Make HISTORY more concise: historical section numbers are irrelevant.schwarze2020-02-081-5/+4
* Usually, -width Fl (which is 10n) is too wide and hence ugly.schwarze2020-01-165-22/+22
* Rev 1.17 of sub.c removed infinite loop detection from s command.bluhm2020-01-094-4/+3
* Rev 1.59 of main.c allows omission of addresses in a range.bluhm2020-01-0919-1/+53
* Rev 1.42 of main.c allows zero address for i command.bluhm2020-01-093-0/+3
* Delete tests for P_THREAD that predate the existence ofguenther2019-12-161-3/+1
* typo fix.nayden2019-11-291-2/+2
* some corrections to CDPATH;jmc2019-11-261-4/+6
* In cpio mode, when processing the -o switch, only set the archive formatnaddy2019-11-151-2/+3
* No need for <sys/uio.h> as writev(2) isn't used any more.jca2019-10-271-2/+1
* Don't fail hard if we can't preallocate history storage.jca2019-10-271-7/+15
* More Version 1 AT&T UNIX history.schwarze2019-09-061-2/+7