summaryrefslogtreecommitdiff
path: root/usr.bin/progress/progress.c
AgeCommit message (Expand)Author
2021-01-29Pull up following revision(s) (requested by lukem in ticket #1189):martin
2015-01-17Retry read() on EINTR. Fixes premature exit ofgson
2012-06-27Clean up #includes in progress(1).riastradh
2011-09-16Use __deadjoerg
2010-07-17Fix argument handling of the "-b" option on 64bit platforms. Usingtron
2008-05-26Cosmetic fix: don't exit without completing the progress bar, either ondholland
2008-04-29Convert to new 2 clause licensemartin
2007-06-06Dynamically allocate the buffer used for reading data from the inputbriggs
2007-02-07#include inttypes.h, for strtoimax(3).hubertf
2007-02-07* Remove unneeded ctype.hhubertf
2006-04-20Don't try to determining the size of what's coming when reading from a pipe.hubertf
2006-01-12Apply patch from PR bin/28717garbled
2005-02-23Exit with any failure code from the cmd or gzip.dsl
2004-04-03Support strsuftoll(3) suffixes for '-l length'.lukem
2004-03-09Allow custom text printed before (left of) the progress bar from progress(1):hubertf
2003-02-12Sigh, use an even more elaborate wait loop; it turns out we have a childross
2003-02-10Fix a race that can abort a sysinst run.ross
2003-01-22Make this build on non-i386 platforms.agc
2003-01-22Drop gratuitous warning for failure to get terminal width; it makes pipingjhawk
2003-01-22not all windows have 80 columns.christos
2003-01-22Advance a pointer correctly.enami
2003-01-22progress(1) is a standalone version of lukemftp's progress barjhawk