NetBSD/bin/dd
mlelstv ab1ad50d80 Don't use the signal handler to terminate when nothing is to do (count=0, files=0).
The signal handler tries to raise the signal again, so that a parent can retrieve
the signal from the exit code. Calling the terminate handler with signal code 0
doesn't raise a signal and dd continues with exit(127) making this case an error.
2024-01-26 07:10:04 +00:00
..
Makefile copy libc's swab.c into dd as dd_swab(), and remove the restrict. 2019-10-04 08:57:37 +00:00
args.c Don't use the signal handler to terminate when nothing is to do (count=0, files=0). 2024-01-26 07:10:04 +00:00
conv.c
conv_tab.c The "ibm" and "oldibm" tables are identical, because POSIX just 2022-01-14 23:55:16 +00:00
dd.1 The "ibm" and "oldibm" tables are identical, because POSIX just 2022-01-14 23:55:16 +00:00
dd.c copy libc's swab.c into dd as dd_swab(), and remove the restrict. 2019-10-04 08:57:37 +00:00
dd.h
dd_hostops.c
dd_rumpops.c
dd_swab.c PR/56443: RVP: dd conv=swab doesn't always work 2021-10-08 14:44:48 +00:00
extern.h update header too. 2022-01-14 23:56:35 +00:00
misc.c dd: clean up function summary 2021-10-09 20:44:55 +00:00
position.c