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
/
ftp
/
progressbar.c
Age
Commit message (
Expand
)
Author
2009-04-12
Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare).
lukem
2008-09-30
update copyrights
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-21
Turn off the alarmtimer before resetting the SIGALRM handler back to SIG_DFL.
lukem
2007-05-05
const-as-const-can: make the "suffixes" pointers const, as probably was
martin
2007-05-05
PR/36280: Christer Folkesson: Remove extra const
christos
2007-04-17
* Implement -s srcaddr; uses srcaddr as the local IP address for all
lukem
2007-04-12
Use the IEC 60027-2 2^n based "KiB", "MiB", "GiB", (etc)
lukem
2006-05-01
Coverity CID 1447: Avoid buffer overflow.
christos
2006-05-01
Coverity CID 1448: Avoid static array overflow.
christos
2005-07-19
Revert back to using an int (instead of size_t) for holding a value that may
lukem
2005-06-09
copyright maintenance
lukem
2005-05-20
Printf field widths and size_t don't always mix well, so cast to int.
he
2005-05-19
Use size_t instead of int where appropriate.
lukem
2005-04-11
gratuitous whitespace cleanup (before someone else jumps the gun...)
lukem
2005-02-10
Fix compilation issues for NO_PROGRESS
jmc
2004-03-09
Allow custom text printed before (left of) the progress bar from progress(1):
hubertf
2003-07-17
tweak copyright; the stuff jason did in util.c wasn't migrated to this file.
lukem
2003-02-28
Crank dates on TNF copyright.
lukem
2003-02-12
change a couple #ifdef's so /usr/bin/progress doesn't stomp all over
grant
2003-01-21
Abstract out progress bar support into progressbar.[ch], for inclusion
jhawk