index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
dd
/
dd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __unused for non-used variables.
green
2001-06-29
1
-1
/
+1
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
Make the comment regarding ftruncate() correct.
green
2000-07-20
1
-2
/
+2
*
Various cleanups are made to reduce warnings and make code prettier :)
green
2000-07-01
1
-9
/
+14
*
Fix ``dd if=/dev/zero of=/dev/daN'' on the Alpha by allowing the label
obrien
2000-05-24
1
-1
/
+8
*
Nuke the FIODTYPE compatibility bits. It's time.
green
1999-10-03
1
-3
/
+1
*
Make count=0 set cpy_cnt to -1, which is slight overloading, but makes
green
1999-09-16
1
-4
/
+15
*
Even more dd(1) cleanups! Thanks to Bruce for staying on my case until
green
1999-09-13
1
-14
/
+15
*
ISDISK -> ISSEEK
green
1999-09-12
1
-2
/
+2
*
Even more cleanups to dd(1). This is probably the culmination of the
green
1999-09-12
1
-37
/
+21
*
Relax things a bit. Not having FIODTYPE will be a warning for now.
green
1999-08-28
1
-8
/
+12
*
$Id$ -> $FreeBSD$
peter
1999-08-27
1
-1
/
+1
*
Use FIODTYPE to unbogosify much of the file type checking in dd.
green
1999-08-27
1
-10
/
+15
*
Implement seekability for disk devices (not just regular files).
green
1999-07-13
1
-1
/
+6
*
This is the second round of dd(1) changes. Some changes made/reversed by
green
1999-06-20
1
-16
/
+14
*
Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,
green
1999-06-19
1
-21
/
+25
*
First set of fixes to keep egcs happy. These include {} around single
imp
1999-04-25
1
-5
/
+6
*
Restore Lite-2 sccsid. Restore include of sys/types.h.
charnier
1998-05-13
1
-2
/
+2
*
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
charnier
1998-05-06
1
-4
/
+4
*
Use the correct value in the call to swab(3) with conv=swab. Previously,
joerg
1998-01-07
1
-2
/
+2
*
Teach dd(1) about an option to write sparse files. Can be useful for
joerg
1997-10-11
1
-4
/
+33
*
Pad the input buffer whenever sync is used, not just if the noerror flag
jlemon
1997-08-19
1
-10
/
+12
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
-Wall cleaning.
steve
1996-12-14
1
-4
/
+4
*
Bruce says: "You have been programming in the kernel for too long :-)."
phk
1996-11-13
1
-4
/
+6
*
Increase precision of duration to milliseconds.
phk
1996-11-12
1
-2
/
+2
*
Add setlocale LC_CTYPE
ache
1995-10-23
1
-1
/
+3
*
More koshering [ul]case fix, don't use pre-initialized tables at all,
ache
1995-01-17
1
-7
/
+11
*
Make conv=[lu]case works with localized ctype (8bit)
ache
1995-01-17
1
-2
/
+12
*
Added $Id$
dg
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
rgrimes
1994-05-26
1
-0
/
+395