index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
progress
Age
Commit message (
Expand
)
Author
2021-08-17
Add missing check for error returns from read(). Found by inspection
gson
2021-08-09
Test errno when the return value from wait() indicates an error, not
gson
2021-01-07
progress: handle EINTR in writes. PR/55914
lukem
2020-04-25
Whitespace nit.
simonb
2015-01-17
Retry read() on EINTR. Fixes premature exit of
gson
2014-04-13
Change some standard exit status text to ".Ex -std"
snj
2012-06-27
Clean up #includes in progress(1).
riastradh
2011-09-16
Use __dead
joerg
2010-07-17
Fix argument handling of the "-b" option on 64bit platforms. Using
tron
2008-05-26
Cosmetic fix: don't exit without completing the progress bar, either on
dholland
2008-04-30
Convert TNF licenses to new 2 clause variant
martin
2008-04-29
Convert to new 2 clause license
martin
2007-06-06
Dynamically allocate the buffer used for reading data from the input
briggs
2007-04-12
Update example to use KiB per recent change to ../ftp/progressbar.c
lukem
2007-02-07
#include inttypes.h, for strtoimax(3).
hubertf
2007-02-07
* Remove unneeded ctype.h
hubertf
2006-04-20
Don't try to determining the size of what's coming when reading from a pipe.
hubertf
2006-01-12
Bump date for -e.
wiz
2006-01-12
Apply patch from PR bin/28717
garbled
2005-02-23
Exit with any failure code from the cmd or gzip.
dsl
2004-04-03
Support strsuftoll(3) suffixes for '-l length'.
lukem
2004-03-25
-z actually passes the input file through gunzip(1).
hubertf
2004-03-09
Drop trailing whitespace.
wiz
2004-03-09
Allow custom text printed before (left of) the progress bar from progress(1):
hubertf
2003-02-14
The correct capitalisation of 'NetBSD.org' is (you
grant
2003-02-12
Sigh, use an even more elaborate wait loop; it turns out we have a child
ross
2003-02-10
remove section name comments -- they're in the template.
grant
2003-02-10
Fix a race that can abort a sysinst run.
ross
2003-01-22
Make this build on non-i386 platforms.
agc
2003-01-22
Drop gratuitous warning for failure to get terminal width; it makes piping
jhawk
2003-01-22
Remove second item in BUGS section; it is fixed in progress.c rev. 1.2.
enami
2003-01-22
not all windows have 80 columns.
christos
2003-01-22
Advance a pointer correctly.
enami
2003-01-22
use ftp(1) instead of lukemftp
lukem
2003-01-22
need bsd.own.mk for NETBSDSRCDIR
lukem
2003-01-22
progress(1) is a standalone version of lukemftp's progress bar
jhawk