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
/
bin
/
dd
/
misc.c
Age
Commit message (
Expand
)
Author
2021-10-09
dd: clean up function summary
rillig
2021-10-09
dd: fix lint error about 'return expr' from void function
rillig
2021-09-10
bin: remove unnecessary lint comment CONSTCOND
rillig
2011-11-07
As suggested by Enami, rework the msgfmt logic a bit:
jym
2011-11-06
Add a new command to dd(1): msgfmt. The command modifies the
jym
2007-10-05
Convert to using raise_default_signal(3).
lukem
2007-07-03
In the SIGINT handler, explicitly display a summary and then raise the
lukem
2004-01-17
add support for conv=sparse
dbj
2004-01-04
remove unused code left from printescaped() backput as pointed out by Jeff
jschauma
2003-09-14
Following private discussion with kleink@ and hubertf@ and public discussion
jschauma
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-08-04
As discusses a little while back on tech-userlevel:
jschauma
2001-11-26
a bit more cosmetic changes.
enami
2001-11-25
- Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizes
lukem
2001-11-25
- ANSI KNF
lukem
2001-04-28
In the words of Our Fearless Leader, I am "utterly sick" of dd(1)
ross
2001-01-04
use more standard %ll_ in favour of %q_
lukem
1999-07-29
Add "progress=1" switch to show a sign of life by printing a '.' for
hubertf
1998-07-28
Delint.
mycroft
1998-02-06
quads must be cast to long long for printing.
thorpej
1998-02-04
Use u_quad_t instead of u_long to define struct STAT.bytes, which
enami
1997-07-20
Fix compiler warnings.
christos
1995-03-21
convert to new RCS id conventions.
cgd
1994-09-22
Merge 4.4-Lite version.
mycroft
1993-08-01
Add RCS identifiers.
mycroft
1993-05-04
added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd
glass