summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-23stty(1) can't be pledged for all modes, but it can be unveiled. the only file toRicardo Mestre
2021-10-15Don't declare variables as "unsigned char *" that are passed toChristian Weisgerber
2021-10-09In ksh(1) emacs search-history mode, emitting a NUL character causesAlexander Hall
2021-08-31add support for obtaining sense status and source slot of a mediaRobert Nagy
2021-08-28/bin/ps: Implement reporting of supplemental groupsChristopher Zimmermann
2021-08-11If the -f argument includes %s, we need to use timegm(3) ratherIngo Schwarze
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-07-05Do not permit an empty list between "while" and "do".Todd C. Miller
2021-07-02Before calling setrlimit(), pull cur up to max.Theo de Raadt
2021-06-27In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify allIngo Schwarze
2021-06-26delete extra explanations in the usage: messages which are describedTheo de Raadt
2021-06-1432-bit systems incorrectly parse the (64-bit) length of ustar extendedTheo de Raadt
2021-05-04shell scripts should use getopts instead of getoptChristian Weisgerber
2021-04-29Use a universally understood example time (with AM, which is even easierTheo de Raadt
2021-04-05Remove unused variableskn
2021-03-12Provide definition of CTRL in vi.c like we do for emacs.c.Todd C. Miller
2021-03-11groff complains about the word "An" in an Rs/Re block, believing it a macro,Jason McIntyre
2021-03-10Add support for ^R (redraw) in insert mode too.Todd C. Miller
2021-03-10Fix redrawing of a multiline PS1 prompt in vi mode.Todd C. Miller
2021-03-08use a journal reference instead of cstr when possibleJonathan Gray
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-05Fix old ksh bug: wrong variable being looked up when value is provided.Vadim Zhukov
2020-12-11cat(1): -n flag: correctly enumerate files with more than INT_MAX linescheloha
2020-12-04cat(1): misc. style(9)cheloha
2020-12-04cat(1): simplify argv processing loopscheloha
2020-12-03cat(1): remove global 'filename' variablecheloha
2020-10-29replace the "write a floppy image" example with a more up to date one;Jason McIntyre
2020-10-26In lib/libc/gen/charclass.h r1.3 guenther made cclasses const.Theo Buehler
2020-10-19Add explicit casts to double to quiet a clang warning.Todd C. Miller
2020-10-15Explicitly skip a leading "/dev/" and do not rely on basename(3) andChristian Weisgerber
2020-10-07If we are asked to print the total number of blocks, do so even ifTodd C. Miller
2020-10-06I observed "csh i < file-containing-^T" to hit tenex(), which proceeds toTheo de Raadt
2020-10-05-f - can respresent both stdin and stdout; rework the text a littleJason McIntyre
2020-10-03Use ferror() to check for write error, not the fflush() return value.Todd C. Miller
2020-09-20Clear screen before redrawing the line with ^L, also in input mode.Todd C. Miller
2020-09-13Fix "$@" splitting with empty IFSTheo Buehler
2020-08-30Fix multiple variable definitions to avoid errors with -fno-common.mortimer
2020-08-03clang10 identifies an argv[] comparison against '\0' instead of NULL,Theo de Raadt
2020-07-22Collapse consecutive stars to avoid exponential behavior.Todd C. Miller
2020-07-08Clarify that csh's -f flag is not just about .cshrc.Todd C. Miller
2020-07-07Add support for set -o pipefailJeremie Courreges-Anglas
2020-07-06Always print the directory name in -R mode; matches historical behavior.Todd C. Miller
2020-07-06Fix skipping of directories that begin with a '.' in -R mode.Todd C. Miller
2020-05-22Fix the exit code when eval()uating a || compound list, it wouldSebastian Benoit
2020-05-17Change install images called *.fs to *.img. These are UFS filesystem images,Theo de Raadt
2020-05-08Use proper function pointer type instead of void *Jeremie Courreges-Anglas
2020-03-23in case we can't create intermediate directories because of permissions,Marc Espie
2020-02-25sleep(1): style(9) and other dustingcheloha
2020-02-21Enforce that TMOUT is an integer literal to prevent command execution fromTheo Buehler