summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-14touch: code shrinkDenys Vlasenko
2021-04-14touch: fix -amDenys Vlasenko
2021-04-13dd: support iflag=count_bytesRafał Miłecki
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters
2021-04-13build system: avoid build failure during bisectionRon Yorston
2021-04-13hush: beautify ^D handling to match ash / bashDenys Vlasenko
2021-04-13watchdog: make open-write-close-open functionality a config knobRasmus Villemoes
2021-04-13touch: fix previous commitDenys Vlasenko
2021-04-13touch: make FEATURE_TOUCH_NODEREF unconditionalDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: code shrinkDenys Vlasenko
2021-04-13touch: prevent usage of -r and -t at onceXabier Oneca
2021-04-13touch: switch to using utimensat() and futimens()Denys Vlasenko
2021-04-12touch: unbreak -hDenys Vlasenko
2021-04-12touch: remove unneeded GETOPT32 definesXabier Oneca
2021-04-12touch: fix atime set from reference fileXabier Oneca
2021-04-12touch: add SUSv3 options -a and -mXabier Oneca
2021-04-11lineedit: fix tab completion with equal signNatanael Copa
2021-04-11vi: improvements to reporting of changesRon Yorston
2021-04-11vi: issue a warning on failure to find a characterRon Yorston
2021-04-11vi: make the substitute command more like viRon Yorston
2021-04-11vi: make put commands more like viRon Yorston
2021-04-11vi: allow the '.' command to have a repetition countRon Yorston
2021-04-11vi: allow 'r' command to be aborted, repeatedRon Yorston
2021-04-11vi: improvements to undoRon Yorston
2021-04-11vi: more fixes to range selection by wordRon Yorston
2021-04-11vi: improvements to range selectionRon Yorston
2021-04-11vi: code shrink search commandsRon Yorston
2021-04-08vi: changes to option handlingRon Yorston
2021-03-30vi: deal with invalid movements in shift commandsRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: improve operations involving paragraph movementRon Yorston
2021-03-29vi: improve motion by paragraphRon Yorston
2021-03-29vi: allow repetition count for paragraph motionRon Yorston
2021-03-29vi: allow motion count for change/delete/yank/shiftRon Yorston
2021-03-29vi: support more commands for range selectionRon Yorston
2021-03-29vi: improvements to character search within lineRon Yorston
2021-03-29vi: remember cursor column during vertical motionRon Yorston
2021-03-29vi: 'G'/'M' commands move to first visible characterRon Yorston
2021-03-29vi: don't overwrite existing fileRon Yorston
2021-03-29vi: make buffer handling more vi-likeRon Yorston
2021-03-29vi: code shrinkRon Yorston
2021-03-29vi: fix word operations across line boundariesRon Yorston
2021-03-26ntpd: code shrink (force not-inlining, stop returning structs)Denys Vlasenko
2021-03-23timeout,top,watch,ping: parse NN.N fractional duration in locales with other ...Denys Vlasenko
2021-03-20resume: write offset in /sys/power/resume_offsetDenys Vlasenko
2021-03-19login: implement LOGIN_TIMEOUTDenys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP options, take 2Denys Vlasenko
2021-03-16udhcpc: ignore zero-length DHCP optionsRussell Senior
2021-03-15echo: special case "echo --help": it should not show help textDenys Vlasenko