This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7af71ec12b
NetBSD
/
bin
/
dd
History
enami
caa54090d6
Add comment about my rev. 1.27 change.
2002-09-04 04:21:54 +00:00
..
args.c
a bit more cosmetic changes.
2001-11-26 00:56:33 +00:00
conv_tab.c
Fix compiler warnings.
1997-07-20 21:58:35 +00:00
conv.c
Replace {u_,}longlong_t usage with {u,}int64_t, as the former has
2001-11-26 00:13:23 +00:00
dd.1
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-08 01:21:55 +00:00
dd.c
Add comment about my rev. 1.27 change.
2002-09-04 04:21:54 +00:00
dd.h
Convert some variables that were signed ints before my update to 64 bit sizes
2002-01-10 03:25:12 +00:00
extern.h
Replace {u_,}longlong_t usage with {u,}int64_t, as the former has
2001-11-26 00:13:23 +00:00
Makefile
.ifdef SMALLPROG, compile with -DNO_CONV and don't compile in conv_tab.o
2002-02-02 13:03:21 +00:00
misc.c
a bit more cosmetic changes.
2001-11-26 00:56:33 +00:00
position.c
a bit more cosmetic changes.
2001-11-26 00:56:33 +00:00
strsuftoull.c
Add LL to 1099511627776 since it won't fit in a long on ILP32 systems.
2002-06-09 19:38:00 +00:00
strsuftoull.h
Replace {u_,}longlong_t usage with {u,}int64_t, as the former has
2001-11-26 00:13:23 +00:00