wiz
b5d2b90f6c
Improve wording, fix typo, bump date.
...
From Bug Hunting.
2012-07-08 22:48:32 +00:00
joerg
505c5e5515
Use static and __dead
2011-09-06 18:45:04 +00:00
lukem
c1ceae17f0
Enable WARNS=4 by default for usr.bin, except for:
...
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
2009-04-14 22:15:16 +00:00
lukem
19ffb16ab2
Fix another sign-compare issue
2009-04-14 07:36:16 +00:00
lukem
49d68c2eee
fix sign-compare issues
2009-04-14 07:28:23 +00:00
dyoung
4c39af2f02
Take a small step toward making vndcompress into a host tool:
...
remove #include <arpa/inet.h> and use bswap32() instead of ntohl().
2008-02-18 03:34:04 +00:00
dillo
42b1cd44dc
Make example consistent (fix typo in file names).
2007-03-24 23:16:11 +00:00
jld
e1c2c022ba
Fix typo ("program").
2006-02-23 20:57:03 +00:00
wiz
3a118ff7be
Fix typo reported by Mathieu in PR 32846.
2006-02-17 06:56:15 +00:00
hubertf
aa2ac86c1f
Fix old name in .Dt tag (CLCONFIG -> VNDCOMPRESS)
2005-12-12 21:04:31 +00:00
he
759fbc6504
The return type from getopt(3) is int, not char. Besides, char is
...
not guaranteed to be signed, so comparison with -1 will cause a
warning (turned error) for some of our ports (e.g. our arm ports).
Fix this by making the 'ch' variable an int instead of a char.
2005-07-27 09:29:02 +00:00
wiz
a654b897c8
Sync usage with man page.
2005-07-25 12:25:54 +00:00
wiz
8107329829
Various improvements.
2005-07-25 12:24:40 +00:00
hubertf
e98029593c
Add vndcompress(1) and vnduncompress(1) to transform filesystem/disk
...
images from "normal" into cloop2-format compressed images and back.
Written by Florian Stoehr (netbsd@wolfnode.de ) with some polishing
by me.
Compressed disk images can be used with the vnd(4) driver when compiled with
VND_COMPRESSION and "vnconfig -z". Useful for creation of Live CDs/DVDs.
2005-07-25 12:17:59 +00:00