summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2023-02-08Omit version in SMALL ksh buildsKlemens Nanni
2023-01-17pax: Switch a function definition from K&R to ANSI.Theo Buehler
2023-01-07Add {get,set}thrname(2) for putting thread names in the kernel andPhilip Guenther
2023-01-01Round up fractional percentages, as per POSIX.Todd C. Miller
2022-12-31Document that -P disables BLOCKSIZE support.Todd C. Miller
2022-12-26reformat some multiline markup, which had been causing an unwantedJason McIntyre
2022-12-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-19Remove array reference from sh(1) because sh doesn't have arrays.Stefan Hagen
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-11-18Write number of bytes read/written and "?" prompt to stdout, not stderr.Todd C. Miller
2022-10-13controm terminql -> controlling terminal;Jason McIntyre
2022-10-11correct t_lex_type() return typeJonathan Gray
2022-10-11remove unused varJonathan Gray
2022-10-10Trigger ERR trap on permanent I/O redirection failureKlemens Nanni
2022-09-23Since tzset(3) ignores arbitrary files, we no longer need rpathFlorian Obser
2022-09-20Fix line length trimming in -f modeJob Snijders
2022-09-19When setting time, date(1) pledges "wpath" for logwtmp(3). RestrictFlorian Obser
2022-09-13== in [[ does pattern matching as wellKlemens Nanni
2022-09-03- rework the -f text to read better; ok jobJason McIntyre
2022-09-01Add forest (-f) modeJob Snijders
2022-08-31use the posix phrasing to improve the description of "shift";Jason McIntyre
2022-08-16-v option should only act based upon syscall success. test case isTheo de Raadt
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-30rewrite was in TahoeJonathan Gray
2022-07-30sleep.1: miscellaneous rewrites, cleanupScott Soule Cheloha
2022-07-05Remove old poll/select wakeup mechanism.Visa Hankala
2022-06-19grammar fix; from S MJason McIntyre
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-01Support mtime/atime/ctime extended headers in !SMALL builds.Stuart Henderson
2022-02-25A few additional changes related to the now 32 bit accounting flag.Rob Pierce
2022-02-22Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs.Todd C. Miller
2022-02-22Instead of using MAXCOMLEN from sys/param.h, use KI_MAXCOMLEN as width,Theo de Raadt
2022-02-18remove dead linkJonathan Gray
2022-02-15Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS).Rob Pierce
2022-02-14Revert change to ps for displaying chrooted process.Rob Pierce
2022-02-09cat(1): drop "rpath" promise in no-file caseScott Soule Cheloha
2022-02-09cat(1): refactor cook_args()/raw_args() into single function, cat_file()Scott Soule Cheloha
2022-02-07New status flag: 'c' - process is chrooted.Rob Pierce
2022-02-07Tweak previous.Rob Pierce
2022-02-07Sync ps.1 with sys/proc.h. Tweaked by deraadt@.Rob Pierce
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-22Flush all stdio streams before running a shell command.Todd C. Miller
2022-01-05funopen(): change seekfn argument to use off_t, not fpos_tTodd C. Miller
2022-01-05Delete 'emul' keyword: it's been just returned 'native' for a long timePhilip Guenther
2021-12-24when getopts prints "unknown option" or "requires argument", it shouldTheo de Raadt
2021-12-15getcwd() operates on buffers of PATH_MAX including the NUL, and the +1Theo de Raadt
2021-12-01further improvements in sys/param.h annotation and removal.Theo de Raadt
2021-11-28Stop using MAXBSIZE to eliminate sys/param.h including (which injects aTheo de Raadt
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