aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/stty.c
AgeCommit message (Expand)Author
2020-10-15stty: don't mangle c_iflags.Elliott Hughes
2020-09-23Cleanup pass on stty.cRob Landley
2020-05-08Inline do_main(), remove second argument of get_arg() that's always 0Rob Landley
2020-05-08stty.c: fix interpreting output of stty -gEthan Sommer
2018-12-04Clean up some --help formatting.Elliott Hughes
2017-12-10Cleanup pass on stty: collate do_stty() calls for future inlining,Rob Landley
2017-12-05Use NULL rather than 0 in vargs.Elliott Hughes
2017-12-03Commands in pending should default n.Rob Landley
2017-12-03Add stty(1).Elliott Hughes