summaryrefslogtreecommitdiff
path: root/bin/dd/misc.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-03dd(1): neutralize SIGINT while non-async-signal safe code is executingKonstantin Belousov
2023-05-05dd: Fix SIGINT handling.Dag-Erling Smørgrav
2018-09-13dd(1): Correct padding in status=progressKyle Evans
2018-08-15dd: Incorporate some changes from imp for status=progressKyle Evans
2018-08-08dd: add status=progress supportKyle Evans
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2016-02-28Add speed limit to dd(1). This is useful for testing RCTL disk io limitsEdward Tomasz Napierala
2014-05-08Incorporate feedback from bde and jilles regarding r265472 to dd(1).Alan Somers
2014-05-06dd(1) uses gettimeofday(2) to compute the throughput statistics. However,Alan Somers
2014-04-03Implement GNU's extension of 'status' operand. The GNU syntax isXin LI
2013-05-10Make dd's signal handler async safe.Eitan Adler
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-02-27WARNS=4 fixes. This would be WARNS=9 if we were -std=99 instead ofMark Murray
2002-06-30Consistently use __FBSDIDDavid E. O'Brien
2002-06-09Replace <strings.h> with <string.h>. No functions from the former areGiorgos Keramidas
2002-02-02o __P has been reovedWarner Losh
2001-06-29Use __unused for non-used variables.Brian Feldman
2001-06-25Previous commit broke dd(1)'s I/O summary when it's terminated by aDima Dorfman
2001-06-24Don't call exit(3) from a signal handler.Dima Dorfman
2001-06-19Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-06-19Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman
1998-12-07Fixed printf format errors.Bruce Evans
1998-05-13Restore Lite-2 sccsid. Restore include of sys/types.h.Philippe Charnier
1998-05-06Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier
1998-02-24Exit with a nonzero status if we get killed by a SIGINT. POSIX.2Bruce Evans
1998-02-11Fix printing for bytes read > 4G.Satoshi Asami
1997-12-15It's more portable to use <errno.h> than <sys/errno.h>Eivind Eklund
1997-10-09Add <sys/errno.h>Eivind Eklund
1997-10-08make signal handlers errno safeEivind Eklund
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14-Wall cleaning.Steve Price
1996-11-13Bruce says: "You have been programming in the kernel for too long :-)."Poul-Henning Kamp
1996-11-12Increase precision of duration to milliseconds.Poul-Henning Kamp
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes