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
/
args.c
Age
Commit message (
Expand
)
Author
2021-10-09
dd: fix lint warnings about effectively discarding 'const'
rillig
2019-01-30
adjust the open flags available for dd to match actual reality
mrg
2015-03-18
Add iflag and oflag operands to dd(1)
manu
2013-07-17
PR/48057: psi: skip and msgfmt cannot be used together. Looks like a pasto;
christos
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
2011-09-16
Use __dead for the small build too
joerg
2011-02-04
Remove the rif/rof options and add rump.dd. This makes usage
pooka
2011-01-13
No need to cast with bsearch(), it returns a void *. Use __arraycount().
jym
2010-12-22
Add iseek and oseek option as aliases for skip and seek respectively.
enami
2010-12-22
Copy argument before modifying it so that ps shows entire argument.
enami
2010-12-14
Make compile on non-NetBSD.
pooka
2010-12-09
Wrap long line.
enami
2010-12-05
Hmm, for 'rof', I believe that C_ROF|C_OF is invalid rather than
jym
2010-11-22
Add two new operands: "rif" and "rof". They operate exactly like
pooka
2006-01-09
In "dd progress=N", let the value of N control how often
apb
2004-01-17
add support for conv=sparse
dbj
2004-01-17
Add C_ASCII and C_EBCDIC to list of options which unset C_BS semantics.
dbj
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
2002-11-29
convert to using strsuftoll(3) from libc
lukem
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
fix WARNS=2 for -DNO_CONV
lukem
2001-11-25
- ANSI KNF
lukem
2001-07-22
seperate -> separate
wiz
2001-04-28
In the words of Our Fearless Leader, I am "utterly sick" of dd(1)
ross
1999-07-29
Add "progress=1" switch to show a sign of life by printing a '.' for
hubertf
1998-07-28
Delint.
mycroft
1998-07-09
"static" should be located at the beginning of declaration.
msaitoh
1998-02-28
Lineup `case' label and `default' label with `switch'.
enami
1998-02-28
Put space after the keyword `switch'.
enami
1997-07-25
Do multiply in lseek calls as off_t arithmetic. This allows for seeks
phil
1997-07-20
Fix compiler warnings.
christos
1996-03-01
add const qualifier to args and clist tables
jtc
1996-02-20
Re-do change to use const qualifer with conversion tables.
jtc
1995-10-08
Add -DNO_CONV to make this smaller in my ramdisk.
gwr
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