summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-09-22small speed increase: do not bother substituting variables if there are none.Marc Espie
2023-09-22significantly increase the speed of pkg-config by not going to the envMarc Espie
2023-09-21--csv is an extension; ok millertJason McIntyre
2023-09-21Fix a potential out-of-bounds read caused by the big-endian fix.Todd C. Miller
2023-09-21Document LC_CTYPE.Ingo Schwarze
2023-09-21make history less verboseJonathan Gray
2023-09-20Support --version option like upstream awk but don't document it.Todd C. Miller
2023-09-20Use awk_mb_cur_max in nawk_convert() instead of MB_CUR_MAX.Todd C. Miller
2023-09-19typo; from Jim SpathTheo de Raadt
2023-09-19Fix a couple of mouse mode flag names.Nicholas Marriott
2023-09-19Compare int value against 0, not '\0', for consistency.Todd C. Miller
2023-09-18Fix a bad cast to char * that causes incorrect results on big endian.Todd C. Miller
2023-09-18Disable utf-8 for non-multibyte locales, such as C or POSIX.Todd C. Miller
2023-09-18add --csv to usage(), and reformat it to match manual; while here,Jason McIntyre
2023-09-182 cases of c99 for-scope variable decl, when a variable already existsTheo de Raadt
2023-09-18crank to 7.4-betaTheo de Raadt
2023-09-17Update to the One True Awk, 2nd edition (Sep 12, 2023).Todd C. Miller
2023-09-16Remove next- and previous-prompt added in error. GitHub issue 3696.Nicholas Marriott
2023-09-15Change UTF-8 combining to inspect the previous character at the cursorNicholas Marriott
2023-09-15update awk book reference for the second editionJonathan Gray
2023-09-15Add -t to source-file, GitHub issue 3473.Nicholas Marriott
2023-09-15Add some more WINOPS and a placeholder for SMGRAPHICS.Nicholas Marriott
2023-09-14Reset combine flag only if text is actually processed.Nicholas Marriott
2023-09-10rename remote_glob() -> sftp_glob() to match other APIDamien Miller
2023-09-10Update awk to Sep 6, 2023 version.Todd C. Miller
2023-09-10typo in commentDamien Miller
2023-09-10randomise keystroke obfuscation intervals and average interval rate.Damien Miller
2023-09-09Update awk to Dec 15, 2022 version.Todd C. Miller
2023-09-08On second thoughts, do check DA2 for DECFRA and DECSLRM since that willNicholas Marriott
2023-09-08Use DECSLRM and DECFRA only at level 4 rather than checking the terminalNicholas Marriott
2023-09-08fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here isDamien Miller
2023-09-08fix recursive remote-remote copies of directories that contain symlinksDamien Miller
2023-09-08the sftp code was one of my first contributions to OpenSSH and itDamien Miller
2023-09-08fix scp in SFTP mode recursive upload and download of directoriesDamien Miller
2023-09-07Treat consecutive paragraph indicators as different paragraphsTobias Heider
2023-09-07Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 asNicholas Marriott
2023-09-07Accept 65 for VT525 as well.Nicholas Marriott
2023-09-06allow override of Sybsystem directives in sshd Match blocksDamien Miller
2023-09-06allocate the subsystems array as necessary and remove the fixed limit ofDamien Miller
2023-09-06preserve quoting of Subsystem commands and arguments. This may changeDamien Miller
2023-09-06downgrade duplicate Subsystem directives from being a fatal errorDamien Miller
2023-09-06handle cr+lf (instead of just cr) in sshsig signature filesDamien Miller
2023-09-06remove unused variableJonathan Gray
2023-09-06add void to function decls with no argsJonathan Gray
2023-09-05unifdef HAS_INLINESJonathan Gray
2023-09-04Fix netstat output of uses of current SYN cache left.Alexander Bluhm
2023-09-04Fix a bug where the wrong digit was used for prioritizing filenamesIngo Schwarze
2023-09-04GC old code that was originally implemented to facilitate adoption byMarc Espie
2023-09-04Generate Ed25519 keys when invoked without argumentsJob Snijders
2023-09-04Skip wrapped lines in top level search loop because they will beNicholas Marriott