Go to file
dsl b419a25464 Ensure we exit with an error if we don't actually do anything.
There are a lot of tty_warn(0,...) and syswarn(0,...) which probably ought
to be tty_warn/syswarn(1,...) to force an error exit.  However some are
used in interactive parts (eg opening a continuation archive) where there
is a separate retry loop.
So we just pass a failure code out to main() - how quaint!
This should now cause the NetBSD build to fail when gzip tries to write
to a non-existant directory.
(I suspect there are still many errors that don't get reported correctly.)
2006-02-11 11:04:57 +00:00
bin Ensure we exit with an error if we don't actually do anything. 2006-02-11 11:04:57 +00:00
common Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined, 2006-02-08 21:52:36 +00:00
crypto The sig_atomic_t type is not guaranteed to be printf-compatible 2006-02-08 23:08:13 +00:00
dist we moved the port number back to the command line from the targets file some 2006-02-09 23:36:48 +00:00
distrib Add evbmips and manual pages to distribution files, as requested by wiz@ 2006-02-11 01:51:22 +00:00
doc Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so 2006-02-09 19:18:56 +00:00
etc Install the iscsi/auths file as mode 600. 2006-02-11 09:33:16 +00:00
games moduli utils moved from games to usr.bin. 2006-01-24 19:01:45 +00:00
gnu Quote .IP argument (IP only takes one). 2006-02-07 20:23:41 +00:00
include remove functions that we should not be exposing. 2006-01-24 19:33:35 +00:00
lib Reflect changes in dist/ in the reachover framework 2006-02-09 23:09:06 +00:00
libexec Remove -Wl,-non_shared (same meaing as -static). 2006-02-03 02:01:19 +00:00
regress Moved to interface/interface.c 2005-12-25 22:24:57 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin define __POOL_EXPOSE. 2006-02-11 05:49:48 +00:00
share Sort SEE ALSO, rewrite HISTORY :) . 2006-02-11 10:38:07 +00:00
sys Const poisoning, fix shadow variable problem. 2006-02-11 02:19:31 +00:00
tools regen 2006-02-11 10:35:43 +00:00
usr.bin PR/32788: KAMADA Ken'ichi: add support for tmpfs 2006-02-10 16:01:45 +00:00
usr.sbin Descend into the iscsi directory. 2006-02-08 18:59:39 +00:00
x11 Add support for Xews4800mips under src/x11. 2005-12-29 15:52:20 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile * Add an "iso-image" target in the top level Makefile, 2006-01-28 21:34:07 +00:00
Makefile.inc
UPDATING Note new sparc64 bootloader requirement. 2006-01-31 22:54:22 +00:00
build.sh Fix the iso-image action. These changes were accidentally omitted 2006-02-03 12:29:41 +00:00