aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-13build system: avoid build failure during bisectionRon Yorston1-1/+1
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko1-0/+2
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes1-5/+21
2021-04-13touch: fix previous commitDenys Vlasenko1-1/+1
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko1-18/+9
2021-04-13touch: code shrinkDenys Vlasenko1-4/+4
2021-04-13touch: code shrinkDenys Vlasenko1-23/+17
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca1-7/+11
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko1-41/+16
2021-04-12touch: unbreak -hDenys Vlasenko1-9/+10
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca1-18/+13
2021-04-12touch: fix atime set from reference fileXabier Oneca1-1/+2
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca1-14/+45
2021-04-11lineedit: fix tab completion with equal signNatanael Copa1-1/+1
2021-04-11vi: improvements to reporting of changesRon Yorston1-31/+59
2021-04-11vi: issue a warning on failure to find a characterRon Yorston1-1/+3
2021-04-11vi: make the substitute command more like viRon Yorston1-13/+17
2021-04-11vi: make put commands more like viRon Yorston1-2/+13
2021-04-11vi: allow the '.' command to have a repetition countRon Yorston1-10/+11
2021-04-11vi: allow 'r' command to be aborted, repeatedRon Yorston1-3/+12
2021-04-11vi: improvements to undoRon Yorston1-13/+22
2021-04-11vi: more fixes to range selection by wordRon Yorston1-3/+5
2021-04-11vi: improvements to range selectionRon Yorston1-41/+42
2021-04-11vi: code shrink search commandsRon Yorston1-49/+36
2021-04-08vi: changes to option handlingRon Yorston1-34/+57
2021-03-30vi: deal with invalid movements in shift commandsRon Yorston1-2/+4
2021-03-29vi: code shrinkRon Yorston1-3/+3
2021-03-29vi: improve operations involving paragraph movementRon Yorston1-6/+24
2021-03-29vi: improve motion by paragraphRon Yorston1-3/+11
2021-03-29vi: allow repetition count for paragraph motionRon Yorston1-9/+8
2021-03-29vi: allow motion count for change/delete/yank/shiftRon Yorston1-2/+18
2021-03-29vi: support more commands for range selectionRon Yorston1-3/+3
2021-03-29vi: improvements to character search within lineRon Yorston1-41/+39
2021-03-29vi: remember cursor column during vertical motionRon Yorston1-3/+18
2021-03-29vi: 'G'/'M' commands move to first visible characterRon Yorston1-0/+2
2021-03-29vi: don't overwrite existing fileRon Yorston1-0/+7
2021-03-29vi: make buffer handling more vi-likeRon Yorston1-89/+73
2021-03-29vi: code shrinkRon Yorston1-9/+3
2021-03-29vi: fix word operations across line boundariesRon Yorston1-7/+9
2021-03-26ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko1-25/+25
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko6-6/+16
2021-03-20resume: write offset in /sys/power/resume_offsetDenys Vlasenko1-1/+8
2021-03-19login: implement LOGIN_TIMEOUTDenys Vlasenko1-3/+10
2021-03-16udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko1-3/+3
2021-03-16udhcpc: ignore zero-length DHCP optionsRussell Senior1-8/+18
2021-03-15echo: special case "echo --help": it should not show help textDenys Vlasenko1-8/+22
2021-03-12decompress_gunzip: Fix DoS if gzip is corruptSamuel Sapalski1-2/+10
2021-03-10hush: make LINENO selectable without BASH-COMPATDenys Vlasenko1-5/+5
2021-03-09wget: new option FEATURE_WGET_FTP to enable/disable FTPSergey Ponomarev1-15/+35
2021-03-09bloat-o-meter: avoid double countingRon Yorston1-8/+13