freebsd-src/usr.bin
Maxim Sobolev 7f4caa8c59 Add mkuzip(8), non-GPL utility to compress filesystem images for use with
geom_uzip module. This is based on utility I wrote some 3 years ago for a
hack for md(4), which functionally was close to what geom_uzip does today.

Since I don't have a time to test that it compiles/works on other arches,
stick it to i386 only. Will do it later.

Unlike original cloop util, this one embedds FreeBSD-compatible shell code
into the generated image, not Linux one. Unfortunately severe space
restriction imposed by the CLOOP format doesn't allow to put conditional
code which will work both on Linux and FreeBSD. In fact it was quite a
challenge to fit necessary FreeBSD code into 127 bytes. ;-)
2004-09-10 20:17:31 +00:00
..
alias Mark bits that do not require an object directory as such. 2003-04-01 12:37:54 +00:00
apply Document incorrect handling of multibyte characters. 2004-07-17 04:04:30 +00:00
asa mdoc(7) police: minor markup nits. 2002-05-30 13:33:59 +00:00
at Explain the format of the at.allow and at.deny files in detail. 2003-03-26 02:38:18 +00:00
atm Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
awk Use 2003-06-06 13:46:55 +00:00
banner
basename Ensure that suffix matches occur on character boundaries. 2004-07-15 06:15:10 +00:00
biff Bump document date for the 'beep only' change. 2002-08-16 03:08:25 +00:00
bluetooth - One can use both BD_ADDR or name to specify address of the Bluetooth device. 2004-08-05 16:32:41 +00:00
brandelf Remove MAINTAINER lines. 2003-06-14 19:32:52 +00:00
bzip2 /rescue/b{,un}zip exists, so build this dynamically now. 2003-11-17 05:19:37 +00:00
bzip2recover Remove MAINTAINER lines. 2003-06-14 19:32:52 +00:00
c89 Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
c99 Update URL of GCC status page to GCC 3.3 2004-03-04 20:29:27 +00:00
calendar So here I am, also born in USSR. 2004-08-23 12:53:46 +00:00
cap_mkdb ANSIify function definitions to avoid a warning. 2002-07-28 14:41:26 +00:00
catman Add (unsigned char) cast to ctype macros 2003-06-10 02:18:00 +00:00
chat Rename logf --> chat_logf to avoid naming conflicts 2003-10-31 06:22:03 +00:00
checknr Use warn() instead of perror(). 2004-07-15 04:45:24 +00:00
chkey Join the 21st century: Cryptography is no longer an optional component 2004-08-06 07:27:08 +00:00
chpass Remove useless .Pp. Typo: gcos -> gecos (as spelled in passwd(5)). 2004-07-26 19:49:29 +00:00
cksum - For variables holding offset values, use off_t rather than 2003-03-13 23:32:28 +00:00
cmp phk added the -x option in May 2000, but only for regular files; for 2003-06-19 07:24:26 +00:00
col Add a standard DIAGNOSTICS section. 2004-08-04 02:55:25 +00:00
colcrt Check for read errors. 2004-07-31 06:22:57 +00:00
colldef Markup nits. 2004-05-19 09:45:46 +00:00
colrm Add ENVIRONMENT and DIAGNOSTICS sections. 2004-08-04 02:51:46 +00:00
column Add support for multibyte characters. 2004-07-29 13:22:56 +00:00
comm Document the -i option as being a non-standard extension. 2004-07-02 22:56:14 +00:00
compile_et
compress Fix the NAME section making whatis(1) happy in particular. 2004-07-05 17:12:53 +00:00
csplit Remove BUGS section that talked about missing multibyte character support. 2004-07-12 10:17:02 +00:00
ctags It was pointed out[0] that ctags(1) uses some potentially dangerous 2004-05-07 19:44:40 +00:00
cut mdoc(7) fixes. 2004-07-07 19:57:16 +00:00
dig
dirname ANSIify function definitions to avoid a warning. 2002-07-28 15:50:38 +00:00
dnskeygen
dnsquery
du Use the length modifier 'll' instead of 'q' to print long longs. 2004-07-28 16:03:13 +00:00
ee Deal with double whitespace. 2004-07-03 00:24:45 +00:00
elf2aout Back out the totally unapproved backout of my commits. 2003-03-29 03:03:42 +00:00
elfdump Elf_Phdr.p_type 7 is "PT_TLS". 2004-03-02 14:06:27 +00:00
enigma Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
env Language and markup polishing. 2004-05-19 10:44:24 +00:00
expand Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
false Consistently use FBSDID 2002-06-30 05:25:07 +00:00
fetch The check for r_flag was accidentally removed in the previous commit. 2004-08-26 15:51:10 +00:00
file Don't try to programatically support running file(1) w/in /usr/obj or other 2004-08-09 11:05:09 +00:00
file2c Consistently use FBSDID 2002-06-30 05:25:07 +00:00
find Change the 'no terminating ";"' error message to 'no terminating ";" or "+"' 2004-07-29 03:33:55 +00:00
finger Document incorrect handling of multibyte characters. 2004-07-17 04:04:30 +00:00
fmt Cross-reference fold(1). 2004-08-02 11:12:13 +00:00
fold Add cross-reference to fmt(1) and a fairly standard ENVIRONMENT section. 2004-08-02 11:15:01 +00:00
from ANSIify function definitions. 2002-09-04 23:29:10 +00:00
fstat Introduce options list the standard way. 2004-07-26 19:53:44 +00:00
fsync Consistently use FBSDID 2002-06-30 05:25:07 +00:00
ftp Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
gcore Teach gcore about the pathname field of '/proc/*/map' so that it doesn't 2004-07-12 20:19:40 +00:00
gencat Deal with double whitespace. 2004-07-03 00:24:45 +00:00
getconf mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
getopt Fixed bad example. 2004-07-07 17:39:16 +00:00
gprof Fix a few cases that relied on 'implicit int' (constraint violation in C99). 2004-07-11 17:37:33 +00:00
head Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU 2002-07-23 14:39:20 +00:00
hesinfo Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
hexdump In next(), ensure that 'done' is set in the case when a file cannot 2004-08-04 02:47:32 +00:00
host
id Add missing %s so that all of the usage message gets printed. 2004-05-19 21:06:36 +00:00
indent Deal with double whitespace. 2004-07-03 00:24:45 +00:00
ipcrm Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
ipcs Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
join Backout recent -j changes, the flags is deprecated. 2004-08-26 06:28:05 +00:00
jot Avoid passing negative values to <ctype.h> functions on machines with 2004-07-16 05:10:46 +00:00
kdump Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). 2004-06-16 23:39:33 +00:00
keylogin Deal with double whitespace. 2004-07-03 00:24:45 +00:00
keylogout Removed unnecessary dependencies on librpcsvc. 2004-02-04 11:59:08 +00:00
killall The signal number has to be less than NSIG strictly. 2004-07-29 18:36:35 +00:00
ktrace Do not start err(3) strings with uppercase nor dot terminate them. 2003-02-05 14:25:43 +00:00
ktrdump mdoc(7) fixes. 2004-07-07 19:57:16 +00:00
lam Document incorrect handling of multibyte characters. 2004-08-12 11:34:34 +00:00
last s/FALLTHOUGH/FALLTHROUGH/ 2004-08-08 18:59:19 +00:00
lastcomm Introduce options list the standard way. Correct style(9) in FILES section. 2004-07-26 19:59:29 +00:00
ldd The type of some aout header types changed to uint_32, so now we need 2004-06-29 21:13:15 +00:00
leave Fixed the abuses of .Ql visible on stderr in troff mode. 2002-12-23 16:04:51 +00:00
less Restore old value of LESSKEYFILE_SYS. 2004-04-17 07:48:21 +00:00
lessecho
lesskey
lex Stop the practice of installing external headers into GCC-specific directory. 2004-07-30 00:08:15 +00:00
limits Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
locale Remove la_LN.* from the list of bogus locales. They're incomplete, but 2004-08-02 12:50:12 +00:00
locate Merge the "multibyte not supported" BUG into the pre-existing BUGS 2004-07-27 21:13:04 +00:00
lock Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
lockf Use warn() instead of perror(). 2004-07-15 04:51:21 +00:00
logger Deal with double whitespace. 2004-07-03 00:24:45 +00:00
login Deal with double whitespace. 2004-07-03 00:24:45 +00:00
logins Fix markup. 2004-03-06 23:36:41 +00:00
logname ANSIify function definitions. 2002-09-04 23:29:10 +00:00
look Sort sections. 2004-07-19 11:21:34 +00:00
lorder Deal with double whitespace. 2004-07-03 00:24:45 +00:00
lsvfs Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
m4 Store a pointer to "null" in struct ndblock's defn member instead of a 2004-08-16 14:18:22 +00:00
mail Bumped document date. 2004-05-19 09:51:31 +00:00
make remove XXX comment now that the kernel is fixed, there isn't any obvious 2004-09-06 15:25:07 +00:00
makewhatis Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
mesg Introduce options definition the standard way. 2003-06-09 19:32:02 +00:00
minigzip Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
ministat Added missing DPADD. 2004-02-05 22:01:28 +00:00
mkdep Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
mkfifo Deal with double whitespace. 2004-07-03 00:24:45 +00:00
mklocale The UTF2 encoding and the INVALID keyword are now obsolete. 2004-08-21 08:16:36 +00:00
mkstr Fixed a misspelling of 0 as NULL. 2004-03-14 05:51:20 +00:00
mktemp Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
mkuzip Add mkuzip(8), non-GPL utility to compress filesystem images for use with 2004-09-10 20:17:31 +00:00
msgs Deal with double whitespace. 2004-07-03 00:24:45 +00:00
mt Deal with double whitespace. 2004-07-03 00:24:45 +00:00
ncal Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
ncplist
ncplogin Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
netstat Print link level address on vlan interfaces using ether_ntoa(), to make 2004-07-28 18:18:47 +00:00
newgrp Use (char *)NULL to terminated to argument list for execl(). 2003-10-30 15:14:34 +00:00
newkey Join the 21st century: Cryptography is no longer an optional component 2004-08-06 07:27:08 +00:00
nfsstat Fix a few cases that relied on 'implicit int' (constraint violation in C99). 2004-07-11 17:37:33 +00:00
nice english(4) police. 2002-12-27 12:15:40 +00:00
nl Add support for multibyte characters. 2004-07-13 02:18:21 +00:00
nohup Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. 2003-05-03 19:44:46 +00:00
objformat mdoc(7) police: markup and spelling. 2002-11-26 17:34:25 +00:00
opieinfo
opiekey
opiepasswd
pagesize
passwd Deal with double whitespace. 2004-07-03 00:24:45 +00:00
paste mdoc(7) fixes. 2004-07-07 19:57:16 +00:00
pathchk Unbreak support for systems that have no limit on pathname length. 2002-12-15 00:40:47 +00:00
pkill Document the fact that matching against a process command-name will 2004-08-16 04:49:43 +00:00
pr No capital letter after : 2004-07-26 20:24:59 +00:00
printenv Split the env(1) manpage off from printenv(1); there is not much point 2003-06-01 06:29:47 +00:00
printf Fix a markup nit and a misplaced full stop in previous. 2004-07-03 07:07:11 +00:00
quota Assign the result of getopt() to an int rather than to a char. 2004-08-07 07:05:38 +00:00
renice The usage string: renice [priority | [-n incr]] ... assumed that the part 2003-02-26 20:27:24 +00:00
rev Add support for multibyte characters. 2004-07-16 06:21:40 +00:00
rlogin Deal with double whitespace. 2004-07-03 00:24:45 +00:00
rpcgen Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
rpcinfo Fixed a misspelling of '\0' as NULL. 2004-03-11 10:22:25 +00:00
rs Document incorrect handling of multibyte characters. 2004-07-30 00:10:52 +00:00
rsh Deal with double whitespace. 2004-07-03 00:24:45 +00:00
rup Sort SEE ALSO references (in dictionary order, ignoring case). 2004-07-04 20:55:50 +00:00
ruptime Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
rusers Sort SEE ALSO references (in dictionary order, ignoring case). 2004-07-04 20:55:50 +00:00
rwall Sort SEE ALSO references (in dictionary order, ignoring case). 2004-07-04 20:55:50 +00:00
rwho Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring. 2002-07-01 16:40:33 +00:00
script Deal with double whitespace. 2004-07-03 00:24:45 +00:00
sed Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived 2004-08-09 15:29:41 +00:00
shar Deal with double whitespace. 2004-07-03 00:24:45 +00:00
showmount Assign the result of getopt() to an int rather than to a char (which is 2004-07-26 15:04:57 +00:00
smbutil
sockstat Do not display bogus entries for sockets in the TIME_WAIT or similar 2004-08-25 16:36:17 +00:00
split Fix document year. 2004-07-11 15:04:16 +00:00
stat Resolve conflicts 2003-10-06 01:55:17 +00:00
su Deal with double whitespace. 2004-07-03 00:24:45 +00:00
systat Consistently use __inline instead of __inline__ as the former is an empty macro 2004-07-04 16:11:03 +00:00
tabs mdoc(7) police: markup polishing. 2002-11-26 17:33:37 +00:00
tail Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
talk Document missing multibyte character support in utilities specified 2004-07-03 01:28:21 +00:00
tar Make -C and -T work correctly together. 2004-08-28 05:28:19 +00:00
tcopy Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
tee ANSIify function definitions. 2002-09-04 23:29:10 +00:00
telnet Join the 21st century: Cryptography is no longer an optional component 2004-08-06 07:27:08 +00:00
tftp Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
time Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
tip Use a proper protoype to declare interp() and move it to tip.h. Fix an 2004-05-06 13:25:09 +00:00
top This patch merges the sort fields for both pages, so you can (for 2004-08-16 07:51:22 +00:00
touch ANSIify function definitions. 2002-09-04 23:29:10 +00:00
tput Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
tr Tweak markup of quoted strings and characters: use Dq instead of enclosing 2004-07-23 06:06:58 +00:00
true A function which takes no arguments has an argument list spelled (void) in the 2002-06-20 05:35:40 +00:00
truncate Make size suffix case insensitive. 2004-07-22 13:38:10 +00:00
truss Improve markup and language. 2004-09-07 13:22:28 +00:00
tset Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
tsort Document missing multibyte character support in utilities specified 2004-07-03 01:28:21 +00:00
tty A space between switch and open-paren. Don't explicitly cast the value 2002-05-29 17:12:30 +00:00
uac Remove (another) now redundant and now conflicting declaration of 2004-01-12 04:05:23 +00:00
ul Add a standard DIAGNOSTICS section. 2004-08-04 03:02:14 +00:00
uname Fixed spelling of the document date. 2004-07-02 18:00:03 +00:00
unexpand Add support for multibyte characters and for characters that take up 2004-06-24 13:48:28 +00:00
unifdef Improve expression evaluation debugging output, tidy up the handling of 2003-07-01 15:30:43 +00:00
uniq Add support for multibyte characters. 2004-07-02 23:43:05 +00:00
units Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
unvis ANSIify function definitions. 2002-09-04 23:29:10 +00:00
usbhidaction Misc fixes brought to light by WARNS=6: 2004-03-09 11:35:43 +00:00
usbhidctl Correct reference to a non existant man page. 2004-01-04 16:34:16 +00:00
users ANSIify function definitions. 2002-09-04 23:29:10 +00:00
uudecode Make GCC 3.3 happy with rcsid[], sccs[], and copyright[]. 2003-05-03 19:44:46 +00:00
uuencode Userland signed char fixes for PPC build. Problems were using a char 2004-01-22 07:23:36 +00:00
uuidgen The uuidgen(1) program is WARNS=6 clean, so flag it as such. 2003-12-07 21:34:56 +00:00
vacation Remove MAINTAINER= lines from individual Makefiles in favor of the 2003-07-07 03:54:04 +00:00
vgrind Deal with double whitespace. 2004-07-03 00:24:45 +00:00
vi Fixed style of DPADD and LDADD assignments as per style.Makefile(5). 2004-02-05 22:44:25 +00:00
vis Nit. 2004-07-02 22:25:40 +00:00
vmstat Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
w Include <sys/proc.h> instead of depending on namespace pollution in 2004-04-14 09:34:17 +00:00
wall Mention in the BUGS section that write and wall bogusly use the sender's 2004-07-17 04:15:27 +00:00
wc Deal with double whitespace. 2004-07-03 00:24:45 +00:00
what Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
whereis Respect locale settings from the environment. 2004-07-15 08:13:56 +00:00
which Handle relative and absolute pathnames (anything with a `/' in it) in the same 2002-06-30 06:02:39 +00:00
who Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
whois Add special case for the german whois nameserver. Without the 2004-08-25 15:34:44 +00:00
window Remove local malloc prototypes, which are incorrect and conflict with 2004-07-28 07:12:30 +00:00
write Mention in the BUGS section that write and wall bogusly use the sender's 2004-07-17 04:15:27 +00:00
xargs Document incorrect handling of multibyte characters with -I and -J options. 2004-08-02 03:07:42 +00:00
xinstall Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
xlint Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm. 2004-05-14 13:44:36 +00:00
xstr Use err() instead of perror(), exit(). 2004-07-15 04:56:41 +00:00
yacc Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
yes #include <err.h> to make yes warns clean again. 2002-11-09 21:00:39 +00:00
ypcat Stop gcc warnings 2003-10-26 05:28:01 +00:00
ypmatch Stop gcc warnings 2003-10-26 05:28:01 +00:00
ypwhich Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
Makefile Add mkuzip(8), non-GPL utility to compress filesystem images for use with 2004-09-10 20:17:31 +00:00
Makefile.inc