2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: mi,v 1.1867 2013/11/28 13:47:29 joerg Exp $
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
#
|
|
|
|
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
|
|
|
#
|
|
|
|
./etc/mtree/set.comp comp-sys-root
|
|
|
|
./usr/bin/addr2line comp-debug-bin binutils
|
|
|
|
./usr/bin/ar comp-util-bin binutils
|
|
|
|
./usr/bin/as comp-util-bin binutils
|
|
|
|
./usr/bin/asa comp-fortran-bin
|
|
|
|
./usr/bin/atf-compile comp-obsolete obsolete
|
|
|
|
./usr/bin/c++ comp-cxx-bin gcccmds
|
|
|
|
./usr/bin/c++filt comp-cxx-bin binutils
|
|
|
|
./usr/bin/c89 comp-c-bin
|
|
|
|
./usr/bin/c99 comp-c-bin
|
|
|
|
./usr/bin/cc comp-c-bin gcccmds
|
|
|
|
./usr/bin/clang comp-c-bin llvm
|
|
|
|
./usr/bin/clang++ comp-c-bin llvm
|
|
|
|
./usr/bin/clang-cpp comp-c-bin llvm
|
|
|
|
./usr/bin/clang-tblgen comp-c-bin llvm
|
|
|
|
./usr/bin/config comp-util-bin
|
|
|
|
./usr/bin/crunchgen comp-c-bin
|
|
|
|
./usr/bin/crunchide comp-c-bin
|
|
|
|
./usr/bin/ctfconvert comp-util-bin dtrace
|
|
|
|
./usr/bin/ctfdump comp-util-bin dtrace
|
|
|
|
./usr/bin/ctfmerge comp-util-bin dtrace
|
|
|
|
./usr/bin/cvs comp-cvs-bin cvs
|
|
|
|
./usr/bin/cvsbug comp-cvs-bin cvs
|
|
|
|
./usr/bin/elfedit comp-util-bin binutils
|
|
|
|
./usr/bin/f77 comp-fortran-bin gcc=3,gcccmds
|
|
|
|
./usr/bin/f77 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/bin/fgen comp-util-bin
|
|
|
|
./usr/bin/flex comp-c-bin
|
|
|
|
./usr/bin/flex++ comp-cxx-bin
|
|
|
|
./usr/bin/fort77 comp-fortran-bin gcc=3,gcccmds
|
|
|
|
./usr/bin/fort77 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/bin/fpr comp-fortran-bin
|
|
|
|
./usr/bin/g++ comp-cxx-bin gcccmds
|
|
|
|
./usr/bin/g77 comp-fortran-bin gcc=3,gcccmds
|
|
|
|
./usr/bin/g77 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/bin/gcc comp-c-bin gcccmds
|
|
|
|
./usr/bin/gcore comp-debug-bin
|
|
|
|
./usr/bin/gcov comp-debug-bin gcccmds
|
|
|
|
./usr/bin/gdb comp-debug-bin gdb
|
|
|
|
./usr/bin/gdbtui comp-debug-bin gdb
|
|
|
|
./usr/bin/genassym comp-util-bin
|
|
|
|
./usr/bin/genclass comp-obsolete obsolete
|
|
|
|
./usr/bin/gettext comp-c-bin
|
|
|
|
./usr/bin/gettextize comp-obsolete obsolete
|
|
|
|
./usr/bin/gprof comp-debug-bin binutils
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/bin/ld.mcld comp-c-bin mclinker
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/bin/lex comp-c-bin
|
|
|
|
./usr/bin/lint comp-c-bin
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/bin/lld comp-c-bin lld
|
|
|
|
./usr/bin/lldb comp-c-bin lldb
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/bin/llvm-tblgen comp-c-bin llvm
|
|
|
|
./usr/bin/lorder comp-util-bin
|
|
|
|
./usr/bin/luac comp-util-bin
|
|
|
|
./usr/bin/menuc comp-c-bin
|
|
|
|
./usr/bin/mkstr comp-c-bin
|
|
|
|
./usr/bin/mkubootimage comp-util-bin
|
|
|
|
./usr/bin/msgattrib comp-c-bin
|
|
|
|
./usr/bin/msgc comp-c-bin
|
|
|
|
./usr/bin/msgcat comp-c-bin
|
|
|
|
./usr/bin/msgcmp comp-c-bin
|
|
|
|
./usr/bin/msgcomm comp-c-bin
|
|
|
|
./usr/bin/msgconv comp-c-bin
|
|
|
|
./usr/bin/msgen comp-c-bin
|
|
|
|
./usr/bin/msgexec comp-c-bin
|
|
|
|
./usr/bin/msgfmt comp-c-bin
|
|
|
|
./usr/bin/msginit comp-c-bin
|
|
|
|
./usr/bin/msgmerge comp-c-bin
|
|
|
|
./usr/bin/msgunfmt comp-c-bin
|
|
|
|
./usr/bin/msguniq comp-c-bin
|
|
|
|
./usr/bin/nbperf comp-util-bin
|
|
|
|
./usr/bin/nm comp-util-bin binutils
|
|
|
|
./usr/bin/objcopy comp-util-bin binutils
|
|
|
|
./usr/bin/objdump comp-util-bin binutils
|
|
|
|
./usr/bin/pcc comp-c-bin pcc
|
|
|
|
./usr/bin/protoize comp-c-bin gcc=4,gcccmds
|
|
|
|
./usr/bin/protoize comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/bin/protoize comp-obsolete gcc=48,obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/bin/ranlib comp-util-bin binutils
|
|
|
|
./usr/bin/rcs2log comp-cvs-bin cvs
|
|
|
|
./usr/bin/readelf comp-util-bin binutils
|
|
|
|
./usr/bin/rpcgen comp-c-bin
|
|
|
|
./usr/bin/size comp-util-bin binutils
|
|
|
|
./usr/bin/strings comp-util-bin binutils
|
|
|
|
./usr/bin/strip comp-util-bin binutils
|
|
|
|
./usr/bin/tsort comp-util-bin
|
|
|
|
./usr/bin/unifdef comp-util-bin
|
|
|
|
./usr/bin/unifdefall comp-util-bin
|
|
|
|
./usr/bin/unprotoize comp-c-bin gcc=4,gcccmds
|
|
|
|
./usr/bin/unprotoize comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/bin/unprotoize comp-obsolete gcc=48,obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/bin/xgettext comp-c-bin
|
|
|
|
./usr/bin/xstr comp-c-bin
|
|
|
|
./usr/bin/yacc comp-c-bin
|
|
|
|
./usr/include/a.out.h comp-c-include
|
|
|
|
./usr/include/adosfs/adosfs.h comp-c-include
|
|
|
|
./usr/include/aio.h comp-c-include
|
|
|
|
./usr/include/altq/altq.h comp-c-include
|
|
|
|
./usr/include/altq/altq_afmap.h comp-c-include
|
|
|
|
./usr/include/altq/altq_blue.h comp-c-include
|
|
|
|
./usr/include/altq/altq_cbq.h comp-c-include
|
|
|
|
./usr/include/altq/altq_cdnr.h comp-c-include
|
|
|
|
./usr/include/altq/altq_classq.h comp-c-include
|
|
|
|
./usr/include/altq/altq_conf.h comp-c-include
|
|
|
|
./usr/include/altq/altq_fifoq.h comp-c-include
|
|
|
|
./usr/include/altq/altq_flowvalve.h comp-c-include
|
|
|
|
./usr/include/altq/altq_hfsc.h comp-c-include
|
|
|
|
./usr/include/altq/altq_jobs.h comp-c-include
|
|
|
|
./usr/include/altq/altq_priq.h comp-c-include
|
|
|
|
./usr/include/altq/altq_red.h comp-c-include
|
|
|
|
./usr/include/altq/altq_rio.h comp-c-include
|
|
|
|
./usr/include/altq/altq_rmclass.h comp-c-include
|
|
|
|
./usr/include/altq/altq_rmclass_debug.h comp-c-include
|
|
|
|
./usr/include/altq/altq_var.h comp-c-include
|
|
|
|
./usr/include/altq/altq_wfq.h comp-c-include
|
|
|
|
./usr/include/altq/altqconf.h comp-c-include
|
|
|
|
./usr/include/altq/if_altq.h comp-c-include
|
|
|
|
./usr/include/ar.h comp-c-include
|
|
|
|
./usr/include/archive.h comp-c-include
|
|
|
|
./usr/include/archive_entry.h comp-c-include
|
|
|
|
./usr/include/arpa/ftp.h comp-c-include
|
|
|
|
./usr/include/arpa/inet.h comp-c-include
|
|
|
|
./usr/include/arpa/nameser.h comp-c-include
|
|
|
|
./usr/include/arpa/nameser_compat.h comp-c-include
|
|
|
|
./usr/include/arpa/telnet.h comp-c-include
|
|
|
|
./usr/include/arpa/tftp.h comp-c-include
|
|
|
|
./usr/include/assert.h comp-c-include
|
|
|
|
./usr/include/atf comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c comp-atf-include
|
|
|
|
./usr/include/atf-c++ comp-atf-include
|
|
|
|
./usr/include/atf-c++.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c++/application.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/atffile.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/build.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c++/check.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c++/config.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c++/env.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/exceptions.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/expand.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/formats.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/fs.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/io.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/macros.hpp comp-atf-include atf
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/atf-c++/noncopyable.hpp comp-atf-include atf
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/atf-c++/parser.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/process.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/sanity.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/signals.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/tests.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c++/text.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/ui.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/user.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c++/utils.hpp comp-atf-include atf
|
|
|
|
./usr/include/atf-c.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/build.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/check.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/config.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/defs.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/dynstr.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/env.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/error.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/error_fwd.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/expand.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/fs.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/io.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/list.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/macros.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/map.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/object.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/process.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/sanity.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/signals.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/tc.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/tcr.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/text.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/tp.h comp-atf-include atf
|
|
|
|
./usr/include/atf-c/ui.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/user.h comp-obsolete obsolete
|
|
|
|
./usr/include/atf-c/utils.h comp-atf-include atf
|
|
|
|
./usr/include/atf.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/application.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/atffile.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/config.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/env.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/exceptions.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/expand.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/formats.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/fs.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/io.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/macros.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/parser.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/sanity.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/signals.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/tests.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/text.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/ui.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/user.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atf/utils.hpp comp-obsolete obsolete
|
|
|
|
./usr/include/atomic.h comp-c-include
|
|
|
|
./usr/include/bfd comp-obsolete obsolete
|
|
|
|
./usr/include/bfd/ansidecl.h comp-obsolete obsolete
|
|
|
|
./usr/include/bfd/bfd.h comp-obsolete obsolete
|
|
|
|
./usr/include/bfd/libiberty.h comp-obsolete obsolete
|
|
|
|
./usr/include/bitstring.h comp-c-include
|
|
|
|
./usr/include/bluetooth.h comp-c-include
|
|
|
|
./usr/include/bm.h comp-c-include
|
|
|
|
./usr/include/bzlib.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/c++/__bit_reference comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__config comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__debug comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__functional_03 comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__functional_base comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__functional_base_03 comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__hash_table comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__locale comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__mutex_base comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__split_buffer comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__sso_allocator comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__std_stream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__tree comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__tuple comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__tuple_03 comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/__undef_min_max comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/algorithm comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/array comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/atomic comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/bitset comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cassert comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ccomplex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cctype comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cerrno comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cfenv comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cfloat comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/chrono comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cinttypes comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ciso646 comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/climits comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/clocale comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cmath comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/codecvt comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/complex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/complex.h comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/condition_variable comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/csetjmp comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/csignal comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstdarg comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstdbool comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstddef comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstdint comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstdio comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstdlib comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cstring comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ctgmath comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ctime comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cwchar comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cwctype comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/cxxabi.h comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/deque comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/dynarray comp-obsolete obsolete
|
|
|
|
./usr/include/c++/exception comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/experimental/dynarray comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/experimental/optional comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ext/__hash comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ext/hash_map comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ext/hash_set comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/forward_list comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/fstream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/functional comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/future comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/initializer_list comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/iomanip comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ios comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/iosfwd comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/iostream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/istream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/iterator comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/limits comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/list comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/locale comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/map comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/memory comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/mutex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/new comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/numeric comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/optional comp-obsolete obsolete
|
|
|
|
./usr/include/c++/ostream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/queue comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/random comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/ratio comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/regex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/scoped_allocator comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/set comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/shared_mutex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/sstream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/stack comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/stdexcept comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/streambuf comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/string comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/strstream comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/system_error comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/tgmath.h comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/thread comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/tuple comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/type_traits comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/typeindex comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/typeinfo comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/unordered_map comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/unordered_set comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/utility comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/valarray comp-cxx-include libcxx
|
|
|
|
./usr/include/c++/vector comp-cxx-include libcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/cdbr.h comp-c-include
|
|
|
|
./usr/include/cdbw.h comp-c-include
|
|
|
|
./usr/include/cdk/alphalist.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/binding.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/buttonbox.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/calendar.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/cdk.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/cdk_config.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/cdk_objs.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/cdk_util.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/cdkscreen.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/curdefs.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/dialog.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/draw.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/entry.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/fselect.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/graph.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/histogram.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/itemlist.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/label.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/marquee.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/matrix.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/mentry.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/menu.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/radio.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/scale.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/scroll.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/selection.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/slider.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/swindow.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/template.h comp-obsolete obsolete
|
|
|
|
./usr/include/cdk/viewer.h comp-obsolete obsolete
|
|
|
|
./usr/include/complex.h comp-c-include
|
|
|
|
./usr/include/cpio.h comp-c-include
|
|
|
|
./usr/include/crypto/cryptodev.h comp-c-include
|
|
|
|
./usr/include/crypto/rmd160.h comp-obsolete obsolete
|
|
|
|
./usr/include/crypto/sha2.h comp-obsolete obsolete
|
|
|
|
./usr/include/ctype.h comp-c-include
|
|
|
|
./usr/include/curses.h comp-c-include
|
|
|
|
./usr/include/db.h comp-c-include
|
|
|
|
./usr/include/des.h comp-c-include crypto
|
|
|
|
./usr/include/dev/apm/apmbios.h comp-c-include
|
|
|
|
./usr/include/dev/apm/apmio.h comp-c-include
|
|
|
|
./usr/include/dev/ata/atareg.h comp-c-include
|
|
|
|
./usr/include/dev/ata/atavar.h comp-c-include
|
|
|
|
./usr/include/dev/ata/satareg.h comp-c-include
|
|
|
|
./usr/include/dev/ata/wdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/auconv.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/audio_if.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/audiovar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/biovar.h comp-c-include
|
|
|
|
./usr/include/dev/bluetooth comp-c-include
|
|
|
|
./usr/include/dev/bluetooth/bcsp.h comp-c-include
|
|
|
|
./usr/include/dev/bluetooth/btdev.h comp-c-include
|
|
|
|
./usr/include/dev/bluetooth/bthidev.h comp-c-include
|
|
|
|
./usr/include/dev/bluetooth/bthset.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/bluetooth/btsco.h comp-c-include
|
|
|
|
./usr/include/dev/bluetooth/btuart.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ccdvar.h comp-c-include
|
|
|
|
./usr/include/dev/cgdvar.h comp-c-include
|
|
|
|
./usr/include/dev/clock_subr.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/cons.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/dec/clockvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/dec/dec_boot.h comp-c-include
|
|
|
|
./usr/include/dev/dec/lk201.h comp-c-include
|
|
|
|
./usr/include/dev/dec/mcclock_pad32.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/dec/mcclockvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/dm/netbsd-dm.h comp-c-include
|
|
|
|
./usr/include/dev/dmover/dmover_io.h comp-c-include
|
|
|
|
./usr/include/dev/dtv/dtvio.h comp-c-include
|
|
|
|
./usr/include/dev/dtv/dtvio_demux.h comp-c-include
|
|
|
|
./usr/include/dev/dtv/dtvio_frontend.h comp-c-include
|
|
|
|
./usr/include/dev/eisa/ahbreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/eisa/eisadevs.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/eisa/eisadevs_data.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/eisa/eisareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/eisa/eisavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/filemon/filemon.h comp-c-include
|
|
|
|
./usr/include/dev/fssvar.h comp-c-include
|
|
|
|
./usr/include/dev/hpc/hpcfbio.h comp-c-include
|
|
|
|
./usr/include/dev/i2c/i2c_bus.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/i2c/i2c_eeprom.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/i2c/i2c_io.h comp-c-include
|
|
|
|
./usr/include/dev/i2o/i2o.h comp-c-include
|
|
|
|
./usr/include/dev/i2o/iopio.h comp-c-include
|
|
|
|
./usr/include/dev/i2o/iopvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ad1848reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ahareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ahavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic6360reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic6360var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic77xxreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic77xxvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic7xxxreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/aic7xxxvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/am7930reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/am7990reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/am7990var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/athioctl.h comp-c-include
|
|
|
|
./usr/include/dev/ic/awictl.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bhareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bhavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bt431reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bt459reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bt463reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bt485reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/bt8xx.h comp-c-include
|
|
|
|
./usr/include/dev/ic/cacreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cacvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cd1190reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cd1400reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/comreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/comvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cs4231reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/cyvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dc21040reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dl10019reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dp8390reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dp8390var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dptreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/dptvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ds.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/elink3reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/elink3var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/hayespreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/hd44780var.h comp-c-include
|
|
|
|
./usr/include/dev/ic/i8042reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i82365reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i82365var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i8237reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i8253reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i82586reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i82586var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/i82595reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/icp_ioctl.h comp-c-include
|
|
|
|
./usr/include/dev/ic/icpreg.h comp-c-include
|
|
|
|
./usr/include/dev/ic/ics2101reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ims332reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/intersil7170.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/interwavereg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/interwavevar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/isp_ioctl.h comp-c-include
|
|
|
|
./usr/include/dev/ic/isp_netbsd.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ispmbox.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ispreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ispvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/lemacreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/lemacvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/lptreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/lptvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mb86960reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mb86960var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mc146818reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mc68450reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mc6845reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/midwayreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/midwayvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/mlxio.h comp-c-include
|
|
|
|
./usr/include/dev/ic/mlxreg.h comp-c-include
|
|
|
|
./usr/include/dev/ic/mlxvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ncr5380reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ncr5380var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ncr53c400reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ncr53c9xreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ncr53c9xvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ne2000reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ne2000var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/nec765reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ns16450reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/ns16550reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/opl3sa3.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/opl3sa3reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/pcdisplay.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/pcdisplayvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/pckbcvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/pdqreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/pdqvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/rrunnerreg.h comp-c-include
|
|
|
|
./usr/include/dev/ic/rrunnervar.h comp-c-include
|
|
|
|
./usr/include/dev/ic/smc83c170reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/smc83c170var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/smc90cx6reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/smc91cxxreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/smc91cxxvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/smc93cx6var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/st16650reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/tms320av110reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/tms320av110var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/uhareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/uhavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/vgareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/vgavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/wdcreg.h comp-c-include
|
|
|
|
./usr/include/dev/ic/wdcvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/wi_ieee.h comp-c-include
|
|
|
|
./usr/include/dev/ic/z8530reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ic/z8530sc.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ieee1394/fwiso_ioctl.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ir/irdaio.h comp-c-include
|
|
|
|
./usr/include/dev/irdaio.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/ad1848var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/ahareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/ariareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/btreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/com_multi.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/comreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/comvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/cs4231var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/elink.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/esp_isavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/espvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/gusreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/ics2101var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_aireg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_ecreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_edreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_efreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_egreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_elreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_epreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_fereg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_ie507.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_ieatt.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_iee16.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_ixreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_levar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/if_wereg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/isadmareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/isadmavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/isareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/isavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/isvio.h comp-c-include
|
|
|
|
./usr/include/dev/isa/lptreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/madreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/mcdreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pasreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pcdisplayvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pckbcvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pcppireg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pcppivar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/pssreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/satlinkio.h comp-c-include
|
|
|
|
./usr/include/dev/isa/satlinkreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/sbdspvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/sbreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/sbvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/spkrio.h comp-c-include
|
|
|
|
./usr/include/dev/isa/vga_isavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wdlink.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wdreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wdsreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/weaselreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wssreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wssvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isa/wtreg.h comp-c-include
|
|
|
|
./usr/include/dev/isa/ymvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isapnp/if_levar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isapnp/isapnpreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/isapnp/isapnpvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/iscsi/iscsi.h comp-c-include iscsi
|
|
|
|
./usr/include/dev/iscsi/iscsi_ioctl.h comp-c-include iscsi
|
|
|
|
./usr/include/dev/iscsi/iscsi_perf.h comp-c-include iscsi
|
|
|
|
./usr/include/dev/iscsi/iscsi_test.h comp-c-include iscsi
|
|
|
|
./usr/include/dev/keylock.h comp-c-include
|
|
|
|
./usr/include/dev/kttcpio.h comp-c-include
|
|
|
|
./usr/include/dev/lockstat.h comp-c-include
|
|
|
|
./usr/include/dev/md.h comp-c-include
|
|
|
|
./usr/include/dev/microcode/aic7xxx/aic7xxx_reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/microcode/aic7xxx/aic7xxx_seq.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/microcode/isp/asm_pci.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/microcode/isp/asm_sbus.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/generic_phy.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/icsphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/inphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/iophyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/lxtphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/mii.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/mii_adapter.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/mii_adapters_id.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/mii_phy.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/miivar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/nsphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/nsphyterreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/qsphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/tlphy.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/tlphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/tlphyvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mii/tqphyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/mulaw.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ofisa/ofisavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ofw/ofw_pci.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ofw/openfirm.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/ofw/openfirmio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/amrio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/amrreg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/hdaudio/hdaudioio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/hdaudio/hdaudioreg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/if_devar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_fxpreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_fxpvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_levar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_lmc.h comp-c-include
|
|
|
|
./usr/include/dev/pci/if_lmc_types.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_lmcioctl.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_lmcvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/if_tlregs.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/mlyio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/mlyreg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/ncr_reg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/ncrreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/pcidevs.h comp-c-include
|
|
|
|
./usr/include/dev/pci/pcidevs_data.h comp-c-include
|
|
|
|
./usr/include/dev/pci/pciidereg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/pciidevar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/pciio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/pcireg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/pcivar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/ppbreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/tgareg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/tgavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pci/tweio.h comp-c-include
|
|
|
|
./usr/include/dev/pci/twereg.h comp-c-include
|
|
|
|
./usr/include/dev/pci/vga_pcivar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pckbc/pckbdreg.h comp-c-include
|
|
|
|
./usr/include/dev/pckbc/pckbdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pckbc/psmreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pcmcia/if_cnwioctl.h comp-c-include
|
|
|
|
./usr/include/dev/pcmcia/if_rayreg.h comp-c-include
|
|
|
|
./usr/include/dev/pcmcia/if_wi_ieee.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pcmcia/pcmciachip.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pcmcia/pcmciareg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pcmcia/pcmciavar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/pud/pud_msgif.h comp-c-include
|
|
|
|
./usr/include/dev/putter/putter.h comp-c-include
|
|
|
|
./usr/include/dev/raidframe/raidframeio.h comp-c-include
|
|
|
|
./usr/include/dev/raidframe/raidframevar.h comp-c-include
|
|
|
|
./usr/include/dev/ramdisk.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/rcons/raster.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/rcons/rcons.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/rcons/rcons_subr.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sbus/mbppio.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/atapi_all.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/atapi_cd.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/atapi_disk.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/atapiconf.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/cd_link.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/cdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_all.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsi_cd.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_changer.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_ctron_ether.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_disk.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsi_message.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_scanner.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsi_spc.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsi_tape.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsiconf.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsipi_all.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsipi_base.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsipi_cd.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsipi_debug.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/scsipi_disk.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/scsipiconf.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/sdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/ses.h comp-c-include
|
|
|
|
./usr/include/dev/scsipi/ss_mustek.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/scsipi/ssvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sun/disklabel.h comp-c-include
|
|
|
|
./usr/include/dev/sun/eeprom.h comp-c-include
|
|
|
|
./usr/include/dev/sun/event_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sun/fbio.h comp-c-include
|
|
|
|
./usr/include/dev/sun/idprom.h comp-c-include
|
|
|
|
./usr/include/dev/sun/kbd_reg.h comp-c-include
|
|
|
|
./usr/include/dev/sun/kbd_tables.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sun/kbd_xlate.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sun/kbio.h comp-c-include
|
|
|
|
./usr/include/dev/sun/sun_boot.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/sun/vuid_event.h comp-c-include
|
|
|
|
./usr/include/dev/tc/ascvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/clockvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/if_levar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/ioasicreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/ioasicvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/sfbreg.h comp-c-include
|
|
|
|
./usr/include/dev/tc/sticio.h comp-c-include
|
|
|
|
./usr/include/dev/tc/sticreg.h comp-c-include
|
|
|
|
./usr/include/dev/tc/sticvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcdevs.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcdevs_data.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcdsreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcdsvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/tc/tcvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/usb/ukyopon.h comp-c-include
|
|
|
|
./usr/include/dev/usb/urio.h comp-c-include
|
|
|
|
./usr/include/dev/usb/usb.h comp-c-include
|
|
|
|
./usr/include/dev/usb/usbcdc.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/usb/usbdevs.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/usb/usbhid.h comp-c-include
|
|
|
|
./usr/include/dev/usb/utoppy.h comp-c-include
|
|
|
|
./usr/include/dev/vinum/request.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/statetexts.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumext.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumhdr.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumio.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumkw.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumobj.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumstate.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumutil.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vinum/vinumvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vme/vmevar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vme/xdreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vme/xdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vme/xio.h comp-c-include
|
|
|
|
./usr/include/dev/vme/xyreg.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vme/xyvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vndioctl.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/vndvar.h comp-c-include
|
|
|
|
./usr/include/dev/vnioctl.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/ascii.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wscons_callbacks.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wscons_raster.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wscons_rfont.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wsconsio.h comp-c-include
|
|
|
|
./usr/include/dev/wscons/wsdisplay_usl_io.h comp-c-include
|
|
|
|
./usr/include/dev/wscons/wsdisplayvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wsemulvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wseventvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wskbdvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dev/wscons/wsksymdef.h comp-c-include
|
|
|
|
./usr/include/dev/wscons/wsksymvar.h comp-c-include
|
|
|
|
./usr/include/dev/wscons/wsmousevar.h comp-obsolete obsolete
|
|
|
|
./usr/include/dirent.h comp-c-include
|
|
|
|
./usr/include/disktab.h comp-c-include
|
|
|
|
./usr/include/dlfcn.h comp-c-include
|
|
|
|
./usr/include/dm.h comp-c-include
|
|
|
|
./usr/include/dns_sd.h comp-mdns-include mdns
|
|
|
|
./usr/include/dwarf.h comp-c-include
|
|
|
|
./usr/include/elf.h comp-c-include
|
|
|
|
./usr/include/err.h comp-c-include
|
|
|
|
./usr/include/errno.h comp-c-include
|
|
|
|
./usr/include/eti.h comp-c-include
|
|
|
|
./usr/include/evdns.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/event-config.h comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/event.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/event2/buffer.h comp-c-include
|
|
|
|
./usr/include/event2/buffer_compat.h comp-c-include
|
|
|
|
./usr/include/event2/bufferevent.h comp-c-include
|
|
|
|
./usr/include/event2/bufferevent_compat.h comp-c-include
|
|
|
|
./usr/include/event2/bufferevent_ssl.h comp-c-include
|
|
|
|
./usr/include/event2/bufferevent_struct.h comp-c-include
|
|
|
|
./usr/include/event2/dns.h comp-c-include
|
|
|
|
./usr/include/event2/dns_compat.h comp-c-include
|
|
|
|
./usr/include/event2/dns_struct.h comp-c-include
|
|
|
|
./usr/include/event2/event-config.h comp-c-include
|
|
|
|
./usr/include/event2/event.h comp-c-include
|
|
|
|
./usr/include/event2/event_compat.h comp-c-include
|
|
|
|
./usr/include/event2/event_struct.h comp-c-include
|
|
|
|
./usr/include/event2/http.h comp-c-include
|
|
|
|
./usr/include/event2/http_compat.h comp-c-include
|
|
|
|
./usr/include/event2/http_struct.h comp-c-include
|
|
|
|
./usr/include/event2/keyvalq_struct.h comp-c-include
|
|
|
|
./usr/include/event2/listener.h comp-c-include
|
|
|
|
./usr/include/event2/rpc.h comp-c-include
|
|
|
|
./usr/include/event2/rpc_compat.h comp-c-include
|
|
|
|
./usr/include/event2/rpc_struct.h comp-c-include
|
|
|
|
./usr/include/event2/tag.h comp-c-include
|
|
|
|
./usr/include/event2/tag_compat.h comp-c-include
|
|
|
|
./usr/include/event2/thread.h comp-c-include
|
|
|
|
./usr/include/event2/util.h comp-c-include
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/evhttp.h comp-c-include
|
|
|
|
./usr/include/evrpc.h comp-c-include
|
|
|
|
./usr/include/evutil.h comp-c-include
|
|
|
|
./usr/include/execinfo.h comp-c-include
|
|
|
|
./usr/include/expat.h comp-c-include
|
|
|
|
./usr/include/expat_external.h comp-c-include
|
|
|
|
./usr/include/fcntl.h comp-c-include
|
|
|
|
./usr/include/fenv.h comp-c-include
|
|
|
|
./usr/include/fetch.h comp-c-include
|
|
|
|
./usr/include/filecorefs/filecore_mount.h comp-c-include
|
|
|
|
./usr/include/float.h comp-c-include
|
|
|
|
./usr/include/fmtmsg.h comp-c-include
|
|
|
|
./usr/include/fnmatch.h comp-c-include
|
|
|
|
./usr/include/form.h comp-c-include
|
|
|
|
./usr/include/frame.h comp-obsolete obsolete
|
|
|
|
./usr/include/fs/efs/efs.h comp-c-include
|
|
|
|
./usr/include/fs/efs/efs_mount.h comp-c-include
|
|
|
|
./usr/include/fs/efs/efs_sb.h comp-c-include
|
|
|
|
./usr/include/fs/hfs/hfs.h comp-c-include
|
|
|
|
./usr/include/fs/hfs/libhfs.h comp-c-include
|
|
|
|
./usr/include/fs/hfsp/hfsp.h comp-obsolete obsolete
|
|
|
|
./usr/include/fs/hfsp/libhfsp.h comp-obsolete obsolete
|
|
|
|
./usr/include/fs/nilfs/nilfs_fs.h comp-c-include
|
|
|
|
./usr/include/fs/nilfs/nilfs_mount.h comp-c-include
|
|
|
|
./usr/include/fs/ptyfs/ptyfs.h comp-c-include
|
|
|
|
./usr/include/fs/puffs/puffs_msgif.h comp-puffs-include
|
|
|
|
./usr/include/fs/smbfs/smbfs.h comp-c-include
|
|
|
|
./usr/include/fs/sysvbfs/bfs.h comp-c-include
|
|
|
|
./usr/include/fs/sysvbfs/sysvbfs_args.h comp-c-include
|
|
|
|
./usr/include/fs/tmpfs/tmpfs_args.h comp-c-include
|
|
|
|
./usr/include/fs/udf/ecma167-udf.h comp-c-include
|
|
|
|
./usr/include/fs/udf/udf_mount.h comp-c-include
|
|
|
|
./usr/include/fs/v7fs/v7fs.h comp-c-include
|
|
|
|
./usr/include/fs/v7fs/v7fs_args.h comp-c-include
|
|
|
|
./usr/include/fstab.h comp-c-include
|
|
|
|
./usr/include/fts.h comp-c-include
|
|
|
|
./usr/include/ftw.h comp-c-include
|
|
|
|
./usr/include/fuse.h comp-refuse-include
|
|
|
|
./usr/include/fuse_opt.h comp-refuse-include
|
|
|
|
./usr/include/g++/ACG.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/AllocRing.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Binomial.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/BitSet.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/BitString.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Complex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/CursesW.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/DLList.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/DiscUnif.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Erlang.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Fix.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Fix16.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Fix24.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/FlexLexer.h comp-cxx-include
|
|
|
|
./usr/include/g++/Geom.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/GetOpt.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/HypGeom.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Incremental.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Integer.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/LogNorm.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/MLCG.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/NegExp.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Normal.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Obstack.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Pix.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/PlotFile.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Poisson.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/RNG.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Random.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Rational.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Regex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/RndInt.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/SFile.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/SLList.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/SmplHist.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/SmplStat.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/String.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Uniform.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/Weibull.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/_G_config.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/algo.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/algobase.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/algorithm comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/alloc.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/array comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/array comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/atomic comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/atomic comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/algo.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/algo.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/algo.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/algobase.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/algobase.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/algobase.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/alloc.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/alloc.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/alloc.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/auto_ptr.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/auto_ptr.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/backward_warning.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/binders.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/binders.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/bvector.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/bvector.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/bvector.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/complex.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/complex.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/complex.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/defalloc.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/defalloc.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/defalloc.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/deque.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/deque.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/deque.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/fstream.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/fstream.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/fstream.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/function.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/function.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/function.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/hash_fun.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_fun.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_map comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_map.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/hash_map.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/hash_map.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/hash_set comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hash_set.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/hash_set.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/hash_set.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/hashtable.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hashtable.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/hashtable.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/heap.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/heap.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/heap.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/iomanip.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/iomanip.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/iomanip.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/iostream.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/iostream.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/iostream.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/istream.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/istream.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/istream.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/iterator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/iterator.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/iterator.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/list.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/list.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/list.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/map.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/map.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/map.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/multimap.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/multimap.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/multimap.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/multiset.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/multiset.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/multiset.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/new.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/new.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/new.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/ostream.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/ostream.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/ostream.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/pair.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/pair.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/pair.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/queue.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/queue.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/queue.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/rope.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/rope.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/rope.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/set.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/set.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/set.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/slist.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/slist.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/slist.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/stack.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/stack.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/stack.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/stream.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/stream.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/stream.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/streambuf.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/streambuf.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/streambuf.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/strstream comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/backward/tempbuf.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/tempbuf.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/tempbuf.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/tree.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/tree.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/tree.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/backward/vector.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/backward/vector.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/backward/vector.h comp-obsolete gcc=48,obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bitdo1.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/bitdo2.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/bitprims.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/algorithmfwd.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/algorithmfwd.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/alloc_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_0.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_2.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_lockfree_defines.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_word.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_word.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomic_word.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomicfwd_c.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomicfwd_cxx.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/atomicity.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/atomicity.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/atomicity.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/bits/basic_file.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/basic_ios.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/basic_ios.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/basic_string.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/basic_string.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/boost_concept_check.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++0x_warning.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++0x_warning.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++config.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++io.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/c++locale.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/char_traits.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cmath.tcc comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cmath.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/codecvt.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/codecvt_specializations.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/codecvt_specializations.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/concept_check.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/concurrence.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/concurrence.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/concurrence.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/bits/cpp_type_traits.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cpu_defines.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cpu_defines.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cpu_defines.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ctype_base.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ctype_inline.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ctype_noninline.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ctype_noninline.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cxxabi_forced.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cxxabi_tweaks.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cxxabi_tweaks.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/cxxabi_tweaks.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/deque.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/error_constants.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/error_constants.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/exception_defines.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/exception_ptr.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/extc++.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/extc++.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/forward_list.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/forward_list.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/forward_list.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/forward_list.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/fpos.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/fpos.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/fstream.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/functexcept.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/functional_hash.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/functional_hash.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gslice.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gslice_array.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr-default.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr-posix.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr-single.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr-tpf.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr-tpf.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/gthr.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/hash_bytes.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/hashtable.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/hashtable.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/hashtable_policy.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/hashtable_policy.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/indirect_array.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ios_base.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/istream.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/list.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_classes.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_classes.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_classes.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets_nonio.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets_nonio.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets_nonio.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/locale_facets_nonio.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/localefwd.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/mask_array.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/memoryfwd.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/messages_members.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/move.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/move.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/nested_exception.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/opt_random.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/os_defines.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ostream.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ostream_insert.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/ostream_insert.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/postypes.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/postypes.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/postypes.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/pthread_allocimpl.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/pthread_allocimpl.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/ptr_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/random.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/random.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/random.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/random.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/range_access.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_compiler.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_constants.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_cursor.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_error.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_grep_matcher.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_grep_matcher.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_nfa.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/regex_nfa.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/shared_ptr.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/shared_ptr.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/shared_ptr_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/shared_ptr_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/slice_array.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/sstream.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stdc++.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stdc++.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stdtr1c++.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stdtr1c++.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_algo.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_algobase.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_alloc.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/stl_alloc.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/stl_bvector.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_construct.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_deque.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_function.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_heap.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_iterator.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_iterator_base_funcs.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_iterator_base_types.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_list.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_map.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_multimap.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_multiset.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_numeric.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_pair.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_pthread_alloc.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/stl_pthread_alloc.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/stl_queue.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_raw_storage_iter.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_relops.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_set.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_stack.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_tempbuf.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_threads.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/stl_threads.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/stl_tree.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_uninitialized.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stl_vector.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stream_iterator.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/streambuf.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/streambuf_iterator.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/stringfwd.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/time_members.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/type_traits.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/type_traits.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/unique_ptr.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/unique_ptr.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/unordered_map.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/unordered_map.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/unordered_set.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/unordered_set.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/uses_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_after.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_after.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_after.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_array.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_array.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_before.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_before.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_before.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bits/valarray_meta.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bits/valarray_meta.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/bits/vector.tcc comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/bitset comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/bool.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/builtin.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/builtinbuf.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/bvector.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/c++config.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/c++config.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/c++config.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/cassert comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ccomplex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ccomplex comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cctype comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cerrno comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cfenv comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cfenv comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cfloat comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/chrono comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/chrono comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cinttypes comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cinttypes comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ciso646 comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/climits comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/clocale comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cmath comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/compare.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/complex comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/complex.h comp-obsolete gcc=45,obsolete
|
|
|
|
./usr/include/g++/complex.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/condition_variable comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/condition_variable comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/csetjmp comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/csignal comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdalign comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdarg comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdbool comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdbool comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstddef comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdint comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdint comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdio comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstdlib comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cstring comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ctgmath comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ctgmath comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ctime comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cwchar comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cwctype comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cxxabi-forced.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/cxxabi.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/array comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/bitset comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/bitset comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/bitset comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/debug.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/debug.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/debug.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/deque comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/deque comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/deque comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/formatter.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/formatter.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/formatter.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/forward_list comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/functions.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/functions.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/functions.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/hash_map comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_map comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_map comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/hash_map.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_map.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_map.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/hash_multimap.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_multimap.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_multimap.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/hash_multiset.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_multiset.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_multiset.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/hash_set comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_set comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_set comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/hash_set.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/debug/hash_set.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/debug/hash_set.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/debug/list comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/list comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/list comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/macros.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/macros.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/macros.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/map.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multimap.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multimap.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multimap.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multiset.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multiset.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/multiset.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_base.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.tcc comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_iterator.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_local_iterator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_local_iterator.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_sequence.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_sequence.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_sequence.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_sequence.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_unordered_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_unordered_container.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/safe_unordered_container.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/set.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/string comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/string comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/string comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/unordered_map comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/unordered_map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/unordered_set comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/unordered_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/vector comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/vector comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/debug/vector comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/decimal/decimal comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/decimal/decimal comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/decimal/decimal.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/decimal/decimal.h comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/defalloc.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/deque comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/deque.h comp-obsolete obsolete,libstdcxx
|
|
|
|
./usr/include/g++/editbuf.h comp-obsolete obsolete,libstdcxx
|
|
|
|
./usr/include/g++/exception comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/exception_defines.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/exception_defines.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/exception_ptr.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/algorithm comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/alloc_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/array_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/array_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/array_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/atomicity.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/atomicity.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/bitmap_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/bitmap_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/bitmap_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/cast.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/cast.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/cmath comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/codecvt_specializations.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/codecvt_specializations.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/codecvt_specializations.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/concurrence.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/concurrence.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/debug_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/debug_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/debug_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/enc_filebuf.h comp-cxx-include gcc=3,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/enc_filebuf.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/enc_filebuf.h comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/enc_filebuf.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/extptr_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/extptr_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/functional comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/hash_fun.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/hash_fun.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/hash_fun.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/ext/hash_map comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/hash_set comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/hashtable.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/hashtable.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/hashtable.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/ext/iterator comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/malloc_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/malloc_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/malloc_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/memory comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/mt_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/mt_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/mt_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/new_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/new_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/new_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/numeric comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/numeric_traits.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/numeric_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/opt_random.h comp-cxx-include gcc=48,obsolete
|
|
|
|
./usr/include/g++/ext/pb_ds/assoc_container.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/bin_search_tree_/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/entry_pred.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/resize_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/branch_policy/branch_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/branch_policy/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/cond_dealtor.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/container_base_dispatch.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/debug_map_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/eq_fn/eq_by_less.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/lu_map_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/ov_tree_map_/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/priority_queue_base_dispatch.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/node.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rb_tree_map_/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/node.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/splay_tree_/traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/standard_policies.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/tree_trace_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/type_utils.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/types_traits.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/unordered_iterator/iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/exception.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/hash_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/list_update_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/priority_queue.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/tag_and_trait.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/tree_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pb_ds/trie_policy.hpp comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pod_char_traits.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pod_char_traits.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pod_char_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pointer.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pointer.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pool_allocator.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pool_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/pool_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/random comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/random.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/rb_tree comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/rc_string_base.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/rc_string_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/rc_string_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/rope comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/ropeimpl.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/slist comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/sso_string_base.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/sso_string_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/sso_string_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/stdio_filebuf.h comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/stdio_sync_filebuf.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/stdio_sync_filebuf.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/stdio_sync_filebuf.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/stl_hash_fun.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/stl_hash_fun.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/stl_hashtable.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/stl_hashtable.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/stl_rope.h comp-cxx-include gcc=3,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ext/stl_rope.h comp-obsolete gcc=4,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ext/string_conversions.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/string_conversions.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/throw_allocator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/throw_allocator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/type_traits.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/type_traits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/typelist.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/typelist.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/typelist.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.tcc comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_fwd.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_fwd.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_fwd.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_util.h comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_util.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ext/vstring_util.h comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/faralloc.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/fdeque.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/fenv.h comp-cxx-include gcc=45,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/flist.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/floatio.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/fmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/fmultmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/fmultset.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/forward_list comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/forward_list comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/fset.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/fstream comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/fstream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/function.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/functional comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/future comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/future comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/gen comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVLMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVLMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVLSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVLSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVec.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/AVec.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/BSTSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/BSTSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Bag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Bag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHNode.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHNode.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/CHSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/DLDeque.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/DLDeque.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/DLList.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/DLList.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Deque.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Deque.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPQueue.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPQueue.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPStack.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPStack.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPlex.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/FPlex.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/List.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/List.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/MPlex.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/MPlex.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Map.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Map.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OSLBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OSLBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OSLSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OSLSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OXPBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OXPBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OXPSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/OXPSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PHPQ.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PHPQ.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PQ.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PQ.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PSList.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/PVec.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Plex.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Plex.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Queue.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Queue.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/RAVLMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/RAVLMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/RPlex.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/RPlex.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLList.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLList.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLQueue.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLQueue.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLStack.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SLStack.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Set.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Set.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SkipSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayNode.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayNode.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayPQ.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplayPQ.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplaySet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/SplaySet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Stack.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Stack.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHMap.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHMap.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VHSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VOHSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VOHSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VQueue.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VQueue.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VStack.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/VStack.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Vec.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/Vec.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPBag.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPBag.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPDeque.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPDeque.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPPQ.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPPQ.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPQueue.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPQueue.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPSet.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPSet.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPStack.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPStack.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPlex.ccP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/XPlex.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/defs.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/intSList.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/gen/intVec.hP comp-obsolete obsolete
|
|
|
|
./usr/include/g++/generic.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/getpagesize.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hash_map comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hash_map.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hash_set comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hash_set.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hashtable.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hdeque.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/heap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hlist.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hmultmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hmultset.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hset.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hugalloc.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/hvector.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/indstream.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/initializer_list comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/initializer_list comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/iolibio.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/iomanip comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/iomanip.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/ioprivate.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ios comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/iosfwd comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/iostdio.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/iostream comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/iostream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/iostreamP.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/istream comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/istream.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/iterator comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/iterator.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/lbvector.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/ldeque.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/libc.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/libio.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/libioP.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/limits comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/list comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/list.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/llist.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/lmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/lmultmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/lmultset.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/lngalloc.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/locale comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/lset.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/map comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/map.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/memory comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/minmax.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/multimap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/multiset.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/mutex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/mutex comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/neralloc.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/nested_exception.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/new comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/new.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/nmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/nmultmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/nmultset.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/nset.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/numeric comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/osfcn.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ostream comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/ostream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/pair.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/parallel/algo.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algo.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algobase.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algobase.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algorithm comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algorithm comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algorithmfwd.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/algorithmfwd.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/balanced_quicksort.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/balanced_quicksort.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/basic_iterator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/basic_iterator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/checkers.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/checkers.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/compatibility.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/compatibility.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/compiletime_settings.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/compiletime_settings.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/equally_split.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/equally_split.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/features.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/features.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/find.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/find.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/find_selectors.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/find_selectors.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/for_each.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/for_each.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/for_each_selectors.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/for_each_selectors.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/iterator.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/iterator.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/list_partition.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/list_partition.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/losertree.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/losertree.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/merge.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/merge.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiseq_selection.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiseq_selection.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiway_merge.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiway_merge.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiway_mergesort.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/multiway_mergesort.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/numeric comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/numeric comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/numericfwd.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/numericfwd.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/omp_loop.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/omp_loop.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/omp_loop_static.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/omp_loop_static.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/par_loop.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/par_loop.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/parallel.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/parallel.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/partial_sum.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/partial_sum.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/partition.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/partition.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/queue.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/queue.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/quicksort.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/quicksort.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/random_number.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/random_number.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/random_shuffle.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/random_shuffle.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/search.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/search.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/set_operations.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/set_operations.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/settings.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/settings.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/sort.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/sort.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/tags.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/tags.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/types.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/types.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/unique_copy.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/unique_copy.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/workstealing.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/parallel/workstealing.h comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/parsestream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/pfstream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/procbuf.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/profile/array comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/bitset comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/deque comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/forward_list comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_algos.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_container_size.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_hash_func.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_hashtable_size.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_list_to_slist.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_list_to_vector.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_map_to_unordered_map.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_node.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_state.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_trace.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_vector_size.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/impl/profiler_vector_to_list.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/iterator_tracker.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/list comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/map.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/multimap.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/multiset.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/set.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/unordered_base.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/unordered_map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/unordered_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/profile/vector comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/projectn.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/pthread_alloc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/pthread_alloc.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/queue comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/random comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/random comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/random.cc comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/ratio comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/ratio comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/regex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/regex comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/regex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/rope comp-obsolete obsolete
|
|
|
|
./usr/include/g++/rope.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/ropeimpl.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/rx.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/scoped_allocator comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/set comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/set.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/slist comp-obsolete obsolete
|
|
|
|
./usr/include/g++/slist.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/sstream comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/stack comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/stack.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/bastring.cc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/bastring.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/bastring_inst.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cassert.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cctype.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cerrno.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cfloat.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cinst.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/ciso646.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/climits.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/clocale.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cmath.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/complex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/complext.cc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/complext.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/complext_inst.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/csetjmp.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/csignal.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cstdarg.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cstddef.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cstdio.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cstdlib.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cstring.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/ctime.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cwchar.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/cwctype.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/dcomplex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/exception.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/fcomplex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/gslice.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/gslice_array.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/indirect_array.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/ldcomplex.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/mask_array.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/new.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/sinst.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/slice.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/slice_array.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/std_valarray.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/stddef.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/stdexcept.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/straits.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/string.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/typeinfo.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/valarray_array.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/valarray_array.tcc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/std/valarray_meta.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/stdatomic.h comp-cxx-include gcc=45,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/stddef comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/stdexcept comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/stdiostream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_algo.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_algobase.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_alloc.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_bvector.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_config.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_construct.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_deque.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_function.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_hash_fun.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_hash_map.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_hash_set.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_hashtable.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_heap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_iterator.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_list.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_map.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_multimap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_multiset.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_numeric.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_pair.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_queue.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_raw_storage_iter.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_relops.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_rope.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_set.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_slist.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_stack.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_tempbuf.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_tree.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_uninitialized.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stl_vector.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/strclass.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/stream.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/streambuf comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/streambuf.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/strfile.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/string comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/strstream comp-obsolete obsolete
|
|
|
|
./usr/include/g++/strstream.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/swap.h comp-obsolete obsolete
|
|
|
|
./usr/include/g++/sysent.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/system_error comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/system_error comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tempbuf.cc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/tempbuf.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tgmath.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/thread comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/thread comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/array comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/array comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/array comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/bessel_function.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/bessel_function.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/beta_function.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/beta_function.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/bind_iterate.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/bind_iterate.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/bind_iterate.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/bind_repeat.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/bind_repeat.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/bind_repeat.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/boost_shared_ptr.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/boost_shared_ptr.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/boost_shared_ptr.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/ccomplex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ccomplex comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cctype comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cctype comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cfenv comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cfenv comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cfloat comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cfloat comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cinttypes comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cinttypes comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/climits comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/climits comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cmath comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cmath comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/complex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/complex comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/complex.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/complex.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdarg comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdarg comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdbool comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdbool comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdint comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdint comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdio comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdio comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdlib comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cstdlib comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctgmath comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctgmath comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctime comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctime comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctype.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ctype.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cwchar comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cwchar comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cwctype comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/cwctype comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ell_integral.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ell_integral.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/exp_integral.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/exp_integral.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/fenv.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/fenv.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/float.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/float.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional_hash.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional_hash.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/functional_iterate.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/functional_iterate.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/functional_iterate.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/gamma.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/gamma.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hashtable comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/hashtable comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/hashtable comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/hashtable.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hashtable.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hashtable_policy.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hashtable_policy.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hypergeometric.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/hypergeometric.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/inttypes.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/inttypes.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/legendre_function.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/legendre_function.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/limits.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/limits.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/math.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/math.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/memory comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/memory comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/memory comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/modified_bessel_func.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/modified_bessel_func.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/mu_iterate.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/mu_iterate.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/mu_iterate.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/poly_hermite.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/poly_hermite.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/poly_laguerre.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/poly_laguerre.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/random.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/ref_fwd.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/ref_fwd.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/ref_fwd.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/ref_wrap_iterate.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/ref_wrap_iterate.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/ref_wrap_iterate.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/regex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/regex comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/repeat.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/repeat.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/repeat.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/riemann_zeta.tcc comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/riemann_zeta.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/shared_ptr.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/shared_ptr.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/special_function_util.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/special_function_util.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdarg.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdarg.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdbool.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdbool.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdint.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdint.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdio.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdio.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdlib.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/stdlib.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tgmath.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tgmath.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tuple comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tuple comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tuple comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/tuple_iterate.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/tuple_iterate.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/tuple_iterate.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/type_traits comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/type_traits comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/type_traits comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/type_traits_fwd.h comp-cxx-include gcc=4,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tr1/type_traits_fwd.h comp-obsolete gcc=45,obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tr1/type_traits_fwd.h comp-obsolete gcc=48,obsolete
|
|
|
|
./usr/include/g++/tr1/unordered_map comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_map comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_map.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_map.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_set comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_set comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_set.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/unordered_set.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/utility comp-cxx-include gcc=4,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/utility comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/utility comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/wchar.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/wchar.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/wctype.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1/wctype.h comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/array comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/boost_sp_counted_base.h comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cctype comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cfenv comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cinttypes comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cmath comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/complex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cstdint comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cstdio comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cstdlib comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cwchar comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/cwctype comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/regex comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/type_traits comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr1_impl/utility comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr2/bool_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr2/bool_set.tcc comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr2/dynamic_bitset comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr2/ratio comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tr2/type_traits comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/tree.cc comp-obsolete obsolete
|
|
|
|
./usr/include/g++/tree.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/tuple comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/tuple comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/type_traits comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/type_traits comp-cxx-include gcc=48,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/type_traits.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/typeindex comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/typeinfo comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/typemacros.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/unordered_map comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/unordered_map comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/unordered_set comp-cxx-include gcc=45,cxx,libstdcxx
|
|
|
|
./usr/include/g++/unordered_set comp-cxx-include gcc=48,cxx,libstdcxx
|
|
|
|
./usr/include/g++/utility comp-cxx-include gcc,cxx,libstdcxx
|
|
|
|
./usr/include/g++/valarray comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/values.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/g++/vector comp-cxx-include gcc,cxx,libstdcxx
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/g++/vector.h comp-obsolete obsolete
|
|
|
|
./usr/include/gcc-4.5/mf-runtime.h comp-gcc-include gcc=45
|
|
|
|
./usr/include/gcc-4.5/omp.h comp-gcc-include gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/gcc-4.8/mf-runtime.h comp-gcc-include gcc=48
|
|
|
|
./usr/include/gcc-4.8/omp.h comp-gcc-include gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/gelf.h comp-c-include
|
|
|
|
./usr/include/getopt.h comp-c-include
|
|
|
|
./usr/include/glob.h comp-c-include
|
|
|
|
./usr/include/gmp.h comp-cxx-include obsolete
|
|
|
|
./usr/include/grp.h comp-c-include
|
|
|
|
./usr/include/gssapi.h comp-krb5-include kerberos
|
|
|
|
./usr/include/gssapi/gssapi.h comp-krb5-include kerberos
|
|
|
|
./usr/include/gssapi/gssapi_krb5.h comp-krb5-include kerberos
|
|
|
|
./usr/include/gssapi/gssapi_ntlm.h comp-krb5-include kerberos
|
|
|
|
./usr/include/gssapi/gssapi_oid.h comp-krb5-include kerberos
|
|
|
|
./usr/include/gssapi/gssapi_spnego.h comp-krb5-include kerberos
|
|
|
|
./usr/include/hesiod.h comp-c-include
|
|
|
|
./usr/include/histedit.h comp-c-include
|
|
|
|
./usr/include/history.h comp-obsolete obsolete
|
|
|
|
./usr/include/iconv.h comp-c-include
|
|
|
|
./usr/include/ifaddrs.h comp-c-include
|
|
|
|
./usr/include/inttypes.h comp-c-include
|
|
|
|
./usr/include/iscsi.h comp-c-include iscsi
|
|
|
|
./usr/include/isns.h comp-c-include
|
|
|
|
./usr/include/isns_defs.h comp-c-include
|
|
|
|
./usr/include/iso646.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/cd9660_extern.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/cd9660_mount.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/cd9660_node.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/cd9660_rrip.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/iso.h comp-c-include
|
|
|
|
./usr/include/isofs/cd9660/iso_rrip.h comp-c-include
|
|
|
|
./usr/include/kadm5/admin.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kadm5/kadm5-private.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kadm5/kadm5-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kadm5/kadm5-pwcheck.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kadm5/kadm5_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kadm5/private.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kerberosIV/des.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/kadm.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/kadm_err.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/kafs.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/klog.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/krb-archaeology.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/krb-protos.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/krb.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/krb_db.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/krb_err.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/kstream.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/ktypes.h comp-obsolete obsolete
|
|
|
|
./usr/include/kerberosIV/prot.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/asn1-common.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/asn1.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/asn1_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/base64.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/cms_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/com_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/com_right.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/crmf_asn1.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/der-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/der.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/digest_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/getarg.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hdb-private.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/hdb-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hdb.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hdb_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hdb_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/heim_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/heim_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/heimbase.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/heimntlm-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/heimntlm.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hex.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hx509-private.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/hx509-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hx509.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/hx509_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/k524_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kadm5_err.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/kafs.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kcm-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kcm.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kdc-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kdc.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5-private.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5-protos.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5-types.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5-v4compat.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5_ccapi.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb5_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/krb_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/kx509_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/ntlm_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/ocsp_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/parse_bytes.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/parse_time.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/parse_units.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/pkcs10_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/pkcs12_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/pkcs8_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/pkcs9_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/pkinit_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/resolve.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/rfc2459_asn1.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/roken-common.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/roken.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/rtbl.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/sl.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/ss.h comp-obsolete obsolete
|
|
|
|
./usr/include/krb5/wind.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/wind_err.h comp-krb5-include kerberos
|
|
|
|
./usr/include/krb5/xdbm.h comp-krb5-include kerberos
|
|
|
|
./usr/include/kvm.h comp-c-include
|
|
|
|
./usr/include/langinfo.h comp-c-include
|
|
|
|
./usr/include/lauxlib.h comp-c-include
|
|
|
|
./usr/include/lber.h comp-ldap-include ldap
|
|
|
|
./usr/include/lber_types.h comp-ldap-include ldap
|
|
|
|
./usr/include/ldap.h comp-ldap-include ldap
|
|
|
|
./usr/include/ldap_cdefs.h comp-ldap-include ldap
|
|
|
|
./usr/include/ldap_features.h comp-ldap-include ldap
|
|
|
|
./usr/include/ldap_schema.h comp-ldap-include ldap
|
|
|
|
./usr/include/ldap_utf8.h comp-ldap-include ldap
|
|
|
|
./usr/include/libdwarf.h comp-c-include
|
|
|
|
./usr/include/libelf.h comp-c-include
|
|
|
|
./usr/include/libgen.h comp-c-include
|
|
|
|
./usr/include/libintl.h comp-c-include
|
|
|
|
./usr/include/libmilter/mfapi.h comp-obsolete obsolete
|
|
|
|
./usr/include/libmilter/mfdef.h comp-obsolete obsolete
|
|
|
|
./usr/include/limits.h comp-c-include
|
|
|
|
./usr/include/link.h comp-c-include
|
|
|
|
./usr/include/link_aout.h comp-c-include
|
|
|
|
./usr/include/link_elf.h comp-c-include
|
|
|
|
./usr/include/locale.h comp-c-include
|
|
|
|
./usr/include/login_cap.h comp-c-include
|
|
|
|
./usr/include/lua.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/lua.hpp comp-c-include
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/luaconf.h comp-c-include
|
|
|
|
./usr/include/lualib.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/lutok comp-c-include
|
|
|
|
./usr/include/lutok/c_gate.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/debug.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/exceptions.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/operations.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/stack_cleaner.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/state.hpp comp-c-include kyua
|
|
|
|
./usr/include/lutok/state.ipp comp-c-include kyua
|
|
|
|
./usr/include/lutok/test_utils.hpp comp-c-include kyua
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/lwp.h comp-c-include
|
|
|
|
./usr/include/lzf.h comp-c-include
|
|
|
|
./usr/include/lzfP.h comp-c-include
|
|
|
|
./usr/include/lzma.h comp-c-include
|
|
|
|
./usr/include/lzma/base.h comp-c-include
|
|
|
|
./usr/include/lzma/bcj.h comp-c-include
|
|
|
|
./usr/include/lzma/block.h comp-c-include
|
|
|
|
./usr/include/lzma/check.h comp-c-include
|
|
|
|
./usr/include/lzma/container.h comp-c-include
|
|
|
|
./usr/include/lzma/delta.h comp-c-include
|
|
|
|
./usr/include/lzma/filter.h comp-c-include
|
|
|
|
./usr/include/lzma/hardware.h comp-c-include
|
|
|
|
./usr/include/lzma/index.h comp-c-include
|
|
|
|
./usr/include/lzma/index_hash.h comp-c-include
|
|
|
|
./usr/include/lzma/lzma.h comp-c-include
|
|
|
|
./usr/include/lzma/stream_flags.h comp-c-include
|
|
|
|
./usr/include/lzma/version.h comp-c-include
|
|
|
|
./usr/include/lzma/vli.h comp-c-include
|
|
|
|
./usr/include/magic.h comp-c-include
|
|
|
|
./usr/include/malloc.h comp-c-include
|
|
|
|
./usr/include/math.h comp-c-include
|
|
|
|
./usr/include/md2.h comp-c-include
|
|
|
|
./usr/include/md4.h comp-c-include
|
|
|
|
./usr/include/md5.h comp-c-include
|
|
|
|
./usr/include/memory.h comp-c-include
|
|
|
|
./usr/include/menu.h comp-c-include
|
|
|
|
./usr/include/milter/mfapi.h comp-obsolete obsolete
|
|
|
|
./usr/include/milter/mfdef.h comp-obsolete obsolete
|
|
|
|
./usr/include/miscfs/fdesc/fdesc.h comp-c-include
|
|
|
|
./usr/include/miscfs/fifofs/fifo.h comp-c-include
|
|
|
|
./usr/include/miscfs/genfs/genfs.h comp-c-include
|
|
|
|
./usr/include/miscfs/genfs/genfs_node.h comp-c-include
|
|
|
|
./usr/include/miscfs/genfs/layer.h comp-c-include
|
|
|
|
./usr/include/miscfs/kernfs/kernfs.h comp-c-include
|
|
|
|
./usr/include/miscfs/nullfs/null.h comp-c-include
|
|
|
|
./usr/include/miscfs/overlay/overlay.h comp-c-include
|
|
|
|
./usr/include/miscfs/portal/portal.h comp-obsolete obsolete
|
|
|
|
./usr/include/miscfs/procfs/procfs.h comp-c-include
|
|
|
|
./usr/include/miscfs/specfs/specdev.h comp-c-include
|
|
|
|
./usr/include/miscfs/syncfs/syncfs.h comp-c-include
|
|
|
|
./usr/include/miscfs/umapfs/umap.h comp-c-include
|
|
|
|
./usr/include/miscfs/union/union.h comp-c-include
|
|
|
|
./usr/include/mj.h comp-c-include crypto
|
|
|
|
./usr/include/mntopts.h comp-c-include
|
|
|
|
./usr/include/monetary.h comp-c-include
|
|
|
|
./usr/include/mpc-log.h comp-c-include obsolete
|
|
|
|
./usr/include/mpc.h comp-c-include obsolete
|
|
|
|
./usr/include/mpf2mpfr.h comp-c-include obsolete
|
|
|
|
./usr/include/mpfr.h comp-c-include obsolete
|
|
|
|
./usr/include/mpool.h comp-c-include
|
|
|
|
./usr/include/mqueue.h comp-c-include
|
|
|
|
./usr/include/msdosfs/bootsect.h comp-c-include
|
|
|
|
./usr/include/msdosfs/bpb.h comp-c-include
|
|
|
|
./usr/include/msdosfs/denode.h comp-c-include
|
|
|
|
./usr/include/msdosfs/direntry.h comp-c-include
|
|
|
|
./usr/include/msdosfs/fat.h comp-c-include
|
|
|
|
./usr/include/msdosfs/msdosfsmount.h comp-c-include
|
|
|
|
./usr/include/ndbm.h comp-c-include
|
|
|
|
./usr/include/net/agr/if_agrioctl.h comp-c-include
|
|
|
|
./usr/include/net/bpf.h comp-c-include
|
|
|
|
./usr/include/net/bpf_jit.h comp-c-include obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/net/bpfdesc.h comp-c-include
|
|
|
|
./usr/include/net/bpfjit.h comp-c-include
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/net/dlt.h comp-c-include
|
|
|
|
./usr/include/net/ethertypes.h comp-c-include
|
|
|
|
./usr/include/net/if.h comp-c-include
|
|
|
|
./usr/include/net/if_arc.h comp-c-include
|
|
|
|
./usr/include/net/if_arp.h comp-c-include
|
|
|
|
./usr/include/net/if_atm.h comp-c-include
|
|
|
|
./usr/include/net/if_bridgevar.h comp-c-include
|
|
|
|
./usr/include/net/if_dl.h comp-c-include
|
|
|
|
./usr/include/net/if_ether.h comp-c-include
|
|
|
|
./usr/include/net/if_etherip.h comp-c-include
|
|
|
|
./usr/include/net/if_fddi.h comp-c-include
|
|
|
|
./usr/include/net/if_gif.h comp-c-include
|
|
|
|
./usr/include/net/if_gre.h comp-c-include
|
|
|
|
./usr/include/net/if_hippi.h comp-c-include
|
|
|
|
./usr/include/net/if_ieee1394.h comp-c-include
|
|
|
|
./usr/include/net/if_ieee80211.h comp-obsolete obsolete
|
|
|
|
./usr/include/net/if_llc.h comp-c-include
|
|
|
|
./usr/include/net/if_media.h comp-c-include
|
|
|
|
./usr/include/net/if_mpls.h comp-c-include
|
|
|
|
./usr/include/net/if_pflog.h comp-c-include
|
|
|
|
./usr/include/net/if_ppp.h comp-c-include
|
|
|
|
./usr/include/net/if_pppoe.h comp-c-include
|
|
|
|
./usr/include/net/if_pppvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/net/if_slvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/net/if_sppp.h comp-c-include
|
|
|
|
./usr/include/net/if_srt.h comp-c-include
|
|
|
|
./usr/include/net/if_stf.h comp-c-include
|
|
|
|
./usr/include/net/if_stripvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/net/if_tap.h comp-c-include
|
|
|
|
./usr/include/net/if_token.h comp-c-include
|
|
|
|
./usr/include/net/if_tun.h comp-c-include
|
|
|
|
./usr/include/net/if_types.h comp-c-include
|
|
|
|
./usr/include/net/if_vlanvar.h comp-c-include
|
|
|
|
./usr/include/net/net_stats.h comp-c-include
|
|
|
|
./usr/include/net/netisr.h comp-c-include
|
|
|
|
./usr/include/net/npf.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/net/npf_ncode.h comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/net/pfil.h comp-c-include
|
|
|
|
./usr/include/net/pfkeyv2.h comp-c-include
|
|
|
|
./usr/include/net/pfvar.h comp-c-include
|
|
|
|
./usr/include/net/ppp-comp.h comp-c-include
|
|
|
|
./usr/include/net/ppp_defs.h comp-c-include
|
|
|
|
./usr/include/net/radix.h comp-c-include
|
|
|
|
./usr/include/net/raw_cb.h comp-c-include
|
|
|
|
./usr/include/net/route.h comp-c-include
|
|
|
|
./usr/include/net/slcompress.h comp-c-include
|
|
|
|
./usr/include/net/slip.h comp-c-include
|
|
|
|
./usr/include/net/zlib.h comp-c-include
|
|
|
|
./usr/include/net80211/_ieee80211.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_channel.h comp-obsolete obsolete
|
|
|
|
./usr/include/net80211/ieee80211_compat.h comp-obsolete obsolete
|
|
|
|
./usr/include/net80211/ieee80211_crypto.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_ioctl.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_netbsd.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_node.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_proto.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_radiotap.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_rssadapt.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_sysctl.h comp-c-include
|
|
|
|
./usr/include/net80211/ieee80211_var.h comp-c-include
|
|
|
|
./usr/include/netatalk/aarp.h comp-c-include
|
|
|
|
./usr/include/netatalk/at.h comp-c-include
|
|
|
|
./usr/include/netatalk/at_extern.h comp-c-include
|
|
|
|
./usr/include/netatalk/at_var.h comp-c-include
|
|
|
|
./usr/include/netatalk/ddp.h comp-c-include
|
|
|
|
./usr/include/netatalk/ddp_var.h comp-c-include
|
|
|
|
./usr/include/netatalk/phase2.h comp-c-include
|
|
|
|
./usr/include/netbt/bluetooth.h comp-c-include
|
|
|
|
./usr/include/netbt/hci.h comp-c-include
|
|
|
|
./usr/include/netbt/l2cap.h comp-c-include
|
|
|
|
./usr/include/netbt/rfcomm.h comp-c-include
|
|
|
|
./usr/include/netbt/sco.h comp-c-include
|
|
|
|
./usr/include/netccitt/dll.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/hd_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/hdlc.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/llc_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/pk.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/pk_extern.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/pk_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/x25.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/x25acct.h comp-obsolete obsolete
|
|
|
|
./usr/include/netccitt/x25err.h comp-obsolete obsolete
|
|
|
|
./usr/include/netconfig.h comp-c-include
|
|
|
|
./usr/include/netdb.h comp-c-include
|
|
|
|
./usr/include/netgroup.h comp-c-include
|
|
|
|
./usr/include/netinet/icmp6.h comp-c-include
|
|
|
|
./usr/include/netinet/icmp_var.h comp-c-include
|
|
|
|
./usr/include/netinet/if_arc.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet/if_atm.h comp-c-include
|
|
|
|
./usr/include/netinet/if_ether.h comp-c-include
|
|
|
|
./usr/include/netinet/if_inarp.h comp-c-include
|
|
|
|
./usr/include/netinet/igmp.h comp-c-include
|
|
|
|
./usr/include/netinet/igmp_var.h comp-c-include
|
|
|
|
./usr/include/netinet/in.h comp-c-include
|
|
|
|
./usr/include/netinet/in_gif.h comp-c-include
|
|
|
|
./usr/include/netinet/in_pcb.h comp-c-include
|
|
|
|
./usr/include/netinet/in_pcb_hdr.h comp-c-include
|
|
|
|
./usr/include/netinet/in_route.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet/in_selsrc.h comp-c-include
|
|
|
|
./usr/include/netinet/in_systm.h comp-c-include
|
|
|
|
./usr/include/netinet/in_var.h comp-c-include
|
|
|
|
./usr/include/netinet/ip.h comp-c-include
|
|
|
|
./usr/include/netinet/ip6.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_auth.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_carp.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_compat.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_ecn.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_encap.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_fil.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_frag.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_gre.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet/ip_htable.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_icmp.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_lookup.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_mroute.h comp-c-include
|
|
|
|
./usr/include/netinet/ip_nat.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_pool.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_proxy.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_rules.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet/ip_scan.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_state.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_sync.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ip_var.h comp-c-include
|
|
|
|
./usr/include/netinet/ipf_rb.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/ipl.h comp-ipf-include ipfilter
|
|
|
|
./usr/include/netinet/pim.h comp-c-include
|
|
|
|
./usr/include/netinet/pim_var.h comp-c-include
|
|
|
|
./usr/include/netinet/portalgo.h comp-c-include
|
|
|
|
./usr/include/netinet/rfc6056.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet/tcp.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_debug.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_fsm.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_seq.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_timer.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_var.h comp-c-include
|
|
|
|
./usr/include/netinet/tcp_vtw.h comp-c-include
|
|
|
|
./usr/include/netinet/tcpip.h comp-c-include
|
|
|
|
./usr/include/netinet/udp.h comp-c-include
|
|
|
|
./usr/include/netinet/udp_var.h comp-c-include
|
|
|
|
./usr/include/netinet6/ah.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet6/esp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet6/icmp6.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet6/in6.h comp-c-include
|
|
|
|
./usr/include/netinet6/in6_gif.h comp-c-include
|
|
|
|
./usr/include/netinet6/in6_ifattach.h comp-c-include
|
|
|
|
./usr/include/netinet6/in6_pcb.h comp-c-include
|
|
|
|
./usr/include/netinet6/in6_var.h comp-c-include
|
|
|
|
./usr/include/netinet6/ip6.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet6/ip6_mroute.h comp-c-include
|
|
|
|
./usr/include/netinet6/ip6_var.h comp-c-include
|
|
|
|
./usr/include/netinet6/ip6protosw.h comp-c-include
|
|
|
|
./usr/include/netinet6/ipcomp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netinet6/ipsec.h comp-c-include
|
|
|
|
./usr/include/netinet6/mld6_var.h comp-c-include
|
|
|
|
./usr/include/netinet6/nd6.h comp-c-include
|
|
|
|
./usr/include/netinet6/pim6.h comp-c-include
|
|
|
|
./usr/include/netinet6/pim6_var.h comp-c-include
|
|
|
|
./usr/include/netinet6/raw_ip6.h comp-c-include
|
|
|
|
./usr/include/netinet6/udp6.h comp-c-include
|
|
|
|
./usr/include/netinet6/udp6_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/ah_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/esp_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/ipcomp_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/ipip_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/ipsec.h comp-c-include
|
|
|
|
./usr/include/netipsec/ipsec_var.h comp-c-include
|
|
|
|
./usr/include/netipsec/keydb.h comp-obsolete obsolete
|
|
|
|
./usr/include/netipsec/keysock.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_cause.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_debug.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_ioctl.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_rbch_ioctl.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_tel_ioctl.h comp-c-include
|
|
|
|
./usr/include/netisdn/i4b_trace.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/netiso/argo_debug.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/clnl.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/clnp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/clnp_stat.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/cltp_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/cons.h comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/netiso/cons_pcb.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/netiso/eonvar.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/esis.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/idrp_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/iso.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/iso_errno.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/iso_pcb.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/iso_snpac.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/iso_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_clnp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_events.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_ip.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_meas.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_param.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_pcb.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_seq.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_stat.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_states.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_timer.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_tpdu.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_trace.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_user.h comp-obsolete obsolete
|
|
|
|
./usr/include/netiso/tp_var.h comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/netiso/tuba_table.h comp-obsolete obsolete
|
|
|
|
./usr/include/netkey/key.h comp-obsolete obsolete
|
|
|
|
./usr/include/netkey/key_debug.h comp-obsolete obsolete
|
|
|
|
./usr/include/netkey/key_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netkey/keydb.h comp-obsolete obsolete
|
|
|
|
./usr/include/netkey/keysock.h comp-c-include
|
|
|
|
./usr/include/netkey/keyv2.h comp-obsolete obsolete
|
|
|
|
./usr/include/netmpls/mpls.h comp-c-include
|
|
|
|
./usr/include/netnatm/natm.h comp-c-include
|
|
|
|
./usr/include/netns/idp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/idp_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/ns.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/ns_error.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/ns_if.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/ns_pcb.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/ns_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/sp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/spidp.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/spp_debug.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/spp_timer.h comp-obsolete obsolete
|
|
|
|
./usr/include/netns/spp_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/netpgp.h comp-c-include crypto
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/netpgp/verify.h comp-c-include crypto
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/netsmb/iconv.h comp-c-include
|
|
|
|
./usr/include/netsmb/netbios.h comp-c-include
|
|
|
|
./usr/include/netsmb/smb.h comp-c-include
|
|
|
|
./usr/include/netsmb/smb_conn.h comp-c-include
|
|
|
|
./usr/include/netsmb/smb_dev.h comp-c-include
|
|
|
|
./usr/include/nfs/krpc.h comp-c-include
|
|
|
|
./usr/include/nfs/nfs.h comp-c-include
|
|
|
|
./usr/include/nfs/nfs_var.h comp-obsolete obsolete
|
|
|
|
./usr/include/nfs/nfsdiskless.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsm_subs.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsmount.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsnode.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsproto.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsrtt.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsrvcache.h comp-c-include
|
|
|
|
./usr/include/nfs/nfsv2.h comp-obsolete obsolete
|
|
|
|
./usr/include/nfs/nqnfs.h comp-obsolete obsolete
|
|
|
|
./usr/include/nfs/rpcv2.h comp-c-include
|
|
|
|
./usr/include/nfs/xdr_subs.h comp-c-include
|
|
|
|
./usr/include/nl_types.h comp-c-include
|
|
|
|
./usr/include/nlist.h comp-c-include
|
|
|
|
./usr/include/npf.h comp-npf-include npf
|
|
|
|
./usr/include/nsswitch.h comp-c-include
|
|
|
|
./usr/include/ntfs/ntfs.h comp-c-include
|
|
|
|
./usr/include/ntfs/ntfs_compr.h comp-obsolete obsolete
|
|
|
|
./usr/include/ntfs/ntfs_extern.h comp-obsolete obsolete
|
|
|
|
./usr/include/ntfs/ntfs_ihash.h comp-obsolete obsolete
|
|
|
|
./usr/include/ntfs/ntfs_inode.h comp-c-include
|
|
|
|
./usr/include/ntfs/ntfs_subr.h comp-obsolete obsolete
|
|
|
|
./usr/include/ntfs/ntfs_vfsops.h comp-obsolete obsolete
|
|
|
|
./usr/include/ntfs/ntfsmount.h comp-c-include
|
|
|
|
./usr/include/null.h comp-obsolete obsolete
|
|
|
|
./usr/include/objc/NXConstStr.h comp-c-include gcc
|
|
|
|
./usr/include/objc/Object.h comp-c-include gcc
|
|
|
|
./usr/include/objc/Protocol.h comp-c-include gcc
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/objc/encoding.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/encoding.h comp-c-include gcc=45
|
|
|
|
./usr/include/objc/hash.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/hash.h comp-c-include gcc=45
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/objc/list.h comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/objc/message.h comp-objc-include libstdcxx,gcc=48
|
|
|
|
./usr/include/objc/objc-api.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/objc-api.h comp-c-include gcc=45
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/objc/objc-decls.h comp-cxx-include gcc=4
|
|
|
|
./usr/include/objc/objc-decls.h comp-cxx-include gcc=45,cxx
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/objc/objc-decls.h comp-cxx-include gcc=48,cxx
|
|
|
|
./usr/include/objc/objc-exception.h comp-objc-include libstdcxx,gcc=48
|
|
|
|
./usr/include/objc/objc-list.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/objc-list.h comp-c-include gcc=45
|
|
|
|
./usr/include/objc/objc-sync.h comp-objc-include libstdcxx,gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/objc/objc.h comp-c-include gcc
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/objc/runtime.h comp-objc-include libstdcxx,gcc=48
|
|
|
|
./usr/include/objc/sarray.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/sarray.h comp-c-include gcc=45
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/objc/thr.h comp-c-include gcc
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/objc/typedstream.h comp-c-include gcc=4
|
|
|
|
./usr/include/objc/typedstream.h comp-c-include gcc=45
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/openpgpsdk/accumulate.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/armour.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/callback.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/compress.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/configure.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/create.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/crypto.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/defs.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/errors.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/final.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/hash.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/keyring.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/lists.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/memory.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/openpgpsdk.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/packet-parse.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/packet-show-cast.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/packet-show.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/packet.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/random.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/readerwriter.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/signature.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/std_print.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/streamwriter.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/types.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/util.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/validate.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/version.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/writer.h comp-obsolete obsolete
|
|
|
|
./usr/include/openpgpsdk/writer_armoured.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/aes.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/asn1.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/asn1_mac.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/asn1t.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/bio.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/blowfish.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/bn.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/buffer.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/camellia.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/cast.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/cmac.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/cms.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/comp.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/conf.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/conf_api.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/crypto.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/des.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/dh.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/dsa.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/dso.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/dtls1.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/e_os.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/e_os2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ebcdic.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ec.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ecdh.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ecdsa.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/engine.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/err.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/evp.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/fips.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/fips_rand.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/hmac.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/idea.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/krb5_asn.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/kssl.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/lhash.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/md2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/md4.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/md5.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/mdc2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/modes.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/obj_mac.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/objects.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ocsp.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/opensslconf.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/opensslv.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ossl_typ.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/pem.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/pem2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/pkcs12.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/pkcs7.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/pq_compat.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/pqueue.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rand.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rc2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rc4.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rc5.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ripemd.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rsa.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/rsaref.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/safestack.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/seed.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/sha.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/srp.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/srtp.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ssl.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ssl2.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ssl23.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ssl3.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/stack.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/store.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/symhacks.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/tls1.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/tmdiff.h comp-obsolete obsolete
|
|
|
|
./usr/include/openssl/ts.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/txt_db.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ui.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/ui_compat.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/whrlpool.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/x509.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/x509_vfy.h comp-c-include crypto
|
|
|
|
./usr/include/openssl/x509v3.h comp-c-include crypto
|
|
|
|
./usr/include/paths.h comp-c-include
|
|
|
|
./usr/include/pcap-namedb.h comp-c-include
|
|
|
|
./usr/include/pcap.h comp-c-include
|
|
|
|
./usr/include/pcap/bpf.h comp-c-include
|
|
|
|
./usr/include/pcap/namedb.h comp-c-include
|
|
|
|
./usr/include/pcap/pcap.h comp-c-include
|
|
|
|
./usr/include/pci.h comp-c-include
|
|
|
|
./usr/include/perfuse.h comp-c-include
|
|
|
|
./usr/include/poll.h comp-c-include
|
|
|
|
./usr/include/ppath/ppath.h comp-c-include
|
|
|
|
./usr/include/ppath/ppath_impl.h comp-c-include
|
|
|
|
./usr/include/prop/plistref.h comp-c-include
|
|
|
|
./usr/include/prop/prop_array.h comp-c-include
|
|
|
|
./usr/include/prop/prop_bool.h comp-c-include
|
|
|
|
./usr/include/prop/prop_data.h comp-c-include
|
|
|
|
./usr/include/prop/prop_dictionary.h comp-c-include
|
|
|
|
./usr/include/prop/prop_ingest.h comp-c-include
|
|
|
|
./usr/include/prop/prop_number.h comp-c-include
|
|
|
|
./usr/include/prop/prop_object.h comp-c-include
|
|
|
|
./usr/include/prop/prop_string.h comp-c-include
|
|
|
|
./usr/include/prop/proplib.h comp-c-include
|
|
|
|
./usr/include/protocols/dumprestore.h comp-c-include
|
|
|
|
./usr/include/protocols/routed.h comp-c-include
|
|
|
|
./usr/include/protocols/rwhod.h comp-c-include
|
|
|
|
./usr/include/protocols/talkd.h comp-c-include
|
|
|
|
./usr/include/protocols/timed.h comp-c-include
|
|
|
|
./usr/include/pthread.h comp-c-include
|
|
|
|
./usr/include/pthread_dbg.h comp-c-include
|
|
|
|
./usr/include/pthread_queue.h comp-c-include
|
|
|
|
./usr/include/pthread_types.h comp-c-include
|
|
|
|
./usr/include/puffs.h comp-puffs-include
|
|
|
|
./usr/include/puffsdump.h comp-puffs-include
|
|
|
|
./usr/include/pwd.h comp-c-include
|
|
|
|
./usr/include/quota.h comp-c-include
|
|
|
|
./usr/include/quota/quota.h comp-obsolete obsolete
|
|
|
|
./usr/include/quota/quotaprop.h comp-obsolete obsolete
|
|
|
|
./usr/include/radlib.h comp-c-include
|
|
|
|
./usr/include/radlib_vs.h comp-c-include
|
|
|
|
./usr/include/randomid.h comp-c-include
|
|
|
|
./usr/include/ranlib.h comp-c-include
|
|
|
|
./usr/include/re_comp.h comp-c-include
|
|
|
|
./usr/include/readline.h comp-obsolete obsolete
|
|
|
|
./usr/include/readline/history.h comp-c-include
|
|
|
|
./usr/include/readline/readline.h comp-c-include
|
|
|
|
./usr/include/regex.h comp-c-include
|
|
|
|
./usr/include/regexp.h comp-c-include
|
|
|
|
./usr/include/res_update.h comp-c-include
|
|
|
|
./usr/include/resolv.h comp-c-include
|
|
|
|
./usr/include/rmd160.h comp-c-include
|
|
|
|
./usr/include/rmt.h comp-c-include
|
|
|
|
./usr/include/rpc/auth.h comp-c-include
|
|
|
|
./usr/include/rpc/auth_unix.h comp-c-include
|
|
|
|
./usr/include/rpc/clnt.h comp-c-include
|
|
|
|
./usr/include/rpc/clnt_soc.h comp-c-include
|
|
|
|
./usr/include/rpc/nettype.h comp-c-include
|
|
|
|
./usr/include/rpc/pmap_clnt.h comp-c-include
|
|
|
|
./usr/include/rpc/pmap_prot.h comp-c-include
|
|
|
|
./usr/include/rpc/pmap_rmt.h comp-c-include
|
|
|
|
./usr/include/rpc/raw.h comp-c-include
|
|
|
|
./usr/include/rpc/rpc.h comp-c-include
|
|
|
|
./usr/include/rpc/rpc_com.h comp-c-include
|
|
|
|
./usr/include/rpc/rpc_msg.h comp-c-include
|
|
|
|
./usr/include/rpc/rpcb_clnt.h comp-c-include
|
|
|
|
./usr/include/rpc/rpcb_prot.h comp-c-include
|
|
|
|
./usr/include/rpc/rpcent.h comp-c-include
|
|
|
|
./usr/include/rpc/svc.h comp-c-include
|
|
|
|
./usr/include/rpc/svc_auth.h comp-c-include
|
|
|
|
./usr/include/rpc/svc_soc.h comp-c-include
|
|
|
|
./usr/include/rpc/types.h comp-c-include
|
|
|
|
./usr/include/rpc/xdr.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/bootparam_prot.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/bootparam_prot.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/klm_prot.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/klm_prot.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/mount.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/mount.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/nfs_prot.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/nfs_prot.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/nlm_prot.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/nlm_prot.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rex.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rex.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rnusers.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rnusers.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rquota.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rquota.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rstat.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rstat.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rusers.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rusers.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/rwall.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/rwall.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/sm_inter.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/sm_inter.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/spray.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/spray.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/yp.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/yp.x comp-c-include
|
|
|
|
./usr/include/rpcsvc/yp_prot.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/ypclnt.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/yppasswd.h comp-c-include
|
|
|
|
./usr/include/rpcsvc/yppasswd.x comp-c-include
|
|
|
|
./usr/include/rump/p2k.h comp-puffs-include rump
|
|
|
|
./usr/include/rump/rump.h comp-c-include rump
|
|
|
|
./usr/include/rump/rump_namei.h comp-c-include rump
|
|
|
|
./usr/include/rump/rump_syscalls.h comp-c-include rump
|
|
|
|
./usr/include/rump/rump_syscalls_compat.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpclient.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpdefs.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpkern_if_pub.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpnet_if_pub.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpuser.h comp-c-include rump
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/rump/rumpuser_component.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpuser_port.h comp-c-include rump
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/rump/rumpvfs_if_pub.h comp-c-include rump
|
|
|
|
./usr/include/rump/rumpvnode_if.h comp-c-include rump
|
|
|
|
./usr/include/rump/scsitest.h comp-c-include rump
|
|
|
|
./usr/include/rump/ukfs.h comp-c-include rump
|
|
|
|
./usr/include/sa.h comp-obsolete obsolete
|
|
|
|
./usr/include/saslc.h comp-c-include crypto
|
|
|
|
./usr/include/sched.h comp-c-include
|
|
|
|
./usr/include/sdp.h comp-c-include
|
|
|
|
./usr/include/search.h comp-c-include
|
|
|
|
./usr/include/security/openpam.h comp-c-include pam
|
|
|
|
./usr/include/security/openpam_attr.h comp-c-include pam
|
|
|
|
./usr/include/security/openpam_version.h comp-c-include pam
|
|
|
|
./usr/include/security/pam_appl.h comp-c-include pam
|
|
|
|
./usr/include/security/pam_constants.h comp-c-include pam
|
|
|
|
./usr/include/security/pam_mod_misc.h comp-c-include pam
|
|
|
|
./usr/include/security/pam_modules.h comp-c-include pam
|
|
|
|
./usr/include/security/pam_types.h comp-c-include pam
|
|
|
|
./usr/include/semaphore.h comp-c-include
|
|
|
|
./usr/include/setjmp.h comp-c-include
|
|
|
|
./usr/include/sgtty.h comp-c-include
|
|
|
|
./usr/include/sha1.h comp-c-include
|
|
|
|
./usr/include/sha2.h comp-c-include
|
|
|
|
./usr/include/signal.h comp-c-include
|
|
|
|
./usr/include/skey.h comp-c-include skey
|
|
|
|
./usr/include/smbfs comp-obsolete obsolete
|
|
|
|
./usr/include/soundcard.h comp-c-include
|
|
|
|
./usr/include/spawn.h comp-c-include
|
|
|
|
./usr/include/sqlite3.h comp-c-include
|
|
|
|
./usr/include/sqlite3ext.h comp-c-include
|
|
|
|
./usr/include/ssp/ssp.h comp-c-include
|
|
|
|
./usr/include/ssp/stdio.h comp-c-include
|
|
|
|
./usr/include/ssp/string.h comp-c-include
|
|
|
|
./usr/include/ssp/strings.h comp-c-include
|
|
|
|
./usr/include/ssp/unistd.h comp-c-include
|
|
|
|
./usr/include/stab.h comp-c-include
|
|
|
|
./usr/include/stdarg.h comp-c-include
|
|
|
|
./usr/include/stdbool.h comp-c-include
|
|
|
|
./usr/include/stddef.h comp-c-include
|
|
|
|
./usr/include/stdint.h comp-c-include
|
|
|
|
./usr/include/stdio.h comp-c-include
|
|
|
|
./usr/include/stdlib.h comp-c-include
|
|
|
|
./usr/include/string.h comp-c-include
|
|
|
|
./usr/include/stringlist.h comp-c-include
|
|
|
|
./usr/include/strings.h comp-c-include
|
|
|
|
./usr/include/struct.h comp-c-include
|
|
|
|
./usr/include/sys/acct.h comp-c-include
|
|
|
|
./usr/include/sys/agpio.h comp-c-include
|
|
|
|
./usr/include/sys/aio.h comp-c-include
|
|
|
|
./usr/include/sys/ansi.h comp-c-include
|
|
|
|
./usr/include/sys/aout_mids.h comp-c-include
|
|
|
|
./usr/include/sys/ataio.h comp-c-include
|
|
|
|
./usr/include/sys/atomic.h comp-c-include
|
|
|
|
./usr/include/sys/audioio.h comp-c-include
|
|
|
|
./usr/include/sys/bitops.h comp-c-include
|
|
|
|
./usr/include/sys/bootblock.h comp-c-include
|
|
|
|
./usr/include/sys/bootinfo.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/bswap.h comp-c-include
|
|
|
|
./usr/include/sys/buf.h comp-c-include
|
|
|
|
./usr/include/sys/bufq.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/bus.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/callback.h comp-c-include
|
|
|
|
./usr/include/sys/callout.h comp-c-include
|
|
|
|
./usr/include/sys/cc_microtime.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/cdefs.h comp-c-include
|
|
|
|
./usr/include/sys/cdefs_aout.h comp-c-include
|
|
|
|
./usr/include/sys/cdefs_elf.h comp-c-include
|
|
|
|
./usr/include/sys/cdio.h comp-c-include
|
|
|
|
./usr/include/sys/chio.h comp-c-include
|
|
|
|
./usr/include/sys/clist.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/clockctl.h comp-c-include
|
|
|
|
./usr/include/sys/condvar.h comp-c-include
|
|
|
|
./usr/include/sys/conf.h comp-c-include
|
|
|
|
./usr/include/sys/core.h comp-c-include
|
|
|
|
./usr/include/sys/cpu_data.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/cpufreq.h comp-c-include
|
|
|
|
./usr/include/sys/cpuio.h comp-c-include
|
|
|
|
./usr/include/sys/ctype_bits.h comp-c-include
|
|
|
|
./usr/include/sys/ctype_inline.h comp-c-include
|
|
|
|
./usr/include/sys/device.h comp-c-include
|
|
|
|
./usr/include/sys/device_if.h comp-c-include
|
|
|
|
./usr/include/sys/dir.h comp-c-include
|
|
|
|
./usr/include/sys/dirent.h comp-c-include
|
|
|
|
./usr/include/sys/disk.h comp-c-include
|
|
|
|
./usr/include/sys/disklabel.h comp-c-include
|
|
|
|
./usr/include/sys/disklabel_acorn.h comp-c-include
|
|
|
|
./usr/include/sys/disklabel_gpt.h comp-c-include
|
|
|
|
./usr/include/sys/disklabel_mbr.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/disklabel_rdb.h comp-c-include
|
|
|
|
./usr/include/sys/dkbad.h comp-c-include
|
|
|
|
./usr/include/sys/dkio.h comp-c-include
|
|
|
|
./usr/include/sys/dkstat.h comp-c-include
|
|
|
|
./usr/include/sys/dmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/domain.h comp-c-include
|
|
|
|
./usr/include/sys/drvctlio.h comp-c-include
|
|
|
|
./usr/include/sys/dvdio.h comp-c-include
|
|
|
|
./usr/include/sys/endian.h comp-c-include
|
|
|
|
./usr/include/sys/envsys.h comp-c-include
|
|
|
|
./usr/include/sys/errno.h comp-c-include
|
|
|
|
./usr/include/sys/evcnt.h comp-c-include
|
|
|
|
./usr/include/sys/event.h comp-c-include
|
|
|
|
./usr/include/sys/exec.h comp-c-include
|
|
|
|
./usr/include/sys/exec_aout.h comp-c-include
|
|
|
|
./usr/include/sys/exec_coff.h comp-c-include
|
|
|
|
./usr/include/sys/exec_ecoff.h comp-c-include
|
|
|
|
./usr/include/sys/exec_elf.h comp-c-include
|
|
|
|
./usr/include/sys/exec_script.h comp-c-include
|
|
|
|
./usr/include/sys/extattr.h comp-c-include
|
|
|
|
./usr/include/sys/extent.h comp-c-include
|
|
|
|
./usr/include/sys/fcntl.h comp-c-include
|
|
|
|
./usr/include/sys/fd_set.h comp-c-include
|
|
|
|
./usr/include/sys/fdio.h comp-c-include
|
|
|
|
./usr/include/sys/featuretest.h comp-c-include
|
|
|
|
./usr/include/sys/file.h comp-c-include
|
|
|
|
./usr/include/sys/filedesc.h comp-c-include
|
|
|
|
./usr/include/sys/filio.h comp-c-include
|
|
|
|
./usr/include/sys/flashio.h comp-c-include
|
|
|
|
./usr/include/sys/float_ieee.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/float_ieee754.h comp-c-include
|
|
|
|
./usr/include/sys/fnv_hash.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/fstypes.h comp-c-include
|
|
|
|
./usr/include/sys/gcq.h comp-c-include
|
|
|
|
./usr/include/sys/gmon.h comp-c-include
|
|
|
|
./usr/include/sys/gpio.h comp-c-include
|
|
|
|
./usr/include/sys/hash.h comp-c-include
|
|
|
|
./usr/include/sys/ieee754.h comp-c-include
|
|
|
|
./usr/include/sys/inttypes.h comp-c-include
|
|
|
|
./usr/include/sys/ioccom.h comp-c-include
|
|
|
|
./usr/include/sys/ioctl.h comp-c-include
|
|
|
|
./usr/include/sys/ioctl_compat.h comp-c-include
|
|
|
|
./usr/include/sys/iostat.h comp-c-include
|
|
|
|
./usr/include/sys/ipc.h comp-c-include
|
|
|
|
./usr/include/sys/joystick.h comp-c-include
|
|
|
|
./usr/include/sys/kcore.h comp-c-include
|
|
|
|
./usr/include/sys/kcpuset.h comp-c-include
|
|
|
|
./usr/include/sys/kernel.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/keylock.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/kgdb.h comp-c-include
|
|
|
|
./usr/include/sys/kmem.h comp-c-include
|
|
|
|
./usr/include/sys/ksem.h comp-c-include
|
|
|
|
./usr/include/sys/ksyms.h comp-c-include
|
|
|
|
./usr/include/sys/ktrace.h comp-c-include
|
|
|
|
./usr/include/sys/lkm.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/localedef.h comp-c-include
|
|
|
|
./usr/include/sys/lock.h comp-c-include
|
|
|
|
./usr/include/sys/lockf.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/sys/lua.h comp-c-include
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/sys/lwp.h comp-c-include
|
|
|
|
./usr/include/sys/lwpctl.h comp-c-include
|
|
|
|
./usr/include/sys/malloc.h comp-c-include
|
|
|
|
./usr/include/sys/mallocvar.h comp-c-include
|
|
|
|
./usr/include/sys/map.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/mbuf.h comp-c-include
|
|
|
|
./usr/include/sys/md4.h comp-c-include
|
|
|
|
./usr/include/sys/md5.h comp-c-include
|
|
|
|
./usr/include/sys/midiio.h comp-c-include
|
|
|
|
./usr/include/sys/mman.h comp-c-include
|
|
|
|
./usr/include/sys/module.h comp-c-include
|
|
|
|
./usr/include/sys/mount.h comp-c-include
|
|
|
|
./usr/include/sys/mqueue.h comp-c-include
|
|
|
|
./usr/include/sys/msg.h comp-c-include
|
|
|
|
./usr/include/sys/msgbuf.h comp-c-include
|
|
|
|
./usr/include/sys/mtio.h comp-c-include
|
|
|
|
./usr/include/sys/mutex.h comp-c-include
|
|
|
|
./usr/include/sys/namei.h comp-c-include
|
|
|
|
./usr/include/sys/null.h comp-c-include
|
|
|
|
./usr/include/sys/optstr.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/param.h comp-c-include
|
|
|
|
./usr/include/sys/pcu.h comp-c-include
|
|
|
|
./usr/include/sys/pipe.h comp-c-include
|
|
|
|
./usr/include/sys/pmc.h comp-c-include
|
|
|
|
./usr/include/sys/pmf.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/poll.h comp-c-include
|
|
|
|
./usr/include/sys/pool.h comp-c-include
|
|
|
|
./usr/include/sys/power.h comp-c-include
|
|
|
|
./usr/include/sys/proc.h comp-c-include
|
|
|
|
./usr/include/sys/properties.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/protosw.h comp-c-include
|
|
|
|
./usr/include/sys/pset.h comp-c-include
|
|
|
|
./usr/include/sys/ptrace.h comp-c-include
|
|
|
|
./usr/include/sys/ptree.h comp-c-include
|
|
|
|
./usr/include/sys/queue.h comp-c-include
|
|
|
|
./usr/include/sys/quota.h comp-c-include
|
|
|
|
./usr/include/sys/quotactl.h comp-c-include
|
|
|
|
./usr/include/sys/radioio.h comp-c-include
|
|
|
|
./usr/include/sys/ras.h comp-c-include
|
|
|
|
./usr/include/sys/rb.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/rbtree.h comp-c-include
|
|
|
|
./usr/include/sys/reboot.h comp-c-include
|
|
|
|
./usr/include/sys/resource.h comp-c-include
|
|
|
|
./usr/include/sys/resourcevar.h comp-c-include
|
|
|
|
./usr/include/sys/rmd160.h comp-c-include
|
|
|
|
./usr/include/sys/rnd.h comp-c-include
|
|
|
|
./usr/include/sys/rwlock.h comp-c-include
|
|
|
|
./usr/include/sys/sa.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/satypes.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/scanio.h comp-c-include
|
|
|
|
./usr/include/sys/sched.h comp-c-include
|
|
|
|
./usr/include/sys/scsiio.h comp-c-include
|
|
|
|
./usr/include/sys/sdt.h comp-c-include
|
|
|
|
./usr/include/sys/select.h comp-c-include
|
|
|
|
./usr/include/sys/selinfo.h comp-c-include
|
|
|
|
./usr/include/sys/sem.h comp-c-include
|
|
|
|
./usr/include/sys/sha1.h comp-c-include
|
|
|
|
./usr/include/sys/sha2.h comp-c-include
|
|
|
|
./usr/include/sys/shm.h comp-c-include
|
|
|
|
./usr/include/sys/siginfo.h comp-c-include
|
|
|
|
./usr/include/sys/signal.h comp-c-include
|
|
|
|
./usr/include/sys/signalvar.h comp-c-include
|
|
|
|
./usr/include/sys/sigtypes.h comp-c-include
|
|
|
|
./usr/include/sys/simplelock.h comp-c-include
|
|
|
|
./usr/include/sys/sleepq.h comp-c-include
|
|
|
|
./usr/include/sys/socket.h comp-c-include
|
|
|
|
./usr/include/sys/socketvar.h comp-c-include
|
|
|
|
./usr/include/sys/sockio.h comp-c-include
|
|
|
|
./usr/include/sys/soundcard.h comp-c-include
|
|
|
|
./usr/include/sys/spawn.h comp-c-include
|
|
|
|
./usr/include/sys/specificdata.h comp-c-include
|
|
|
|
./usr/include/sys/stat.h comp-c-include
|
|
|
|
./usr/include/sys/statvfs.h comp-c-include
|
|
|
|
./usr/include/sys/stdarg.h comp-c-include
|
|
|
|
./usr/include/sys/stdint.h comp-c-include
|
|
|
|
./usr/include/sys/swap.h comp-c-include
|
|
|
|
./usr/include/sys/syncobj.h comp-c-include
|
|
|
|
./usr/include/sys/syscall.h comp-c-include
|
|
|
|
./usr/include/sys/syscallargs.h comp-c-include
|
|
|
|
./usr/include/sys/sysctl.h comp-c-include
|
|
|
|
./usr/include/sys/syslimits.h comp-c-include
|
|
|
|
./usr/include/sys/syslog.h comp-c-include
|
|
|
|
./usr/include/sys/systm.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/systrace.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/tablet.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/tape.h comp-c-include
|
|
|
|
./usr/include/sys/termios.h comp-c-include
|
|
|
|
./usr/include/sys/time.h comp-c-include
|
|
|
|
./usr/include/sys/timeb.h comp-c-include
|
|
|
|
./usr/include/sys/timepps.h comp-c-include
|
|
|
|
./usr/include/sys/times.h comp-c-include
|
|
|
|
./usr/include/sys/timex.h comp-c-include
|
|
|
|
./usr/include/sys/tls.h comp-c-include
|
|
|
|
./usr/include/sys/tprintf.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/trace.h comp-c-include
|
|
|
|
./usr/include/sys/tree.h comp-c-include
|
|
|
|
./usr/include/sys/tty.h comp-c-include
|
|
|
|
./usr/include/sys/ttychars.h comp-c-include
|
|
|
|
./usr/include/sys/ttycom.h comp-c-include
|
|
|
|
./usr/include/sys/ttydefaults.h comp-c-include
|
|
|
|
./usr/include/sys/ttydev.h comp-c-include
|
|
|
|
./usr/include/sys/types.h comp-c-include
|
|
|
|
./usr/include/sys/ucontext.h comp-c-include
|
|
|
|
./usr/include/sys/ucred.h comp-c-include
|
|
|
|
./usr/include/sys/uio.h comp-c-include
|
|
|
|
./usr/include/sys/un.h comp-c-include
|
|
|
|
./usr/include/sys/unistd.h comp-c-include
|
|
|
|
./usr/include/sys/unpcb.h comp-c-include
|
|
|
|
./usr/include/sys/user.h comp-c-include
|
|
|
|
./usr/include/sys/utsname.h comp-c-include
|
|
|
|
./usr/include/sys/uuid.h comp-c-include
|
|
|
|
./usr/include/sys/vadvise.h comp-c-include
|
|
|
|
./usr/include/sys/vcmd.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/verified_exec.h comp-c-include
|
|
|
|
./usr/include/sys/videoio.h comp-c-include
|
|
|
|
./usr/include/sys/vlimit.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/vmmeter.h comp-c-include
|
|
|
|
./usr/include/sys/vnode.h comp-c-include
|
|
|
|
./usr/include/sys/vnode_if.h comp-c-include
|
|
|
|
./usr/include/sys/vsio.h comp-obsolete obsolete
|
|
|
|
./usr/include/sys/wait.h comp-c-include
|
|
|
|
./usr/include/sys/wapbl.h comp-c-include
|
|
|
|
./usr/include/sys/wapbl_replay.h comp-c-include
|
|
|
|
./usr/include/sys/wdog.h comp-c-include
|
|
|
|
./usr/include/sys/xattr.h comp-c-include
|
|
|
|
./usr/include/sysexits.h comp-c-include
|
|
|
|
./usr/include/syslog.h comp-c-include
|
|
|
|
./usr/include/tar.h comp-c-include
|
|
|
|
./usr/include/tcpd.h comp-c-include
|
|
|
|
./usr/include/term.h comp-c-include
|
|
|
|
./usr/include/termcap.h comp-c-include
|
|
|
|
./usr/include/termios.h comp-c-include
|
|
|
|
./usr/include/threadlib.h comp-obsolete obsolete
|
|
|
|
./usr/include/time.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/trousers/trousers.h comp-c-include tpm
|
|
|
|
./usr/include/trousers/tss.h comp-c-include tpm
|
|
|
|
./usr/include/tss/compat11b.h comp-c-include tpm
|
|
|
|
./usr/include/tss/platform.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcpa_defines.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcpa_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcpa_struct.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcpa_typedef.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcs.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcs_defines.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcs_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcs_structs.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tcs_typedef.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tddl_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tddlapi_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tddli.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tpm.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tpm_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tpm_ordinal.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tspi.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tss_defines.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tss_error.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tss_error_basics.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tss_structs.h comp-c-include tpm
|
|
|
|
./usr/include/tss/tss_typedef.h comp-c-include tpm
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/ttyent.h comp-c-include
|
|
|
|
./usr/include/tzfile.h comp-c-include
|
|
|
|
./usr/include/ucontext.h comp-c-include
|
|
|
|
./usr/include/ufs/ext2fs/ext2fs.h comp-c-include
|
|
|
|
./usr/include/ufs/ext2fs/ext2fs_dinode.h comp-c-include
|
|
|
|
./usr/include/ufs/ext2fs/ext2fs_dir.h comp-c-include
|
|
|
|
./usr/include/ufs/ext2fs/ext2fs_extern.h comp-c-include
|
|
|
|
./usr/include/ufs/ffs/ffs_extern.h comp-c-include
|
|
|
|
./usr/include/ufs/ffs/fs.h comp-c-include
|
|
|
|
./usr/include/ufs/lfs/lfs.h comp-c-include
|
|
|
|
./usr/include/ufs/lfs/lfs_extern.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/ufs/lfs/lfs_inode.h comp-c-include
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/ufs/mfs/mfs_extern.h comp-c-include
|
|
|
|
./usr/include/ufs/mfs/mfsiom.h comp-obsolete obsolete
|
|
|
|
./usr/include/ufs/mfs/mfsnode.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/dinode.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/dir.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/dirhash.h comp-obsolete obsolete
|
|
|
|
./usr/include/ufs/ufs/extattr.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/inode.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/quota.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/quota1.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/quota2.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/ufs_bswap.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/ufs_extern.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/ufs_wapbl.h comp-c-include
|
|
|
|
./usr/include/ufs/ufs/ufsmount.h comp-c-include
|
|
|
|
./usr/include/ulimit.h comp-c-include
|
|
|
|
./usr/include/unctrl.h comp-c-include
|
|
|
|
./usr/include/unistd.h comp-c-include
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/include/unwind.h comp-c-include !libgcc
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/include/usb.h comp-obsolete obsolete
|
|
|
|
./usr/include/usbhid.h comp-c-include
|
|
|
|
./usr/include/util.h comp-c-include
|
|
|
|
./usr/include/utime.h comp-c-include
|
|
|
|
./usr/include/utmp.h comp-c-include
|
|
|
|
./usr/include/utmpx.h comp-c-include
|
|
|
|
./usr/include/uuid.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_amap.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_amap_i.h comp-obsolete obsolete
|
|
|
|
./usr/include/uvm/uvm_anon.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_aobj.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_device.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_extern.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_fault.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_fault_i.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_glue.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_inherit.h comp-obsolete obsolete
|
|
|
|
./usr/include/uvm/uvm_km.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_loan.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_map.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_map_i.h comp-obsolete obsolete
|
|
|
|
./usr/include/uvm/uvm_object.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_page.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_page_i.h comp-obsolete obsolete
|
|
|
|
./usr/include/uvm/uvm_pager.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_pager_i.h comp-obsolete obsolete
|
|
|
|
./usr/include/uvm/uvm_param.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_pdaemon.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_pglist.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_pmap.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_prot.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_stat.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_swap.h comp-c-include
|
|
|
|
./usr/include/uvm/uvm_vnode.h comp-obsolete obsolete
|
|
|
|
./usr/include/varargs.h comp-obsolete obsolete
|
|
|
|
./usr/include/vis.h comp-c-include
|
|
|
|
./usr/include/vm/device_pager.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/lock.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/pglist.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/pmap.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/swap_pager.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_conf.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_extern.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_inherit.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_kern.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_map.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_object.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_page.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_pageout.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_pager.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_param.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_prot.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vm_swap.h comp-obsolete obsolete
|
|
|
|
./usr/include/vm/vnode_pager.h comp-obsolete obsolete
|
|
|
|
./usr/include/wchar.h comp-c-include
|
|
|
|
./usr/include/wctype.h comp-c-include
|
|
|
|
./usr/include/wordexp.h comp-c-include
|
|
|
|
./usr/include/zconf.h comp-c-include
|
|
|
|
./usr/include/zlib.h comp-c-include
|
|
|
|
./usr/lib/crt0.o comp-c-lib
|
|
|
|
./usr/lib/gcrt0.o comp-c-lib
|
|
|
|
./usr/lib/i18n/libBIG5.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libDECHanyu.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libEUC.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libEUCTW.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libGBK2K.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libHZ.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libISO2022.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libJOHAB.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libMSKanji.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libUES.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libUTF1632.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libUTF7.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libUTF8.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libVIQR.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libZW.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libiconv_none.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libiconv_std.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_646.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_none.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_parallel.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_serial.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_std.a comp-i18n-lib
|
|
|
|
./usr/lib/i18n/libmapper_zone.a comp-i18n-lib
|
|
|
|
./usr/lib/libamu.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libamu_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libarchive.a comp-c-lib
|
|
|
|
./usr/lib/libarchive_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libasn1.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libasn1_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libatf-c++.a comp-atf-lib atf
|
|
|
|
./usr/lib/libatf-c++_p.a comp-atf-lib atf,profile
|
|
|
|
./usr/lib/libatf-c.a comp-atf-lib atf
|
|
|
|
./usr/lib/libatf-c_p.a comp-atf-lib atf,profile
|
|
|
|
./usr/lib/libatf.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libatf_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libavl.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libavl_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/libbfd.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libbind9.a comp-bind-lib
|
|
|
|
./usr/lib/libbind9_p.a comp-bind-proflib profile
|
|
|
|
./usr/lib/libbluetooth.a comp-c-lib
|
|
|
|
./usr/lib/libbluetooth_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libbsdmalloc.a comp-c-lib
|
|
|
|
./usr/lib/libbsdmalloc_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libbz2.a comp-c-lib
|
|
|
|
./usr/lib/libbz2_p.a comp-c-proflib profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libc++.a comp-c-lib libcxx
|
|
|
|
./usr/lib/libc++_p.a comp-c-proflib libcxx,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libc.a comp-c-lib
|
|
|
|
./usr/lib/libc_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libcdk.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcdk_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcom_err.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libcom_err_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libcompat.a comp-c-lib
|
|
|
|
./usr/lib/libcompat_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libcrypt.a comp-c-lib
|
|
|
|
./usr/lib/libcrypt_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libcrypto.a comp-c-lib crypto
|
|
|
|
./usr/lib/libcrypto_idea.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcrypto_idea_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcrypto_mdc2.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcrypto_mdc2_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libcrypto_p.a comp-c-proflib profile,crypto
|
|
|
|
./usr/lib/libcrypto_rc5.a comp-c-lib crypto_rc5
|
|
|
|
./usr/lib/libcrypto_rc5_p.a comp-c-proflib profile,crypto_rc5
|
|
|
|
./usr/lib/libctf.a comp-c-lib dtrace
|
|
|
|
./usr/lib/libctf_p.a comp-c-proflib dtrace,profile
|
|
|
|
./usr/lib/libcurses.a comp-c-lib
|
|
|
|
./usr/lib/libcurses_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libdes.a comp-c-lib crypto
|
|
|
|
./usr/lib/libdes_p.a comp-c-proflib profile,crypto
|
|
|
|
./usr/lib/libdevmapper.a comp-lvm-lib lvm
|
|
|
|
./usr/lib/libdevmapper_p.a comp-lvm-proflib profile,lvm
|
|
|
|
./usr/lib/libdm.a comp-c-lib
|
|
|
|
./usr/lib/libdm_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libdns.a comp-bind-lib
|
|
|
|
./usr/lib/libdns_p.a comp-bind-proflib profile
|
|
|
|
./usr/lib/libdns_sd.a comp-mdns-lib mdns
|
|
|
|
./usr/lib/libdns_sd_p.a comp-mdns-proflib profile,mdns
|
|
|
|
./usr/lib/libdtrace.a comp-c-lib dtrace
|
|
|
|
./usr/lib/libdtrace_p.a comp-c-proflib dtrace,profile
|
|
|
|
./usr/lib/libdwarf.a comp-c-lib
|
|
|
|
./usr/lib/libdwarf_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libedit.a comp-c-lib
|
|
|
|
./usr/lib/libedit_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libelf.a comp-c-lib
|
|
|
|
./usr/lib/libelf_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libevent.a comp-c-lib
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libevent_openssl.a comp-c-lib crypto
|
|
|
|
./usr/lib/libevent_openssl_p.a comp-c-proflib profile,crypto
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libevent_p.a comp-c-proflib profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libevent_pthreads.a comp-c-lib
|
|
|
|
./usr/lib/libevent_pthreads_p.a comp-c-proflib profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libexecinfo.a comp-c-lib
|
|
|
|
./usr/lib/libexecinfo_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libexpat.a comp-c-lib
|
|
|
|
./usr/lib/libexpat_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libfetch.a comp-c-lib
|
|
|
|
./usr/lib/libfetch_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libfl.a comp-c-lib
|
|
|
|
./usr/lib/libfl_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libform.a comp-c-lib
|
|
|
|
./usr/lib/libform_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libfrtbegin.a comp-c-lib gcc=3
|
|
|
|
./usr/lib/libfrtbegin.a comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/lib/libg++_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libg++a comp-obsolete obsolete
|
|
|
|
./usr/lib/libg2c.a comp-fortran-lib gcc=3
|
|
|
|
./usr/lib/libg2c.a comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/lib/libg2c_p.a comp-fortran-proflib gcc=3,profile
|
|
|
|
./usr/lib/libg2c_p.a comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/lib/libgcc.a comp-c-lib gcccmds
|
|
|
|
./usr/lib/libgcc_p.a comp-c-proflib obsolete
|
|
|
|
./usr/lib/libgcc_s.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libgcov.a comp-c-lib gcccmds
|
|
|
|
./usr/lib/libgmp.a -unknown- obsolete
|
|
|
|
./usr/lib/libgmp.a comp-c-lib obsolete
|
|
|
|
./usr/lib/libgmp_p.a comp-c-proflib obsolete
|
|
|
|
./usr/lib/libgnumalloc.a comp-c-lib
|
|
|
|
./usr/lib/libgnumalloc_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libgomp.a comp-c-lib gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libgomp.a comp-c-lib gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libgomp.spec comp-c-lib gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libgomp.spec comp-c-lib gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libgomp_p.a comp-c-proflib profile,gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libgomp_p.a comp-c-proflib profile,gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libgssapi.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libgssapi_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libhdb.a comp-c-lib kerberos
|
|
|
|
./usr/lib/libhdb_p.a comp-c-proflib profile,kerberos
|
|
|
|
./usr/lib/libheimbase.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libheimbase_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libheimntlm.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libheimntlm_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libhx509.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libhx509_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libintl.a comp-c-lib
|
|
|
|
./usr/lib/libintl_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libipsec.a comp-c-lib
|
|
|
|
./usr/lib/libipsec_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libisc.a comp-bind-lib
|
|
|
|
./usr/lib/libisc_p.a comp-bind-lib profile
|
|
|
|
./usr/lib/libisccc.a comp-bind-lib
|
|
|
|
./usr/lib/libisccc_p.a comp-bind-proflib profile
|
|
|
|
./usr/lib/libisccfg.a comp-bind-lib
|
|
|
|
./usr/lib/libisccfg_p.a comp-bind-proflib profile
|
|
|
|
./usr/lib/libiscsi.a comp-iscsi-lib iscsi
|
|
|
|
./usr/lib/libiscsi_p.a comp-iscsi-proflib profile,iscsi
|
|
|
|
./usr/lib/libisns.a comp-isns-lib
|
|
|
|
./usr/lib/libisns_p.a comp-isns-proflib profile
|
|
|
|
./usr/lib/libkadm.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkadm5clnt.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libkadm5clnt_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libkadm5srv.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libkadm5srv_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libkadm_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkafs.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libkafs_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libkdb.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkdb_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkdc.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libkdc_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libkrb.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkrb5.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libkrb5_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libkrb_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkstream.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkstream_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libkvm.a comp-c-lib
|
|
|
|
./usr/lib/libkvm_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libl.a comp-c-lib
|
|
|
|
./usr/lib/libl_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/liblber.a comp-ldap-lib ldap
|
|
|
|
./usr/lib/liblber_p.a comp-ldap-proflib profile,ldap
|
|
|
|
./usr/lib/libldap.a comp-ldap-lib ldap
|
|
|
|
./usr/lib/libldap_p.a comp-ldap-proflib profile,ldap
|
|
|
|
./usr/lib/libldap_r.a comp-ldap-lib ldap
|
|
|
|
./usr/lib/libldap_r_p.a comp-ldap-proflib profile,ldap
|
|
|
|
./usr/lib/liblua.a comp-c-lib
|
|
|
|
./usr/lib/liblua_p.a comp-c-proflib profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/liblutok.a comp-c-lib kyua
|
|
|
|
./usr/lib/liblutok_p.a comp-c-proflib profile,kyua
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/liblwres.a comp-bind-lib
|
|
|
|
./usr/lib/liblwres_p.a comp-bind-proflib profile
|
|
|
|
./usr/lib/liblzf.a comp-c-lib
|
|
|
|
./usr/lib/liblzf_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/liblzma.a comp-c-lib
|
|
|
|
./usr/lib/liblzma_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libm.a comp-c-lib
|
|
|
|
./usr/lib/libm_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libmagic.a comp-c-lib
|
|
|
|
./usr/lib/libmagic_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libmenu.a comp-c-lib
|
|
|
|
./usr/lib/libmenu_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libmilter.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libmj.a comp-c-lib crypto
|
|
|
|
./usr/lib/libmj_p.a comp-c-proflib profile,crypto
|
|
|
|
./usr/lib/libmpc.a -unknown- obsolete
|
|
|
|
./usr/lib/libmpc.a comp-c-lib obsolete
|
|
|
|
./usr/lib/libmpc_p.a comp-c-proflib obsolete
|
|
|
|
./usr/lib/libmpfr.a -unknown- obsolete
|
|
|
|
./usr/lib/libmpfr.a comp-c-lib obsolete
|
|
|
|
./usr/lib/libmpfr_p.a comp-c-proflib obsolete
|
|
|
|
./usr/lib/libmudflap.a comp-c-lib gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libmudflap.a comp-c-lib gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libmudflap_p.a comp-c-proflib gcc=45,profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libmudflap_p.a comp-c-proflib gcc=48,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libmudflapth.a comp-c-lib gcc=45
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libmudflapth.a comp-c-lib gcc=48
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libmudflapth_p.a comp-c-proflib gcc=45,profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libmudflapth_p.a comp-c-proflib gcc=48,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libnetpgp.a comp-c-lib crypto
|
|
|
|
./usr/lib/libnetpgp_p.a comp-c-proflib profile,crypto
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libnetpgpverify.a comp-c-lib crypto
|
|
|
|
./usr/lib/libnetpgpverify_p.a comp-c-proflib profile,crypto
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libnpf.a comp-npf-lib npf
|
|
|
|
./usr/lib/libnpf_p.a comp-npf-proflib profile,npf
|
|
|
|
./usr/lib/libntp.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libntp_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libnvpair.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libnvpair_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/libobjc.a comp-objc-lib gcccmds
|
|
|
|
./usr/lib/libobjc_p.a comp-objc-proflib profile,gcccmds
|
|
|
|
./usr/lib/libopenpgpsdk.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libopenpgpsdk_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libossaudio.a comp-c-lib
|
|
|
|
./usr/lib/libossaudio_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libp2k.a comp-puffs-lib rump
|
|
|
|
./usr/lib/libp2k_p.a comp-puffs-proflib profile,rump
|
|
|
|
./usr/lib/libpam.a comp-c-lib pam
|
|
|
|
./usr/lib/libpcap.a comp-c-lib
|
|
|
|
./usr/lib/libpcap_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libpcc.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libpcc_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libpci.a comp-c-lib
|
|
|
|
./usr/lib/libpci_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libperfuse.a comp-perfuse-lib
|
|
|
|
./usr/lib/libperfuse_p.a comp-perfuse-proflib profile
|
|
|
|
./usr/lib/libposix.a comp-c-lib
|
|
|
|
./usr/lib/libposix_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libppath.a comp-c-lib
|
|
|
|
./usr/lib/libppath_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libprop.a comp-c-lib
|
|
|
|
./usr/lib/libprop_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libpthread.a comp-c-lib
|
|
|
|
./usr/lib/libpthread_dbg.a comp-c-lib
|
|
|
|
./usr/lib/libpthread_dbg_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libpthread_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libpuffs.a comp-puffs-lib
|
|
|
|
./usr/lib/libpuffs_p.a comp-puffs-proflib profile
|
|
|
|
./usr/lib/libquota.a comp-c-lib
|
|
|
|
./usr/lib/libquota_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libradius.a comp-c-lib
|
|
|
|
./usr/lib/libradius_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/librefuse.a comp-refuse-lib
|
|
|
|
./usr/lib/librefuse_p.a comp-refuse-proflib profile
|
|
|
|
./usr/lib/libresolv.a comp-c-lib
|
|
|
|
./usr/lib/libresolv_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/librmt.a comp-c-lib
|
|
|
|
./usr/lib/libroken.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libroken_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/librpcsvc.a comp-c-lib
|
|
|
|
./usr/lib/librpcsvc_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/librt.a comp-c-lib
|
|
|
|
./usr/lib/librt_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/librump.a comp-c-lib rump
|
|
|
|
./usr/lib/librump_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpclient.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpclient_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpcrypto.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpcrypto_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpdev.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_audio.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_audio_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_bpf.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_bpf_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_cgd.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_cgd_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_disk.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_disk_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_dm.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_dm_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_drvctl.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_drvctl_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_fss.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_fss_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_md.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_md_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_netsmb.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_netsmb_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_pad.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_pad_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_pud.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_pud_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_putter.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_putter_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_raidframe.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_raidframe_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_rnd.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_rnd_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_scsipi.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_scsipi_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_scsitest.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_scsitest_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_sysmon.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_sysmon_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_ubt.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_ubt_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_ucom.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_ucom_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_ugenhc.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_ugenhc_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_ulpt.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_ulpt_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_umass.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_umass_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_usb.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_usb_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpdev_wscons.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpdev_wscons_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_cd9660.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_cd9660_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_efs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_efs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_ext2fs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_ext2fs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_fdesc.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_fdesc_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_ffs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_ffs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_hfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_hfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_kernfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_kernfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_lfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_lfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_mfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_mfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_msdos.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_msdos_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_nfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_nfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_nfsserver.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_nfsserver_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_nilfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_nilfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_ntfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_ntfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_null.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_null_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_nullfs.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_nullfs_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_ptyfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_ptyfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_smbfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_smbfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_syspuffs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_syspuffs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_sysvbfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_sysvbfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_tmpfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_tmpfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_udf.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_udf_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_ufs.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_ufs_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_umap.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_umap_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_umapfs.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_umapfs_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpfs_union.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_union_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_v7fs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpfs_v7fs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpfs_zfs.a comp-c-lib zfs,rump
|
|
|
|
./usr/lib/librumpfs_zfs_p.a comp-c-piclib zfs,profile,rump
|
|
|
|
./usr/lib/librumpkern_crypto.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpkern_crypto_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpkern_ksem.a comp-obsolete obsolete
|
|
|
|
./usr/lib/librumpkern_ksem_p.a comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/librumpkern_sljit.a comp-c-lib sljit,rump
|
|
|
|
./usr/lib/librumpkern_sljit_p.a comp-c-proflib profile,sljit,rump
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/librumpkern_solaris.a comp-c-lib zfs,rump
|
|
|
|
./usr/lib/librumpkern_solaris_p.a comp-c-proflib profile,zfs,rump
|
|
|
|
./usr/lib/librumpkern_tty.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpkern_tty_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpkern_z.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpkern_z_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_agr.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_agr_p.a comp-c-proflib profile,rump
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/librumpnet_bpfjit.a comp-c-lib sljit,rump
|
|
|
|
./usr/lib/librumpnet_bpfjit_p.a comp-c-proflib profile,sljit,rump
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/librumpnet_bridge.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_bridge_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_local.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_local_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_net.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_net80211.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_net80211_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_net_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_netbt.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_netbt_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_netinet.a comp-c-lib rump
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/librumpnet_netinet6.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_netinet6_p.a comp-c-proflib profile,rump
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/librumpnet_netinet_p.a comp-c-proflib profile,rump
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/librumpnet_netmpls.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_netmpls_p.a comp-c-proflib profile,rump
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/librumpnet_npf.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_npf_p.a comp-c-lib profile,rump
|
|
|
|
./usr/lib/librumpnet_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_shmif.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_shmif_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_sockin.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_sockin_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpnet_virtif.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpnet_virtif_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpuser.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpuser_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpvfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpvfs_fifofs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpvfs_fifofs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpvfs_layerfs.a comp-c-lib rump
|
|
|
|
./usr/lib/librumpvfs_layerfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/librumpvfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/libsaslc.a comp-c-clib crypto
|
|
|
|
./usr/lib/libsaslc_p.a comp-c-proflib crypto,profile
|
|
|
|
./usr/lib/libsdp.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libsdp_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libskey.a comp-c-lib skey
|
|
|
|
./usr/lib/libskey_p.a comp-c-proflib profile,skey
|
|
|
|
./usr/lib/libsl.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libsl_p.a comp-krb5-proflib profile,kerberos
|
|
|
|
./usr/lib/libsm.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libsqlite3.a comp-c-clib
|
|
|
|
./usr/lib/libsqlite3_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libss.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libss_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libssh.a comp-c-lib crypto
|
|
|
|
./usr/lib/libssh_p.a comp-c-proflib profile,crypto
|
|
|
|
./usr/lib/libssl.a comp-c-lib crypto
|
|
|
|
./usr/lib/libssl_p.a comp-c-proflib profile,crypto
|
|
|
|
./usr/lib/libssp.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libssp_p.a comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libstdc++.a comp-cxx-lib cxx,gcccmds,libstdcxx
|
|
|
|
./usr/lib/libstdc++_p.a comp-cxx-proflib profile,cxx,gcccmds,libstdcxx
|
|
|
|
./usr/lib/libsupc++.a comp-cxx-lib cxx,gcccmds,libstdcxx
|
|
|
|
./usr/lib/libtddl.a comp-c-lib tpm
|
|
|
|
./usr/lib/libtddl_p.a comp-c-proflib tpm,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libtelnet.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libtelnet_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libtermcap.a comp-c-lib
|
|
|
|
./usr/lib/libtermcap_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libterminfo.a comp-c-lib
|
|
|
|
./usr/lib/libterminfo_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libtermlib.a comp-c-lib
|
|
|
|
./usr/lib/libtermlib_p.a comp-c-proflib profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libtpm_unseal.a comp-c-lib tpm
|
|
|
|
./usr/lib/libtpm_unseal_p.a comp-c-proflib tpm,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libtre.a comp-c-lib
|
|
|
|
./usr/lib/libtre_p.a comp-c-proflib profile
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/libtspi.a comp-c-lib tpm
|
|
|
|
./usr/lib/libtspi_p.a comp-c-proflib tpm,profile
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/libukfs.a comp-c-lib rump
|
|
|
|
./usr/lib/libukfs_p.a comp-c-proflib profile,rump
|
|
|
|
./usr/lib/libumem.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libumem_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/libusb.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libusb_p.a comp-obsolete obsolete
|
|
|
|
./usr/lib/libusbhid.a comp-c-lib
|
|
|
|
./usr/lib/libusbhid_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libutil.a comp-c-lib
|
|
|
|
./usr/lib/libutil_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libuutil.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libuutil_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/libwind.a comp-krb5-lib kerberos
|
|
|
|
./usr/lib/libwind_p.a comp-krb5-proflib kerberos,profile
|
|
|
|
./usr/lib/libwrap.a comp-c-lib
|
|
|
|
./usr/lib/libwrap_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/liby.a comp-c-lib
|
|
|
|
./usr/lib/liby_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libz.a comp-c-lib
|
|
|
|
./usr/lib/libz_p.a comp-c-proflib profile
|
|
|
|
./usr/lib/libzfs.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libzfs_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/libzpool.a comp-zfs-lib zfs
|
|
|
|
./usr/lib/libzpool_p.a comp-zfs-proflib profile,zfs
|
|
|
|
./usr/lib/pkgconfig comp-c-lib
|
|
|
|
./usr/lib/pkgconfig/atf-c++.pc comp-atf-lib atf,share
|
|
|
|
./usr/lib/pkgconfig/atf-c.pc comp-atf-lib atf,share
|
|
|
|
./usr/lib/pkgconfig/atf-sh.pc comp-atf-lib atf,share
|
|
|
|
./usr/lib/pkgconfig/atf.pc comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/lib/pkgconfig/kyua-testers.pc comp-kyua-lib kyua,share
|
|
|
|
./usr/lib/pkgconfig/libcrypto.pc comp-crypto-lib crypto,share
|
|
|
|
./usr/lib/pkgconfig/libssl.pc comp-crypto-lib crypto,share
|
|
|
|
./usr/lib/pkgconfig/lutok.pc comp-crypto-lib kyua,share
|
|
|
|
./usr/lib/pkgconfig/openssl.pc comp-crypto-lib crypto,share
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/lib/pkgconfig/sqlite3.pc comp-c-lib
|
|
|
|
./usr/libdata/ldscripts/kmodule comp-util-share binutils,kmod
|
|
|
|
./usr/libdata/lint/llib-larchive.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lasn1.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lbind9.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lbluetooth.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lbsdmalloc.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lbz2.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lc.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lcom_err.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lcompat.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lcrypt.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lcrypto.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-lcrypto_idea.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lcrypto_mdc2.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lcrypto_rc5.ln comp-c-lintlib lint,crypto_rc5
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-lctf.ln comp-c-lintlib lint,dtrace
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-lcurses.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ldes.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-ldm.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ldns.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ldns_sd.ln comp-mdns-lintlib lint,mdns
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-ldtrace.ln comp-c-lintlib lint,dtrace
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-ldwarf.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ledit.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lelf.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-levent.ln comp-c-lintlib lint
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-levent_openssl.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-levent_pthreads.ln comp-c-lintlib lint
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-lexecinfo.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lexpat.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lfetch.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lform.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lgmp.ln comp-c-lintlib obsolete
|
|
|
|
./usr/libdata/lint/llib-lgnumalloc.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lgssapi.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lheimbase.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lintl.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lipsec.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lisc.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lisccc.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lisccfg.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-liscsi.ln comp-c-lintlib lint,iscsi
|
|
|
|
./usr/libdata/lint/llib-lisns.ln comp-isns-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lkdc.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lkstream.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lkvm.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ll.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-llber.ln comp-ldap-lintlib lint,ldap
|
|
|
|
./usr/libdata/lint/llib-lldap.ln comp-ldap-lintlib lint,ldap
|
|
|
|
./usr/libdata/lint/llib-lldap_r.ln comp-ldap-lintlib lint,ldap
|
|
|
|
./usr/libdata/lint/llib-llua.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-llwres.ln comp-bind-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-llzf.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lm.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lmagic.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lmenu.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lmilter.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lmj.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-lmpc.ln comp-c-lintlib obsolete
|
|
|
|
./usr/libdata/lint/llib-lmpfr.ln comp-c-lintlib obsolete
|
|
|
|
./usr/libdata/lint/llib-lnetpgp.ln comp-c-lintlib lint,crypto
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-lnetpgpverify.ln comp-c-lintlib lint,crypto
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-lnpf.ln comp-npf-lintlib lint,npf
|
|
|
|
./usr/libdata/lint/llib-lntp.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lopenpgpsdk.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lossaudio.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lp2k.ln comp-puffs-lintlib lint,rump
|
|
|
|
./usr/libdata/lint/llib-lpam.ln comp-c-lintlib lint,pam
|
|
|
|
./usr/libdata/lint/llib-lpcap.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lpcc.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lpci.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lperfuse.ln comp-perfuse-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lposix.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lppath.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lprop.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lpthread.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lpthread_dbg.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lpuffs.ln comp-puffs-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lquota.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lradius.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lrefuse.ln comp-refuse-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lresolv.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lrmt.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lroken.ln comp-krb5-lintlib lint,kerberos
|
|
|
|
./usr/libdata/lint/llib-lrpcsvc.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lrt.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lrumpclient.ln comp-c-lintlib lint,rump
|
|
|
|
./usr/libdata/lint/llib-lrumphijack.ln comp-c-lintlib lint,rump
|
|
|
|
./usr/libdata/lint/llib-lrumpuser.ln comp-c-lintlib lint,rump
|
|
|
|
./usr/libdata/lint/llib-lsaslc.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-lsdp.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lskey.ln comp-c-lintlib lint,skey
|
|
|
|
./usr/libdata/lint/llib-lsm.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lsqlite3.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lssh.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-lssl.ln comp-c-lintlib lint,crypto
|
|
|
|
./usr/libdata/lint/llib-lssp.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lstdc.ln comp-c-lintlib lint
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-ltddl.ln comp-c-lintlib tpm,lint
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-ltelnet.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-ltermcap.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lterminfo.ln comp-c-lintlib lint
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-ltpm_unseal.ln como-c-lintlib tpm,lint
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-ltre.ln comp-c-lintlib lint
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/libdata/lint/llib-ltspi.ln comp-c-lintlib tpm,lint
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/libdata/lint/llib-lukfs.ln comp-c-lintlib lint,rump
|
|
|
|
./usr/libdata/lint/llib-lusb.ln comp-obsolete obsolete
|
|
|
|
./usr/libdata/lint/llib-lusbhid.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lutil.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lwrap.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-ly.ln comp-c-lintlib lint
|
|
|
|
./usr/libdata/lint/llib-lz.ln comp-c-lintlib lint
|
|
|
|
./usr/libexec/cc1 comp-c-bin gcccmds
|
|
|
|
./usr/libexec/cc1obj comp-objc-bin gcccmds
|
|
|
|
./usr/libexec/cc1plus comp-cxx-bin gcccmds
|
|
|
|
./usr/libexec/ccom comp-c-bin pcc
|
|
|
|
./usr/libexec/collect2 comp-obsolete obsolete
|
|
|
|
./usr/libexec/cpp comp-obsolete pcc,obsolete
|
|
|
|
./usr/libexec/f771 comp-fortran-bin gcc=3,gcccmds
|
|
|
|
./usr/libexec/f771 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/libexec/lint1 comp-c-bin
|
|
|
|
./usr/libexec/lint2 comp-c-bin
|
|
|
|
./usr/libexec/pcpp comp-c-bin pcc
|
|
|
|
./usr/sbin/config comp-obsolete obsolete
|
|
|
|
./usr/sbin/config.new comp-obsolete obsolete
|
|
|
|
./usr/sbin/genassym comp-obsolete obsolete
|
|
|
|
./usr/sbin/gspa comp-util-sbin
|
|
|
|
./usr/sbin/gspahextoc comp-obsolete obsolete
|
|
|
|
./usr/sbin/kgmon comp-debug-sbin
|
|
|
|
./usr/share/ldscripts/elf32_sparc.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32_sparc.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32_sparc.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32_sparc.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32_sparc.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32_sparc.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32bmip.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32lmip.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32ppc.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shlunx.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf32shunx.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64_sparc.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/elf64alpha.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/kmodule comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelf.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.xs comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68kelfnbsd.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68knbsd.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68knbsd.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68knbsd.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68knbsd.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/m68knbsd.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shlunx.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shlunx.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shlunx.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shlunx.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shlunx.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shunx.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shunx.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shunx.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shunx.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/shunx.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sparcnbsd.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sparcnbsd.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sparcnbsd.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sparcnbsd.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sparcnbsd.xu comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sun4.x comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sun4.xbn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sun4.xn comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sun4.xr comp-obsolete obsolete
|
|
|
|
./usr/share/ldscripts/sun4.xu comp-obsolete obsolete
|
|
|
|
./usr/share/locale/be/LC_MESSAGES/gettext-tools.mo comp-c_locale-be nls
|
|
|
|
./usr/share/locale/ca/LC_MESSAGES/gettext-tools.mo comp-c_locale-ca nls
|
|
|
|
./usr/share/locale/cs/LC_MESSAGES/gettext-tools.mo comp-c_locale-cs nls
|
|
|
|
./usr/share/locale/da/LC_MESSAGES/gettext-tools.mo comp-c_locale-da nls
|
|
|
|
./usr/share/locale/da/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/de/LC_MESSAGES/gettext-tools.mo comp-c_locale-de nls
|
|
|
|
./usr/share/locale/de/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/el/LC_MESSAGES/gettext-tools.mo comp-c_locale-el nls
|
|
|
|
./usr/share/locale/en@boldquot/LC_MESSAGES/gettext-tools.mo comp-c_locale-en@boldquot nls
|
|
|
|
./usr/share/locale/en@quot/LC_MESSAGES/gettext-tools.mo comp-c_locale-en@quot nls
|
|
|
|
./usr/share/locale/es/LC_MESSAGES/gettext-tools.mo comp-c_locale-es nls
|
|
|
|
./usr/share/locale/es/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/et/LC_MESSAGES/gettext-tools.mo comp-c_locale-et nls
|
|
|
|
./usr/share/locale/fi/LC_MESSAGES/gettext-tools.mo comp-c_locale-fi nls
|
|
|
|
./usr/share/locale/fr/LC_MESSAGES/gettext-tools.mo comp-c_locale-fr nls
|
|
|
|
./usr/share/locale/fr/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/gl/LC_MESSAGES/gettext-tools.mo comp-c_locale-gl nls
|
|
|
|
./usr/share/locale/id/LC_MESSAGES/gettext-tools.mo comp-c_locale-id nls
|
|
|
|
./usr/share/locale/it/LC_MESSAGES/gettext-tools.mo comp-c_locale-it nls
|
|
|
|
./usr/share/locale/ja/LC_MESSAGES/gettext-tools.mo comp-c_locale-ja nls
|
|
|
|
./usr/share/locale/ko/LC_MESSAGES/gettext-tools.mo comp-c_locale-ko nls
|
|
|
|
./usr/share/locale/ko/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/nl/LC_MESSAGES/gettext-tools.mo comp-c_locale-nl nls
|
|
|
|
./usr/share/locale/nl/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/nn/LC_MESSAGES/gettext-tools.mo comp-c_locale-nn nls
|
|
|
|
./usr/share/locale/no/LC_MESSAGES/gettext-tools.mo comp-c_locale-no nls
|
|
|
|
./usr/share/locale/no/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo comp-c_locale-pl nls
|
|
|
|
./usr/share/locale/pl/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/pt/LC_MESSAGES/gettext-tools.mo comp-c_locale-pr nls
|
|
|
|
./usr/share/locale/pt/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/pt_BR/LC_MESSAGES/gettext-tools.mo comp-c_locale-pt_BR nls
|
|
|
|
./usr/share/locale/ro/LC_MESSAGES/gettext-tools.mo comp-c_locale-ro nls
|
|
|
|
./usr/share/locale/ru/LC_MESSAGES/gettext-tools.mo comp-c_locale-ru nls
|
|
|
|
./usr/share/locale/sk/LC_MESSAGES/gettext-tools.mo comp-c_locale-sk nls
|
|
|
|
./usr/share/locale/sl/LC_MESSAGES/gettext-tools.mo comp-c_locale-sl nls
|
|
|
|
./usr/share/locale/sl/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/sr/LC_MESSAGES/gettext-tools.mo comp-c_locale-sr nls
|
|
|
|
./usr/share/locale/sv/LC_MESSAGES/gettext-tools.mo comp-c_locale-sv nls
|
|
|
|
./usr/share/locale/sv/LC_MESSAGES/gettext.mo comp-obsolete obsolete
|
|
|
|
./usr/share/locale/tr/LC_MESSAGES/gettext-tools.mo comp-c_locale-tr nls
|
|
|
|
./usr/share/locale/uk/LC_MESSAGES/gettext-tools.mo comp-c_locale-uk nls
|
|
|
|
./usr/share/locale/zh_CN/LC_MESSAGES/gettext-tools.mo comp-c_locale-zh_CN nls
|
|
|
|
./usr/share/locale/zh_TW/LC_MESSAGES/gettext-tools.mo comp-c_locale-zh_TW nls
|
|
|
|
./usr/share/man/cat1/addr2line.0 comp-debug-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/ar.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/as.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/asa.0 comp-fortran-catman .cat
|
|
|
|
./usr/share/man/cat1/c++.0 comp-cxx-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/c++filt.0 comp-cxx-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/c89.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/c99.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/cc.0 comp-c-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/cccp.0 comp-util-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/config.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/crunchgen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/crunchide.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/cvs.0 comp-cvs-catman cvs,.cat
|
|
|
|
./usr/share/man/cat1/elf2aout.0 comp-sysutil-catman .cat
|
|
|
|
./usr/share/man/cat1/elf2ecoff.0 comp-sysutil-catman .cat
|
|
|
|
./usr/share/man/cat1/elfedit.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/f77.0 comp-fortran-catman gcc=3,gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/f77.0 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/cat1/fgen.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/flex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/flexdoc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/fort77.0 comp-fortran-catman gcc=3,gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/fort77.0 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/cat1/fpr.0 comp-fortran-catman .cat
|
|
|
|
./usr/share/man/cat1/g++.0 comp-cxx-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/g77.0 comp-fortran-catman gcc=3,gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/g77.0 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/cat1/gcc.0 comp-c-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/gcore.0 comp-debug-catman .cat
|
|
|
|
./usr/share/man/cat1/gcov.0 comp-debug-catman gcccmds,.cat
|
|
|
|
./usr/share/man/cat1/gdb.0 comp-debug-catman gdb,.cat
|
|
|
|
./usr/share/man/cat1/genassym.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/gprof.0 comp-debug-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/ld.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/lex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/lexdoc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/lint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/lorder.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/luac.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/menuc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/mkstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/msg_clear.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_display.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_display_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_prompt.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_prompt_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_prompt_noecho.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_prompt_win.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_standend.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_standout.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_table_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msg_window.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat1/msgc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/nbperf.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat1/nm.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/objcopy.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/objdump.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/openssl_ocsp.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat1/ranlib.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/rcs2log.0 comp-cvs-catman cvs,.cat
|
|
|
|
./usr/share/man/cat1/readelf.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/rpcgen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/size.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/strings.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/strip.0 comp-util-catman binutils,.cat
|
|
|
|
./usr/share/man/cat1/tsort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/unifdef.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/unifdefall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/xstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat1/yacc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_Exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/__clone.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/__quotactl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/__syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_continue.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_ctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_detach.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_getname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_getprivate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_kill.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_park.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_self.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_setname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_setprivate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_suspend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_unpark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_unpark_all.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_wait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/_lwp_wakeup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/accept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/access.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/acct.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/adjtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/arm32_drain_writebuf.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/arm32_sync_icache.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/arm_drain_writebuf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/arm_sync_icache.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/bind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/brk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/chdir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/chflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/chmod.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/chown.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/chroot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/clock_getres.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/clock_gettime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/clock_nanosleep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/clock_settime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/clone.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/connect.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/dup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/dup2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/dup3.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/errno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/execve.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_delete_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_delete_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_delete_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_get_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_get_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_get_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_list_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_list_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_list_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_set_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_set_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/extattr_set_link.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/faccessat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/fchdir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fchflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fchmod.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/fchmodat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/fchown.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/fchownat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/fchroot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fcntl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fdatasync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fhopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fhstat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fhstatfs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/fhstatvfs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fhstatvfs1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fktrace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/flock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fork.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fpathconf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fstat.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/fstatat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/fstatfs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/fstatvfs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fstatvfs1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fsync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/fsync_range.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ftruncate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/futimens.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/futimes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getcontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getdents.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getdirentries.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/getegid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/geteuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getfh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getfsstat.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/getgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getgroups.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getitimer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getlogin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getlogin_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getpeername.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getpgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getpgrp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getpid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getppid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getpriority.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getrlimit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getrusage.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getsid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getsockname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getsockopt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/gettimeofday.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/getvfsstat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_get_ioperm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/i386_get_ldt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_get_mtrr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_iopl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_pmc_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_pmc_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_pmc_startstop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_set_ioperm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/i386_set_ldt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_set_mtrr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/i386_vm86.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/intro.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/issetugid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/kevent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/kill.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/kqueue.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ktrace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lchflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lchmod.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lchown.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lfs_bmapv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lfs_markv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lfs_segclean.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lfs_segwait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/linkat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/listen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lseek.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/lstat.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/lutimens.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/lutimes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/m68k_sync_icache.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/madvise.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mincore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/minherit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mkdir.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/mkdirat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/mkfifo.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/mkfifoat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/mknod.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/mknodat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/mlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mlockall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mmap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/modctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mount.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mprotect.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/mremap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/msgctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/msgget.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/msgrcv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/msgsnd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/msync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/munlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/munlockall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/munmap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/nanosleep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/nfssvc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ntp_adjtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ntp_gettime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/open.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/openat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/paccept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pathconf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pipe.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pipe2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pmc_control.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pmc_get_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/poll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pollts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/posix_fadvise.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/posix_madvise.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pread.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/preadv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/profil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pselect.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ptrace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pwrite.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/pwritev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/quotactl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/rasctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/readlink.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/readlinkat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/readv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/reboot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/recv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/recvfrom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/recvmmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/recvmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/rename.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/renameat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/revoke.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/rmdir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sa_enable.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sa_register.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sa_setconcurrency.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sa_stacks.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sa_yield.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sbrk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/seek.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/select.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/semctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/semget.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/semop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/send.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sendmmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sendmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sendto.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setcontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setegid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/seteuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setgroups.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setitimer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setlogin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setpgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setpgrp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setpriority.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setregid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setreuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setrlimit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setsid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setsockopt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/settimeofday.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/setuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/shmat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/shmctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/shmdt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/shmget.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/shutdown.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigaction.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigaltstack.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/siginfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigpending.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigprocmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigqueue.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigqueueinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigreturn.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/sigstack.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigsuspend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigtimedwait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigwait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sigwaitinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/socket.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/socketpair.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/stat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/statfs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/statvfs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/statvfs1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/swapctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/swapon.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat2/symlink.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/symlinkat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/sync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/sysarch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/timer_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/timer_delete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/timer_getoverrun.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/timer_gettime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/timer_settime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/truncate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/ucontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/umask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/undelete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/unlink.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/unlinkat.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/unmount.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat2/utimens.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat2/utimensat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/utimes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/utrace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/uuidgen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/vfork.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/wait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/wait3.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/wait4.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/waitpid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/writev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/x86_64_get_mtrr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/x86_64_iopl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat2/x86_64_set_mtrr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ASN1_OBJECT_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ASN1_STRING_length.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ASN1_STRING_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ASN1_STRING_print_ex.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ASN1_generate_nconf.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_ctrl.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_base64.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_buffer.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_cipher.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_md.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_null.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_f_ssl.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_find_type.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_new_bio_pair.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/BIO_push.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_read.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_accept.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_bio.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_connect.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_fd.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_file.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_mem.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_null.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_s_socket.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_set_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BIO_should_retry.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_BLINDING_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_CTX_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_CTX_start.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_add.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_add_word.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_bn2bin.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_cmp.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_copy.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_generate_prime.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_mod_inverse.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_mod_mul_montgomery.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_mod_mul_reciprocal.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_num_bytes.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_rand.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_set_bit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_swap.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/BN_zero.0 comp-c-catman crypto,.cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/CIRCLEQ_EMPTY.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_ENTRY.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_FIRST.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_FOREACH.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_FOREACH_REVERSE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_HEAD.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_HEAD_INITIALIZER.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_INIT.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_INSERT_AFTER.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_INSERT_BEFORE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_INSERT_HEAD.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_INSERT_TAIL.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_LAST.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_LOOP_NEXT.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_LOOP_PREV.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_NEXT.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_PREV.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CIRCLEQ_REMOVE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/CMSG_DATA.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/CMSG_FIRSTHDR.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/CMSG_LEN.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/CMSG_NXTHDR.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/CMSG_SPACE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/CONF_modules_free.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/CONF_modules_load_file.0 comp-c-man crypto,.cat
|
|
|
|
./usr/share/man/cat3/CRYPTO_set_ex_data.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_generate_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_generate_parameters.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_set_method.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DH_size.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_SIG_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_do_sign.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_dup_DH.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_generate_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_generate_parameters.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_set_method.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_sign.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DSA_size.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/DTTOIF.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ERR_GET_LIB.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_clear_error.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_error_string.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_get_error.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_load_crypto_strings.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_load_strings.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_print_errors.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_put_error.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_remove_state.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ERR_set_mark.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_BytesToKey.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_DigestInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_EncryptInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_OpenInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_PKEY_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_PKEY_set1_RSA.0 comp-c-catman crypto,.cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/EVP_PKEY_verify_recover.0 comp-c-catman crypto,.cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/EVP_SealInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_SignInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/EVP_VerifyInit.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_FIRST.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_FIRST_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_FIRST_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_FIRST_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_LAST.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_LAST_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_LAST_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_LAST_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_NEXT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_NEXT_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_NEXT_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_NEXT_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_PREV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_PREV_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_PREV_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_DEQUEUED_PREV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FIND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FIND_REV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FIND_REV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FIND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_DEQUEUED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_DEQUEUED_REV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_DEQUEUED_REV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_DEQUEUED_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_NVAR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_NVAR_REV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_NVAR_REV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_NVAR_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_REV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_REV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_RO.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_RO_REV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_RO_REV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_RO_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_FOREACH_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_FIRST.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_FIRST_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_FIRST_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_FIRST_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_LAST.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_LAST_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_LAST_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_LAST_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_NEXT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_NEXT_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_NEXT_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_NEXT_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_PREV.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_PREV_COND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_PREV_COND_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_GOT_PREV_TYPED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_INIT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_INIT_HEAD.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/GCQ_ITEM.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat3/IFTODT.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/LIST.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/LIST_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_FIRST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_FOREACH.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/LIST_FOREACH_SAFE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/LIST_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_HEAD_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_INSERT_AFTER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_INSERT_BEFORE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_INSERT_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/LIST_REMOVE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/LIST_REPLACE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/MAX.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD2Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD4Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/MD5_Init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/MIN.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/OBJ_nid2obj.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/OPENSSL_Applink.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/OPENSSL_VERSION_NUMBER.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/OPENSSL_config.0 comp-c-man crypto,.cat
|
|
|
|
./usr/share/man/cat3/OPENSSL_ia32cap.0 comp-c-man crypto,.cat
|
|
|
|
./usr/share/man/cat3/OPENSSL_load_builtin_modules.0 comp-c-man crypto,.cat
|
|
|
|
./usr/share/man/cat3/OpenSSL_add_all_algorithms.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS12_create.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS12_parse.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS7_decrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS7_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS7_sign.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/PKCS7_verify.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_add.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_bytes.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_cleanup.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_egd.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_load_file.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RAND_seed.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/RAND_set_rand_method.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RB_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_FIND.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_FOREACH.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_GENERATE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_INSERT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_LEFT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_MAX.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_MIN.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_PARENT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_PROTOTYPE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_REMOVE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_RIGHT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RB_ROOT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RMD160Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/RSA_blinding_on.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_check_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_generate_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_padding_add_PKCS1_type_1.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_print.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_private_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_public_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_set_method.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_sign.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_sign_ASN1_OCTET_STRING.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/RSA_size.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SDP_GET128.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_GET16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_GET32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_GET64.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_GET8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_PUT128.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_PUT16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_PUT32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_PUT64.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SDP_PUT8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/SHA1Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA1Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA224_Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA256_Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA384_Update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_Data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_End.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_File.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_FileChunk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_Final.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_Init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_Transform.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SHA512_Update.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SIMPLEQ.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_CONCAT.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SIMPLEQ_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_FIRST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_FOREACH.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SIMPLEQ_FOREACH_SAFE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SIMPLEQ_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_HEAD_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_INSERT_AFTER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_INSERT_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_INSERT_TAIL.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SIMPLEQ_REMOVE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SIMPLEQ_REMOVE_AFTER.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SIMPLEQ_REMOVE_HEAD.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SLIST.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SLIST_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_FIRST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_FOREACH.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SLIST_FOREACH_SAFE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SLIST_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_HEAD_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_INSERT_AFTER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_INSERT_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SLIST_REMOVE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/SLIST_REMOVE_AFTER.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/SLIST_REMOVE_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SMIME_read_PKCS7.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SMIME_write_PKCS7.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SPLAY_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_FIND.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_FOREACH.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_GENERATE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_INSERT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_LEFT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_MAX.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_MIN.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_PROTOTYPE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_REMOVE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_RIGHT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SPLAY_ROOT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/SSL_CIPHER_get_name.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_COMP_add_compression_method.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_add_extra_chain_cert.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_add_session.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_ctrl.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_flush_sessions.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_free.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_get_verify_mode.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_load_verify_locations.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_sess_number.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_sess_set_cache_size.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_sess_set_get_cb.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_sessions.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_cert_store.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_cert_verify_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_cipher_list.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_client_CA_list.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_client_cert_cb.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_default_passwd_cb.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_generate_session_id.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_info_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_max_cert_list.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_mode.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_msg_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_options.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_quiet_shutdown.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_session_cache_mode.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_session_id_context.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_ssl_version.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_timeout.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_tmp_dh_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_tmp_rsa_callback.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_set_verify.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_CTX_use_certificate.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_SESSION_free.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_SESSION_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_SESSION_get_time.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_accept.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_alert_type_string.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_clear.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_connect.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_do_handshake.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_free.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_SSL_CTX.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_ciphers.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_client_CA_list.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_current_cipher.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_default_timeout.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_error.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_ex_data_X509_STORE_CTX_idx.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_fd.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_peer_cert_chain.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_peer_certificate.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_rbio.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_session.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_verify_result.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_get_version.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_library_init.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_load_client_CA_file.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_pending.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_read.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_rstate_string.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_session_reused.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_bio.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_connect_state.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_fd.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_session.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_shutdown.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_set_verify_result.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_shutdown.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_state_string.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_want.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/SSL_write.0 comp-c-catman crypto,.cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/STAILQ.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_CONCAT.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/STAILQ_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_FIRST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_FOREACH.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/STAILQ_FOREACH_SAFE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/STAILQ_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_HEAD_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_INSERT_AFTER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_INSERT_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_INSERT_TAIL.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/STAILQ_LAST.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/STAILQ_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_REMOVE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/STAILQ_REMOVE_HEAD.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/TAILQ.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_CONCAT.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/TAILQ_EMPTY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_ENTRY.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_FIRST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_FOREACH.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_FOREACH_REVERSE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/TAILQ_FOREACH_REVERSE_SAFE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_FOREACH_SAFE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/TAILQ_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_HEAD_INITIALIZER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_INIT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_INSERT_AFTER.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_INSERT_BEFORE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_INSERT_HEAD.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_INSERT_TAIL.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_LAST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_NEXT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_PREV.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TAILQ_REMOVE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/TAILQ_REPLACE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TIMESPEC_TO_TIMEVAL.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/TIMEVAL_TO_TIMESPEC.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/Tspi_ChangeAuth.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_ChangeAuthAsym.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_Close.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_CloseObject.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_Connect.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_Create.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_CreateObject.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_FreeMemory.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetCapability.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetDefaultPolicy.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetKeyByPublicInfo.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetKeyByUUID.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetRegisteredKeysByUUID.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetRegisteredKeysByUUID2.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_GetTpmObject.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_LoadKeyByBlob.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_LoadKeyByUUID.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_RegisterKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Context_UnregisterKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_IssueCredential.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_IssueInit.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_IssueSetup.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_IssuerKeyVerification.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_VerifyInit.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DAA_VerifySignature.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Data_Bind.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Data_Seal.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Data_Unbind.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Data_Unseal.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_DecodeBER_TssBlob.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_EncodeDER_TssBlob.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_GetAttribData.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_GetAttribUint32.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_GetPolicyObject.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Hash_GetHashValue.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Hash_SetHashValue.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Hash_Sign.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Hash_UpdateHashValue.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Hash_VerifySignature.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_CertifyKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_ConvertMigrationBlob.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_CreateKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_CreateMigrationBlob.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_GetPubKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_LoadKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_UnloadKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Key_WrapKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_PcrComposite_GetPcrValue.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_PcrComposite_SelectPcrIndex.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_PcrComposite_SetPcrValue.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Policy_AssignToObject.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Policy_FlushSecret.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_Policy_SetSecret.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_SetAttribData.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_SetAttribUint32.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_AuthorizeMigrationTicket.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CMKSetRestrictions.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CertifySelfTest.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CheckMaintenancePubKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_ClearOwner.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CollateIdentityRequest.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CreateEndorsementKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_CreateMaintenanceArchive.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DAA_JoinCreateDaaPubKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DAA_JoinInit.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DAA_JoinStoreCredential.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DAA_Sign.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DirRead.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_DirWrite.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetAuditDigest.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetCapability.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetEvent.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetEventLog.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetEvents.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetPubEndorsementKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetRandom.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetStatus.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_GetTestResult.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_KillMaintenanceFeature.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_LoadMaintenancePubKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_OwnerGetSRKPubKey.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_PcrExtend.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_PcrRead.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_Quote.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_SelfTestFull.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_SetStatus.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_StirRandom.0 comp-c-catman tpm,.cat
|
|
|
|
./usr/share/man/cat3/Tspi_TPM_TakeOwnership.0 comp-c-catman tpm,.cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/X509_NAME_ENTRY_get_object.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_NAME_add_entry_by_txt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_NAME_get_index_by_NID.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_NAME_print_ex.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_STORE_CTX_get_error.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_STORE_CTX_get_ex_new_index.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_STORE_CTX_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_STORE_CTX_set_verify_cb.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_STORE_set_verify_cb_func.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_VERIFY_PARAM_set_flags.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_new.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/X509_verify_cert.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/_DIAGASSERT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BIT.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/__BITMAP_CLR.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BITMAP_ISSET.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BITMAP_SET.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BITMAP_SIZE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BITMAP_TYPE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__BITMAP_ZERO.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/__BITS.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__CONCAT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__KERNEL_RCSID.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__RCSID.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__SHIFTIN.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__SHIFTOUT.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__SHIFTOUT_MASK.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__STRING.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__UNCONST.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__UNVOLATILE.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/__USE.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/__aligned.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__alignof__.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__arraycount.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_constant_p.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_frame_address.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_object_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_prefetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_return_address.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__builtin_types_compatible_p.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__cacheline_aligned.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__constfunc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__dead.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/__debugused.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__diagused.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/__insn_barrier.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__noinline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__packed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__predict_false.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__predict_true.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__pure.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__read_mostly.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__section.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__svc_getcallercreds.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__unused.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/__used.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/_longjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/_lwp_makecontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/_setjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/a64l.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/abort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/abs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/acos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/acosf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/acosh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/acoshf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/addstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/affinity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_cancel.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_fsync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_return.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_suspend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/aio_write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/alarm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/alloca.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/allocaddrinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/alphasort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/arc4random.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_clear_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_compression.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_compression_name.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_copy_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_add_entry.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_add_entry_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_next.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_next_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_reset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_acl_text_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_atime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_atime_nsec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_clone.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_fflags_text.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_fflags_text_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_gname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_gname_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_hardlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_hardlink_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_link_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_pathname_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_sourcepath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_stat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_symlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_symlink_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_uname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_copy_uname_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_dev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_devmajor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_devminor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_fflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_fflags_text.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_filetype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_gid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_gname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_gname_w.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_entry_hardlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_ino.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_mtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_mtime_nsec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_nlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_pathname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_pathname_w.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_rdev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_rdevmajor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_rdevminor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_atime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_ctime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_dev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_devmajor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_devminor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_fflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_filetype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_gid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_gname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_hardlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_mtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_nlink.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_entry_set_pathname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_rdev.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_entry_set_rdevmajor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_rdevminor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_symlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_uid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_set_uname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_sourcepath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_stat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_symlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_uid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_uname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_entry_uname_w.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_errno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_error_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_file_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_format.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_format_name.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_data_block.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_data_into_buffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_data_into_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_data_skip.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_gname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_entry_from_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_gname_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_standard_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_symlink_hybrid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_symlink_logical.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_symlink_physical.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_set_uname_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_disk_uname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_extract.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_extract2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_extract_set_progress_callback.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_extract_set_skip_file.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_read_finish.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_next_header.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_next_header2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open_FILE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open_filename.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_open_memory.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_set_filter_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_set_format_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_set_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_all.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_bzip2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_compress.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_gzip.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_lzma.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_none.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_program.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_program_signature.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_compression_xz.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_all.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_ar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_cpio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_empty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_iso9660.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_mtree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_raw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_tar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_read_support_format_zip.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_set_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_util.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_set_group_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_set_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_set_skip_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_set_standard_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_disk_set_user_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_finish.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_finish_entry.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_get_bytes_in_last_block.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_write_get_bytes_per_block.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_header.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_open_FILE.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_open_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_open_file.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/archive_write_open_filename.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_open_memory.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_bytes_in_last_block.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_bytes_per_block.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_callbacks.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compression_bzip2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compression_compress.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compression_gzip.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compression_none.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compression_program.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_compressor_options.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_cpio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_pax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_pax_restricted.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_shar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_shar_binary.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/archive_write_set_format_ustar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asctime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asctime_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asinf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asinh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asinhf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/asprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/assert.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/assume_default_colors.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/at_quick_exit.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/atan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atan2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atan2f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atanh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atanhf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atexit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atf-c++-api.0 comp-atf-catman .cat,atf
|
|
|
|
./usr/share/man/cat3/atf-c-api.0 comp-atf-catman .cat,atf
|
|
|
|
./usr/share/man/cat3/atf-sh-api.0 comp-atf-catman .cat,atf
|
|
|
|
./usr/share/man/cat3/atof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atoi.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_32_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_64_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_int.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_int_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_long.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_long_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_add_ptr_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_32_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_64_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_uint_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_and_ulong_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_32_ni.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_64_ni.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_ptr_ni.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_uint_ni.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_cas_ulong_ni.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_32_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_64_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_ptr_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_uint_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_dec_ulong_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_32_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_64_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_ptr_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_uint_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_inc_ulong_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_ops.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_32_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_64_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_uint_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_or_ulong_nv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap_32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap_64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/atomic_swap_ulong.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attr_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attr_off.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attr_on.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attr_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attribute.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attroff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attron.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/attrset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/auth_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/authnone_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/authsys_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/authsys_create_default.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/authunix_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/authunix_create_default.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/backtrace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/backtrace_symbols.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/backtrace_symbols_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/backtrace_symbols_fd_fmt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/backtrace_symbols_fmt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/basename.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bcmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bcopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/beep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ber_alloc_t.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvarray_add.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvarray_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvdup.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvecadd.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvecfree.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvfree.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvstr.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_bvstrdup.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_dupbv.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_first_element.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_flush.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_bitstring.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_boolean.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_enum.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_int.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_next.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_null.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_stringa.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_get_stringb.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_next_element.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_peek_tag.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_printf.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_enum.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_int.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_null.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_ostring.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_seq.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_set.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_put_string.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_scanf.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_skip_tag.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_start_set.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ber_str2bv.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/bind_textdomain_codeset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bindresvport.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bindresvport_sa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bindtextdomain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_alloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_decl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_ffc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_ffs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_nclear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_nset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bit_test.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/bitmap.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/bitops.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bits.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bitstr_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bitstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bkgd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bkgdset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/blowfish.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bluetooth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bm_comp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bm_exec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bm_free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bn.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bn_internal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/border.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/box.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bsearch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bswap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bswap16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bswap32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bswap64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_aton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_closeconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_dev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devenum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_evt_clr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_evt_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_evt_tst.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_pkt_clr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_pkt_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devfilter_pkt_tst.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devinquiry.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devrecv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devreq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_devsend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_eachconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_endhostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_endprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_freeconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_getconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_gethostbyaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_gethostbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_gethostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_getprotobyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_getprotobynumber.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_getprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_ntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_openconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_printconfig.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bt_sethostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bt_setprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/btowc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/btree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/buffer.0 comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/bufferevent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bufferevent_base_set.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_disable.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_enable.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_free.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_new.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_read.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_settimeout.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_ssl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bufferevent_write.0 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/bufferevent_write_buffer.0 comp-c-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/byteorder.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/bzero.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cabs.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cabsf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cacos.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cacosf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cacosh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cacoshf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/calloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/callrpc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/can_change_color.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/can_change_colors.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/carg.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cargf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/casin.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/casinf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/casinh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/casinhf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/catan.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/catanf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/catanh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/catanhf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/catclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/catgets.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/catopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cbreak.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cbrt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cbrtf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/cbrtl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/ccos.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ccosf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ccosh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ccoshf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cdbr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbr_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbr_entries.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbr_find.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbr_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbr_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_output.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_put.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_put_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdbw_put_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdefs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cdk.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_alphalist.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_binding.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_buttonbox.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_calendar.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_cdk.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_dialog.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_display.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_fselect.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_graph.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_histogram.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_itemlist.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_label.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_marquee.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_matrix.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_mentry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_menu.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_misc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_radio.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_scale.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_screen.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_scroll.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_selection.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_slider.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_swindow.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_template.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/cdk_viewer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/ceil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ceilf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/ceill.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/cexp.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cexpf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cfgetispeed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cfgetospeed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cfmakeraw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cfsetispeed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cfsetospeed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cfsetspeed.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetcap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetfirst.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetmatch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetnext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cgetustr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/chgat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cimag.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cimagf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cimagl.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/circleq_empty.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_first.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_head_initializer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_insert_after.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_insert_before.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_insert_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_insert_tail.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_last.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_prev.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/circleq_remove.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clearerr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clearok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_broadcast.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_call.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_control.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_create_vers.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_dg_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_freeres.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_geterr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_pcreateerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_perrno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_perror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_raw_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_spcreateerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_sperrno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_sperror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_tli_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_tp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnt_vc_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clntraw_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clnttcp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clntudp_bufcreate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clntudp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clog.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/clogf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/closedir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/closefrom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/closelog.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/closelog_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clrtobot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/clrtoeol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/color_content.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/color_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/com_err.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/com_err_va.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/confstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/conj.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/conjf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/conjl.0 comp-c-catman complex,.cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/consttime_bcmp.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/consttime_memequal.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/copysign.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/copysignf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/copysignl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/copywin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cosf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cosh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/coshf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpow.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cpowf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cproj.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cprojf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cprojl.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/cpuset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_clr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_isset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpuset_zero.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cpxattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/creal.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/crealf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/creall.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/creat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/crypt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/crypto.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/csin.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/csinf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/csinh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/csinhf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/csqrt.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/csqrtf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ctan.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ctanf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ctanh.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ctanhf.0 comp-c-catman complex,.cat
|
|
|
|
./usr/share/man/cat3/ctermid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ctime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ctime_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ctime_rz.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ctype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/current_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/current_item.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curs_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_addch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_addchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_addstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_attributes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_background.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_border.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_chgat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_color.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_cursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_default_colors.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_delch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_deleteln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_echochar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_fileio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_inch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_input.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_insdelln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_insertch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_insertln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_keyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_line.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_pad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_print.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_refresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_scanw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_screen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_scroll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_standout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_termcap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_touch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_tty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_underscore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/curses_window.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/cuserid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/d2i_ASN1_OBJECT.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_DHparams.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_DSAPublicKey.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_PKCS8PrivateKey.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_RSAPublicKey.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_SSL_SESSION.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509_ALGOR.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509_CRL.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509_NAME.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509_REQ.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/d2i_X509_SIG.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/daemon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/data_ahead.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/data_behind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/daylight.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/db.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_clearerr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_delete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_dirfno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_fetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_firstkey.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_nextkey.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbm_store.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dbopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dcgettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dcngettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/def_prog_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/def_shell_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/define_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dehumanize_number.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/del_curterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/delay_output.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/delch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/deleteln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/delscreen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/delwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/derwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/des.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_cbc_cksum.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_cfb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_cfb_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_crypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ecb2_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ecb3_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ecb_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede2_cbc_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede2_cfb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede2_ofb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede3_cbc_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede3_cbcm_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede3_cfb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ede3_ofb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_enc_read.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_enc_write.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_fcrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_is_weak_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_key_sched.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ncbc_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ofb64_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_ofb_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_pcbc_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_quad_cksum.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_random_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_read_2passwords.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_read_password.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_read_pw_string.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_set_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_set_key_checked.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_set_key_unchecked.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_set_odd_parity.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_string_to_2keys.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_string_to_key.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/des_xcbc_encrypt.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/devname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dgettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dh.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/difftime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/directory.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dirent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dirfd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dirname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/disklabel_dkcksum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/disklabel_scan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/div.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dl_iterate_phdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dladdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlfcn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlsym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dlvsym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dn_comp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dn_expand.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dngettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/doupdate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/drand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dsa.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/dup_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dupwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/dynamic_field_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/easprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ecalloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/echo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/echochar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/edata.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/editline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/efopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/efun.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_deletestr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_getc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_gets.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_insertstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_line.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_parse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_push.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_reset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_resize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/el_source.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_checksum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_fsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_getehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_getphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_getshdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_newehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_newphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_xlatetof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf32_xlatetom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_checksum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_fsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_getehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_getphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_getshdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_newehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_newphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_xlatetof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf64_xlatetom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_begin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_cntl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_errmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_errno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_fill.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagdata.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagelf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagscn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_flagshdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getarhdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getarsym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getbase.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getdata.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getident.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getphnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getscn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getshnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_getshstrndx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_hash.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_kind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_memory.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_ndxscn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_newdata.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_newscn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_next.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_nextscn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_rand.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_rawdata.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_rawfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_setshstrndx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_strptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/elf_version.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/emalloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/encrypt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endfsent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endhostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endnetconfig.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endnetent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endnetgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endnetpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endpwent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endrpcent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endservent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endttyent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endusershell.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endutxent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/endwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erase.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erasechar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erealloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erfc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erfcf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/erff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/err.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/error_message.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/error_table_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/errx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/esetfunc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/estrdup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/estrlcat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/estrlcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/estrndup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/etext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ether_aton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ether_hostton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ether_line.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ether_ntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ether_ntohost.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ethers.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evasprintf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/evbuffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evbuffer_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_add_buffer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_add_printf.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_add_vprintf.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_cb_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evbuffer_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evbuffer_drain.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_find.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_iovec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evbuffer_new.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_ptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evbuffer_read.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_readline.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evbuffer_write.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdeprecated.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/evdns.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/evdns_clear_nameservers_and_suspend.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evdns_count_nameservers.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_err_to_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_nameserver_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_nameserver_ip_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_resolv_conf_parse.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_resolve_ipv4.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_resolve_reverse.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_resume.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_search_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_search_clear.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_search_ndots_set.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_set_log_fn.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evdns_shutdown.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/event.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/event_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/event_base_dispatch.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_loop.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_loopbreak.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_loopexit.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_once.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_base_set.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/event_config.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/event_del.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_dispatch.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_initialized.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_loop.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_loopbreak.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_loopexit.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_once.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_pending.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/event_set.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evhttp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evhttp_bind_socket.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evhttp_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evhttp_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evhttp_new.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evrpc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evrpc_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evtag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evtag_compat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evthread.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evthread_condition_callbacks.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evthread_lock_callbacks.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evtimer_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evtimer_del.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evtimer_initialized.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evtimer_pending.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evtimer_set.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/evutil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/evutil_addrinfo.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/exec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/execl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/execle.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/execlp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/exect.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/execv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/execvp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/exp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/exp2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/exp2f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/expf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/explicit_bzero.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/explicit_memset.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/expm1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/expm1f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/extattr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/extattr_copy_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/extattr_copy_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/extattr_copy_link.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/extattr_namespace_to_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/extattr_string_to_namespace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fabs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fabsf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fast_divide32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fast_divide32_prepare.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fast_remainder32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fcpxattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fdim.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fdimf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fdiml.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fdopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fdopendir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feclearexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fedisableexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feenableexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fegetenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fegetexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fegetexceptflag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fegetround.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feholdexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feraiseexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ferror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feseteexcpetflag.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/fesetenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fesetexceptflag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fesetround.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fetestexcept.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/feupdateenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fflush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ffs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ffs32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ffs64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetpos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgets.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetstr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/fgetwc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetwln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fgetws.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_arg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_back.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_buffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_fore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_index.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_just.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_opts_off.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_opts_on.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_pad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_status.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_type.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/field_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fileno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/finite.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/finitef.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/flags_to_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/flash.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/flockfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/floor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/floorf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/floorl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/fls32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fls64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/flushinp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/flushok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmaxf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmaxl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmemopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fminf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fminl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmod.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmodf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/fmodl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/fmtcheck.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fmtmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fnmatch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/forkpty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_cursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_driver.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_attributes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_buffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_info.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_just.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_field_validation.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_fields.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_fieldtype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_hook.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_max_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_new_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_opts_off.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_opts_on.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_post.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_sub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/form_win.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/forms.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fp_nquery.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fp_resstat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fparseln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpclassify.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpgetmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpgetprec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpgetround.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpgetsticky.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpsetmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpsetprec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpsetround.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpsetsticky.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fpurge.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fputc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fputs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fputwc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fputws.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fread.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free_fieldtype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free_form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free_item.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/free_menu.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/freeaddrinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/freeifaddrs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/freopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/frexp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fropen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fropen2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fseek.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fseeko.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fsetpos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftell.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftello.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftrylockfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts_children.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fts_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ftw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fullname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/funlockfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/funopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/funopen2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwide.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwopen2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwrite.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/fwscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gai_strerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gamma.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gamma_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gammaf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gammaf_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_empty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_head.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_hq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_init_head.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_insert_after.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_insert_before.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_insert_head.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_insert_tail.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_linked.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_merge.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_merge_head.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_merge_tail.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_onlist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_q.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_remove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_remove_all.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_tie.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_tie_after.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gcq_tie_before.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_checksum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_fsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getcap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getclass.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getdyn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getmove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getrel.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getrela.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getshdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getsym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getsyminfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_getsymshndx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_newehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_newphdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_cap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_dyn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_ehdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_move.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_phdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_rel.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_rela.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_shdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_sym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_syminfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_update_symshndx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_xlatetof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gelf_xlatetom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/get_myaddress.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getaddrinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getattrs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getbegx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getbegy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getbkgd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getbootfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getbsize.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/getbyteorder.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/getc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getc_unlocked.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getcap.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/getch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getchar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getchar_unlocked.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getcurx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getcury.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getcwd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdate_err.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdelim.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdevmajor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdirentries.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdiskbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdiskcookedname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdiskrawname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdomainname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getdtablesize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getenv_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getfsent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getfsfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getfsspec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getfsspecname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getfstype.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/getfstypename.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrent_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrgid_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrnam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrnam_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgrouplist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getgroupmembership.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostbyaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostbyname2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gethostname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getifaddrs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getlabeloffset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getlabelsector.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getlabelusesmbr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getlastlogx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getloadavg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmaxpartitions.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmaxx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmaxy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmaxyx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmntinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmntopts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getmode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnameinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetbyaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetconfig.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetconfigent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnetpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getopt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getopt_long.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpagesize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getparx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpary.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getparyx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpass.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpass_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpassfd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpeereid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getprogname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getprotobyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getprotobynumber.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpw.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/getpwent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpwent_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpwnam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpwnam_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpwuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getpwuid_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getrawpartition.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getrpcbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getrpcbynumber.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getrpcent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getrpcport.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gets.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getservbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getservbyport.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getservent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getskeyprompt.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/getstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getsubopt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gettmode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getttyent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getttynam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getusershell.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getutmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getutmpx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getutxent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getutxid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getutxline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getwc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getwchar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getwd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/getyx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gid_from_group.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/glob.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/glob_pattern_p.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/globfree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gmtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gmtime_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/grantpt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/group_from_gid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/gss_accept_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_acquire_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_add_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_add_oid_set_member.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_canonicalize_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_compare_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_context_time.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_create_empty_oid_set.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_delete_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_display_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_display_status.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_duplicate_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_export_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_export_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_get_mic.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_import_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_import_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_indicate_mechs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_init_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_inquire_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_inquire_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_inquire_cred_by_mech.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_inquire_mechs_for_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_inquire_names_for_mech.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_ccache_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_compat_des3_mic.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_copy_ccache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_get_tkt_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_import_ccache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_krb5_import_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_process_context_token.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_release_buffer.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_release_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_release_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_release_oid_set.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_seal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_sign.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_test_oid_set_member.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_unseal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_unwrap.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_verify.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_verify_mic.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_wrap.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gss_wrap_size_limit.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gssapi.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gsskrb5_extract_authz_data_from_sec_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gsskrb5_register_acceptor_identity.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/gtty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/halfdelay.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/has_colors.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/has_ic.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/has_il.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hash.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hcreate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hcreate_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hdestroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hdestroy_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/heapsort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/herror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hesiod.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hesiod_end.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hesiod_free_list.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hesiod_init.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hesiod_resolve.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hesiod_to_bind.0 comp-c-catman hesiod,.cat
|
|
|
|
./usr/share/man/cat3/hid_dispose_report_desc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_end_parse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_get_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_get_item.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_get_report_desc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_locate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_report_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_set_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_start_parse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_usage_in_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hid_usage_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/history.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/history_end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/history_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hmac.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/hostalias.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hosts_access.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hosts_ctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hsearch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hsearch_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hstrerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/htonl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/htons.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/humanize_number.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hypot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/hypotf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iconv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iconv_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iconv_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/idcok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/idlok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ieee.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/ieee_test.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/if_freenameindex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/if_indextoname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/if_nameindex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/if_nametoindex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ilog2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ilogb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ilogbf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ilogbl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/imaxabs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/imaxdiv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/index.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/inet6_getscopeid.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/inet6_opt_append.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_find.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_finish.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_get_val.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_next.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_opt_set_val.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_alloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_append.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_find.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_next.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_option_space.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/inet6_putscopeid.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/inet6_rth_add.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rth_getaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rth_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rth_reverse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rth_segments.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rth_space.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_add.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_getaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_getflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_lasthop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_reverse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_segments.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet6_rthdr_space.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_addr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_aton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_lnaof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_makeaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_net.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_net_ntop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_net_pton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_netof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_network.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_ntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_ntop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inet_pton.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/init_color.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/init_error_table.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/init_pair.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/initgroups.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/initscr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/initstate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/innetgr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/innstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/insch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/insdelln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/insertln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/insque.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/instr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/intrflush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/intro.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/inttypes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ipsec_dump_policy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ipsec_get_policylen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ipsec_set_policy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ipsec_strerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iruserok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iruserok_sa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/is_linetouched.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/is_wintouched.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isalnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isalpha.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isascii.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isatty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isblank.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iscntrl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isdigit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isendwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isfinite.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isgraph.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isgreater.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isinf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isinff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/islower.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isnan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isnanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isnormal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isns.0 comp-isns-catman .cat
|
|
|
|
./usr/share/man/cat3/iso646.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/iso_addr.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/isprint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ispunct.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isspace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isupper.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswalnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswalpha.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswblank.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswcntrl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswctype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswdigit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswgraph.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswlower.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswprint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswpunct.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswspace.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswupper.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/iswxdigit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/isxdigit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_description.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_index.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_name.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_opts_off.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_opts_on.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_selected.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_value.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/item_visible.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/itimerspec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/itimerval.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/j0.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/j0f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/j1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/j1f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/jemalloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/jn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/jnf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/jrand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kadm5_pwcheck.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/kafs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/kerberos.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/keyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/keypad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/killchar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/killpg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/krb5.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb524_convert_creds_kdc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb524_convert_creds_kdc_ccache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_425_conv_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_425_conv_principal_ext.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_524_conv_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_abort.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_abortx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_acl_match_file.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_acl_match_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_add_et_list.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_add_extra_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_add_ignore_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_addlog_dest.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_addlog_func.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_addr2sockaddr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_address_compare.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_address_order.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_address_search.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_addresses.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_aname_to_localname.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_anyaddr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_appdefault.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_appdefault_boolean.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_appdefault_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_appdefault_time.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_append_addresses.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_addflags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_genaddrs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_generatelocalsubkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getaddrs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getauthenticator.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getflags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getlocalsubkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getrcache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getremotesubkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_getuserkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_init.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_initivector.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_removeflags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setaddrs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setaddrs_from_fd.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setflags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setivector.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setlocalsubkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setrcache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setremotesubkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_con_setuserkey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_getauthenticator.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_auth_getcksumtype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_getkeytype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_getlocalseqnumber.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_getremoteseqnumber.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_setcksumtype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_setkeytype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_setlocalseqnumber.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_auth_setremoteseqnumber.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_build_ap_req.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_build_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_build_principal_ext.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_build_principal_va.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_build_principal_va_ext.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_block_size.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_checksum_length.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_decrypt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_encrypt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_encrypt_length.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_enctype_compare.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_get_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_is_coll_proof_cksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_is_keyed_cksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_keylength.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_make_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_make_random_key.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_set_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_valid_cksumtype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_valid_enctype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_c_verify_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_cc_clear_mcred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_close.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_copy_cache.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_cursor.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_default_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_destroy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_end_seq_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_gen_new.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_full_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_prefix_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_principal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_type.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_get_version.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_initialize.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_new_unique.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_next_cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_next_cred_match.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_register.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_remove_cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_resolve.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_retrieve_cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_set_default_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_set_flags.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_start_seq_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_cc_store_cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ccache.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_change_password.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_check_transited.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_check_transited_realms.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_checksum_disable.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_checksum_is_collision_proof.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_checksum_is_keyed.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_checksumsize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_cksumtype_valid.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_clear_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_closelog.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_compare_creds.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_file_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_free_strings.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_bool.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_bool_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_int.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_int_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_list.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_string_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_strings.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_time.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_get_time_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_parse_file.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_parse_file_multi.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_bool.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_bool_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_int.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_int_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_list.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_string_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_strings.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_time.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_config_vget_time_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_copy_addresses.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_copy_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_creds_contents.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_copy_host_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_copy_keyblock_contents.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_copy_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_copy_ticket.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_create_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_destroy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_crypto_get_checksum_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_getblocksize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_getconfoundersize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_getenctype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_getpadsize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_crypto_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_crypto_overhead.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_alloc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_cmp.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_copy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_realloc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_data_zero.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_decrypt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_decrypt_EncryptedData.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_decrypt_ivec.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_decrypt_ticket.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_alloc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_a1_hash.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_client_binding.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_identifier.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_opaque.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_responseData.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_rsp.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_server_nonce.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_get_tickets.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_init_request.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_request.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_authentication_user.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_authid.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_client_nonce.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_digest.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_hostname.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_identifier.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_method.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_nonceCount.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_opaque.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_qop.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_server_cb.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_server_nonce.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_uri.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_digest_set_username.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_domain_x500_decode.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_domain_x500_encode.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_eai_to_heim_errno.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_encrypt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_encrypt_EncryptedData.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_encrypt_ivec.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_enctype_disable.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_enctype_keysize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_enctype_to_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_enctype_valid.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_err.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_error_from_rd_error.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_errx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_expand_hostname.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_expand_hostname_realms.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_fcc_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_find_padata.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_format_time.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_addresses.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_authenticator.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_checksum_contents.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_config_files.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_cred_contents.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_data_contents.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_error.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_error_contents.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_host_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_kdc_rep.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_keyblock_contents.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_free_krbhst.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_salt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_free_ticket.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_fwd_tgt_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_generate_random_block.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_generate_random_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_generate_subkey.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_generate_subkey_extended.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_get_all_client_addrs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_all_server_addrs.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_cred_from_kdc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_cred_from_kdc_opt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_credentials.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_credentials_with_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_add_options.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_alloc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_set_enctype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_set_impersonate.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_set_options.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_creds_opt_set_ticket.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_default_config_files.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_default_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_default_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_default_realms.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_dns_canonize_hostname.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_err_text.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_get_error_message.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_get_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_get_extra_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_fcache_version.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_forwarded_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_host_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_ignore_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_in_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_in_tkt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_in_tkt_with_keytab.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_in_tkt_with_password.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_in_tkt_with_skey.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_keytab.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_alloc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_init.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_address_list.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_addressless.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_anonymous.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_canonicalize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_default_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_etype_list.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_forwardable.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_pa_password.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_paq_request.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_preauth_list.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_proxiable.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_renew_life.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_salt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_tkt_life.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_opt_set_win2k.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_init_creds_password.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_kdc_cred.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_kdc_sec_offset.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_krb524hst.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_krb_admin_hst.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_krb_changepw_hst.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_krbhst.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_max_time_skew.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_pw_salt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_renewed_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_server_rcache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_use_admin_kdc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_get_warn_dest.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_get_wrapped_length.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_getportbyname.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_h_addr2addr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_h_addr2sockaddr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_h_errno_to_heim_errno.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_have_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_hmac.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_init_context.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_init_ets.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_initlog.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_is_thread_safe.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_keyblock_get_enctype.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_keyblock_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_keyblock_zero.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_keytab.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_keytab_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_format_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_get_addrinfo.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_init.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_init_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_next.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_next_as_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_krbhst_reset.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_kt_add_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_close.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_compare.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_copy_entry_contents.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_cursor.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_default.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_default_modify_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_default_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_end_seq_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_free_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_get_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_get_name.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_get_type.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_next_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_read_service_key.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_register.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_remove_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_resolve.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kt_start_seq_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_kuserok.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_log.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_log_msg.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_make_addrport.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_make_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_max_sockaddr_size.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_mcc_ops.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_mk_priv.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_rep.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_rep_exact.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_rep_extended.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_req.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_req_exact.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_req_extended.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_mk_safe.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_openlog.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_padata_add.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_parse.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_parse_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_parse_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_parse_name_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_parse_nametype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_passwd_result_to_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_password_key_proc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_prepend_config_files.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_prepend_config_files_default.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_princ_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_princ_set_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_compare.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_compare_any_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_get_comp_string.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_get_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_get_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_match.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_principal_set_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_print_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_prompt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_prompter_posix.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_random_to_key.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_rc_close.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_default.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_default_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_default_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_destroy.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_expunge.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_get_lifespan.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_get_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_get_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_initialize.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_recover.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_resolve.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_resolve_full.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_resolve_type.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rc_store.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rcache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_error.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_priv.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_rep.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_req.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_req_with_keyblock.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_rd_safe.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_realm_compare.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_ret_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_addrs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_authdata.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_creds.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_int16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_int32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_int8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_principal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_stringnl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_stringz.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_times.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_uint16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_uint32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ret_uint8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_set_config_files.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_default_realm.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_dns_canonize_hostname.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_set_extra_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_fcache_version.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_ignore_addresses.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_max_time_skew.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_password.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_password_using_ccache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_real_time.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_use_admin_kdc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_set_warn_dest.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_sname_to_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_sock_to_principal.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_sockaddr2address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_sockaddr2port.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_sockaddr_uninteresting.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_clear_flags.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_emem.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_free.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_from_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_from_fd.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_from_mem.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_get_byteorder.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_is_flags.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_read.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_seek.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_set_byteorder.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_set_eof_code.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_set_flags.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_to_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_storage_write.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_address.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_addrs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_authdata.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_creds.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_data.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_int16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_int32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_int8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_keyblock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_principal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_stringnl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_stringz.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_times.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_uint16.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_uint32.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_store_uint8.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_string_to_deltat.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_enctype.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key_data.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key_data_salt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key_data_salt_opaque.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key_salt.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_string_to_key_salt_opaque.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_ticket.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ticket_get_authorization_data_type.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ticket_get_client.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ticket_get_endtime.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_ticket_get_server.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_timeofday.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name_fixed.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name_fixed_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name_fixed_short.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_unparse_name_short.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_us_timeofday.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_vabort.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_vabortx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_verify_ap_req.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_checksum.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_init_creds.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_init_creds_opt_init.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_init_creds_opt_set_ap_req_nofail.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_alloc.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_free.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_init.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_set_ccache.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_set_flags.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_set_keytab.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_set_secure.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_opt_set_service.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_user.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_user_lrealm.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verify_user_opt.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_verr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_verrx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_vlog.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_vlog_msg.0 comp-krb5c-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/krb5_vset_error_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_vwarn.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_vwarnx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_warn.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb5_warnx.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_ck_repl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_get_cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_get_krbhst.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_get_lrealm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_get_phost.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_kntoln.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_mk_err.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_mk_priv.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_mk_req.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_mk_safe.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_rd_err.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_rd_priv.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_rd_req.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_rd_safe.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_realmofhost.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_sendauth.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_set_key.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/krb_set_tkt_string.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/kvm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_dump.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_dump_inval.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_dump_mkheader.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_dump_wrtheader.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getargv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getargv2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getenvv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getenvv2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_geterr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getfiles.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getkernelname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getloadavg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getlwps.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getproc2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_getprocs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_nlist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_openfiles.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/kvm_write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/l64a.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/l64a_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/labs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lber-decode.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/lber-encode.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/lber-memory.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/lber-sockbuf.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/lber-types.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/lcong48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lcpxattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ld_errno.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_abandon.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_abandon_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_add.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_add_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_add_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_add_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_attributetype2name.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_attributetype2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_attributetype_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_bind.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_bind_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_compare.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_compare_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_compare_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_compare_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_count_entries.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_count_messages.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_count_references.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_count_values.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_count_values_len.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_dcedn2dn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_delete.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_delete_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_delete_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_delete_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_dn2ad_canonical.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_dn2dcedn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_dn2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_dn2ufn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_err2string.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_errlist.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_error.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_explode_dn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_explode_rdn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_first_attribute.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_first_entry.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_first_message.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_first_reference.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_free_urldesc.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_get_dn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_get_values.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_get_values_len.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_init.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_is_ldap_url.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_kerberos_bind1.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_kerberos_bind1_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_kerberos_bind2.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_kerberos_bind2_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_kerberos_bind_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_matchingrule2name.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_matchingrule2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_matchingrule_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modify.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modify_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modify_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modify_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modrdn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modrdn2.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modrdn2_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_modrdn_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_mods_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_msgfree.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_msgid.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_msgtype.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_next_attribute.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_next_entry.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_next_message.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_next_reference.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_objectclass2name.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_objectclass2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_objectclass_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_open.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_parse_extended_result.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_parse_reference.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_parse_result.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_parse_sasl_bind_result.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_perror.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_result.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_result2error.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sasl_bind.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sasl_bind_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_schema.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_scherr2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_search.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_search_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_search_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_search_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_search_st.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_simple_bind.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_simple_bind_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sort.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sort_entries.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sort_strcasecmp.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_sort_values.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_str2attributetype.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_str2dn.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_str2matchingrule.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_str2objectclass.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_str2syntax.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_syntax2name.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_syntax2str.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_syntax_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_unbind.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_unbind_ext.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_unbind_ext_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_unbind_s.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_url.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_url_parse.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_value_free.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldap_value_free_len.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat3/ldexp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ldiv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/leaveok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lfind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lgamma.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lgamma_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lgammaf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lgammaf_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lh_stats.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/lhash.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/libarchive.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libarchive_internals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libiscsi.0 comp-c-catman iscsi,.cat
|
|
|
|
./usr/share/man/cat3/libmagic.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libmj.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/libnetpgp.0 comp-c-catman crypto,.cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/libnetpgpverify.0 comp-c-catman crypto,.cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/libperfuse.0 comp-perfuse-catman .cat
|
|
|
|
./usr/share/man/cat3/libquota.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libradius.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libsaslc.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/libusb.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/libusbhid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/libutil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/limits.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/link_addr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/link_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/link_fieldtype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/link_ntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/linkaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/linkntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lio_listio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/list_empty.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_first.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_head_initializer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_insert_after.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_insert_before.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_insert_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/list_remove.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/llabs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lldiv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/llrint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/llrintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/localeconv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/localtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/localtime_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/localtime_rz.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lockf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log10.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log10f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log1p.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log1pf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/log2f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logbf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logbl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_cap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getcapbool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getcapnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getcapsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getcapstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getcaptime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/login_getclass.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/login_getpwclass.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/login_tty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/loginx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logoutx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logwtmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/logwtmpx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/longjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/longjmperror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/longname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lrand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lrint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lrintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/lsearch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_buffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_check.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_compile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_load.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/magic_setflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/major.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/makecontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/makedev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/malloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/man.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/mandoc.0 comp-mdocml-catman .cat
|
|
|
|
./usr/share/man/cat3/math.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mblen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbrlen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbrtowc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbsinit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbsrtowcs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbstowcs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mbtowc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/md2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/md4.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/md5.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mdc2.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/mdoc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/membar_consumer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/membar_enter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/membar_exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/membar_ops.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/membar_producer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/membar_sync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memccpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memcmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memmem.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memmove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memory.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memrchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/memset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_attributes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_back.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_cursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_driver.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_fore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_format.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_grey.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_hook.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_current.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_name.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_value.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_item_visible.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_items.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_mark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_opts_off.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/menu_opts_on.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/menu_pad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_pattern.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_post.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_sub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_unmark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menu_win.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/menus.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mergesort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/meta.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mi_vector_hash.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/minor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mkdtemp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mkstemp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mktemp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mktime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mktime_z.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/modf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/moncontrol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/monstartup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/move.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/move_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_filter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_put.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mpool_sync.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_getattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_notify.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_receive.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_send.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_setattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_timedreceive.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_timedsend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mq_unlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mqueue.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mrand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvaddch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvaddchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvaddchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvaddnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvaddstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvchgat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvcur.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvderwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvgetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvgetnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvgetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvhline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvinchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvinchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvinnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvinstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvprintw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvvline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwaddch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwaddchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwaddchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwaddnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwaddstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwchgat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwgetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwgetnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwgetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwhline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwinchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwinchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwinnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwinstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwprintw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/mvwvline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nanl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/napms.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nc_perror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nc_sperror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ndbm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/network.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_fieldtype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_item.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_menu.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/new_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/newpad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/newterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/newwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nextafter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nextafterf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nextafterl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nexttoward.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nftw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ngettext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nice.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nl_langinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nlist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nocbreak.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nodelay.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/noecho.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nonl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/noqiflush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/noraw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/notimeout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/npf.0 comp-npf-catman .cat,npf
|
|
|
|
./usr/share/man/cat3/nrand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ns.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/ns_addr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/ns_ntoa.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/nsdispatch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ntoa.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ntohl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ntohs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/nvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/offsetof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/offtime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/offtime_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/opendir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/opendisk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/openlog.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/openlog_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/openpam.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_borrow_cred.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_free_data.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_free_envlist.0 comp-c-catman .cat,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/openpam_get_feature.0 comp-c-catman .cat,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/openpam_get_option.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_log.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_nullconv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_readline.0 comp-c-catman .cat,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/openpam_readlinev.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_readword.0 comp-c-catman .cat,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/openpam_restore_cred.0 comp-c-catman .cat,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/openpam_set_feature.0 comp-c-catman .cat,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/openpam_set_option.0 comp-c-catman .cat,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/openpam_straddch.0 comp-c-catman .cat,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/openpam_subst.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpam_ttyconv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/openpgpsdk.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/openpty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/openssl_bio.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_blowfish.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_bn.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_bn_internal.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_buffer.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_des.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_dh.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_dsa.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_ecdsa.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_engine.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_err.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_evp.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_hmac.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_lhash.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_md5.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_mdc2.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_pem.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_rand.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_rc4.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_ripemd.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_rsa.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_sha.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_threads.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_ui.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_ui_compat.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/openssl_x509.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/orcmd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/orcmd_af.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ossaudio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/overlay.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/overwrite.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/p2k.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/p_query.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pair_content.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pam.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_acct_mgmt.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_authenticate.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_chauthtok.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_close_session.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_conv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_end.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_error.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_get_authtok.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_get_data.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_get_item.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_get_user.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_getenv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_getenvlist.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_info.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_open_session.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_prompt.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_putenv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_set_data.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_set_item.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_setcred.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_setenv.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_acct_mgmt.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_authenticate.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_chauthtok.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_close_session.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_open_session.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_sm_setcred.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_start.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_strerror.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_verror.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_vinfo.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/pam_vprompt.0 comp-c-catman .cat,pam
|
|
|
|
./usr/share/man/cat3/param.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/parsedate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/paths.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pause.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_activate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_breakloop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_can_set_rfmon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_compile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_datalink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_datalink_name_to_val.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_datalink_val_to_name.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump_flush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump_ftell.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_dump_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_fileno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_findalldevs.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/pcap_free_datalinks.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/pcap_freealldevs.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/pcap_freecode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_get_selectable_fd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_geterr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_inject.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_is_swapped.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_lib_version.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_list_datalinks.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/pcap_list_tstamp_types.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/pcap_lookupdev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_lookupnet.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_loop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_major_version.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_next_ex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_offline_filter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_open_dead.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_open_live.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_open_offline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_buffer_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_datalink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_promisc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_rfmon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_snaplen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_set_timeout.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/pcap_set_tstamp_type.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/pcap_setdirection.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_setfilter.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_setnonblock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_snapshot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_stats.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_statustostr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_strerror.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/pcap_tstamp_type_name_to_val.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcap_tstamp_type_val_to_name.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/pci.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pci_conf_print.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pci_devinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pci_findvendor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcibus_conf_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcibus_conf_write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcidev_conf_read.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pcidev_conf_write.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pechochar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/perror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pidfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pidlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmap_getmaps.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmap_getport.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmap_rmtcall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmap_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmap_unset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pmc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pnoutrefresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popcount.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popcount32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popcount64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popcountl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popcountll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/popen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pos_form_cursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pos_menu_cursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix2time.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix2time_z.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_memalign.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_openpt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn_file_actions_addclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn_file_actions_adddup2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn_file_actions_addopen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn_file_actions_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawn_file_actions_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getpgroup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getschedpolicy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getsigdefault.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_getsigmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setflags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setpgroup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setschedpolicy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setsigdefault.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnattr_setsigmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/posix_spawnp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/post_form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/post_menu.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pow.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/powf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_component_at.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_component_idx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_component_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_component_release.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_component_retain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copydel_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copydel_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copydel_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copydel_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copyset_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copyset_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copyset_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_copyset_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_delete_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_delete_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_delete_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_delete_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_get_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_get_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_get_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_get_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_idx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_length.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_lookup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_number.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_pop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_push.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_push_idx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_push_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_release.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_replace_idx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_replace_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_retain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_set_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_set_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_set_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_set_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ppath_subpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prefresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/printf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/printw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/proc_compare.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_add.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_copy_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_create_with_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_ensure_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_externalize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_externalize_to_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_externalize_to_pref.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_int16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_int32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_int8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_uint16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_uint32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_get_uint8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_internalize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_internalize_from_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_internalize_from_pref.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_iterator.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_make_immutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_recv_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_recv_syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_remove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_send_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_send_syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_int16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_int32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_int8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_uint16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_uint32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_set_uint8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_array_util.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_bool_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_bool_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_bool_true.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_create_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_create_data_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_data_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_equals_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_data_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_all_keys.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_copy_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_count.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_create_with_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_ensure_capacity.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_externalize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_externalize_to_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_externalize_to_pref.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_int16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_int32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_int8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_keysym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_uint16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_uint32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_get_uint8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_ingest.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_internalize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_internalize_from_file.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_internalize_from_pref.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_iterator.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_keysym_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_keysym_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_make_immutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_recv_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_recv_syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_remove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_remove_keysym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_send_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_send_syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_sendrecv_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_int16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_int32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_int8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_keysym.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_uint16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_uint32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_set_uint8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_dictionary_util.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_alloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_key.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_private.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_ingest_context_type.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_create_integer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_create_unsigned_integer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_equals_integer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_equals_unsigned_integer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_integer_value.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_unsigned.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_number_unsigned_integer_value.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_iterator_next.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_iterator_release.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_iterator_reset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_release.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_retain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_object_type.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_send_ioctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_send_syscall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_append.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_append_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_copy_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_create_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_create_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_cstring_nocopy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_equals.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_equals_cstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_mutable.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/prop_string_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/proplib.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pset_assign.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pset_bind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pset_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pset_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/psiginfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/psignal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_atfork.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_get_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getdetachstate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getguardsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getinheritsched.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getname_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getschedpolicy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getscope.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getstack.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getstackaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_getstacksize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setcreatesuspend_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setdetachstate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setguardsize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setinheritsched.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setname_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setschedpolicy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setscope.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setstack.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setstackaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_attr_setstacksize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barierattr_destroy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/pthread_barierattr_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/pthread_barrier.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrier_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrier_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrier_wait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrierattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrierattr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_barrierattr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cancel.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cleanup_pop.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cleanup_push.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_broadcast.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_signal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_timedwait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_cond_wait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_condattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_condattr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_condattr_init.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/pthread_condattr_setclock.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/pthread_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_curcpu_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_detach.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_equal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_getaffinity_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_getattr_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_getname_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_getschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_getspecific.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_join.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_key_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_key_delete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_kill.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex_lock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex_trylock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutex_unlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutexattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutexattr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutexattr_gettype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutexattr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_mutexattr_settype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_once.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_resume_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_rdlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_timedrdlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_timedwrlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_tryrdlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_trywrlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_unlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlock_wrlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlockattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlockattr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_rwlockattr_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_schedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_self.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setaffinity_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setcancelstate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setcanceltype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setname_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setschedparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_setspecific.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_sigmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin_lock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin_trylock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_spin_unlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_suspend_np.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pthread_testcancel.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ptsname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_cc.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_cred.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_flush.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_framebuf.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_node.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_ops.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_path.0 comp-puffs-catman .cat
|
|
|
|
./usr/share/man/cat3/puffs_req.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/puffs_suspend.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/putc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putc_unlocked.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putchar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putchar_unlocked.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/puts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pututxline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putwc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putwchar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/putwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_abort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_copyx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_edit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_error.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_getconf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_getprefix.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_getpwconf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_lock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_mkdb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_policy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/pw_prompt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_scan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pw_setprefix.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pwcache.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pwcache_groupdb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/pwcache_userdb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/qabs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/qdiv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/qiflush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/qsort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/queue.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/quick_exit.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/quota_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_delete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getimplname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getmountdevice.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getmountpoint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getnumidtypes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getnumobjtypes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_getrestrictions.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_idtype_getname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_objtype_getname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_objtype_isbytes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_opencursor.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_put.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_quotaoff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quota_quotaon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_atend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_getn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_rewind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotacursor_skipidtype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/quotaval_clear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/radixsort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/raise.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/raise_default_signal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rand.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rand_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/random.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/randomid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/randomid_delete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/randomid_new.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/raw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/rb_tree_find_node.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb_tree_find_node_geq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb_tree_find_node_leq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb_tree_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb_tree_insert_node.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rb_tree_iterate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rbtree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rc4.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/rcmd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rcmd_af.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/re_comp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/re_exec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/readdir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/readdir_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/realloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/realpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/recno.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/refresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/refuse.0 comp-refuse-catman .cat
|
|
|
|
./usr/share/man/cat3/regcomp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regexec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regexp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regfree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/registerrpc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/regsterrpc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/remainder.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/remainderf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/remove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/remque.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/remquo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/remquof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/request_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/request_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_findzonecut.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_getservers.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_hostalias.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_isourserver.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_mkquery.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nclose.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_ndestroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_ninit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nmkquery.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nmkupdate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nquery.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nquerydomain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nsearch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nsend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nsendsigned.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_nupdate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_ourserver_p.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_pquery.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_query.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_querydomain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_search.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_send.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_setservers.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/res_update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/reset_com_err_hook.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/reset_prog_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/reset_shell_mode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/resetty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/resizeterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/resolver.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rewind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rewinddir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rexec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rindex.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ripemd.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/rmd160.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rmtops.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/round.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/roundf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/roundl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/rpc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_broadcast.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_broadcast_exp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_call.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_clnt_auth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_clnt_calls.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_clnt_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_createerr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_reg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_soc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_svc_calls.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_svc_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_svc_err.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_svc_reg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpc_xdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_getaddr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_getmaps.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_gettime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_rmtcall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcb_unset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rpcbind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rresvport.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rresvport_af.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rsa.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/rump.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rump_etfs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rump_lwproc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rumpclient.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rumphijack.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/rumpuser.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ruserok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/saslc.d.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_alloc.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_end.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_init.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_cont.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_decode.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_encode.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_end.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_getmech.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_getprop.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_init.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_setprop.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_sess_strerror.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/saslc_strerror.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/savetty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scalb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scalbf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scalbn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scalbnf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scalbnl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scale_form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scale_menu.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scandir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scanw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_get_priority_max.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_get_priority_min.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_getparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_getscheduler.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_rr_get_interval.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_setparam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_setscheduler.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sched_yield.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scrl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scroll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/scrollok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_attr2desc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_change_service.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_data_print.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_data_size.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_data_type.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_data_valid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_error.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_get_alt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_attr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_int.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_seq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_str.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_url.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_get_uuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_match_uuid16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_open_local.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_alt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_attr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_data.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_int.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_int16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_int32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_int64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_int8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_seq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_str.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uint16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uint32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uint64.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uint8.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_url.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uuid128.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uuid16.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_put_uuid32.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_record_insert.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_record_remove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_record_update.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_register_service.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_search.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_service_attribute.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_service_search.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_service_search_attribute.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_set_alt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_set_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_set_int.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_set_seq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_set_uint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sdp_unregister_service.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sdp_uuid2desc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/secure_path.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/securepath.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/seed48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/seekdir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_close.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_getvalue.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_open.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_post.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_timedwait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_trywait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_unlink.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sem_wait.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_com_err_hook.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat3/set_current_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_current_item.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_curterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_back.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_buffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_fore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_just.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_pad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_printf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_status.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_type.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_field_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_fieldtype_arg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_fieldtype_choice.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_fields.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_sub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_form_win.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_item_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_item_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_item_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_item_value.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_max_field.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_back.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_fore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_format.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_grey.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_items.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_mark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_opts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_pad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_sub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_unmark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_userptr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_menu_win.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_new_page.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_term.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/set_top_row.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setbuf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setbuffer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setclasscontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setdisktab.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setdomainname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setfsent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setgrfile.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/setgroupent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sethostent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sethostid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sethostname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setkey.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setlinebuf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setlocale.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setlogmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setlogmask_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setmode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setnetconfig.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setnetent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setnetgrent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setnetpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setpassent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setproctitle.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setprogname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setprotoent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setpwent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setpwfile.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/setregid.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/setreuid.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/setrgid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setrpcent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setruid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setscrreg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setservent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setstate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setttyent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setttyentpath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setupterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setusercontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setusershell.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setutxent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/setvbuf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sha.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sha1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sha2.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/shquote.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/shquotev.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigaddset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigblock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigdelset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigemptyset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigevent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigfillset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sighold.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigignore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/siginterrupt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigismember.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/siglongjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/signal.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/signal_add.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/signal_del.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/signal_initialized.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/signal_pending.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/signal_set.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/signbit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/significand.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/significandf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigpause.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigrelse.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigsetjmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigsetmask.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigsetops.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sigvec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/simpleq_empty.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_first.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_head_initializer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_insert_after.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_insert_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_insert_tail.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/simpleq_remove_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/sin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sinf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sinh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sinhf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/skey.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_authenticate.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_get_algorithm.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_haskey.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_keyinfo.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_passcheck.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skey_set_algorithm.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skeychallenge.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skeygetnext.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skeylookup.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skeyverify.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/skeyzero.0 comp-c-catman skey,.cat
|
|
|
|
./usr/share/man/cat3/sl_add.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sl_find.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sl_free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sl_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sleep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/snprintb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/snprintb_m.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/snprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/snvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sockaddr_snprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sockatmark.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sqrt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sqrtf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/sqrtl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/sradixsort.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/srand.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/srand48.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/srandom.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ssl.0 comp-c-catman crypto,.cat
|
|
|
|
./usr/share/man/cat3/ssp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/standend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/standout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/start_color.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stat_flags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stdarg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stdbool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stddef.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stdint.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stdio.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stdlib.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stpcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stpncpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcasecmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcasestr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strcspn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strdup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strerror.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strerror_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stresep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strfmon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strftime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strftime_z.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/string_to_flags.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stringlist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strings.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strlcat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strlcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strlen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strmode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strncasecmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strncat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strncmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strncpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strndup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strnlen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strnunvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strnunvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strnvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strnvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strpbrk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strpct.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strptime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strrchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsignal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsnvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsnvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strspct.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strspn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsuftoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsuftollx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strsvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtod.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoimax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtok_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtold.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoul.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoull.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtoumax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strtouq.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strunvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strunvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strvisx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/strxfrm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/stty.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/subpad.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/subwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_auth_reg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_control.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_dg_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_dg_enablecache.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_exit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_fd_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_fds.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_fdset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_freeargs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getargs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getcaller.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getreg.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/svc_getregset.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/svc_getreq_common.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getreq_poll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getreqset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_getrpccaller.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_pollset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_raw_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_reg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_register.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_run.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_sendreply.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_tli_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_tp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_unreg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_unregister.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svc_vc_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_auth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_decode.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_noproc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_noprog.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_progvers.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_systemerr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcerr_weakauth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcfd_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcraw_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svctcp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcudp_bufcreate.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svcudp_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/svis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/swab.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/swapcontext.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/swapon.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/swprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/swscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sys_errlist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sys_nerr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sys_siglist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sys_signame.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysconf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysctl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysctlbyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysctlgetmibinfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysctlnametomib.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/sysexits.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/syslog.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/syslog_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/syslog_ss.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/syslogp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/syslogp_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/system.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/t_freent.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_getent.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_getflag.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_getnum.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_getstr.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_goto.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_parm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_puts.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_putws.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/t_vparm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_empty.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_entry.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_first.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_head_initializer.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_insert_after.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_insert_before.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_insert_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_insert_tail.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_next.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tailq_remove.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/tan.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tanh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tanhf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcdrain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcflow.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcflush.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcgetattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcgetpgrp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcgetsid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcsendbreak.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcsetattr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tcsetpgrp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tdelete.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/telldir.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tempnam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/termcap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/terminfo.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/termname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/textdomain.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tfind.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgamma.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgammaf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgetent.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgetflag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgetnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgmath.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tgoto.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/threads.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/ti_getflag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_getnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_getstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_putp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_puts.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_setupterm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ti_tiparm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tigetflag.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tigetnum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tigetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/time.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/time2posix.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/time2posix_z.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timegm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timelocal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timeoff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timeout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timeradd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timerclear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timercmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timerisset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timersub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/times.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespec.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespecadd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespecclear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespeccmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespecisset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timespecsub.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timeval.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/timezone.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tiparm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tmpfile.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tmpnam.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/toascii.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tok_end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tok_init.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tok_line.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tok_reset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tok_str.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tolower.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/top_row.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/touchline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/touchoverlap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/touchwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/toupper.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/towctrans.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/towlower.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/towupper.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tparm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tputs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/trunc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/truncf.0 comp-c-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat3/truncl.0 comp-c-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat3/tsearch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttyaction.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttylock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttymsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttyname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttyname_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttyslot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ttyunlock.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/twalk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/typeof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/types.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tzalloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tzfree.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tzgetname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tzset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/tzsetwall.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ualarm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uid_from_user.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ukfs.0 comp-c-catman .cat,rump
|
|
|
|
./usr/share/man/cat3/ulimit.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unctrl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/underend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/underscore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ungetc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ungetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ungetwc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unistd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unlockpt.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unpost_form.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unpost_menu.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unsetenv.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/untouchwin.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/unvis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/updlastlogx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/updwtmpx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/usb.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/usbhid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/use_default_colors.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/user_from_uid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/usleep.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/util.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/utime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/utmpxname.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_compare.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_create_nil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_dec_be.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_dec_le.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_enc_be.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_enc_le.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_equal.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_from_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_hash.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_is_nil.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/uuid_to_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/va_arg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/va_copy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/va_end.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/va_start.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/valloc.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/varargs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/vasprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vdprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/verr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/verrx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vfprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vfscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vfwprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vfwscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vis.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vlimit.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/vline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsnprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsnprintf_ss.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vswprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vswscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsyslog.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsyslog_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsyslog_ss.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/vsyslogp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vsyslogp_r.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vtimes.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat3/vwarn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vwarnx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vwprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/vwscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/waddch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/waddchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/waddchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/waddnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/waddstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/warn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/warnx.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattr_get.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattr_off.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattr_on.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattr_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattroff.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattron.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wattrset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wbkgd.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wbkgdset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wborder.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wchgat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wclear.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wclrtobot.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wclrtoeol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcolor_set.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcrtomb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscasecmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcschr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcscspn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsdup.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsftime.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcslcat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcslcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcslen.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsncasecmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsncat.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsncmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsncpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcspbrk.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsrchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsrtombs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsspn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstod.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstoimax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstok.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstol.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstold.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstoll.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstombs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstoul.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstoull.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcstoumax.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcswcs.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcswidth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcsxfrm.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wctob.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wctomb.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wctrans.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wctype.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wcwidth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wdelch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wdeleteln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wechochar.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/werase.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wgetch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wgetnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wgetstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/whline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winchnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winchstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winnstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winsch.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winsdelln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winsertln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/winstr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmemchr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmemcmp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmemcpy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmemmove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmemset.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wmove.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wnoutrefresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wordexp.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wprintf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wprintw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wrefresh.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wresize.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wscanf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wscanw.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wscrl.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wsetscrreg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wstandend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wstandout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wtimeout.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wtouchln.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wunderend.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wunderscore.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/wvline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_accepted_reply.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_array.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_authsys_parms.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_bool.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_bytes.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_callhdr.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_callmsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_char.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_destroy.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_double.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_enum.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_float.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_free.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_getpos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_inline.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_int.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_long.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_opaque.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_opaque_auth.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_pmap.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_pmaplist.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_pointer.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_reference.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_rejected_reply.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_replymsg.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_setpos.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_short.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_sizeof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_string.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_u_char.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_u_long.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_u_short.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_union.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_vector.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_void.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdr_wrapstring.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrmem_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrrec_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrrec_endofrecord.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrrec_eof.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrrec_skiprecord.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xdrstdio_create.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xprt_register.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/xprt_unregister.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/y0.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/y0f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/y1.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/y1f.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/yn.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/ynf.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat3/yp_all.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_bind.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_first.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_get_default_domain.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_master.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_match.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_next.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_order.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_setbindtries.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yp_unbind.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/ypclnt.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/yperr_string.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/ypprot_err.0 comp-c-catman yp,.cat
|
|
|
|
./usr/share/man/cat3/zlib.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat5/config.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/config.samples.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/cpio.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/cvs.0 comp-cvs-catman cvs,.cat
|
|
|
|
./usr/share/man/cat5/ldap.conf.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat5/ldif.0 comp-ldap-catman ldap,.cat
|
|
|
|
./usr/share/man/cat5/libarchive-formats.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/mech.0 comp-krb5-catman kerberos,.cat
|
|
|
|
./usr/share/man/cat5/mk.conf.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/mtree.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/ranlib.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/statvfs.0 comp-util-catman .cat
|
|
|
|
./usr/share/man/cat5/tar.0 comp-util-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat5/tcsd.conf.0 comp-tpm-catman tpm,.cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat7/operator.0 comp-c-catman .cat
|
|
|
|
./usr/share/man/cat8/config.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat8/config.new.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat8/cvsbug.0 comp-cvs-catman cvs,.cat
|
|
|
|
./usr/share/man/cat8/genassym.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat8/kgmon.0 comp-sysutil-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat8/tcsd.0 comp-tpm-catman tpm,.cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/BOOT_FLAG.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/CALLOUT_INITIALIZER.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/CALLOUT_INITIALIZER_SETFUNC.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/CARDBUS_PRODUCT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/CARDBUS_VENDOR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/CLR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/CTASSERT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_conf_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_conf_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_free_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_function_disable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_function_enable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_make_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_mapreg_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/Cardbus_mapreg_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/DELAY.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ETHER_FIRST_MULTI.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ETHER_IS_MULTICAST.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ETHER_NEXT_MULTI.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/FILE_IS_USABLE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/FILE_SET_MATURE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/FILE_UNUSE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/FILE_USE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/FREE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/HOLDRELE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/ISSET.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/KASSERT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/KASSERTMSG.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/KDASSERT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/KDASSERTMSG.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/KNOTE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/LWP_CACHE_CREDS.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MALLOC.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MALLOC_DECLARE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MALLOC_DEFINE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MALLOC_DEFINE_LIMIT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MCHTYPE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MCLGET.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MEXTADD.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MEXTMALLOC.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MEXTREMOVE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/MFREE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MGET.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MGETHDR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/MH_ALIGN.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_ALIGN.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_COPY_PKTHDR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_LEADINGSPACE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_MOVE_PKTHDR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_PREPEND.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/M_TRAILINGSPACE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/NDINIT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/PCI_PRODUCT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/PCI_REVISION.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/PCI_VENDOR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/PMC_ENABLED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/RUN_ONCE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/SCHED_LOCK.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/SCHED_UNLOCK.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/SET.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK_ALIGN.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK_ALLOC.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK_GROW.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK_MAX.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/STACK_SHRINK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/TC_DENSE_TO_SPARSE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/TC_PHYS_TO_UNCACHED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VATTR_NULL.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VFS_CHECKEXP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_FHTOVP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_MOUNT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_QUOTACTL.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_ROOT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_SNAPSHOT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_START.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_STATFS.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VFS_STATVFS.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_SUSPENDCTL.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_SYNC.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_UNMOUNT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_VGET.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VFS_VPTOFH.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VHOLD.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_ABORTOP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_ACCESS.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_ADVLOCK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_BALLOC.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_BLKATOFF.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_BMAP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_BWRITE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_CLOSE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_CREATE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_FCNTL.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_FSYNC.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_GETATTR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_GETEXTATTR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_GETPAGES.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_INACTIVE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_IOCTL.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_ISLOCKED.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_LEASE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_LINK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_LISTEXTATTR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_LOCK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_LOOKUP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_MKDIR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_MKNOD.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_MMAP.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_OPEN.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_PATHCONF.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_POLL.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_PRINT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_PUTPAGES.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_READ.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_READDIR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_READLINK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_REALLOCBLKS.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_RECLAIM.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_REMOVE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_RENAME.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_REVOKE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_RMDIR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_SEEK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_SETATTR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_SETEXTATTR.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_STRATEGY.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_SYMLINK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_TRUNCATE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_UNLOCK.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_UPDATE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_VALLOC.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_VFREE.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/VOP_WHITEOUT.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VOP_WRITE.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/VREF.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/accept_filt_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/accept_filt_del.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/accept_filt_generic_mod_event.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/accept_filt_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/accept_filter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/access.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/accf_data.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/accf_http.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/allocbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/altq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_debug.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_debug_dev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_debug_ifnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_error.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_error_dev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_error_ifnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_get_error_count.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_naive.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_naive_dev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_naive_ifnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_normal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_normal_dev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_normal_ifnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_verbose.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_verbose_dev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/aprint_verbose_ifnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arc4randbytes.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arc4random.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arp_ifinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arpintr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/arpresolve.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/atop.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/audio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/autoconf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bawrite.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bcdtobin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bcmp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bcopy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bdevvp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bdwrite.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be16dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be16enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be16toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be32dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be32enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be32toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be64dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be64enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/be64toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime2timespec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime2timeval.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime_addx.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintime_sub.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bintobcd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/binuptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/biodone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/biowait.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bitmask_snprintf.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/bluetooth.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/boothowto.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/boottime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bounds_check_with_label.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bpf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bread.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/breada.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/breadn.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/brelse.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bswap16.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bswap32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bswap64.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/btoc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/btodb.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/buffercache.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bufq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dma.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_load.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_load_mbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_load_raw.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_load_uio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_sync.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamap_unload.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamem_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamem_mmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmamem_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmatag_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_dmatag_subregion.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_barrier.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_copy_region_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_copy_region_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_copy_region_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_copy_region_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_is_equal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_mmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_multi_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_multi_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_multi_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_multi_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_region_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_region_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_region_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_read_region_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_set_region_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_set_region_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_set_region_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_set_region_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_subregion.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_vaddr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_multi_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_multi_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_multi_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_multi_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_region_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_region_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_region_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bus_space_write_region_8.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bwrite.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/byteorder.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/bzero.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cache_enter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cache_lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cache_purge.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cache_purgevfs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cache_revlookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback_head_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback_head_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback_run_roundrobin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callback_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_ack.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_active.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/callout_deactivate.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/callout_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_expired.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_halt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_invoking.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_pending.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_reset.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_schedule.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_setfunc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/callout_stop.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_attach_card.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_conf_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_conf_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_detach_card.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_free_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_function_disable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_function_enable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_get_capability.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_make_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_mapreg_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cardbus_mapreg_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cdevvp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/checkalias.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/child_return.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/chooselwp.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/chooseproc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/clock_secs_to_ymdhms.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/clock_ymdhms_to_secs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/closef.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/clrbit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cltom.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_check_magic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_destroy_magic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_get_magic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_init_magic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_isconsole.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_set_magic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cn_trap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cnbell.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cngetc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cngetsn.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cnmagic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cnpollc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cnputc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/condvar.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_activate.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/config_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_attach_loc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_attach_pseudo.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_deactivate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_defer.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_detach_children.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_finalize_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_found.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_found_ia.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_found_sm.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/config_found_sm_loc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_interrupts.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_match.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_mountroot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_pending_decr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_pending_incr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_search.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/config_search_ia.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/config_search_loc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cons.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyin_proc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyinstr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyout_proc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copyoutstr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/copystr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/coredump_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_fast.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_fast32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_fast64.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong64.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong_getflags.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cprng_strong_setflags.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_configure.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_coredump.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_dump.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_dumpconf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_dumpsize.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_exit.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_fork.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_idle.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_initclocks.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_lwp_fork.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_need_resched.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_number.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_reboot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_rootconf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_startup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_swapin.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_swapout.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_switch.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_switchto.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpu_sysctl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpu_wait.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cpufreq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_deregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_get_backend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_get_state.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_get_state_index.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_set.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_set_all.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cpufreq_suspend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crcopy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crcvt.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crdup.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/cred.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crfree.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crget.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crhold.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/crypto_dispatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_done.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_freereq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_freesession.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_get_driverid.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_getreq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_kdispatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_kdone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_kregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_newsession.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/crypto_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/csf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ctob.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ctod.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ctxsw.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/curcpu.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/curlwp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/curproc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_broadcast.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_has_waiters.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_signal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_timedwait.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_timedwait_sig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_wait.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_wait_sig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/cv_wakeup.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/dbtob.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ddc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/delay.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/device_printf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/deviter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/deviter_first.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/deviter_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/deviter_next.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/deviter_release.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_begindetach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_busy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_detatch.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/disk_find.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disk_resetstat.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/disk_unbusy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/disklabel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_backend_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_backend_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_done.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_process.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_request_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_request_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_session_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dmover_session_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/do_setresgid.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/do_setresuid.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dofileread.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dofilereadv.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dofilewrite.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dofilewritev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dopowerhooks.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/doshutdownhooks.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/driver.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dtoc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dumpsys.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/dupfdopen.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/edid.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/enodev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/enoioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/enosys.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/enxio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/eopnotsupp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/errno.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ether_addmulti.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ether_delmulti.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ether_ifattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ethersubr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/evcnt_attach_dynamic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/evcnt_attach_static.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/evcnt_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/execsigs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extattr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_alloc_region.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_alloc_subregion.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/extent_print.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/falloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fd_getfile.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdavail.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/fdcheckstd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdclear.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdclone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdcloseexec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdcopy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fddi_addmulti.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fddi_delmulti.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fddi_ifattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdexpand.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdfree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdrelease.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdremove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdshare.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fdunshare.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fetch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ffree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fgetown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/file.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fileassoc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/filedesc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmload.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_close.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_get_size.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_malloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_open.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/firmware_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/flash.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fork1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/format_bytes.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fownsignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fscow_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fscow_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fscow_run.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fsetown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_done.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_getstate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_is_owner.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_setstate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_start.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fstrans_start_nowait.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fubyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fuibyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fuiword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fuswintr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fusword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/fuword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/genfs.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/genfs_rename.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/getbintime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getbinuptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getblk.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/geteblk.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getiobuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getiobuf_nowait.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/getmicrotime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getmicrouptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getnanotime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getnanouptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/getnewvnode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/gsignal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/hardclock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hash.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hash32_buf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hash32_str.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hash32_strn.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hashdone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hashinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/holdrele.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/howmany.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htobe16.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htobe32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htobe64.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htole16.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htole32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/htole64.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/humanize_number.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/hztoms.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/i386/bios32_service.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/i386/bioscall.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/i386/nmi.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/i386/nmi_disestablish.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/i386/nmi_establish.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/i386/return_address.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/i386/spllower.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/i386/splraise.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_chan2ieee.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_chan2mode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_crypto.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_ieee2mhz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_ifattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_ifdetach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_input.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_media2rate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_media_change.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_media_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_media_status.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_mhz2ieee.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_node.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_output.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_proto.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_radiotap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rate2media.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rssadapt_choose.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rssadapt_input.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rssadapt_lower_rate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rssadapt_raise_rate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_rssadapt_updatestats.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_setmode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ieee80211_watchdog.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_acquire_bus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_exec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_release_bus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_smbus_read_byte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_smbus_receive_byte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/iic_smbus_write_byte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/imax.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/imin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/in4_cksum.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/in6_cksum.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/in_cksum.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/in_getifa.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/incore.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/inittodr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/intro.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic_attach_devs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioasic_submatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioctl_copyin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ioctl_copyout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdb.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdb_connect.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdb_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdb_poll.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdb_trap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdbcmds.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdbfbyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdbif_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdbinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ipkdbsbyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmaabort.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmacascade.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmacount.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmadone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamap_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamap_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamaxsize.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamem_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmamem_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_dmastart.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_drq_isfree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_intr_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_malloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isa_mappage.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isapnp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isapnp_config.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isapnp_devmatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isapnp_unconfig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isclr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/isset.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/issignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/itimerfix.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kauth.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcont.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/kcopy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_atomic_clear.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_atomic_set.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_clear.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_copy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_copyin.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_copyout.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/kcpuset_countset.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/kcpuset_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_destroy.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/kcpuset_export_32.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/kcpuset_fill.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/kcpuset_isotherset.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/kcpuset_isset.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_iszero.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_match.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_merge.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_set.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_unuse.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_use.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kcpuset_zero.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kernacc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/kfilter_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kfilter_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/killproc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kmem.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kmem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kmem_asprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kmem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kmem_zalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/knote.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpause.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpgsignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpreempt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpreempt_disable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpreempt_disabled.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpreempt_enable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kpsignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kthread.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kthread_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kthread_create1.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/kthread_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kthread_exit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/kthread_join.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le16dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le16enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le16toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le32dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le32enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le32toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le64dec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le64enc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/le64toh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/linedisc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lockinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lockmgr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lockmgr_printinfo.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lockstatus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/log.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/longjmp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ltsleep.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_adj.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_cat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_copyback.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_copyback_cow.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_copydata.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_copym.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_copypacket.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/m_copyup.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/m_devget.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_dup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_freem.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_getclr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_gethdr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_makewritable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_prepend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_pulldown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_pullup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_split.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_copy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_copy_chain.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_delete.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_delete_chain.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_delete_nonpersistent.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_find.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_first.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_next.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_prepend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/m_tag_unlink.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/makeiplcookie.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/malloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/malloc_roundup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/malloc_type_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/malloc_type_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/malloc_type_setlimit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mb.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mb_memory.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mb_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mb_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca_conf_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca_conf_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mca_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/memcmp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/memcpy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/memmove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/memoryallocators.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/memset.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mi_switch.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/microseq.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/microtime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/microuptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_autoload.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_builtin_require_force.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_find_section.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_hold.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_init_class.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_load.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_load_vfs_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_rele.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_start_unload_thread.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/module_unload.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mono_time.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/mstohz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mtocl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mtod.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_enter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_exit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_owned.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_spin_enter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_spin_exit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/mutex_tryenter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/namecache.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/namecache_print.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/namei.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/nanotime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/nanouptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/need_resched.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/nextrunqueue.0 comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/npf_ncode.0 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/nullop.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/old_sysctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/opencrypto.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/optstr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/optstr_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/p_find.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/panic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pathbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_conf_hook.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_conf_interrupt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_conf_print.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_conf_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_conf_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_configure_bus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_decompose_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_devinfo.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_find_device.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_findvendor.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_get_capability.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_get_powerstate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_intr_string.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_make_tag.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_mapreg_info.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_mapreg_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_mapreg_type.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_set_powerstate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_vpd_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pci_vpd_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_attach_slot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_cnattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_enqueue_cmd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_flush.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_poll_cmd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_poll_data.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_set_inputhandler.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_set_poll.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_slot_enable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbport_xt_translation.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pckbportintr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_cis_read_1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_cis_read_2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_cis_read_3.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_cis_read_4.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_cis_read_n.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_function_disable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_function_enable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_function_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_io_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_io_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_io_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_io_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_mem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_mem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_mem_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_mem_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcmcia_scan_cis.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_maxitems.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_peek.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcq_put.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/pcu.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcu_discard.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcu_load.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcu_save.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcu_save_all.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pcu_used_p.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/percpu.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/percpu_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/percpu_foreach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/percpu_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/percpu_getref.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/percpu_init.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/percpu_init_cpu.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/percpu_putref.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_add_hook.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_get_head.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pfil_head_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_head_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_head_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_hook_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_remove_hook.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfil_run_hooks.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pfind.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pg_find.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pgfind.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pgrp_find.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pgsignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/physio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_accumulate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_alloc_kernel_counter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_configure_counter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_counter_isconfigured.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_counter_isrunning.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_disable_counter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_enable_counter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_free_kernel_counter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_get_counter_type.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_get_counter_value.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_get_num_counters.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_restore_context.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_save_context.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_start_profiling.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmc_stop_profiling.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_class_display_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_class_input_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_class_network_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_deregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_recursive_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_recursive_suspend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_register1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_resume_subtree.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pmf_device_subtree_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_device_suspend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_event_deregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_event_inject.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_event_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_get_platform.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_set_platform.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_system_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_system_shutdown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pmf_system_suspend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_destruct_object.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_get_paddr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_invalidate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_invalidate_local.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pool_cache_put.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_put_paddr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_sethardlimit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_sethiwat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_cache_setlowat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_prime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_put.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_sethardlimit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_sethiwat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pool_setlowat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/postsig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/powerhook_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/powerhook_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/powerof2.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/ppi.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/ppsratecheck.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/preempt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/printf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/printf_nolog.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/proc_find.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/proc_trampoline.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/profhz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_array_copyin_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_array_copyout_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_copy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/prop_copyin_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_delete.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/prop_dictionary_copyin_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_dictionary_copyout_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/prop_get.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/prop_list.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/prop_objs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/prop_set.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/propdb_create.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/propdb_destroy.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/properties.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/pserialize.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pserialize_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pserialize_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pserialize_perform.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pserialize_read_enter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/pserialize_read_exit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/psignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ptoa.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/putiobuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/putter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/radio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ras.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ras_fork.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ras_lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ras_purgeall.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rasops.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rasops_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rasops_reconfig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ratecheck.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/readdisklabel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/realloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/relookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/remrunqueue.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/resettodr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd_add_data.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd_add_uint32.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd_attach_source.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd_detach_source.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rnd_extract_data.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/rndsink.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/rootconf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/round_page.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rounddown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/roundup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/roundup2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rssadapt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer_queue_change.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer_queue_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer_queue_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rt_timer_remove_all.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/runtime.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/rw.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_downgrade.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_enter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_exit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_lock_held.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_read_held.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_tryenter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_tryupgrade.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rw_write_held.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/rwlock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/scanc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sched_4bsd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sched_lock_idle.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/sched_m2.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sched_psignal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/sched_unlock_idle.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/scheduler.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/scsipi.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_bsd44.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_deregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_eval.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_extensions.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_overlay.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_securelevel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/secmodel_suser.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/seldestroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/select.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/selinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/selnotify.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/selrecord.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/selwakeup.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/sendsig.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/setbit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/setdisklabel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/setjmp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/setroot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/setrunqueue.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/shutdownhook_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/shutdownhook_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigaction1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigactsfree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigactsinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigactsunshare.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigaltstack1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigcode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigexit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/siginit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigmasked.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/signal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigpending1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigprocmask1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigsuspend1.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sigtramp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock_dump.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock_freecheck.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock_try.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/simple_lock_unlock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/simple_unlock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/skpc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sleep.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/snprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_getint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_set.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sockopt_setint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softint_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softint_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softint_schedule.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softintr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softintr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softintr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/softintr_schedule.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spinlockinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spinlockmgr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spl0.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splbio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splclock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splhigh.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splimp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spllower.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/spllowersoftclock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splraise.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/splraiseipl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splsched.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splserial.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splsoftbio.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splsoftclock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splsoftnet.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splsoftserial.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splstatclock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/spltty.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splvm.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/splx.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/stathz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/store.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/subyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/suibyte.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/suiword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sun3/isr_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sun3/isr_add_autovect.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sun3/isr_add_custom.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sun3/isr_add_vectored.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/suser.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/suspendsched.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/suswintr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/susword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/suword.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_createv.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_destroyv.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_dispatch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_locate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_lock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_needfunc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_notavail.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_null.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_query.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_teardown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysctl_unlock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_sensor_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_sensor_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_envsys_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_pswitch.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_pswitch_event.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_pswitch_register.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_pswitch_unregister.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_task_queue_fini.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_task_queue_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_task_queue_preinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_task_queue_sched.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/sysmon_taskq.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_badaddr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_mb.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_syncbus.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tc_wmb.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tcp_congctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tick.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tickadj.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/time.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/time_second.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/time_uptime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/timecounter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/timeout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/timespec2bintime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/timeval2bintime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tmpfs.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/todr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/todr_getcal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/todr_gettime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/todr_setcal.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/todr_settime.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tprintf_close.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tprintf_open.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/transferlockers.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/trapsignal.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/trunc_page.0 comp-sys-catman .cat
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/cat9/ts2timo.0 comp-sys-catman .cat
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/cat9/tsleep.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ttyldisc_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ttyldisc_lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ttyldisc_remove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ttyprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/tvtohz.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uao_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uao_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uao_reference.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ubc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ubc_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ubc_release.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ubc_uiomove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ucas.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ucom.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uiomove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/ungetnewvnode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/untimeout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/usbd_status.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/usbdi.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/useracc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/userret.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_chgkprot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_coredump.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_deallocate.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_fault.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_fork.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_grow.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_init_limits.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_io.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_kernacc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_km.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_km_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_km_alloc1.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_km_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_km_free_wakeup.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_km_kmemalloc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_km_suballoc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_km_valloc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_km_valloc_wait.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_km_zalloc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_loan.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_map_checkprot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_map_pageable.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_map_protect.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_meter.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_page_physload.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pagealloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pagefree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pageout.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pagerealloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pglistalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_pglistfree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_scheduler.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_setpagesize.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_swap_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_swapin.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_sysctl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_unloan.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_useracc.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_vnp_setsize.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_vnp_sync.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_vnp_terminate.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvm_vslock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvm_vsunlock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_exec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_fork.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_share.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvmspace_unshare.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/uvn_attach.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/uvn_findpages.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vaccess.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vattr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vattr_null.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vcons.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vcount.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vdevgone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/veriexec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfinddev.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vflush.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vflushbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_attach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_busy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_detach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_export.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_export_lookup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_getnewfsid.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_getopsbyname.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_getvfs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_hooks.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_hooks_unmount.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_mountalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_mountedon.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_mountroot.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_reinit.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_resume.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_rootmountalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_setpublicfs.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_showexport.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_shutdown.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_suspend.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_sysctl.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vfs_unbusy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_unmountall.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfs_write_resume.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vfs_write_suspend.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vfsops.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vfssubr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vget.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vgone.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vgonel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vhold.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/video.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vinvalbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_dmamap_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_dmamap_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_dmamem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_dmamem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_intr_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_intr_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_intr_evcnt.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_intr_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_probe.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_space_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_space_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_space_get.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_space_map.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vme_space_unmap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_alloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_free.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_xalloc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vmem_xfree.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_bwrite.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_close.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_closefile.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_cow_disestablish.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vn_cow_establish.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vn_default_error.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_fcntl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_finished_write.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vn_ioctl.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_isunder.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_lock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_markexec.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_marktext.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_open.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_poll.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_rdwr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_read.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_restorerecurse.0 comp-sys-catman obsolete
|
|
|
|
./usr/share/man/cat9/vn_setrecurse.0 comp-sys-catman obsolete
|
|
|
|
./usr/share/man/cat9/vn_start_write.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vn_stat.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_statfile.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_write.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vn_writechk.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vnfileops.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vnode.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vnodeops.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vnsubr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/voidop.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vpanic.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vprint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vput.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vrecycle.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vref.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vrele.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vrele_async.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vslock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vsnprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vsprintf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vsunlock.0 comp-obsolete obsolete
|
|
|
|
./usr/share/man/cat9/vtruncbuf.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/vwakeup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wakeup.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wdc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/workqueue.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/workqueue_create.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/workqueue_destroy.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/workqueue_enqueue.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/writedisklabel.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wscons.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsdisplay.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsdisplay_cnattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsdisplay_switchtoconsole.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsdisplaydevprint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsemuldisplaydevprint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_add.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_enum.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_find.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_getflg.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_lock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_map_unichar.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_matches.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_remove.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsfont_unlock.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbd.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbd_cnattach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbd_cndetach.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbd_input.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbd_rawinput.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wskbddevprint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsmouse.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsmouse_input.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/wsmousedevprint.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/msr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/nmi.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/nmi_disestablish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/nmi_establish.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/rdmsr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/rdmsr_safe.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/rdtsc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/tsc.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/tsc_sync_ap.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/tsc_sync_bp.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/tsc_sync_drift.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/tsc_tc_init.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/wrmsr.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/x86/x86_msr_xcall.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/xc_broadcast.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/xc_unicast.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/xc_wait.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/xcall.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/cat9/yield.0 comp-sys-catman .cat
|
|
|
|
./usr/share/man/html1/addr2line.html comp-debug-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/ar.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/as.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/asa.html comp-fortran-htmlman html
|
|
|
|
./usr/share/man/html1/c++.html comp-cxx-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/c++filt.html comp-cxx-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/c89.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/c99.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/cc.html comp-c-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/cccp.html comp-util-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/config.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/crunchgen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/crunchide.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/cvs.html comp-cvs-htmlman cvs,html
|
|
|
|
./usr/share/man/html1/elf2aout.html comp-sysutil-htmlman html
|
|
|
|
./usr/share/man/html1/elf2ecoff.html comp-sysutil-htmlman html
|
|
|
|
./usr/share/man/html1/elfedit.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/f77.html comp-fortran-htmlman gcc=3,gcccmds,html
|
|
|
|
./usr/share/man/html1/fgen.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/flex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/fort77.html comp-fortran-htmlman gcc=3,gcccmds,html
|
|
|
|
./usr/share/man/html1/fpr.html comp-fortran-htmlman html
|
|
|
|
./usr/share/man/html1/g++.html comp-cxx-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/g77.html comp-fortran-htmlman gcc=3,gcccmds,html
|
|
|
|
./usr/share/man/html1/gcc.html comp-c-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/gcore.html comp-debug-htmlman html
|
|
|
|
./usr/share/man/html1/gcov.html comp-debug-htmlman gcccmds,html
|
|
|
|
./usr/share/man/html1/gdb.html comp-debug-htmlman gdb,html
|
|
|
|
./usr/share/man/html1/genassym.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/gprof.html comp-debug-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/ld.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/lex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/lint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/lorder.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/luac.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/menuc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/mkstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/msgc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/nbperf.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html1/nm.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/objcopy.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/objdump.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/openssl_ocsp.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html1/ranlib.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/rcs2log.html comp-cvs-htmlman cvs,html
|
|
|
|
./usr/share/man/html1/readelf.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/rpcgen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/size.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/strings.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/strip.html comp-util-htmlman binutils,html
|
|
|
|
./usr/share/man/html1/tsort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/unifdef.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/unifdefall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/xstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html1/yacc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_Exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/__clone.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/__quotactl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/__syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_continue.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_ctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_detach.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_getname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_getprivate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_kill.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_park.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_self.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_setname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_setprivate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_suspend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_unpark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_unpark_all.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_wait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/_lwp_wakeup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/accept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/access.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/acct.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/adjtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/arm_drain_writebuf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/arm_sync_icache.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/bind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/brk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/chdir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/chflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/chmod.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/chown.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/chroot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/clock_getres.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/clock_gettime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/clock_nanosleep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/clock_settime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/clone.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/connect.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/dup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/dup2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/dup3.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/errno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/execve.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_delete_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_delete_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_delete_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_get_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_get_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_get_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_list_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_list_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_list_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_set_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_set_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/extattr_set_link.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/faccessat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/fchdir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fchflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fchmod.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/fchmodat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/fchown.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/fchownat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/fchroot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fcntl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fdatasync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fhopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fhstat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fhstatvfs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fhstatvfs1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fktrace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/flock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fork.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fpathconf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fstat.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/fstatat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/fstatvfs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fstatvfs1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fsync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/fsync_range.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ftruncate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/futimens.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/futimes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getcontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getdents.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getegid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/geteuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getfh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getgroups.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getitimer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getlogin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getlogin_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getpeername.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getpgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getpgrp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getpid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getppid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getpriority.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getrlimit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getrusage.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getsid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getsockname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getsockopt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/gettimeofday.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/getvfsstat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_get_ldt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_get_mtrr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_iopl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_pmc_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_pmc_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_pmc_startstop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_set_ldt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_set_mtrr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/i386_vm86.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/intro.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/issetugid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/kevent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/kill.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/kqueue.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ktrace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lchflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lchmod.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lchown.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lfs_bmapv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lfs_markv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lfs_segclean.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lfs_segwait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/linkat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/listen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lseek.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/lstat.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/lutimens.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/lutimes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/m68k_sync_icache.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/madvise.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mincore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/minherit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mkdir.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/mkdirat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/mkfifo.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/mkfifoat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/mknod.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/mknodat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/mlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mlockall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mmap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/modctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mount.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mprotect.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/mremap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/msgctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/msgget.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/msgrcv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/msgsnd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/msync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/munlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/munlockall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/munmap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/nanosleep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/nfssvc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ntp_adjtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ntp_gettime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/open.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/openat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/paccept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pathconf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pipe.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pipe2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pmc_control.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pmc_get_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/poll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pollts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/posix_fadvise.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/posix_madvise.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pread.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/preadv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/profil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pselect.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ptrace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pwrite.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/pwritev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/quotactl.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html2/rasctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/readlink.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/readlinkat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/readv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/reboot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/recv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/recvfrom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/recvmmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/recvmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/rename.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/renameat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/revoke.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/rmdir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sbrk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/seek.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/select.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/semctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/semget.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/semop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/send.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sendmmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sendmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sendto.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setcontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setegid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/seteuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setgroups.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setitimer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setlogin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setpgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setpgrp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setpriority.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setregid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setreuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setrlimit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setsid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setsockopt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/settimeofday.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/setuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/shmat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/shmctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/shmdt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/shmget.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/shutdown.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigaction.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigaltstack.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/siginfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigpending.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigprocmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigqueue.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigqueueinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigstack.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigsuspend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigtimedwait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigwait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sigwaitinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/socket.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/socketpair.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/stat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/statvfs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/statvfs1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/swapctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/symlink.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/symlinkat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/sync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/sysarch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/timer_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/timer_delete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/timer_getoverrun.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/timer_gettime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/timer_settime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/truncate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/ucontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/umask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/undelete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/unlink.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/unlinkat.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/unmount.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html2/utimens.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html2/utimensat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/utimes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/utrace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/uuidgen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/vfork.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/wait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/wait3.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/wait4.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/waitpid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/writev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/x86_64_get_mtrr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/x86_64_iopl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html2/x86_64_set_mtrr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ASN1_OBJECT_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ASN1_STRING_length.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ASN1_STRING_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ASN1_STRING_print_ex.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ASN1_generate_nconf.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_ctrl.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_base64.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_buffer.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_cipher.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_md.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_null.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_f_ssl.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_find_type.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_push.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_read.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_accept.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_bio.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_connect.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_fd.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_file.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_mem.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_null.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_s_socket.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_set_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BIO_should_retry.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_BLINDING_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_CTX_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_CTX_start.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_add.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_add_word.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_bn2bin.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_cmp.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_copy.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_generate_prime.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_mod_inverse.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_mod_mul_montgomery.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_mod_mul_reciprocal.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_num_bytes.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_rand.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_set_bit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_swap.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/BN_zero.html comp-c-htmlman crypto,html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/CIRCLEQ_EMPTY.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_ENTRY.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_FIRST.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_FOREACH.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_FOREACH_REVERSE.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_HEAD.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_HEAD_INITIALIZER.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_INIT.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_INSERT_AFTER.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_INSERT_BEFORE.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_INSERT_HEAD.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_INSERT_TAIL.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_LAST.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_LOOP_NEXT.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_LOOP_PREV.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_NEXT.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_PREV.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/CIRCLEQ_REMOVE.html comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/CMSG_DATA.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/CMSG_FIRSTHDR.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/CMSG_LEN.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/CMSG_NXTHDR.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/CMSG_SPACE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/CONF_modules_free.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/CONF_modules_load_file.html comp-c-man crypto,html
|
|
|
|
./usr/share/man/html3/CRYPTO_set_ex_data.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_generate_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_generate_parameters.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_set_method.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DH_size.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_SIG_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_do_sign.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_dup_DH.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_generate_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_generate_parameters.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_set_method.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_sign.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DSA_size.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/DTTOIF.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ERR_GET_LIB.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_clear_error.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_error_string.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_get_error.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_load_crypto_strings.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_load_strings.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_print_errors.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_put_error.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_remove_state.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ERR_set_mark.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_BytesToKey.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_DigestInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_EncryptInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_OpenInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_PKEY_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_PKEY_set1_RSA.html comp-c-htmlman crypto,html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/EVP_PKEY_verify_recover.html comp-c-htmlman crypto,html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/EVP_SealInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_SignInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/EVP_VerifyInit.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_FIRST.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_FIRST_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_FIRST_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_FIRST_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_LAST.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_LAST_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_LAST_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_LAST_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_NEXT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_NEXT_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_NEXT_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_NEXT_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_PREV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_PREV_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_PREV_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_DEQUEUED_PREV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FIND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FIND_REV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FIND_REV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FIND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_DEQUEUED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_DEQUEUED_REV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_DEQUEUED_REV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_DEQUEUED_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_NVAR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_NVAR_REV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_NVAR_REV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_NVAR_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_REV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_REV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_RO.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_RO_REV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_RO_REV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_RO_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_FOREACH_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_FIRST.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_FIRST_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_FIRST_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_FIRST_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_LAST.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_LAST_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_LAST_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_LAST_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_NEXT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_NEXT_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_NEXT_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_NEXT_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_PREV.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_PREV_COND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_PREV_COND_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_GOT_PREV_TYPED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_INIT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_INIT_HEAD.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/GCQ_ITEM.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html3/IFTODT.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/LIST.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/LIST_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_FIRST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_FOREACH.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/LIST_FOREACH_SAFE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/LIST_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_HEAD_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_INSERT_AFTER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_INSERT_BEFORE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_INSERT_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/LIST_REMOVE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/LIST_REPLACE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/MAX.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD2Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD4Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MD5Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/MIN.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/OBJ_nid2obj.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/OPENSSL_Applink.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/OPENSSL_VERSION_NUMBER.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/OPENSSL_config.html comp-c-man crypto,html
|
|
|
|
./usr/share/man/html3/OPENSSL_ia32cap.html comp-c-man crypto,html
|
|
|
|
./usr/share/man/html3/OPENSSL_load_builtin_modules.html comp-c-man crypto,html
|
|
|
|
./usr/share/man/html3/OpenSSL_add_all_algorithms.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS12_create.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS12_parse.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS7_decrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS7_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS7_sign.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/PKCS7_verify.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_add.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_bytes.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_cleanup.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_egd.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_load_file.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RAND_set_rand_method.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RB_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_FIND.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_FOREACH.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_GENERATE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_INSERT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_LEFT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_MAX.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_MIN.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_PARENT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_PROTOTYPE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_REMOVE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_RIGHT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RB_ROOT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RMD160Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/RSA_blinding_on.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_check_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_generate_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_padding_add_PKCS1_type_1.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_print.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_private_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_public_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_set_method.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_sign.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_sign_ASN1_OCTET_STRING.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/RSA_size.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SDP_GET128.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_GET16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_GET32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_GET64.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_GET8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_PUT128.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_PUT16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_PUT32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_PUT64.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SDP_PUT8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/SHA1Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA1Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA224_Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA256_Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA384_Update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_Data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_End.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_File.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_FileChunk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_Final.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_Init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_Transform.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SHA512_Update.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SIMPLEQ.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_CONCAT.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SIMPLEQ_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_FIRST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_FOREACH.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SIMPLEQ_FOREACH_SAFE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SIMPLEQ_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_HEAD_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_INSERT_AFTER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_INSERT_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_INSERT_TAIL.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SIMPLEQ_LAST.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SIMPLEQ_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SIMPLEQ_REMOVE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SIMPLEQ_REMOVE_AFTER.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SIMPLEQ_REMOVE_HEAD.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SLIST.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SLIST_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_FIRST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_FOREACH.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SLIST_FOREACH_SAFE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SLIST_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_HEAD_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_INSERT_AFTER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_INSERT_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SLIST_REMOVE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/SLIST_REMOVE_AFTER.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/SLIST_REMOVE_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SMIME_read_PKCS7.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SMIME_write_PKCS7.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SPLAY_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_FIND.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_FOREACH.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_GENERATE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_INSERT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_LEFT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_MAX.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_MIN.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_PROTOTYPE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_REMOVE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_RIGHT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SPLAY_ROOT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/SSL_CIPHER_get_name.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_COMP_add_compression_method.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_add_extra_chain_cert.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_add_session.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_ctrl.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_flush_sessions.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_free.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_get_verify_mode.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_load_verify_locations.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_sess_number.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_sess_set_cache_size.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_sess_set_get_cb.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_sessions.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_cert_store.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_cert_verify_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_cipher_list.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_client_CA_list.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_client_cert_cb.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_default_passwd_cb.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_generate_session_id.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_info_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_max_cert_list.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_mode.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_msg_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_options.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_quiet_shutdown.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_session_cache_mode.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_session_id_context.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_ssl_version.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_timeout.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_tmp_dh_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_tmp_rsa_callback.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_set_verify.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_CTX_use_certificate.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_SESSION_free.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_SESSION_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_SESSION_get_time.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_accept.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_alert_type_string.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_clear.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_connect.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_do_handshake.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_free.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_SSL_CTX.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_ciphers.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_client_CA_list.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_current_cipher.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_default_timeout.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_error.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_ex_data_X509_STORE_CTX_idx.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_fd.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_peer_cert_chain.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_peer_certificate.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_rbio.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_session.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_verify_result.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_get_version.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_library_init.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_load_client_CA_file.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_pending.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_read.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_rstate_string.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_session_reused.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_bio.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_connect_state.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_fd.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_session.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_shutdown.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_set_verify_result.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_shutdown.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_state_string.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_want.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/SSL_write.html comp-c-htmlman crypto,html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/STAILQ.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_CONCAT.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/STAILQ_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_FIRST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_FOREACH.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/STAILQ_FOREACH_SAFE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/STAILQ_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_HEAD_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_INSERT_AFTER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_INSERT_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_INSERT_TAIL.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/STAILQ_LAST.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/STAILQ_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_REMOVE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/STAILQ_REMOVE_HEAD.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/TAILQ.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_CONCAT.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/TAILQ_EMPTY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_ENTRY.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_FIRST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_FOREACH.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_FOREACH_REVERSE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/TAILQ_FOREACH_REVERSE_SAFE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_FOREACH_SAFE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/TAILQ_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_HEAD_INITIALIZER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_INIT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_INSERT_AFTER.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_INSERT_BEFORE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_INSERT_HEAD.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_INSERT_TAIL.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_LAST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_NEXT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_PREV.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TAILQ_REMOVE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/TAILQ_REPLACE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/TIMESPEC_TO_TIMEVAL.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/TIMEVAL_TO_TIMESPEC.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/Tspi_ChangeAuth.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_ChangeAuthAsym.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_Close.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_CloseObject.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_Connect.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_Create.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_CreateObject.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_FreeMemory.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetCapability.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetDefaultPolicy.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetKeyByPublicInfo.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetKeyByUUID.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetRegisteredKeysByUUID.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetRegisteredKeysByUUID2.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_GetTpmObject.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_LoadKeyByBlob.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_LoadKeyByUUID.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_RegisterKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Context_UnregisterKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_IssueCredential.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_IssueInit.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_IssueSetup.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_IssuerKeyVerification.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_VerifyInit.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DAA_VerifySignature.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Data_Bind.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Data_Seal.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Data_Unbind.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Data_Unseal.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_DecodeBER_TssBlob.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_EncodeDER_TssBlob.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_GetAttribData.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_GetAttribUint32.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_GetPolicyObject.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Hash_GetHashValue.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Hash_SetHashValue.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Hash_Sign.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Hash_UpdateHashValue.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Hash_VerifySignature.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_CertifyKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_ConvertMigrationBlob.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_CreateKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_CreateMigrationBlob.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_GetPubKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_LoadKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_UnloadKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Key_WrapKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_PcrComposite_GetPcrValue.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_PcrComposite_SelectPcrIndex.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_PcrComposite_SetPcrValue.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Policy_AssignToObject.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Policy_FlushSecret.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_Policy_SetSecret.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_SetAttribData.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_SetAttribUint32.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_AuthorizeMigrationTicket.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CMKSetRestrictions.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CertifySelfTest.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CheckMaintenancePubKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_ClearOwner.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CollateIdentityRequest.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CreateEndorsementKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_CreateMaintenanceArchive.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DAA_JoinCreateDaaPubKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DAA_JoinInit.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DAA_JoinStoreCredential.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DAA_Sign.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DirRead.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_DirWrite.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetAuditDigest.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetCapability.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetEvent.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetEventLog.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetEvents.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetPubEndorsementKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetRandom.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetStatus.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_GetTestResult.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_KillMaintenanceFeature.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_LoadMaintenancePubKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_OwnerGetSRKPubKey.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_PcrExtend.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_PcrRead.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_Quote.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_SelfTestFull.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_SetStatus.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_StirRandom.html comp-c-htmlman tpm,html
|
|
|
|
./usr/share/man/html3/Tspi_TPM_TakeOwnership.html comp-c-htmlman tpm,html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/X509_NAME_ENTRY_get_object.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_NAME_add_entry_by_txt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_NAME_get_index_by_NID.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_NAME_print_ex.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_STORE_CTX_get_error.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_STORE_CTX_get_ex_new_index.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_STORE_CTX_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_STORE_CTX_set_verify_cb.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_STORE_set_verify_cb_func.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_VERIFY_PARAM_set_flags.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_new.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/X509_verify_cert.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/_DIAGASSERT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BIT.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/__BITMAP_CLR.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BITMAP_ISSET.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BITMAP_SET.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BITMAP_SIZE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BITMAP_TYPE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__BITMAP_ZERO.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/__BITS.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__CONCAT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__KERNEL_RCSID.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__RCSID.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__SHIFTIN.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__SHIFTOUT.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__SHIFTOUT_MASK.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__STRING.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__UNCONST.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__UNVOLATILE.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/__USE.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/__aligned.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__alignof__.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__arraycount.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_constant_p.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_frame_address.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_object_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_prefetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_return_address.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__builtin_types_compatible_p.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__cacheline_aligned.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__constfunc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__dead.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/__debugused.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__diagused.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/__insn_barrier.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__noinline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__packed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__predict_false.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__predict_true.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__pure.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__read_mostly.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__section.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__svc_getcallercreds.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__unused.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/__used.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/_longjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/_lwp_makecontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/_setjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/a64l.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/abort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/abs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/acos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/acosf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/acosh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/acoshf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/addstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/affinity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_cancel.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_fsync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_return.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_suspend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/aio_write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/alarm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/alloca.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/allocaddrinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/alphasort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/arc4random.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_clear_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_compression.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_compression_name.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_copy_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_add_entry.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_add_entry_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_next.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_next_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_reset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_acl_text_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_atime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_atime_nsec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_clone.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_fflags_text.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_fflags_text_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_gname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_gname_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_hardlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_hardlink_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_link_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_pathname_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_sourcepath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_stat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_symlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_symlink_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_uname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_copy_uname_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_dev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_devmajor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_devminor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_fflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_fflags_text.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_filetype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_gid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_gname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_gname_w.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_entry_hardlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_ino.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_mtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_mtime_nsec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_nlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_pathname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_pathname_w.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_rdev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_rdevmajor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_rdevminor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_atime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_ctime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_dev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_devmajor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_devminor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_fflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_filetype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_gid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_gname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_hardlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_mtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_nlink.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_entry_set_pathname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_rdev.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_entry_set_rdevmajor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_rdevminor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_symlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_uid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_set_uname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_sourcepath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_stat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_symlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_uid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_uname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_entry_uname_w.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_errno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_error_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_file_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_format.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_format_name.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_data_block.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_data_into_buffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_data_into_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_data_skip.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_gname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_entry_from_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_gname_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_standard_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_symlink_hybrid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_symlink_logical.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_symlink_physical.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_set_uname_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_disk_uname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_extract.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_extract2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_extract_set_progress_callback.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_extract_set_skip_file.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_read_finish.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_next_header.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_next_header2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open_FILE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open_filename.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_open_memory.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_set_filter_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_set_format_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_set_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_all.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_bzip2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_compress.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_gzip.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_lzma.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_none.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_program.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_program_signature.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_compression_xz.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_all.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_ar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_cpio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_empty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_iso9660.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_mtree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_raw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_tar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_read_support_format_zip.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_set_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_util.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_set_group_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_set_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_set_skip_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_set_standard_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_disk_set_user_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_finish.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_finish_entry.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_get_bytes_in_last_block.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_write_get_bytes_per_block.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_header.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_open_FILE.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_open_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_open_file.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/archive_write_open_filename.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_open_memory.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_bytes_in_last_block.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_bytes_per_block.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_callbacks.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compression_bzip2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compression_compress.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compression_gzip.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compression_none.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compression_program.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_compressor_options.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_cpio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_pax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_pax_restricted.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_shar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_shar_binary.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/archive_write_set_format_ustar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asctime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asctime_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asinf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asinh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asinhf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/asprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/assert.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/assume_default_colors.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/at_quick_exit.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/atan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atan2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atan2f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atanh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atanhf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atexit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atf-c++-api.html comp-atf-htmlman html,atf
|
|
|
|
./usr/share/man/html3/atf-c-api.html comp-atf-htmlman html,atf
|
|
|
|
./usr/share/man/html3/atf-sh-api.html comp-atf-htmlman html,atf
|
|
|
|
./usr/share/man/html3/atof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atoi.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_32_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_64_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_int.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_int_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_long.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_long_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_add_ptr_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_32_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_64_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_uint_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_and_ulong_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_32_ni.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_64_ni.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_ptr_ni.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_uint_ni.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_cas_ulong_ni.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_32_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_64_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_ptr_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_uint_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_dec_ulong_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_32_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_64_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_ptr_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_uint_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_inc_ulong_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_ops.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_32_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_64_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_uint_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_or_ulong_nv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap_32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap_64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/atomic_swap_ulong.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attr_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attr_off.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attr_on.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attr_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attribute.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attroff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attron.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/attrset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/auth_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/authnone_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/authsys_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/authsys_create_default.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/authunix_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/authunix_create_default.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/backtrace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/backtrace_symbols.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/backtrace_symbols_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/backtrace_symbols_fd_fmt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/backtrace_symbols_fmt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/basename.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bcmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bcopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/beep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ber_alloc_t.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvarray_add.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvarray_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvdup.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvecadd.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvecfree.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvfree.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvstr.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_bvstrdup.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_dupbv.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_first_element.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_flush.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_bitstring.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_boolean.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_enum.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_int.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_next.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_null.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_stringa.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_get_stringb.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_next_element.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_peek_tag.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_printf.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_enum.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_int.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_null.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_ostring.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_seq.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_set.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_put_string.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_scanf.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_skip_tag.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_start_set.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ber_str2bv.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/bind_textdomain_codeset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bindresvport.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bindresvport_sa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bindtextdomain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_alloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_decl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_ffc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_ffs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_nclear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_nset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bit_test.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/bitmap.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/bitops.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bits.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bitstr_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bitstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bkgd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bkgdset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bluetooth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bm_comp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bm_exec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bm_free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/border.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/box.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bsearch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bswap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bswap16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bswap32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bswap64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_aton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_dev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devenum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_evt_clr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_evt_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_evt_tst.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_pkt_clr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_pkt_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devfilter_pkt_tst.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devinquiry.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devrecv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devreq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_devsend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_endhostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_endprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_gethostbyaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_gethostbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_gethostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_getprotobyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_getprotobynumber.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_getprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_ntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_sethostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bt_setprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/btowc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/btree.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/bufferevent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bufferevent_base_set.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_disable.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_enable.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_free.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_new.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_read.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_settimeout.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_ssl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bufferevent_write.html comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/html3/bufferevent_write_buffer.html comp-c-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/byteorder.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/bzero.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cabs.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cabsf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cacos.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cacosf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cacosh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cacoshf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/calloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/callrpc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/can_change_color.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/carg.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cargf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/casin.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/casinf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/casinh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/casinhf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/catan.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/catanf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/catanh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/catanhf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/catclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/catgets.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/catopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cbreak.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cbrt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cbrtf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/cbrtl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/ccos.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ccosf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ccosh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ccoshf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cdbr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbr_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbr_entries.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbr_find.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbr_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbr_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_output.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_put.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_put_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdbw_put_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cdefs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ceil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ceilf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/ceill.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/cexp.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cexpf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cfgetispeed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cfgetospeed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cfmakeraw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cfsetispeed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cfsetospeed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cfsetspeed.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetcap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetfirst.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetmatch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetnext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cgetustr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/chgat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cimag.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cimagf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cimagl.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clearerr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clearok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_broadcast.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_call.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_control.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_create_vers.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_dg_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_freeres.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_geterr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_pcreateerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_perrno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_perror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_raw_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_spcreateerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_sperrno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_sperror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_tli_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_tp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnt_vc_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clntraw_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clnttcp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clntudp_bufcreate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clntudp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clog.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/clogf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/closedir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/closefrom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/closelog.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/closelog_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clrtobot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/clrtoeol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/color_content.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/color_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/com_err.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/com_err_va.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/confstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/conj.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/conjf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/conjl.html comp-c-htmlman complex,html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/consttime_bcmp.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/consttime_memequal.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/copysign.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/copysignf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/copysignl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/copywin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cosf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cosh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/coshf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpow.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cpowf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cproj.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cprojf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cprojl.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/cpuset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_clr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_isset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpuset_zero.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cpxattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/creal.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/crealf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/creall.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/creat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/crypt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/crypto.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/csin.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/csinf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/csinh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/csinhf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/csqrt.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/csqrtf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ctan.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ctanf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ctanh.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ctanhf.html comp-c-htmlman complex,html
|
|
|
|
./usr/share/man/html3/ctermid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ctime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ctime_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ctime_rz.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ctype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/current_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/current_item.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curs_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_addch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_addchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_addstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_attributes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_background.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_border.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_chgat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_color.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_cursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_default_colors.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_delch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_deleteln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_echochar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_fileio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_inch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_input.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_insdelln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_insertch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_insertln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_keyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_line.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_pad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_print.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_refresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_scanw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_screen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_scroll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_standout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_termcap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_touch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_tty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_underscore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/curses_window.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/cuserid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/d2i_ASN1_OBJECT.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_DHparams.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_DSAPublicKey.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_PKCS8PrivateKey.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_RSAPublicKey.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_SSL_SESSION.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509_ALGOR.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509_CRL.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509_NAME.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509_REQ.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/d2i_X509_SIG.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/daemon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/data_ahead.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/data_behind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/daylight.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/db.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_clearerr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_delete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_dirfno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_fetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_firstkey.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_nextkey.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbm_store.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dbopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dcgettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dcngettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/def_prog_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/def_shell_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/define_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dehumanize_number.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/del_curterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/delay_output.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/delch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/deleteln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/delscreen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/delwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/derwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/des.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_cbc_cksum.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_cfb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_cfb_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_crypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ecb2_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ecb3_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ecb_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede2_cbc_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede2_cfb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede2_ofb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede3_cbc_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede3_cbcm_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede3_cfb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ede3_ofb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_enc_read.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_enc_write.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_fcrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_is_weak_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_key_sched.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ncbc_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ofb64_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_ofb_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_pcbc_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_quad_cksum.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_random_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_read_2passwords.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_read_password.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_read_pw_string.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_set_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_set_key_checked.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_set_key_unchecked.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_set_odd_parity.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_string_to_2keys.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_string_to_key.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/des_xcbc_encrypt.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/devname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dgettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/difftime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/directory.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dirent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dirfd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dirname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/disklabel_dkcksum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/disklabel_scan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/div.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dl_iterate_phdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dladdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlfcn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlsym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dlvsym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dn_comp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dn_expand.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dngettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/doupdate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/drand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dup_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dupwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/dynamic_field_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/easprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ecalloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/echo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/echochar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/edata.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/editline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/efopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/efun.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_deletestr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_getc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_gets.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_insertstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_line.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_parse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_push.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_reset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_resize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/el_source.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_checksum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_fsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_getehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_getphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_getshdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_newehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_newphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_xlatetof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf32_xlatetom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_checksum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_fsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_getehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_getphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_getshdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_newehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_newphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_xlatetof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf64_xlatetom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_begin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_cntl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_errmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_errno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_fill.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagdata.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagelf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagscn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_flagshdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getarhdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getarsym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getbase.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getdata.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getident.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getphnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getscn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getshnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_getshstrndx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_hash.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_kind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_memory.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_ndxscn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_newdata.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_newscn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_next.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_nextscn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_rand.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_rawdata.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_rawfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_setshstrndx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_strptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/elf_version.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/emalloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/encrypt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endfsent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endhostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endnetconfig.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endnetent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endnetgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endnetpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endpwent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endrpcent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endservent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endttyent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endusershell.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endutxent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/endwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erase.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erasechar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erealloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erfc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erfcf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/erff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/err.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/error_message.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/error_table_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/errx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/esetfunc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/estrdup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/estrlcat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/estrlcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/estrndup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/etext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ether_aton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ether_hostton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ether_line.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ether_ntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ether_ntohost.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ethers.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evasprintf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/evbuffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evbuffer_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_add_buffer.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_add_printf.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_add_vprintf.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_cb_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evbuffer_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evbuffer_drain.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_find.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_iovec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evbuffer_new.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_ptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evbuffer_read.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_readline.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evbuffer_write.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdeprecated.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evdns.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evdns_clear_nameservers_and_suspend.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evdns_count_nameservers.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_err_to_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_init.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_nameserver_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_nameserver_ip_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_resolv_conf_parse.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_resolve_ipv4.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_resolve_reverse.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_resume.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_search_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_search_clear.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_search_ndots_set.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_set_log_fn.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evdns_shutdown.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/event_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/event_base_dispatch.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_loop.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_loopbreak.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_loopexit.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_once.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_base_set.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/event_config.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/event_del.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_dispatch.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_init.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_initialized.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_loop.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_loopbreak.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_loopexit.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_once.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_pending.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/event_set.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evhttp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evhttp_bind_socket.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evhttp_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evhttp_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evhttp_new.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evrpc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evrpc_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evtag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evtag_compat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evthread.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evthread_condition_callbacks.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evthread_lock_callbacks.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evtimer_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evtimer_del.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evtimer_initialized.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evtimer_pending.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evtimer_set.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/evutil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/evutil_addrinfo.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/exec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/execl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/execle.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/execlp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/exect.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/execv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/execvp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/exp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/exp2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/exp2f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/expf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/explicit_bzero.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/explicit_memset.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/expm1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/expm1f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/extattr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/extattr_copy_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/extattr_copy_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/extattr_copy_link.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/extattr_namespace_to_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/extattr_string_to_namespace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fabs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fabsf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fast_divide32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fast_divide32_prepare.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fast_remainder32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fcpxattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fdim.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fdimf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fdiml.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fdopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fdopendir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feclearexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fedisableexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feenableexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fegetenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fegetexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fegetexceptflag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fegetround.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feholdexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feraiseexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ferror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feseteexcpetflag.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/fesetenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fesetexceptflag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fesetround.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fetestexcept.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/feupdateenv.html comp-c-html html
|
|
|
|
./usr/share/man/html3/fflush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ffs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ffs32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ffs64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetpos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgets.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetwc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetwln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fgetws.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_arg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_back.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_buffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_fore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_index.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_just.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_opts_off.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_opts_on.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_pad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_status.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_type.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/field_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fileno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/finite.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/finitef.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/flags_to_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/flash.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/flockfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/floor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/floorf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/floorl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/fls32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fls64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/flushinp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/flushok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmaxf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmaxl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmemopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fminf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fminl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmod.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmodf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/fmodl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/fmtcheck.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fmtmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fnmatch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/forkpty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_cursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_driver.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_attributes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_buffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_info.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_just.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_field_validation.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_fields.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_fieldtype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_hook.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_max_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_new_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_opts_off.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_opts_on.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_post.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_sub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/form_win.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/forms.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fp_nquery.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fp_resstat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fparseln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpclassify.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpgetmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpgetprec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpgetround.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpgetsticky.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpsetmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpsetprec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpsetround.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpsetsticky.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fpurge.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fputc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fputs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fputwc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fputws.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fread.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free_fieldtype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free_form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free_item.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/free_menu.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/freeaddrinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/freeifaddrs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/freopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/frexp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fropen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fropen2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fseek.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fseeko.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fsetpos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftell.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftello.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftrylockfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts_children.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fts_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ftw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fullname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/funlockfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/funopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/funopen2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwide.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwopen2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwrite.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/fwscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gai_strerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gamma.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gamma_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gammaf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gammaf_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_empty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_head.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_hq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_init_head.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_insert_after.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_insert_before.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_insert_head.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_insert_tail.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_linked.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_merge.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_merge_head.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_merge_tail.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_onlist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_q.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_remove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_remove_all.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_tie.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_tie_after.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gcq_tie_before.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_checksum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_fsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getcap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getclass.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getdyn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getmove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getrel.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getrela.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getshdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getsym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getsyminfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_getsymshndx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_newehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_newphdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_cap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_dyn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_ehdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_move.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_phdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_rel.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_rela.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_shdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_sym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_syminfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_update_symshndx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_xlatetof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gelf_xlatetom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/get_myaddress.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getaddrinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getattrs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getbegx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getbegy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getbkgd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getbootfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getbsize.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/getbyteorder.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/getc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getc_unlocked.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getcap.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/getch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getchar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getchar_unlocked.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getcurx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getcury.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getcwd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdate_err.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdelim.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdevmajor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdirentries.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdiskbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdiskcookedname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdiskrawname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdomainname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getdtablesize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getenv_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getfsent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getfsfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getfsspec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getfsspecname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getfstypename.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrent_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrgid_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrnam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrnam_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgrouplist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getgroupmembership.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostbyaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostbyname2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gethostname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getifaddrs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getlabeloffset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getlabelsector.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getlabelusesmbr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getlastlogx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getloadavg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmaxpartitions.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmaxx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmaxy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmaxyx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmntinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmntopts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getmode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnameinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetbyaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetconfig.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetconfigent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnetpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getopt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getopt_long.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpagesize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getparx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpary.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getparyx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpass.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpass_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpassfd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpeereid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getprogname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getprotobyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getprotobynumber.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwent_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwnam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwnam_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getpwuid_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getrawpartition.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getrpcbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getrpcbynumber.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getrpcent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getrpcport.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gets.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getservbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getservbyport.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getservent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getskeyprompt.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/getstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getsubopt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gettmode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getttyent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getttynam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getusershell.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getutmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getutmpx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getutxent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getutxid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getutxline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getwc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getwchar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getwd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/getyx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gid_from_group.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/glob.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/glob_pattern_p.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/globfree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gmtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gmtime_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/grantpt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/group_from_gid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/gss_accept_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_acquire_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_add_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_add_oid_set_member.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_canonicalize_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_compare_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_context_time.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_create_empty_oid_set.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_delete_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_display_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_display_status.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_duplicate_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_export_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_export_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_get_mic.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_import_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_import_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_indicate_mechs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_init_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_inquire_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_inquire_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_inquire_cred_by_mech.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_inquire_mechs_for_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_inquire_names_for_mech.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_ccache_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_compat_des3_mic.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_copy_ccache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_get_tkt_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_import_ccache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_krb5_import_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_process_context_token.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_release_buffer.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_release_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_release_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_release_oid_set.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_seal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_sign.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_test_oid_set_member.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_unseal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_unwrap.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_verify.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_verify_mic.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_wrap.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gss_wrap_size_limit.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gssapi.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gsskrb5_extract_authz_data_from_sec_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gsskrb5_register_acceptor_identity.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/gtty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/halfdelay.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/has_colors.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/has_ic.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/has_il.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hash.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hcreate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hcreate_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hdestroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hdestroy_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/heapsort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/herror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hesiod.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hesiod_end.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hesiod_free_list.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hesiod_init.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hesiod_resolve.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hesiod_to_bind.html comp-c-htmlman hesiod,html
|
|
|
|
./usr/share/man/html3/hid_dispose_report_desc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_end_parse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_get_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_get_item.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_get_report_desc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_locate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_report_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_set_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_start_parse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_usage_in_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hid_usage_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/history.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/history_end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/history_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hostalias.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hosts_access.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hosts_ctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hsearch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hsearch_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hstrerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/htonl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/htons.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/humanize_number.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hypot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/hypotf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iconv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iconv_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iconv_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/idcok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/idlok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ieee.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/ieee_test.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/if_freenameindex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/if_indextoname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/if_nameindex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/if_nametoindex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ilog2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ilogb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ilogbf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ilogbl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/imaxabs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/imaxdiv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/index.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/inet6_getscopeid.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/inet6_opt_append.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_find.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_finish.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_get_val.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_next.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_opt_set_val.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_alloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_append.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_find.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_next.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_option_space.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/inet6_putscopeid.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/inet6_rth_add.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rth_getaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rth_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rth_reverse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rth_segments.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rth_space.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_add.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_getaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_getflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_lasthop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_reverse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_segments.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet6_rthdr_space.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_addr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_aton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_lnaof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_makeaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_net.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_net_ntop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_net_pton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_netof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_network.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_ntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_ntop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inet_pton.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/init_color.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/init_error_table.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/init_pair.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/initgroups.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/initscr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/initstate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/innetgr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/innstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/insch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/insdelln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/insertln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/insque.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/instr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/intrflush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/intro.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/inttypes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ipsec_dump_policy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ipsec_get_policylen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ipsec_set_policy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ipsec_strerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iruserok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iruserok_sa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/is_linetouched.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/is_wintouched.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isalnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isalpha.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isascii.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isatty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isblank.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iscntrl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isdigit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isendwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isfinite.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isgraph.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isgreater.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isinf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isinff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/islower.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isnan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isnanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isnormal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isns.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isns.html comp-isns-htmlman .html
|
|
|
|
./usr/share/man/html3/iso646.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/iso_addr.html comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/isprint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ispunct.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isspace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isupper.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswalnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswalpha.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswblank.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswcntrl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswctype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswdigit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswgraph.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswlower.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswprint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswpunct.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswspace.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswupper.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/iswxdigit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/isxdigit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_description.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_index.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_name.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_opts_off.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_opts_on.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_selected.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_value.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/item_visible.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/itimerspec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/itimerval.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/j0.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/j0f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/j1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/j1f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/jemalloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/jn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/jnf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/jrand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kadm5_pwcheck.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/kafs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/keyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/keypad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/killchar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/killpg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/krb5.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb524_convert_creds_kdc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb524_convert_creds_kdc_ccache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_425_conv_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_425_conv_principal_ext.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_524_conv_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_abort.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_abortx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_acl_match_file.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_acl_match_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_add_et_list.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_add_extra_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_add_ignore_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_addlog_dest.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_addlog_func.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_addr2sockaddr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_address_compare.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_address_order.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_address_search.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_addresses.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_aname_to_localname.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_anyaddr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_appdefault.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_appdefault_boolean.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_appdefault_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_appdefault_time.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_append_addresses.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_auth_con_addflags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_genaddrs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_generatelocalsubkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getaddrs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getauthenticator.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getflags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getlocalsubkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getrcache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getremotesubkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_getuserkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_init.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_initivector.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_removeflags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setaddrs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setaddrs_from_fd.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setflags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setivector.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setlocalsubkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setrcache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setremotesubkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_con_setuserkey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_getcksumtype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_getkeytype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_getlocalseqnumber.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_getremoteseqnumber.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_setcksumtype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_setkeytype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_setlocalseqnumber.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_auth_setremoteseqnumber.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_build_ap_req.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_build_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_build_principal_ext.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_build_principal_va.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_build_principal_va_ext.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_block_size.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_checksum_length.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_decrypt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_encrypt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_encrypt_length.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_enctype_compare.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_get_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_is_coll_proof_cksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_is_keyed_cksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_keylength.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_make_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_make_random_key.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_set_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_valid_cksumtype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_valid_enctype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_c_verify_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_cc_clear_mcred.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_close.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_copy_cache.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_cursor.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_default_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_destroy.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_end_seq_get.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_gen_new.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_full_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_prefix_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_principal.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_type.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_get_version.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_initialize.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_new_unique.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_next_cred.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_next_cred_match.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_register.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_remove_cred.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_resolve.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_retrieve_cred.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_set_default_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_set_flags.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_start_seq_get.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_cc_store_cred.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ccache.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_change_password.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_check_transited.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_check_transited_realms.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_checksum_disable.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_checksum_is_collision_proof.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_checksum_is_keyed.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_checksumsize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_cksumtype_valid.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_clear_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_closelog.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_compare_creds.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_file_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_free_strings.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_bool.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_bool_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_int.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_int_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_list.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_next.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_string_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_strings.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_time.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_get_time_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_parse_file.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_parse_file_multi.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_bool.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_bool_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_int.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_int_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_list.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_next.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_string_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_strings.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_time.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_config_vget_time_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_copy_addresses.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_copy_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_creds_contents.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_copy_host_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_copy_keyblock_contents.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_copy_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_copy_ticket.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_create_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_destroy.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_crypto_get_checksum_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_getblocksize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_getconfoundersize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_getenctype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_getpadsize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_crypto_init.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_crypto_overhead.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_alloc.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_cmp.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_copy.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_realloc.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_data_zero.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_decrypt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_decrypt_EncryptedData.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_decrypt_ivec.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_decrypt_ticket.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_alloc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_a1_hash.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_client_binding.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_identifier.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_opaque.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_responseData.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_rsp.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_server_nonce.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_get_tickets.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_init_request.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_request.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_authentication_user.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_authid.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_client_nonce.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_digest.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_hostname.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_identifier.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_method.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_nonceCount.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_opaque.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_qop.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_server_cb.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_server_nonce.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_uri.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_digest_set_username.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_domain_x500_decode.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_domain_x500_encode.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_eai_to_heim_errno.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_encrypt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_encrypt_EncryptedData.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_encrypt_ivec.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_enctype_disable.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_enctype_keysize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_enctype_to_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_enctype_valid.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_err.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_error_from_rd_error.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_errx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_expand_hostname.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_expand_hostname_realms.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_fcc_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_find_padata.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_format_time.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_addresses.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_authenticator.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_checksum_contents.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_config_files.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_cred_contents.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_data_contents.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_error.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_error_contents.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_host_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_kdc_rep.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_keyblock_contents.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_free_krbhst.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_salt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_free_ticket.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_fwd_tgt_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_generate_random_block.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_generate_random_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_generate_subkey.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_generate_subkey_extended.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_get_all_client_addrs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_all_server_addrs.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_cred_from_kdc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_cred_from_kdc_opt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_credentials.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_credentials_with_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_add_options.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_alloc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_set_enctype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_set_impersonate.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_set_options.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_creds_opt_set_ticket.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_default_config_files.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_default_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_default_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_default_realms.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_dns_canonize_hostname.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_err_text.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_get_error_message.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_get_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_get_extra_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_fcache_version.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_forwarded_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_host_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_ignore_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_in_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_in_tkt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_in_tkt_with_keytab.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_in_tkt_with_password.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_in_tkt_with_skey.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_keytab.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_alloc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_init.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_address_list.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_addressless.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_anonymous.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_canonicalize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_default_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_etype_list.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_forwardable.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_pa_password.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_paq_request.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_preauth_list.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_proxiable.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_renew_life.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_salt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_tkt_life.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_opt_set_win2k.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_init_creds_password.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_kdc_cred.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_kdc_sec_offset.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_krb524hst.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_krb_admin_hst.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_krb_changepw_hst.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_krbhst.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_max_time_skew.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_pw_salt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_renewed_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_server_rcache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_use_admin_kdc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_get_warn_dest.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_get_wrapped_length.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_getportbyname.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_h_addr2addr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_h_addr2sockaddr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_h_errno_to_heim_errno.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_have_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_hmac.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_init_context.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_init_ets.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_initlog.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_is_thread_safe.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_keyblock_get_enctype.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_keyblock_init.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_keyblock_zero.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_keytab.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_keytab_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_krbhst_format_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_get_addrinfo.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_init.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_init_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_next.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_next_as_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_krbhst_reset.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_kt_add_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_close.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_compare.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_copy_entry_contents.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_cursor.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_default.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_default_modify_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_default_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_end_seq_get.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_free_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_get_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_get_name.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_get_type.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_next_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_read_service_key.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_register.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_remove_entry.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_resolve.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kt_start_seq_get.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_kuserok.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_log.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_log_msg.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_make_addrport.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_make_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_max_sockaddr_size.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_mcc_ops.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_mk_priv.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_rep.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_rep_exact.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_rep_extended.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_req.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_req_exact.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_req_extended.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_mk_safe.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_openlog.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_padata_add.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_parse.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_parse_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_parse_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_parse_name_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_parse_nametype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_passwd_result_to_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_password_key_proc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_prepend_config_files.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_prepend_config_files_default.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_princ_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_princ_set_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_compare.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_compare_any_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_get_comp_string.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_get_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_get_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_match.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_principal_set_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_print_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_prompt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_prompter_posix.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_random_to_key.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_rc_close.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_default.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_default_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_default_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_destroy.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_expunge.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_get_lifespan.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_get_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_get_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_initialize.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_recover.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_resolve.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_resolve_full.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_resolve_type.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rc_store.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rcache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_error.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_priv.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_rep.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_req.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_req_with_keyblock.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_rd_safe.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_realm_compare.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_ret_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_addrs.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_authdata.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_creds.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_int16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_int32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_int8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_principal.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_stringnl.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_stringz.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_times.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_uint16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_uint32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ret_uint8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_set_config_files.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_default_realm.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_dns_canonize_hostname.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_set_extra_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_fcache_version.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_ignore_addresses.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_max_time_skew.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_password.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_password_using_ccache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_real_time.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_use_admin_kdc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_set_warn_dest.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_sname_to_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_sock_to_principal.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_sockaddr2address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_sockaddr2port.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_sockaddr_uninteresting.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_clear_flags.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_emem.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_free.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_from_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_from_fd.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_from_mem.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_get_byteorder.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_is_flags.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_read.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_seek.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_set_byteorder.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_set_eof_code.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_set_flags.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_to_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_storage_write.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_address.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_addrs.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_authdata.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_creds.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_data.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_int16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_int32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_int8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_keyblock.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_principal.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_stringnl.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_stringz.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_times.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_uint16.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_uint32.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_store_uint8.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_string_to_deltat.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_enctype.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key_data.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key_data_salt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key_data_salt_opaque.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key_salt.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_string_to_key_salt_opaque.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_ticket.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ticket_get_authorization_data_type.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ticket_get_client.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ticket_get_endtime.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_ticket_get_server.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_timeofday.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name_fixed.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name_fixed_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name_fixed_short.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_unparse_name_short.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_us_timeofday.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_vabort.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_vabortx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_verify_ap_req.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_checksum.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_init_creds.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_init_creds_opt_init.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_init_creds_opt_set_ap_req_nofail.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_alloc.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_free.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_init.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_set_ccache.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_set_flags.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_set_keytab.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_set_secure.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_opt_set_service.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_user.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_user_lrealm.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verify_user_opt.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_verr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_verrx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_vlog.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_vlog_msg.html comp-krb5c-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/krb5_vset_error_string.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_vwarn.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_vwarnx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_warn.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/krb5_warnx.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/kvm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_dump.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_dump_inval.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_dump_mkheader.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_dump_wrtheader.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getargv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getargv2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getenvv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getenvv2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_geterr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getfiles.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getkernelname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getloadavg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getlwps.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getproc2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_getprocs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_nlist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_openfiles.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/kvm_write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/l64a.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/l64a_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/labs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lber-decode.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/lber-encode.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/lber-memory.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/lber-sockbuf.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/lber-types.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/lcong48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lcpxattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ld_errno.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_abandon.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_abandon_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_add.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_add_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_add_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_add_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_attributetype2name.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_attributetype2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_attributetype_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_bind.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_bind_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_compare.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_compare_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_compare_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_compare_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_count_entries.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_count_messages.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_count_references.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_count_values.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_count_values_len.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_dcedn2dn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_delete.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_delete_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_delete_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_delete_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_dn2ad_canonical.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_dn2dcedn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_dn2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_dn2ufn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_err2string.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_errlist.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_error.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_explode_dn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_explode_rdn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_first_attribute.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_first_entry.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_first_message.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_first_reference.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_free_urldesc.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_get_dn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_get_values.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_get_values_len.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_init.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_is_ldap_url.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_kerberos_bind1.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_kerberos_bind1_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_kerberos_bind2.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_kerberos_bind2_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_kerberos_bind_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_matchingrule2name.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_matchingrule2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_matchingrule_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modify.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modify_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modify_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modify_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modrdn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modrdn2.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modrdn2_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_modrdn_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_mods_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_msgfree.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_msgid.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_msgtype.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_next_attribute.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_next_entry.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_next_message.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_next_reference.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_objectclass2name.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_objectclass2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_objectclass_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_open.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_parse_extended_result.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_parse_reference.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_parse_result.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_parse_sasl_bind_result.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_perror.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_result.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_result2error.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sasl_bind.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sasl_bind_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_schema.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_scherr2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_search.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_search_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_search_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_search_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_search_st.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_simple_bind.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_simple_bind_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sort.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sort_entries.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sort_strcasecmp.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_sort_values.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_str2attributetype.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_str2dn.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_str2matchingrule.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_str2objectclass.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_str2syntax.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_syntax2name.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_syntax2str.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_syntax_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_unbind.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_unbind_ext.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_unbind_ext_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_unbind_s.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_url.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_url_parse.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_value_free.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldap_value_free_len.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html3/ldexp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ldiv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/leaveok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lfind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lgamma.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lgamma_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lgammaf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lgammaf_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lh_stats.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/libarchive.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libarchive_internals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libiscsi.html comp-c-htmlman iscsi,html
|
|
|
|
./usr/share/man/html3/libmagic.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libmj.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/libnetpgp.html comp-c-htmlman crypto,html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/libnetpgpverify.html comp-c-htmlman crypto,html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/libperfuse.html comp-perfuse-htmlman html
|
|
|
|
./usr/share/man/html3/libquota.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libradius.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libsaslc.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/libusbhid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/libutil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/limits.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/link_addr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/link_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/link_fieldtype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/link_ntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/linkaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/linkntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lio_listio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/llabs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lldiv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/llrint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/llrintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/localeconv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/localtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/localtime_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/localtime_rz.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lockf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log10.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log10f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log1p.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log1pf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/log2f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logbf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logbl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_cap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getcapbool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getcapnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getcapsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getcapstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getcaptime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/login_getclass.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/login_getpwclass.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/login_tty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/loginx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logoutx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logwtmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/logwtmpx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/longjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/longjmperror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/longname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lrand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lrint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lrintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/lsearch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_buffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_check.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_compile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_load.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/magic_setflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/major.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/makecontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/makedev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/malloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/man.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/mandoc.html comp-mdocml-htmlman html
|
|
|
|
./usr/share/man/html3/math.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mblen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbrlen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbrtowc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbsinit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbsrtowcs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbstowcs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mbtowc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/md2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/md4.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/md5.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mdoc.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/membar_consumer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/membar_enter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/membar_exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/membar_ops.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/membar_producer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/membar_sync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memccpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memcmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memmem.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memmove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memory.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memrchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/memset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_attributes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_back.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_cursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_driver.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_fore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_format.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_grey.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_hook.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_current.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_name.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_value.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_item_visible.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_items.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_mark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_opts_off.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/menu_opts_on.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/menu_pad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_pattern.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_post.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_sub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_unmark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menu_win.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/menus.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mergesort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/meta.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mi_vector_hash.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/minor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mkdtemp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mkstemp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mktemp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mktime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mktime_z.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/modf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/moncontrol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/monstartup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/move.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/move_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_filter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_put.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mpool_sync.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_getattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_notify.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_receive.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_send.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_setattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_timedreceive.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_timedsend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mq_unlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mqueue.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mrand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvaddch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvaddchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvaddchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvaddnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvaddstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvchgat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvcur.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvderwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvgetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvgetnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvgetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvhline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvinchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvinchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvinnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvinstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvprintw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvvline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwaddch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwaddchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwaddchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwaddnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwaddstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwchgat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwgetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwgetnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwgetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwhline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwinchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwinchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwinnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwinstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwprintw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/mvwvline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nanl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/napms.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nc_perror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nc_sperror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ndbm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/network.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_fieldtype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_item.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_menu.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/new_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/newpad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/newterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/newwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nextafter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nextafterf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nextafterl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nexttoward.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nftw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ngettext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nice.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nl_langinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nlist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nocbreak.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nodelay.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/noecho.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nonl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/noqiflush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/noraw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/notimeout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/npf.html comp-npf-htmlman html,npf
|
|
|
|
./usr/share/man/html3/nrand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nsdispatch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ntoa.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ntohl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ntohs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/nvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/offsetof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/offtime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/offtime_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/opendir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/opendisk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/openlog.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/openlog_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/openpam.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_borrow_cred.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_free_data.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_free_envlist.html comp-c-htmlman html,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/openpam_get_feature.html comp-c-htmlman html,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/openpam_get_option.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_log.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_nullconv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_readline.html comp-c-htmlman html,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/openpam_readlinev.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_readword.html comp-c-htmlman html,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/openpam_restore_cred.html comp-c-htmlman html,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/openpam_set_feature.html comp-c-htmlman html,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/openpam_set_option.html comp-c-htmlman html,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/openpam_straddch.html comp-c-htmlman html,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/openpam_subst.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpam_ttyconv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/openpgpsdk.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/openpty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/openssl_bio.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_blowfish.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_bn.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_bn_internal.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_buffer.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_des.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_dh.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_dsa.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_ecdsa.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_engine.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_err.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_evp.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_hmac.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_lhash.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_md5.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_mdc2.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_pem.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_rand.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_rc4.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_ripemd.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_rsa.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_sha.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_threads.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_ui.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_ui_compat.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/openssl_x509.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/orcmd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/orcmd_af.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ossaudio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/overlay.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/overwrite.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/p2k.html comp-puffs-htmlman html,rump
|
|
|
|
./usr/share/man/html3/p_query.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pair_content.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pam.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_acct_mgmt.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_authenticate.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_chauthtok.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_close_session.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_conv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_end.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_error.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_get_authtok.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_get_data.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_get_item.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_get_user.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_getenv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_getenvlist.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_info.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_open_session.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_prompt.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_putenv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_set_data.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_set_item.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_setcred.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_setenv.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_acct_mgmt.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_authenticate.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_chauthtok.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_close_session.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_open_session.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_sm_setcred.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_start.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_strerror.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_verror.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_vinfo.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/pam_vprompt.html comp-c-htmlman html,pam
|
|
|
|
./usr/share/man/html3/param.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/parsedate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/paths.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pause.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_activate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_breakloop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_can_set_rfmon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_compile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_datalink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_datalink_name_to_val.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_datalink_val_to_name.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump_flush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump_ftell.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_dump_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_fileno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_findalldevs.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/pcap_free_datalinks.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/pcap_freealldevs.html comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/pcap_freecode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_get_selectable_fd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_geterr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_inject.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_is_swapped.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_lib_version.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_list_datalinks.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/pcap_list_tstamp_types.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/pcap_lookupdev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_lookupnet.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_loop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_major_version.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_next_ex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_offline_filter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_open_dead.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_open_live.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_open_offline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_buffer_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_datalink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_promisc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_rfmon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_snaplen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_set_timeout.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/pcap_set_tstamp_type.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/pcap_setdirection.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_setfilter.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_setnonblock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_snapshot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_stats.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_statustostr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_strerror.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/pcap_tstamp_type_name_to_val.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcap_tstamp_type_val_to_name.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/pci.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pci_conf_print.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pci_devinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pci_findvendor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcibus_conf_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcibus_conf_write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcidev_conf_read.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pcidev_conf_write.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pechochar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/perror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pidfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pidlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmap_getmaps.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmap_getport.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmap_rmtcall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmap_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmap_unset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pmc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pnoutrefresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popcount.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popcount32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popcount64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popcountl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popcountll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/popen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pos_form_cursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pos_menu_cursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix2time.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix2time_z.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_memalign.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_openpt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn_file_actions_addclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn_file_actions_adddup2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn_file_actions_addopen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn_file_actions_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawn_file_actions_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getpgroup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getschedpolicy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getsigdefault.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_getsigmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setflags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setpgroup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setschedpolicy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setsigdefault.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnattr_setsigmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/posix_spawnp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/post_form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/post_menu.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pow.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/powf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_component_at.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_component_idx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_component_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_component_release.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_component_retain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copydel_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copydel_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copydel_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copydel_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copyset_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copyset_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copyset_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_copyset_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_delete_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_delete_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_delete_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_delete_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_get_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_get_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_get_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_get_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_idx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_length.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_lookup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_number.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_pop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_push.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_push_idx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_push_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_release.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_replace_idx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_replace_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_retain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_set_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_set_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_set_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_set_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ppath_subpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prefresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/printf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/printw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/proc_compare.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_add.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_copy_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_create_with_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_ensure_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_externalize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_externalize_to_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_externalize_to_pref.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_int16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_int32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_int8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_uint16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_uint32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_get_uint8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_internalize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_internalize_from_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_internalize_from_pref.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_iterator.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_make_immutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_recv_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_recv_syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_remove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_send_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_send_syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_int16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_int32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_int8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_uint16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_uint32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_set_uint8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_array_util.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_bool_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_bool_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_bool_true.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_create_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_create_data_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_data_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_equals_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_data_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_all_keys.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_copy_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_count.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_create_with_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_ensure_capacity.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_externalize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_externalize_to_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_externalize_to_pref.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_int16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_int32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_int8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_keysym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_uint16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_uint32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_get_uint8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_ingest.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_internalize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_internalize_from_file.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_internalize_from_pref.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_iterator.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_keysym_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_keysym_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_make_immutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_recv_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_recv_syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_remove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_remove_keysym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_send_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_send_syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_sendrecv_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_int16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_int32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_int8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_keysym.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_uint16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_uint32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_set_uint8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_dictionary_util.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_alloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_key.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_private.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_ingest_context_type.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_create_integer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_create_unsigned_integer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_equals_integer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_equals_unsigned_integer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_integer_value.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_unsigned.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_number_unsigned_integer_value.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_iterator_next.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_iterator_release.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_iterator_reset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_release.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_retain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_object_type.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_send_ioctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_send_syscall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_append.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_append_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_copy_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_create_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_create_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_cstring_nocopy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_equals.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_equals_cstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_mutable.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/prop_string_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/proplib.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pset_assign.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pset_bind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pset_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pset_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/psiginfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/psignal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_atfork.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_get_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getdetachstate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getguardsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getinheritsched.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getname_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getschedpolicy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getscope.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getstack.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getstackaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_getstacksize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setcreatesuspend_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setdetachstate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setguardsize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setinheritsched.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setname_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setschedpolicy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setscope.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setstack.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setstackaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_attr_setstacksize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrier.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrier_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrier_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrier_wait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrierattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrierattr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_barrierattr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cancel.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cleanup_pop.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cleanup_push.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_broadcast.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_signal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_timedwait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_cond_wait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_condattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_condattr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_condattr_init.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/pthread_condattr_setclock.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/pthread_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_curcpu_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_detach.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_equal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_getaffinity_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_getattr_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_getname_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_getschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_getspecific.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_join.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_key_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_key_delete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_kill.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex_lock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex_trylock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutex_unlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutexattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutexattr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutexattr_gettype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutexattr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_mutexattr_settype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_once.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_resume_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_rdlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_timedrdlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_timedwrlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_tryrdlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_trywrlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_unlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlock_wrlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlockattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlockattr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_rwlockattr_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_schedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_self.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setaffinity_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setcancelstate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setcanceltype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setname_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setschedparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_setspecific.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_sigmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin_lock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin_trylock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_spin_unlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_suspend_np.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pthread_testcancel.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ptsname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/puffs.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_cc.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_cred.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_flush.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_framebuf.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_node.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_ops.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_path.html comp-puffs-htmlman html
|
|
|
|
./usr/share/man/html3/puffs_suspend.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/putc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putc_unlocked.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putchar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putchar_unlocked.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/puts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pututxline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putwc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putwchar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/putwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_abort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_copyx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_edit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_error.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_getconf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_getprefix.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_getpwconf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_lock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_mkdb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_policy.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/pw_prompt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_scan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pw_setprefix.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pwcache.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pwcache_groupdb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/pwcache_userdb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/qabs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/qdiv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/qiflush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/qsort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/queue.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/quick_exit.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/quota_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_delete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getimplname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getmountdevice.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getmountpoint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getnumidtypes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getnumobjtypes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_getrestrictions.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_idtype_getname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_objtype_getname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_objtype_isbytes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_opencursor.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_put.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_quotaoff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quota_quotaon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_atend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_getn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_rewind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotacursor_skipidtype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/quotaval_clear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/radixsort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/raise.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/raise_default_signal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rand.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rand_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/random.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/randomid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/randomid_delete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/randomid_new.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/raw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/rb_tree_find_node.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb_tree_find_node_geq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb_tree_find_node_leq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb_tree_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb_tree_insert_node.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rb_tree_iterate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rbtree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rcmd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rcmd_af.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/re_comp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/re_exec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/readdir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/readdir_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/realloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/realpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/recno.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/refresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/refuse.html comp-refuse-htmlman html
|
|
|
|
./usr/share/man/html3/regcomp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/regerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/regex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/regexec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/regexp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/regfree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/registerrpc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remainder.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remainderf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remque.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remquo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/remquof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/request_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/request_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_findzonecut.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_getservers.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_hostalias.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_isourserver.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_mkquery.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nclose.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_ndestroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_ninit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nmkquery.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nmkupdate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nquery.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nquerydomain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nsearch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nsend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nsendsigned.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_nupdate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_ourserver_p.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_pquery.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_query.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_querydomain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_search.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_send.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_setservers.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/res_update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/reset_com_err_hook.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/reset_prog_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/reset_shell_mode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/resetty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/resizeterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/resolver.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rewind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rewinddir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rexec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rindex.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rmd160.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rmtops.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/round.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/roundf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/roundl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/rpc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_broadcast.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_broadcast_exp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_call.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_clnt_auth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_clnt_calls.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_clnt_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_createerr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_reg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_soc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_svc_calls.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_svc_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_svc_err.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_svc_reg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpc_xdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_getaddr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_getmaps.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_gettime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_rmtcall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcb_unset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rpcbind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rresvport.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rresvport_af.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/rump.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/rump_etfs.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/rump_lwproc.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/rumpclient.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/rumphijack.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/rumpuser.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/ruserok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/saslc.d.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_alloc.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_end.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_init.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_cont.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_decode.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_encode.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_end.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_getmech.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_getprop.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_init.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_setprop.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_sess_strerror.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/saslc_strerror.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/savetty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scalb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scalbf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scalbn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scalbnf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scalbnl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scale_form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scale_menu.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scandir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scanw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_get_priority_max.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_get_priority_min.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_getparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_getscheduler.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_rr_get_interval.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_setparam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_setscheduler.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sched_yield.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scrl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scroll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/scrollok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_attr2desc.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_change_service.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_data_print.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_data_size.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_data_type.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_data_valid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_error.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_get_alt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_attr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_int.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_seq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_str.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_url.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_get_uuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_match_uuid16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_open_local.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_alt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_attr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_data.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_int.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_int16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_int32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_int64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_int8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_seq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_str.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uint16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uint32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uint64.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uint8.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_url.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uuid128.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uuid16.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_put_uuid32.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_record_insert.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_record_remove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_record_update.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_register_service.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_search.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_service_attribute.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_service_search.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_service_search_attribute.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_set_alt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_set_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_set_int.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_set_seq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_set_uint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sdp_unregister_service.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/sdp_uuid2desc.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/secure_path.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/seed48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/seekdir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_close.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_getvalue.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_open.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_post.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_timedwait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_trywait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_unlink.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sem_wait.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_com_err_hook.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html3/set_current_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_current_item.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_curterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_back.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_buffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_fore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_just.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_pad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_printf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_status.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_type.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_field_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_fieldtype_arg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_fieldtype_choice.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_fields.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_sub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_form_win.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_item_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_item_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_item_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_item_value.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_max_field.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_back.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_fore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_format.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_grey.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_items.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_mark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_opts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_pad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_sub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_unmark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_userptr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_menu_win.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_new_page.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_term.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/set_top_row.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setbuf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setbuffer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setclasscontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setdisktab.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setdomainname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setfsent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setgroupent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sethostent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sethostid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sethostname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setkey.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setlinebuf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setlocale.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setlogmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setlogmask_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setmode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setnetconfig.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setnetent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setnetgrent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setnetpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setpassent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setproctitle.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setprogname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setprotoent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setpwent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setrgid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setrpcent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setruid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setscrreg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setservent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setstate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setttyent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setttyentpath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setupterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setusercontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setusershell.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setutxent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/setvbuf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sha1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sha2.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/shquote.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/shquotev.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigaddset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigblock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigdelset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigemptyset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigevent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigfillset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sighold.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigignore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/siginterrupt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigismember.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/siglongjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/signal.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/signal_add.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/signal_del.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/signal_initialized.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/signal_pending.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/signal_set.html comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/signbit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/significand.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/significandf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigpause.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigrelse.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigsetjmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigsetmask.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigsetops.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sigvec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sinf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sinh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sinhf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/skey.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_authenticate.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_get_algorithm.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_haskey.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_keyinfo.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_passcheck.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skey_set_algorithm.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skeychallenge.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skeygetnext.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skeylookup.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skeyverify.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/skeyzero.html comp-c-htmlman skey,html
|
|
|
|
./usr/share/man/html3/sl_add.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sl_find.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sl_free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sl_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sleep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/snprintb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/snprintb_m.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/snprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/snvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sockaddr_snprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sockatmark.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sqrt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sqrtf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/sqrtl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/sradixsort.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/srand.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/srand48.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/srandom.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ssl.html comp-c-htmlman crypto,html
|
|
|
|
./usr/share/man/html3/ssp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/standend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/standout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/start_color.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stat_flags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stdarg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stdbool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stddef.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stdint.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stdio.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stdlib.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stpcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stpncpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcasecmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcasestr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strcspn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strdup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strerror.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strerror_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stresep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strfmon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strftime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strftime_z.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/string_to_flags.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stringlist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strings.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strlcat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strlcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strlen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strmode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strncasecmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strncat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strncmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strncpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strndup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strnlen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strnunvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strnunvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strnvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strnvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strpbrk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strpct.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strptime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strrchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsignal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsnvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsnvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strspct.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strspn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsuftoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsuftollx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strsvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtod.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoimax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtok_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtold.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoul.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoull.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtoumax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strtouq.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strunvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strunvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strvisx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/strxfrm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/stty.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/subpad.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/subwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_auth_reg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_control.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_dg_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_dg_enablecache.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_exit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_fd_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_fds.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_fdset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_freeargs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getargs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getcaller.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getreq_common.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getreq_poll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getreqset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_getrpccaller.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_pollset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_raw_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_reg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_register.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_run.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_sendreply.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_tli_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_tp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_unreg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_unregister.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svc_vc_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_auth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_decode.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_noproc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_noprog.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_progvers.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_systemerr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcerr_weakauth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcfd_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcraw_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svctcp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcudp_bufcreate.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svcudp_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/svis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/swab.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/swapcontext.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/swapon.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/swprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/swscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sys_errlist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sys_nerr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sys_siglist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sys_signame.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysconf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysctl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysctlbyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysctlgetmibinfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysctlnametomib.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/sysexits.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/syslog.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/syslog_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/syslogp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/syslogp_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/system.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/t_freent.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_getent.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_getflag.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_getnum.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_getstr.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_goto.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_parm.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_puts.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_putws.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/t_vparm.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/tan.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tanh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tanhf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcdrain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcflow.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcflush.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcgetattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcgetpgrp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcgetsid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcsendbreak.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcsetattr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tcsetpgrp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tdelete.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/telldir.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tempnam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/termcap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/terminfo.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/termname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/textdomain.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tfind.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgamma.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgammaf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgetent.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgetflag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgetnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgmath.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tgoto.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_getflag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_getnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_getstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_putp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_puts.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_setupterm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ti_tiparm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tigetflag.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tigetnum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tigetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/time.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/time2posix.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/time2posix_z.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timegm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timelocal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timeoff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timeout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timeradd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timerclear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timercmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timerisset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timersub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/times.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespec.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespecadd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespecclear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespeccmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespecisset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timespecsub.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timeval.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/timezone.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tiparm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tmpfile.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tmpnam.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/toascii.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tok_end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tok_init.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tok_line.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tok_reset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tok_str.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tolower.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/top_row.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/touchline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/touchoverlap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/touchwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/toupper.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/towctrans.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/towlower.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/towupper.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tparm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tputs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/trunc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/truncf.html comp-c-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html3/truncl.html comp-c-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html3/tsearch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttyaction.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttylock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttymsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttyname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttyname_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttyslot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ttyunlock.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/twalk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/typeof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/types.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tzalloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tzfree.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tzgetname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tzset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/tzsetwall.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ualarm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uid_from_user.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ukfs.html comp-c-htmlman html,rump
|
|
|
|
./usr/share/man/html3/ulimit.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unctrl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/underend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/underscore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ungetc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ungetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ungetwc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unistd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unlockpt.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unpost_form.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unpost_menu.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unsetenv.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/untouchwin.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/unvis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/updlastlogx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/updwtmpx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/usbhid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/use_default_colors.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/user_from_uid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/usleep.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/util.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/utime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/utmpxname.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_compare.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_create_nil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_dec_be.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_dec_le.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_enc_be.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_enc_le.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_equal.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_from_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_hash.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_is_nil.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/uuid_to_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/va_arg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/va_copy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/va_end.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/va_start.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/valloc.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/varargs.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html3/vasprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vdprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/verr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/verrx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vfprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vfscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vfwprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vfwscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vis.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsnprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsnprintf_ss.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vswprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vswscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsyslog.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsyslog_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsyslogp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vsyslogp_r.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vwarn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vwarnx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vwprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/vwscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/waddch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/waddchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/waddchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/waddnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/waddstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/warn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/warnx.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattr_get.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattr_off.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattr_on.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattr_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattroff.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattron.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wattrset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wbkgd.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wbkgdset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wborder.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wchgat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wclear.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wclrtobot.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wclrtoeol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcolor_set.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcrtomb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscasecmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcschr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcscspn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsdup.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsftime.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcslcat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcslcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcslen.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsncasecmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsncat.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsncmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsncpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcspbrk.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsrchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsrtombs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsspn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstod.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstoimax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstok.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstol.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstold.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstoll.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstombs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstoul.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstoull.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcstoumax.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcswcs.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcswidth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcsxfrm.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wctob.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wctomb.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wctrans.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wctype.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wcwidth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wdelch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wdeleteln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wechochar.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/werase.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wgetch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wgetnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wgetstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/whline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winchnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winchstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winnstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winsch.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winsdelln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winsertln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/winstr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmemchr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmemcmp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmemcpy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmemmove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmemset.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wmove.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wnoutrefresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wordexp.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wprintf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wprintw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wrefresh.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wresize.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wscanf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wscanw.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wscrl.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wsetscrreg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wstandend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wstandout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wtimeout.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wtouchln.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wunderend.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wunderscore.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/wvline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_accepted_reply.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_array.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_authsys_parms.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_bool.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_bytes.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_callhdr.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_callmsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_char.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_destroy.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_double.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_enum.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_float.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_free.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_getpos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_inline.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_int.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_long.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_opaque.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_opaque_auth.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_pmap.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_pmaplist.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_pointer.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_reference.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_rejected_reply.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_replymsg.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_setpos.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_short.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_sizeof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_string.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_u_char.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_u_long.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_u_short.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_union.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_vector.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_void.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdr_wrapstring.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrmem_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrrec_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrrec_endofrecord.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrrec_eof.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrrec_skiprecord.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xdrstdio_create.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xprt_register.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/xprt_unregister.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/y0.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/y0f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/y1.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/y1f.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/yn.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/ynf.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html3/yp_all.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_bind.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_first.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_get_default_domain.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_master.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_match.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_next.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_order.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_setbindtries.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yp_unbind.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/ypclnt.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/yperr_string.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/ypprot_err.html comp-c-htmlman yp,html
|
|
|
|
./usr/share/man/html3/zlib.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html5/config.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/config.samples.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/cpio.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/cvs.html comp-cvs-htmlman cvs,html
|
|
|
|
./usr/share/man/html5/ldap.conf.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html5/ldif.html comp-ldap-htmlman ldap,html
|
|
|
|
./usr/share/man/html5/libarchive-formats.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/mech.html comp-krb5-htmlman kerberos,html
|
|
|
|
./usr/share/man/html5/mk.conf.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/mtree.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/ranlib.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/statvfs.html comp-util-htmlman html
|
|
|
|
./usr/share/man/html5/tar.html comp-util-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html5/tcsd.conf.html comp-tpm-htmlman tpm,html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html7/operator.html comp-c-htmlman html
|
|
|
|
./usr/share/man/html8/cvsbug.html comp-cvs-htmlman cvs,html
|
|
|
|
./usr/share/man/html8/kgmon.html comp-sysutil-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html8/tcsd.html comp-tpm-htmlman tpm,html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/BOOT_FLAG.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/CARDBUS_PRODUCT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/CARDBUS_VENDOR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/CLR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/CTASSERT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_conf_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_conf_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_free_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_function_disable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_function_enable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_make_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_mapreg_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/Cardbus_mapreg_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/DELAY.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ETHER_FIRST_MULTI.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ETHER_IS_MULTICAST.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ETHER_NEXT_MULTI.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/FILE_IS_USABLE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/FILE_SET_MATURE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/FILE_UNUSE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/FILE_USE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/FREE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/HOLDRELE.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/ISSET.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/KASSERT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/KASSERTMSG.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/KDASSERT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/KDASSERTMSG.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/KNOTE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/LWP_CACHE_CREDS.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MALLOC.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MALLOC_DECLARE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MALLOC_DEFINE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MALLOC_DEFINE_LIMIT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MCHTYPE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MCLGET.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MEXTADD.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MEXTMALLOC.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MFREE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MGET.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MGETHDR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/MH_ALIGN.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_ALIGN.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_COPY_PKTHDR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_LEADINGSPACE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_MOVE_PKTHDR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_PREPEND.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/M_TRAILINGSPACE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/NDINIT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/PCI_PRODUCT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/PCI_REVISION.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/PCI_VENDOR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/PMC_ENABLED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/RUN_ONCE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/SET.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK_ALIGN.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK_ALLOC.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK_GROW.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK_MAX.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/STACK_SHRINK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/TC_DENSE_TO_SPARSE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/TC_PHYS_TO_UNCACHED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VATTR_NULL.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/VFS_CHECKEXP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_FHTOVP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_MOUNT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_QUOTACTL.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_ROOT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_SNAPSHOT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_START.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_STATVFS.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_SUSPENDCTL.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_SYNC.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_UNMOUNT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_VGET.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VFS_VPTOFH.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VHOLD.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/VOP_ABORTOP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_ACCESS.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_ADVLOCK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_BMAP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_BWRITE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_CLOSE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_CREATE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_FCNTL.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_FSYNC.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_GETATTR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_GETEXTATTR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_GETPAGES.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_INACTIVE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_IOCTL.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_ISLOCKED.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_LEASE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_LINK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_LISTEXTATTR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_LOCK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_LOOKUP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_MKDIR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_MKNOD.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_MMAP.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_OPEN.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_PATHCONF.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_POLL.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_PRINT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_PUTPAGES.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_READ.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_READDIR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_READLINK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_RECLAIM.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_REMOVE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_RENAME.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_REVOKE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_RMDIR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_SEEK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_SETATTR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_SETEXTATTR.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_STRATEGY.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_SYMLINK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_UNLOCK.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_WHITEOUT.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VOP_WRITE.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/VREF.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/accept_filt_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accept_filt_del.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accept_filt_generic_mod_event.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accept_filt_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accept_filter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accf_data.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/accf_http.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/allocbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/altq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_debug.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_debug_dev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_debug_ifnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_error.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_error_dev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_error_ifnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_get_error_count.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_naive.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_naive_dev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_naive_ifnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_normal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_normal_dev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_normal_ifnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_verbose.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_verbose_dev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/aprint_verbose_ifnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arc4randbytes.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arc4random.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arp_ifinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arpintr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/arpresolve.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/atop.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/audio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/autoconf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bawrite.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bcdtobin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bcmp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bcopy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bdevvp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bdwrite.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be16dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be16enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be16toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be32dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be32enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be32toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be64dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be64enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/be64toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime2timespec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime2timeval.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime_addx.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintime_sub.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bintobcd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/binuptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/biodone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/biowait.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bitmask_snprintf.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/bluetooth.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/boothowto.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/boottime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bounds_check_with_label.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bpf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bread.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/breada.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/breadn.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/brelse.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bswap16.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bswap32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bswap64.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/btoc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/btodb.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/buffercache.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bufq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dma.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_load.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_load_mbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_load_raw.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_load_uio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_sync.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamap_unload.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamem_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamem_mmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmamem_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmatag_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_dmatag_subregion.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_barrier.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_copy_region_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_copy_region_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_copy_region_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_copy_region_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_is_equal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_mmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_multi_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_multi_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_multi_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_multi_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_region_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_region_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_region_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_read_region_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_set_region_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_set_region_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_set_region_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_set_region_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_subregion.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_vaddr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_multi_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_multi_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_multi_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_multi_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_region_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_region_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_region_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bus_space_write_region_8.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bwrite.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/byteorder.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/bzero.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cache_enter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cache_lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cache_purge.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cache_purgevfs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cache_revlookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback_head_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback_head_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback_run_roundrobin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callback_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_ack.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_expired.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_halt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_invoking.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_pending.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_reset.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_schedule.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_setfunc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/callout_stop.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_attach_card.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_conf_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_conf_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_detach_card.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_free_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_function_disable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_function_enable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_get_capability.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_make_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_mapreg_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cardbus_mapreg_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cdevvp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/checkalias.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/child_return.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/clock_secs_to_ymdhms.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/clock_ymdhms_to_secs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/closef.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/clrbit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cltom.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_check_magic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_destroy_magic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_get_magic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_init_magic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_isconsole.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_set_magic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cn_trap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cnbell.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cngetc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cngetsn.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cnmagic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cnpollc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cnputc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/condvar.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_activate.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/config_attach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_attach_loc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_attach_pseudo.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_deactivate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_defer.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_detach_children.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_finalize_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_found.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_found_ia.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_found_sm.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/config_found_sm_loc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_interrupts.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_match.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_mountroot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_pending_decr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_pending_incr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_search_ia.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/config_search_loc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cons.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyin_proc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyinstr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyout_proc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copyoutstr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/copystr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/coredump_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_fast.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_fast32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_fast64.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong64.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong_getflags.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cprng_strong_setflags.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_configure.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_coredump.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_dump.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_dumpconf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_dumpsize.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_idle.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_initclocks.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_lwp_fork.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_need_resched.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_number.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_reboot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_rootconf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_startup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpu_swapin.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/cpu_swapout.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/cpu_switchto.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_deregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_get_backend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_get_state.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_get_state_index.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_set.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_set_all.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cpufreq_suspend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_dispatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_done.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_freereq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_freesession.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_get_driverid.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_getreq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_kdispatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_kdone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_kregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_newsession.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/crypto_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/csf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ctob.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ctod.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/curcpu.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/curlwp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/curproc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_broadcast.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_has_waiters.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_signal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_timedwait.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_timedwait_sig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_wait.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_wait_sig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/cv_wakeup.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/dbtob.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ddc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/delay.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/device_printf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/deviter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/deviter_first.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/deviter_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/deviter_next.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/deviter_release.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_attach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_begindetach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_busy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_find.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disk_unbusy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/disklabel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_backend_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_backend_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_done.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_process.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_request_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_request_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_session_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dmover_session_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/do_setresgid.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/do_setresuid.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dofileread.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dofilereadv.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dofilewrite.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dofilewritev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dopowerhooks.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/doshutdownhooks.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/driver.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dtoc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dumpsys.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/dupfdopen.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/edid.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/enodev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/enoioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/enosys.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/enxio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/eopnotsupp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/errno.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ether_addmulti.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ether_delmulti.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ether_ifattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ethersubr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/evcnt_attach_dynamic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/evcnt_attach_static.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/evcnt_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/execsigs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extattr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_alloc_region.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_alloc_subregion.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/extent_print.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/falloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fd_getfile.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdcheckstd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdclear.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdclone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdcloseexec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdcopy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fddi_addmulti.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fddi_delmulti.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fddi_ifattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdexpand.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdfree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdrelease.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdremove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdshare.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fdunshare.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fetch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ffree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fgetown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/file.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fileassoc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/filedesc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmload.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_close.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_get_size.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_malloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_open.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/firmware_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/flash.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fork1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/format_bytes.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fownsignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fscow_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fscow_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fscow_run.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fsetown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_done.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_getstate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_is_owner.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_setstate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_start.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fstrans_start_nowait.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fubyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fuibyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fuiword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fuswintr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fusword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/fuword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/genfs.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/genfs_rename.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/getbintime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getbinuptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getblk.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/geteblk.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getiobuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getmicrotime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getmicrouptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getnanotime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getnanouptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/getnewvnode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/gsignal.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/hardclock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hash.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hash32_buf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hash32_str.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hash32_strn.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hashdone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hashinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/holdrele.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/howmany.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htobe16.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htobe32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htobe64.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htole16.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htole32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/htole64.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/humanize_number.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/hztoms.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/i386/bios32_service.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/i386/bioscall.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/i386/nmi.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/i386/nmi_disestablish.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/i386/nmi_establish.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/i386/return_address.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/i386/spllower.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/i386/splraise.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_chan2ieee.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_chan2mode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_crypto.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_ieee2mhz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_ifattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_ifdetach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_input.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_media2rate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_media_change.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_media_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_media_status.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_mhz2ieee.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_node.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_output.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_proto.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_radiotap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rate2media.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rssadapt_choose.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rssadapt_input.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rssadapt_lower_rate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rssadapt_raise_rate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_rssadapt_updatestats.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_setmode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ieee80211_watchdog.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_acquire_bus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_exec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_release_bus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_smbus_read_byte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_smbus_receive_byte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/iic_smbus_write_byte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/imax.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/imin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/in4_cksum.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/in6_cksum.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/in_cksum.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/in_getifa.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/incore.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/inittodr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/intro.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic_attach_devs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioasic_submatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioctl_copyin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ioctl_copyout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdb.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdb_connect.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdb_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdb_poll.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdb_trap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdbcmds.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdbfbyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdbif_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdbinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ipkdbsbyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmaabort.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmacascade.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmacount.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmadone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamap_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamap_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamaxsize.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamem_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmamem_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_dmastart.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_drq_isfree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_intr_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_malloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isa_mappage.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isapnp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isapnp_config.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isapnp_devmatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isapnp_unconfig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isclr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/isset.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/issignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/itimerfix.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kauth.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcopy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_atomic_clear.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_atomic_set.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_clear.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_copy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_copyin.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_copyout.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/kcpuset_countset.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/kcpuset_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_destroy.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/kcpuset_export_32.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/kcpuset_fill.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/kcpuset_isotherset.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/kcpuset_isset.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_iszero.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_match.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_merge.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_set.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_unuse.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_use.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kcpuset_zero.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kfilter_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kfilter_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/killproc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kmem.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kmem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kmem_asprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kmem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kmem_zalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/knote.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpause.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpgsignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpreempt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpreempt_disable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpreempt_disabled.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpreempt_enable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kpsignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kthread.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kthread_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kthread_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kthread_exit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/kthread_join.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le16dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le16enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le16toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le32dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le32enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le32toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le64dec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le64enc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/le64toh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/linedisc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lockinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lockmgr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lockmgr_printinfo.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lockstatus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/log.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/longjmp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ltsleep.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_adj.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_cat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_copyback.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_copyback_cow.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_copydata.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_copym.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_copypacket.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/m_copyup.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/m_devget.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_dup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_freem.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_getclr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_gethdr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_makewritable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_prepend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_pulldown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_pullup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_split.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_copy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_copy_chain.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_delete.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_delete_chain.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_delete_nonpersistent.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_find.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_first.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_next.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_prepend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/m_tag_unlink.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/makeiplcookie.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/malloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/malloc_roundup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/malloc_type_attach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/malloc_type_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/malloc_type_setlimit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mb.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mb_memory.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mb_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mb_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca_conf_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca_conf_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mca_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/memcmp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/memcpy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/memmove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/memoryallocators.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/memset.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mi_switch.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/microseq.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/microtime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/microuptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_autoload.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_builtin_require_force.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_find_section.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_hold.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_init_class.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_load.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_load_vfs_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_rele.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_start_unload_thread.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/module_unload.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mstohz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mtocl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mtod.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_enter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_exit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_owned.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_spin_enter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_spin_exit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/mutex_tryenter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/namecache.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/namecache_print.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/namei.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/nanotime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/nanouptime.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/npf_ncode.html comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/nullop.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/old_sysctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/opencrypto.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/optstr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/optstr_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/p_find.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/panic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pathbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_conf_hook.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_conf_interrupt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_conf_print.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_conf_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_conf_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_configure_bus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_decompose_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_devinfo.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_find_device.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_findvendor.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_get_capability.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_get_powerstate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_intr_string.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_make_tag.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_mapreg_info.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_mapreg_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_mapreg_type.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_set_powerstate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_vpd_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pci_vpd_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_attach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_attach_slot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_cnattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_enqueue_cmd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_flush.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_poll_cmd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_poll_data.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_set_inputhandler.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_set_poll.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_slot_enable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbport_xt_translation.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pckbportintr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_cis_read_1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_cis_read_2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_cis_read_3.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_cis_read_4.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_cis_read_n.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_function_disable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_function_enable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_function_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_io_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_io_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_io_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_io_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_mem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_mem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_mem_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_mem_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcmcia_scan_cis.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_maxitems.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_peek.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcq_put.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/pcu.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcu_discard.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcu_load.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcu_save.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcu_save_all.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pcu_used_p.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/percpu.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/percpu_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/percpu_foreach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/percpu_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/percpu_getref.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/percpu_init.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/percpu_init_cpu.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/percpu_putref.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_add_hook.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_head_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_head_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_head_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_hook_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_remove_hook.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfil_run_hooks.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pfind.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/pg_find.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/pgfind.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/pgrp_find.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pgsignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/physio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_accumulate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_alloc_kernel_counter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_configure_counter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_counter_isconfigured.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_counter_isrunning.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_disable_counter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_enable_counter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_free_kernel_counter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_get_counter_type.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_get_counter_value.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_get_num_counters.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_restore_context.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_save_context.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_start_profiling.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmc_stop_profiling.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_class_display_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_class_input_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_class_network_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_deregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_recursive_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_recursive_suspend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_register1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_resume_subtree.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/pmf_device_subtree_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_device_suspend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_event_deregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_event_inject.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_event_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_get_platform.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_set_platform.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_system_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_system_shutdown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pmf_system_suspend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_destruct_object.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_get_paddr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_invalidate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_invalidate_local.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/pool_cache_put.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_put_paddr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_sethardlimit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_sethiwat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_cache_setlowat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_prime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_put.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_sethardlimit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_sethiwat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pool_setlowat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/postsig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/powerhook_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/powerhook_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/powerof2.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/ppi.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/ppsratecheck.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/preempt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/printf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/printf_nolog.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/proc_find.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/proc_trampoline.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/profhz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/prop_array_copyin_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/prop_array_copyout_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/prop_copyin_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/prop_dictionary_copyin_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/prop_dictionary_copyout_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize_perform.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize_read_enter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/pserialize_read_exit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/psignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ptoa.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/putiobuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/putter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/radio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ras.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ras_fork.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ras_lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ras_purgeall.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rasops.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rasops_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rasops_reconfig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ratecheck.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/readdisklabel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/realloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/relookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/resettodr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd_add_data.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd_add_uint32.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd_attach_source.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd_detach_source.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rnd_extract_data.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/rndsink.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/rootconf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/round_page.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rounddown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/roundup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/roundup2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rssadapt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer_queue_change.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer_queue_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer_queue_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rt_timer_remove_all.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_downgrade.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_enter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_exit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_lock_held.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_read_held.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_tryenter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_tryupgrade.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rw_write_held.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/rwlock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/scanc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sched_4bsd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sched_m2.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sched_psignal.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/scsipi.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_bsd44.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_deregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_eval.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_extensions.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_overlay.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_securelevel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/secmodel_suser.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/seldestroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/select.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/selinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/selnotify.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/selrecord.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sendsig.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/setbit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/setdisklabel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/setjmp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/setroot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/shutdownhook_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/shutdownhook_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigaction1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigactsfree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigactsinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigactsunshare.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigaltstack1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigcode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigexit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/siginit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigmasked.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/signal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigpending1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigprocmask1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigsuspend1.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sigtramp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_lock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_lock_dump.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_lock_freecheck.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_lock_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_lock_try.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/simple_unlock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/skpc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/snprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_getint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_set.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sockopt_setint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softint_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softint_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softint_schedule.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softintr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softintr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softintr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/softintr_schedule.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spinlockinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spinlockmgr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spl0.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splbio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splclock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splhigh.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splimp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spllower.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/spllowersoftclock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splraise.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/splraiseipl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splsched.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splserial.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splsoftbio.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splsoftclock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splsoftnet.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splsoftserial.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splstatclock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/spltty.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splvm.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/splx.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/stathz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/store.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/subyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/suibyte.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/suiword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sun3/isr_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sun3/isr_add_autovect.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sun3/isr_add_custom.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sun3/isr_add_vectored.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/suspendsched.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/suswintr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/susword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/suword.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_createv.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_destroyv.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_dispatch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_locate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_lock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_needfunc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_notavail.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_null.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_query.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_teardown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysctl_unlock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_sensor_attach.html comp-sys-htmlan html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_sensor_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_envsys_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_pswitch.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_pswitch_event.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_pswitch_register.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_pswitch_unregister.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_task_queue_fini.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_task_queue_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_task_queue_preinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_task_queue_sched.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/sysmon_taskq.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_badaddr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_mb.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_syncbus.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tc_wmb.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tcp_congctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tick.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tickadj.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/time_second.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/time_uptime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/timecounter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/timeout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/timespec2bintime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/timeval2bintime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/todr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/todr_gettime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/todr_settime.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tprintf_close.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tprintf_open.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/transferlockers.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/trapsignal.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/trunc_page.html comp-sys-htmlman html
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/html9/ts2timo.html comp-sys-htmlman html
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/html9/tsleep.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ttyldisc_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ttyldisc_lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ttyldisc_remove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ttyprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/tvtohz.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uao_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uao_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uao_reference.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ubc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ubc_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ubc_release.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ubc_uiomove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ucas.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ucom.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uiomove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/ungetnewvnode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/untimeout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/usbd_status.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/usbdi.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/userret.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_chgkprot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_deallocate.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_fault.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_fork.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_grow.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_init_limits.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_io.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_kernacc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_km.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_km_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_km_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_km_suballoc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_loan.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_map_checkprot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_map_pageable.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_map_protect.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_meter.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_page_physload.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pagealloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pagefree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pageout.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pagerealloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pglistalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_pglistfree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_scheduler.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_setpagesize.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_swap_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_swapin.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/uvm_unloan.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_vnp_setsize.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_vslock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvm_vsunlock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_exec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_fork.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_share.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvmspace_unshare.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/uvn_findpages.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vaccess.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vattr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vattr_null.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vcons.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vcount.html comp-obsolete obsolete
|
|
|
|
./usr/share/man/html9/vdevgone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/veriexec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfinddev.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vflush.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vflushbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_attach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_busy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_detach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_export.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_export_lookup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_getnewfsid.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_getopsbyname.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_getvfs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_hooks.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_hooks_unmount.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_mountalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_mountedon.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_mountroot.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_reinit.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_resume.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_rootmountalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_setpublicfs.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_showexport.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_shutdown.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_suspend.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_unbusy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfs_unmountall.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfsops.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vfssubr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vget.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vgone.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vgonel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vhold.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/video.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vinvalbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_dmamap_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_dmamap_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_dmamem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_dmamem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_intr_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_intr_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_intr_evcnt.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_intr_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_probe.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_space_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_space_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_space_get.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_space_map.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vme_space_unmap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_alloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_free.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_xalloc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vmem_xfree.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_bwrite.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_close.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_closefile.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_default_error.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_fcntl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_ioctl.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_isunder.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_lock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_markexec.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_marktext.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_open.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_poll.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_rdwr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_read.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_restorerecurse.html comp-sys-htmlman obsolete
|
|
|
|
./usr/share/man/html9/vn_setrecurse.html comp-sys-htmlman obsolete
|
|
|
|
./usr/share/man/html9/vn_stat.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_statfile.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_write.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vn_writechk.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vnfileops.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vnode.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vnodeops.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vnsubr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/voidop.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vpanic.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vprint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vput.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vrecycle.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vref.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vrele.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vrele_async.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vsnprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vsprintf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vtruncbuf.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/vwakeup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wakeup.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wdc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/workqueue.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/workqueue_create.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/workqueue_destroy.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/workqueue_enqueue.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/writedisklabel.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wscons.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsdisplay.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsdisplay_cnattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsdisplay_switchtoconsole.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsdisplaydevprint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsemuldisplaydevprint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_add.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_enum.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_find.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_getflg.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_lock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_map_unichar.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_matches.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_remove.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsfont_unlock.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbd.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbd_cnattach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbd_cndetach.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbd_input.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbd_rawinput.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wskbddevprint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsmouse.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsmouse_input.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/wsmousedevprint.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/msr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/nmi.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/nmi_disestablish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/nmi_establish.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/rdmsr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/rdmsr_safe.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/rdtsc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/tsc.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/tsc_sync_ap.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/tsc_sync_bp.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/tsc_sync_drift.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/tsc_tc_init.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/wrmsr.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/x86/x86_msr_xcall.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/xc_broadcast.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/xc_unicast.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/xc_wait.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/xcall.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/html9/yield.html comp-sys-htmlman html
|
|
|
|
./usr/share/man/man1/addr2line.1 comp-debug-man binutils,.man
|
|
|
|
./usr/share/man/man1/ar.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/as.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/asa.1 comp-fortran-man .man
|
|
|
|
./usr/share/man/man1/c++.1 comp-cxx-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/c++filt.1 comp-cxx-man binutils,.man
|
|
|
|
./usr/share/man/man1/c89.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/c99.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/cc.1 comp-c-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/cccp.1 comp-util-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/config.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/crunchgen.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/crunchide.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/cvs.1 comp-cvs-man cvs,.man
|
|
|
|
./usr/share/man/man1/elf2aout.1 comp-sysutil-man .man
|
|
|
|
./usr/share/man/man1/elf2ecoff.1 comp-sysutil-man .man
|
|
|
|
./usr/share/man/man1/elfedit.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/f77.1 comp-fortran-man gcc=3,gcccmds,.man
|
|
|
|
./usr/share/man/man1/f77.1 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/man1/fgen.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/flex.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/fort77.1 comp-fortran-man gcc=3,gcccmds,.man
|
|
|
|
./usr/share/man/man1/fort77.1 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/man1/fpr.1 comp-fortran-man .man
|
|
|
|
./usr/share/man/man1/g++.1 comp-cxx-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/g77.1 comp-fortran-man gcc=3,gcccmds,.man
|
|
|
|
./usr/share/man/man1/g77.1 comp-obsolete gcc=4,obsolete
|
|
|
|
./usr/share/man/man1/gcc.1 comp-c-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/gcore.1 comp-debug-man .man
|
|
|
|
./usr/share/man/man1/gcov.1 comp-debug-man gcccmds,.man
|
|
|
|
./usr/share/man/man1/gdb.1 comp-debug-man gdb,.man
|
|
|
|
./usr/share/man/man1/genassym.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/gprof.1 comp-debug-man binutils,.man
|
|
|
|
./usr/share/man/man1/ld.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/lex.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/lint.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/lorder.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/luac.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/menuc.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/mkstr.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/msg_clear.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_display.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_display_add.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_prompt.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_prompt_add.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_prompt_noecho.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_prompt_win.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_standend.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_standout.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_string.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_table_add.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msg_window.1 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man1/msgc.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/nbperf.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/nm.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/objcopy.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/objdump.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/openssl_ocsp.1 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man1/ranlib.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/rcs2log.1 comp-cvs-man cvs,.man
|
|
|
|
./usr/share/man/man1/readelf.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/rpcgen.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/size.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/strings.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/strip.1 comp-util-man binutils,.man
|
|
|
|
./usr/share/man/man1/tsort.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/unifdef.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/unifdefall.1 comp-util-man .man
|
|
|
|
./usr/share/man/man1/xstr.1 comp-c-man .man
|
|
|
|
./usr/share/man/man1/yacc.1 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_Exit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/__clone.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/__quotactl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/__syscall.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_exit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_continue.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_create.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_ctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_detach.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_exit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_getname.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_getprivate.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_kill.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_park.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_self.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_setname.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_setprivate.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_suspend.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_unpark.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_unpark_all.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_wait.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/_lwp_wakeup.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/accept.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/access.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/acct.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/adjtime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/arm32_drain_writebuf.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/arm32_sync_icache.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/arm_drain_writebuf.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/arm_sync_icache.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/bind.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/brk.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/chdir.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/chflags.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/chmod.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/chown.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/chroot.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/clock_getres.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/clock_gettime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/clock_nanosleep.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/clock_settime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/clone.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/close.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/connect.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/dup.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/dup2.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/dup3.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/errno.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/execve.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_delete_fd.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_delete_file.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_delete_link.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_get_fd.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_get_file.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_get_link.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_list_fd.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_list_file.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_list_link.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_set_fd.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_set_file.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/extattr_set_link.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/faccessat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/fchdir.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fchflags.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fchmod.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/fchmodat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/fchown.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/fchownat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/fchroot.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fcntl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fdatasync.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fhopen.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fhstat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fhstatfs.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/fhstatvfs.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fhstatvfs1.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fktrace.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/flock.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fork.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fpathconf.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fstat.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/fstatat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/fstatfs.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/fstatvfs.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fstatvfs1.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fsync.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/fsync_range.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ftruncate.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/futimens.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/futimes.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getcontext.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getdents.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getegid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/geteuid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getfh.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getfsstat.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/getgid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getgroups.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getitimer.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getlogin.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getlogin_r.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getpeername.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getpgid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getpgrp.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getpid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getppid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getpriority.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getrlimit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getrusage.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getsid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getsockname.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getsockopt.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/gettimeofday.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getuid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/getvfsstat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_get_ioperm.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/i386_get_ldt.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_get_mtrr.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_iopl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_pmc_info.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_pmc_read.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_pmc_startstop.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_set_ioperm.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/i386_set_ldt.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_set_mtrr.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/i386_vm86.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/intro.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ioctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/issetugid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/kevent.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/kill.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/kqueue.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ktrace.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lchflags.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lchmod.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lchown.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lfs_bmapv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lfs_markv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lfs_segclean.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lfs_segwait.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/link.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/linkat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/listen.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lseek.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/lstat.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/lutimens.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/lutimes.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/m68k_sync_icache.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/madvise.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mincore.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/minherit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mkdir.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/mkdirat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/mkfifo.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/mkfifoat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/mknod.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/mknodat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/mlock.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mlockall.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mmap.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/modctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mount.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mprotect.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/mremap.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/msgctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/msgget.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/msgrcv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/msgsnd.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/msync.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/munlock.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/munlockall.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/munmap.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/nanosleep.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/nfssvc.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ntp_adjtime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ntp_gettime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/open.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/openat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/paccept.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pathconf.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pipe.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pipe2.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pmc_control.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pmc_get_info.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/poll.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pollts.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/posix_fadvise.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/posix_madvise.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pread.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/preadv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/profil.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pselect.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ptrace.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pwrite.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/pwritev.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/quotactl.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/rasctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/read.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/readlink.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/readlinkat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/readv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/reboot.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/recv.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/recvfrom.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/recvmmsg.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/recvmsg.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/rename.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/renameat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/revoke.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/rmdir.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sa_enable.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sa_register.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sa_setconcurrency.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sa_stacks.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sa_yield.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sbrk.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/seek.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/select.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/semctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/semget.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/semop.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/send.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sendmmsg.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sendmsg.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sendto.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setcontext.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setegid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/seteuid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setgid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setgroups.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setitimer.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setlogin.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setpgid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setpgrp.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setpriority.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setregid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setreuid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setrlimit.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setsid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setsockopt.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/settimeofday.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/setuid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/shmat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/shmctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/shmdt.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/shmget.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/shutdown.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigaction.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigaltstack.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/siginfo.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigpending.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigprocmask.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigqueue.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigqueueinfo.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigreturn.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/sigstack.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigsuspend.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigtimedwait.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigwait.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sigwaitinfo.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/socket.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/socketpair.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/stat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/statfs.2 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man2/statvfs.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/statvfs1.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/swapctl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/symlink.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/symlinkat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/sync.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/sysarch.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/syscall.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/timer_create.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/timer_delete.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/timer_getoverrun.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/timer_gettime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/timer_settime.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/truncate.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/ucontext.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/umask.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/undelete.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/unlink.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/unlinkat.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/unmount.2 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man2/utimens.2 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man2/utimensat.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/utimes.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/utrace.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/uuidgen.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/vfork.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/wait.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/wait3.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/wait4.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/waitpid.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/write.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/writev.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/x86_64_get_mtrr.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/x86_64_iopl.2 comp-c-man .man
|
|
|
|
./usr/share/man/man2/x86_64_set_mtrr.2 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ASN1_OBJECT_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ASN1_STRING_length.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ASN1_STRING_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ASN1_STRING_print_ex.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ASN1_generate_nconf.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_ctrl.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_base64.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_buffer.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_cipher.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_md.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_null.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_f_ssl.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_find_type.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_new_bio_pair.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/BIO_push.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_read.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_accept.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_bio.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_connect.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_fd.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_file.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_mem.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_null.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_s_socket.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_set_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BIO_should_retry.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_BLINDING_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_CTX_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_CTX_start.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_add.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_add_word.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_bn2bin.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_cmp.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_copy.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_generate_prime.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_mod_inverse.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_mod_mul_montgomery.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_mod_mul_reciprocal.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_num_bytes.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_rand.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_set_bit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_swap.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/BN_zero.3 comp-c-man crypto,.man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/CIRCLEQ_EMPTY.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_ENTRY.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_FIRST.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_FOREACH.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_FOREACH_REVERSE.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_HEAD.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_HEAD_INITIALIZER.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_INIT.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_INSERT_AFTER.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_INSERT_BEFORE.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_INSERT_HEAD.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_INSERT_TAIL.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_LAST.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_LOOP_NEXT.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_LOOP_PREV.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_NEXT.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_PREV.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/CIRCLEQ_REMOVE.3 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/CMSG_DATA.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/CMSG_FIRSTHDR.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/CMSG_LEN.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/CMSG_NXTHDR.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/CMSG_SPACE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/CONF_modules_free.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/CONF_modules_load_file.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/CRYPTO_set_ex_data.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_generate_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_generate_parameters.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_set_method.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DH_size.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_SIG_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_do_sign.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_dup_DH.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_generate_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_generate_parameters.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_set_method.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_sign.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DSA_size.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/DTTOIF.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ERR_GET_LIB.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_clear_error.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_error_string.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_get_error.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_load_crypto_strings.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_load_strings.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_print_errors.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_put_error.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_remove_state.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ERR_set_mark.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_BytesToKey.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_DigestInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_EncryptInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_OpenInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_PKEY_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_PKEY_set1_RSA.3 comp-c-man crypto,.man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/EVP_PKEY_verify_recover.3 comp-c-man crypto,.man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/EVP_SealInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_SignInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/EVP_VerifyInit.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_FIRST.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_FIRST_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_FIRST_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_FIRST_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_LAST.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_LAST_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_LAST_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_LAST_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_NEXT.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_NEXT_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_NEXT_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_NEXT_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_PREV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_PREV_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_PREV_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_DEQUEUED_PREV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FIND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FIND_REV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FIND_REV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FIND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_DEQUEUED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_DEQUEUED_REV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_DEQUEUED_REV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_DEQUEUED_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_NVAR.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_NVAR_REV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_NVAR_REV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_NVAR_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_REV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_REV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_RO.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_RO_REV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_RO_REV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_RO_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_FOREACH_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_FIRST.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_FIRST_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_FIRST_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_FIRST_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_LAST.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_LAST_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_LAST_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_LAST_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_NEXT.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_NEXT_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_NEXT_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_NEXT_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_PREV.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_PREV_COND.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_PREV_COND_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_GOT_PREV_TYPED.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_INIT.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_INIT_HEAD.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/GCQ_ITEM.3 comp-sys-man .man
|
|
|
|
./usr/share/man/man3/IFTODT.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/LIST.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/LIST_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_FIRST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_FOREACH.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/LIST_FOREACH_SAFE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/LIST_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_HEAD_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_INSERT_AFTER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_INSERT_BEFORE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_INSERT_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/LIST_REMOVE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/LIST_REPLACE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/MAX.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD2Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD4Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/MD5_Init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/MIN.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/OBJ_nid2obj.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OPENSSL_Applink.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OPENSSL_VERSION_NUMBER.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OPENSSL_config.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OPENSSL_ia32cap.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OPENSSL_load_builtin_modules.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/OpenSSL_add_all_algorithms.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS12_create.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS12_parse.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS7_decrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS7_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS7_sign.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/PKCS7_verify.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_add.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_bytes.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_cleanup.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_egd.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_load_file.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RAND_seed.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/RAND_set_rand_method.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RB_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_FIND.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_FOREACH.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_GENERATE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_INSERT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_LEFT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_MAX.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_MIN.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_PARENT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_PROTOTYPE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_REMOVE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_RIGHT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RB_ROOT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RMD160Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/RSA_blinding_on.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_check_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_generate_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_padding_add_PKCS1_type_1.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_print.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_private_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_public_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_set_method.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_sign.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_sign_ASN1_OCTET_STRING.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/RSA_size.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SDP_GET128.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_GET16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_GET32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_GET64.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_GET8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_PUT128.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_PUT16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_PUT32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_PUT64.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SDP_PUT8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/SHA1Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA1Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA224_Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA256_Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA384_Update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_Data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_End.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_File.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_FileChunk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_Final.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_Init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_Transform.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SHA512_Update.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SIMPLEQ.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_CONCAT.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SIMPLEQ_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_FIRST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_FOREACH.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SIMPLEQ_FOREACH_SAFE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SIMPLEQ_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_HEAD_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_INSERT_AFTER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_INSERT_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_INSERT_TAIL.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SIMPLEQ_LAST.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SIMPLEQ_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SIMPLEQ_REMOVE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SIMPLEQ_REMOVE_AFTER.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SIMPLEQ_REMOVE_HEAD.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SLIST.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SLIST_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_FIRST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_FOREACH.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SLIST_FOREACH_SAFE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SLIST_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_HEAD_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_INSERT_AFTER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_INSERT_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SLIST_REMOVE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/SLIST_REMOVE_AFTER.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/SLIST_REMOVE_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SMIME_read_PKCS7.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SMIME_write_PKCS7.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SPLAY_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_FIND.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_FOREACH.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_GENERATE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_INSERT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_LEFT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_MAX.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_MIN.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_PROTOTYPE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_REMOVE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_RIGHT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SPLAY_ROOT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/SSL_CIPHER_get_name.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_COMP_add_compression_method.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_add_extra_chain_cert.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_add_session.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_ctrl.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_flush_sessions.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_free.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_get_verify_mode.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_load_verify_locations.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_sess_number.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_sess_set_cache_size.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_sess_set_get_cb.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_sessions.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_cert_store.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_cert_verify_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_cipher_list.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_client_CA_list.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_client_cert_cb.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_default_passwd_cb.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_generate_session_id.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_info_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_max_cert_list.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_mode.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_msg_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_options.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_quiet_shutdown.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_session_cache_mode.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_session_id_context.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_ssl_version.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_timeout.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_tmp_dh_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_tmp_rsa_callback.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_set_verify.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_CTX_use_certificate.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_SESSION_free.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_SESSION_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_SESSION_get_time.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_accept.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_alert_type_string.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_clear.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_connect.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_do_handshake.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_free.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_SSL_CTX.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_ciphers.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_client_CA_list.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_current_cipher.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_default_timeout.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_error.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_ex_data_X509_STORE_CTX_idx.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_fd.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_peer_cert_chain.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_peer_certificate.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_rbio.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_session.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_verify_result.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_get_version.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_library_init.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_load_client_CA_file.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_pending.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_read.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_rstate_string.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_session_reused.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_bio.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_connect_state.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_fd.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_session.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_shutdown.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_set_verify_result.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_shutdown.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_state_string.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_want.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/SSL_write.3 comp-c-man crypto,.man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/STAILQ.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_CONCAT.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/STAILQ_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_FIRST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_FOREACH.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/STAILQ_FOREACH_SAFE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/STAILQ_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_HEAD_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_INSERT_AFTER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_INSERT_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_INSERT_TAIL.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/STAILQ_LAST.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/STAILQ_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_REMOVE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/STAILQ_REMOVE_HEAD.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/TAILQ.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_CONCAT.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/TAILQ_EMPTY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_ENTRY.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_FIRST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_FOREACH.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_FOREACH_REVERSE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/TAILQ_FOREACH_REVERSE_SAFE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_FOREACH_SAFE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/TAILQ_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_HEAD_INITIALIZER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_INIT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_INSERT_AFTER.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_INSERT_BEFORE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_INSERT_HEAD.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_INSERT_TAIL.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_LAST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_NEXT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_PREV.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TAILQ_REMOVE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/TAILQ_REPLACE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/TIMESPEC_TO_TIMEVAL.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/TIMEVAL_TO_TIMESPEC.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/Tspi_ChangeAuth.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_ChangeAuthAsym.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_Close.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_CloseObject.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_Connect.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_Create.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_CreateObject.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_FreeMemory.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetCapability.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetDefaultPolicy.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetKeyByPublicInfo.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetKeyByUUID.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetRegisteredKeysByUUID.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetRegisteredKeysByUUID2.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_GetTpmObject.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_LoadKeyByBlob.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_LoadKeyByUUID.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_RegisterKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Context_UnregisterKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_IssueCredential.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_IssueInit.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_IssueSetup.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_IssuerKeyVerification.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_VerifyInit.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DAA_VerifySignature.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Data_Bind.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Data_Seal.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Data_Unbind.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Data_Unseal.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_DecodeBER_TssBlob.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_EncodeDER_TssBlob.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_GetAttribData.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_GetAttribUint32.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_GetPolicyObject.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Hash_GetHashValue.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Hash_SetHashValue.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Hash_Sign.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Hash_UpdateHashValue.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Hash_VerifySignature.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_CertifyKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_ConvertMigrationBlob.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_CreateKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_CreateMigrationBlob.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_GetPubKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_LoadKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_UnloadKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Key_WrapKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_PcrComposite_GetPcrValue.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_PcrComposite_SelectPcrIndex.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_PcrComposite_SetPcrValue.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Policy_AssignToObject.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Policy_FlushSecret.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_Policy_SetSecret.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_SetAttribData.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_SetAttribUint32.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_AuthorizeMigrationTicket.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CMKSetRestrictions.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CertifySelfTest.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CheckMaintenancePubKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_ClearOwner.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CollateIdentityRequest.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CreateEndorsementKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_CreateMaintenanceArchive.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DAA_JoinCreateDaaPubKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DAA_JoinInit.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DAA_JoinStoreCredential.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DAA_Sign.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DirRead.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_DirWrite.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetAuditDigest.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetCapability.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetEvent.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetEventLog.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetEvents.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetPubEndorsementKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetRandom.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetStatus.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_GetTestResult.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_KillMaintenanceFeature.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_LoadMaintenancePubKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_OwnerGetSRKPubKey.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_PcrExtend.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_PcrRead.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_Quote.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_SelfTestFull.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_SetStatus.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_StirRandom.3 comp-c-man tpm,.man
|
|
|
|
./usr/share/man/man3/Tspi_TPM_TakeOwnership.3 comp-c-man tpm,.man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/X509_NAME_ENTRY_get_object.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_NAME_add_entry_by_txt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_NAME_get_index_by_NID.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_NAME_print_ex.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_STORE_CTX_get_error.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_STORE_CTX_get_ex_new_index.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_STORE_CTX_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_STORE_CTX_set_verify_cb.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_STORE_set_verify_cb_func.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_VERIFY_PARAM_set_flags.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_new.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/X509_verify_cert.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/_DIAGASSERT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BIT.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/__BITMAP_CLR.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BITMAP_ISSET.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BITMAP_SET.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BITMAP_SIZE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BITMAP_TYPE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__BITMAP_ZERO.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/__BITS.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__CONCAT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__KERNEL_RCSID.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__RCSID.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__SHIFTIN.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__SHIFTOUT.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__SHIFTOUT_MASK.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__STRING.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__UNCONST.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__UNVOLATILE.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/__USE.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/__aligned.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__alignof__.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__arraycount.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_constant_p.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_frame_address.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_object_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_prefetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_return_address.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__builtin_types_compatible_p.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__cacheline_aligned.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__constfunc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__dead.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/__debugused.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__diagused.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/__insn_barrier.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__noinline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__packed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__predict_false.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__predict_true.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__pure.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__read_mostly.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__section.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__svc_getcallercreds.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__unused.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/__used.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/_longjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/_lwp_makecontext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/_setjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/a64l.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/abort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/abs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/acos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/acosf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/acosh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/acoshf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/addstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/affinity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_cancel.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_fsync.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_return.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_suspend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/aio_write.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/alarm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/alloca.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/allocaddrinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/alphasort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/arc4random.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_clear_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_compression.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_compression_name.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_copy_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_add_entry.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_add_entry_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_next.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_next_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_reset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_acl_text_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_atime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_atime_nsec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_clone.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_fflags_text.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_fflags_text_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_gname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_gname_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_hardlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_hardlink_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_link.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_link_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_pathname_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_sourcepath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_stat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_symlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_symlink_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_uname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_copy_uname_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_dev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_devmajor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_devminor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_fflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_fflags_text.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_filetype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_gid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_gname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_gname_w.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_entry_hardlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_ino.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_mtime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_mtime_nsec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_nlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_pathname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_pathname_w.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_rdev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_rdevmajor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_rdevminor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_atime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_ctime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_dev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_devmajor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_devminor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_fflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_filetype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_gid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_gname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_hardlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_link.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_mtime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_nlink.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_entry_set_pathname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_rdev.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_entry_set_rdevmajor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_rdevminor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_symlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_uid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_set_uname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_sourcepath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_stat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_symlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_uid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_uname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_entry_uname_w.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_errno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_error_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_file_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_format.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_format_name.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_data_block.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_data_into_buffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_data_into_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_data_skip.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_gname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_entry_from_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_gname_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_standard_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_symlink_hybrid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_symlink_logical.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_symlink_physical.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_set_uname_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_disk_uname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_extract.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_extract2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_extract_set_progress_callback.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_extract_set_skip_file.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_read_finish.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_next_header.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_next_header2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open_FILE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open_filename.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_open_memory.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_set_filter_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_set_format_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_set_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_all.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_bzip2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_compress.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_gzip.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_lzma.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_none.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_program.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_program_signature.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_compression_xz.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_all.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_ar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_cpio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_empty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_iso9660.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_mtree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_raw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_tar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_read_support_format_zip.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_set_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_util.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_set_group_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_set_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_set_skip_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_set_standard_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_disk_set_user_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_finish.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_finish_entry.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_get_bytes_in_last_block.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_write_get_bytes_per_block.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_header.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_open_FILE.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_open_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_open_file.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/archive_write_open_filename.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_open_memory.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_bytes_in_last_block.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_bytes_per_block.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_callbacks.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compression_bzip2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compression_compress.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compression_gzip.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compression_none.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compression_program.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_compressor_options.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_cpio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_pax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_pax_restricted.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_shar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_shar_binary.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/archive_write_set_format_ustar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asctime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asctime_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asinf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asinh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asinhf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/asprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/assert.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/assume_default_colors.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/at_quick_exit.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/atan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atan2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atan2f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atanh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atanhf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atexit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atf-c++-api.3 comp-atf-man .man,atf
|
|
|
|
./usr/share/man/man3/atf-c-api.3 comp-atf-man .man,atf
|
|
|
|
./usr/share/man/man3/atf-sh-api.3 comp-atf-man .man,atf
|
|
|
|
./usr/share/man/man3/atof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atoi.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_32_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_64_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_int.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_int_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_long.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_long_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_add_ptr_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_32_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_64_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_uint_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_and_ulong_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_32_ni.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_64_ni.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_ptr_ni.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_uint_ni.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_cas_ulong_ni.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_32_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_64_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_ptr_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_uint_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_dec_ulong_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_32_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_64_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_ptr_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_uint_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_inc_ulong_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_ops.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_32_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_64_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_uint_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_or_ulong_nv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap_32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap_64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/atomic_swap_ulong.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attr_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attr_off.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attr_on.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attr_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attribute.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attroff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attron.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/attrset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/auth_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/authnone_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/authsys_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/authsys_create_default.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/authunix_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/authunix_create_default.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/backtrace.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/backtrace_symbols.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/backtrace_symbols_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/backtrace_symbols_fd_fmt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/backtrace_symbols_fmt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/basename.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bcmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bcopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/beep.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ber_alloc_t.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvarray_add.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvarray_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvdup.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvecadd.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvecfree.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvfree.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvstr.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_bvstrdup.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_dupbv.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_first_element.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_flush.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_bitstring.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_boolean.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_enum.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_int.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_next.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_null.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_stringa.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_get_stringb.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_next_element.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_peek_tag.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_printf.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_enum.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_int.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_null.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_ostring.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_seq.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_set.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_put_string.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_scanf.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_skip_tag.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_start_set.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ber_str2bv.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/bind_textdomain_codeset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bindresvport.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bindresvport_sa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bindtextdomain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_alloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_decl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_ffc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_ffs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_nclear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_nset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bit_test.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/bitmap.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/bitops.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bits.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bitstr_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bitstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bkgd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bkgdset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/blowfish.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bluetooth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bm_comp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bm_exec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bm_free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bn.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bn_internal.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/border.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/box.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bsearch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bswap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bswap16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bswap32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bswap64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_aton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_closeconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_dev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devenum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_evt_clr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_evt_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_evt_tst.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_pkt_clr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_pkt_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devfilter_pkt_tst.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devinquiry.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devrecv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devreq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_devsend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_eachconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_endhostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_endprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_freeconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_getconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_gethostbyaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_gethostbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_gethostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_getprotobyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_getprotobynumber.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_getprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_ntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_openconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_printconfig.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bt_sethostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bt_setprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/btowc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/btree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/buffer.3 comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/bufferevent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bufferevent_base_set.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_disable.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_enable.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_free.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_new.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_read.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_settimeout.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_ssl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bufferevent_write.3 comp-c-obsolete obsolete
|
|
|
|
./usr/share/man/man3/bufferevent_write_buffer.3 comp-c-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/byteorder.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/bzero.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cabs.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cabsf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cacos.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cacosf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cacosh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cacoshf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/calloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/callrpc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/can_change_color.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/can_change_colors.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/carg.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cargf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/casin.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/casinf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/casinh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/casinhf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/catan.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/catanf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/catanh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/catanhf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/catclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/catgets.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/catopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cbreak.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cbrt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cbrtf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/cbrtl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/ccos.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ccosf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ccosh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ccoshf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cdbr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbr_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbr_entries.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbr_find.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbr_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbr_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_output.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_put.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_put_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdbw_put_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdefs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cdk.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_alphalist.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_binding.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_buttonbox.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_calendar.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_cdk.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_dialog.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_display.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_fselect.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_graph.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_histogram.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_itemlist.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_label.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_marquee.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_matrix.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_mentry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_menu.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_misc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_radio.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_scale.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_screen.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_scroll.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_selection.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_slider.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_swindow.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_template.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/cdk_viewer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/ceil.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ceilf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/ceill.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/cexp.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cexpf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cfgetispeed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cfgetospeed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cfmakeraw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cfsetispeed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cfsetospeed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cfsetspeed.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetcap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetfirst.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetmatch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetnext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cgetustr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/chgat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cimag.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cimagf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cimagl.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/circleq_empty.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_first.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_head_initializer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_insert_after.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_insert_before.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_insert_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_insert_tail.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_last.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_prev.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/circleq_remove.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clearerr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clearok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_broadcast.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_call.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_control.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_create_vers.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_dg_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_freeres.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_geterr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_pcreateerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_perrno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_perror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_raw_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_spcreateerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_sperrno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_sperror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_tli_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_tp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnt_vc_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clntraw_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clnttcp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clntudp_bufcreate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clntudp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clog.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/clogf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/closedir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/closefrom.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/closelog.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/closelog_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clrtobot.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/clrtoeol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cmsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/color_content.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/color_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/com_err.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/com_err_va.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/confstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/conj.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/conjf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/conjl.3 comp-c-man complex,.man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/consttime_bcmp.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/consttime_memequal.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/copysign.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/copysignf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/copysignl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/copywin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cosf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cosh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/coshf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpow.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cpowf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cproj.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cprojf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cprojl.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/cpuset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_clr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_isset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpuset_zero.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cpxattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/creal.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/crealf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/creall.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/creat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/crypt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/crypto.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/csin.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/csinf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/csinh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/csinhf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/csqrt.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/csqrtf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ctan.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ctanf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ctanh.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ctanhf.3 comp-c-man complex,.man
|
|
|
|
./usr/share/man/man3/ctermid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ctime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ctime_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ctime_rz.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ctype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/current_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/current_item.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curs_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_addch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_addchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_addstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_attributes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_background.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_border.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_chgat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_color.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_cursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_default_colors.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_delch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_deleteln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_echochar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_fileio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_inch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_input.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_insdelln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_insertch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_insertln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_keyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_line.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_pad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_print.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_refresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_scanw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_screen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_scroll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_standout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_termcap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_touch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_tty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_underscore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/curses_window.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/cuserid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/d2i_ASN1_OBJECT.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_DHparams.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_DSAPublicKey.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_PKCS8PrivateKey.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_RSAPublicKey.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_SSL_SESSION.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509_ALGOR.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509_CRL.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509_NAME.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509_REQ.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/d2i_X509_SIG.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/daemon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/data_ahead.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/data_behind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/daylight.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/db.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_clearerr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_delete.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_dirfno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_fetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_firstkey.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_nextkey.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbm_store.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dbopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dcgettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dcngettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/def_prog_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/def_shell_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/define_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dehumanize_number.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/del_curterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/delay_output.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/delch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/deleteln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/delscreen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/delwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/derwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/des.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_cbc_cksum.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_cfb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_cfb_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_crypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ecb2_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ecb3_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ecb_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede2_cbc_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede2_cfb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede2_ofb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede3_cbc_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede3_cbcm_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede3_cfb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ede3_ofb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_enc_read.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_enc_write.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_fcrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_is_weak_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_key_sched.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ncbc_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ofb64_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_ofb_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_pcbc_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_quad_cksum.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_random_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_read_2passwords.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_read_password.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_read_pw_string.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_set_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_set_key_checked.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_set_key_unchecked.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_set_odd_parity.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_string_to_2keys.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_string_to_key.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/des_xcbc_encrypt.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/devname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dgettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dh.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/difftime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/directory.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dirent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dirfd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dirname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/disklabel_dkcksum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/disklabel_scan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/div.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dl_iterate_phdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dladdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlfcn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlsym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dlvsym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dn_comp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dn_expand.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dngettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/doupdate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/drand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dsa.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/dup_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dupwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/dynamic_field_info.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/easprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ecalloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/echo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/echochar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/edata.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/editline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/efopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/efun.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_deletestr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_getc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_gets.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_insertstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_line.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_parse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_push.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_reset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_resize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/el_source.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_checksum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_fsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_getehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_getphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_getshdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_newehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_newphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_xlatetof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf32_xlatetom.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_checksum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_fsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_getehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_getphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_getshdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_newehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_newphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_xlatetof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf64_xlatetom.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_begin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_cntl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_errmsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_errno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_fill.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagdata.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagelf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagscn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_flagshdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getarhdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getarsym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getbase.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getdata.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getident.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getphnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getscn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getshnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_getshstrndx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_hash.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_kind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_memory.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_ndxscn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_newdata.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_newscn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_next.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_nextscn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_rand.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_rawdata.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_rawfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_setshstrndx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_strptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/elf_version.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/emalloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/encrypt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endfsent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endhostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endnetconfig.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endnetent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endnetgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endnetpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endpwent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endrpcent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endservent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endttyent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endusershell.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endutxent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/endwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erase.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erasechar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erealloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erfc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erfcf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/erff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/err.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/error_message.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/error_table_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/errx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/esetfunc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/estrdup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/estrlcat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/estrlcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/estrndup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/etext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ether_aton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ether_hostton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ether_line.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ether_ntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ether_ntohost.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ethers.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evasprintf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/evbuffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evbuffer_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_add_buffer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_add_printf.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_add_vprintf.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_cb_info.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evbuffer_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evbuffer_drain.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_find.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_iovec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evbuffer_new.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_ptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evbuffer_read.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_readline.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evbuffer_write.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdeprecated.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/evdns.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/evdns_clear_nameservers_and_suspend.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evdns_count_nameservers.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_err_to_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_nameserver_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_nameserver_ip_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_resolv_conf_parse.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_resolve_ipv4.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_resolve_reverse.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_resume.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_search_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_search_clear.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_search_ndots_set.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_set_log_fn.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evdns_shutdown.3 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/event.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/event_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/event_base_dispatch.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_loop.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_loopbreak.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_loopexit.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_once.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_base_set.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/event_config.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/event_del.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_dispatch.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_initialized.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_loop.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_loopbreak.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_loopexit.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_once.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_pending.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/event_set.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evhttp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evhttp_bind_socket.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evhttp_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evhttp_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evhttp_new.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evrpc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evrpc_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evtag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evtag_compat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evthread.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evthread_condition_callbacks.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evthread_lock_callbacks.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evtimer_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evtimer_del.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evtimer_initialized.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evtimer_pending.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evtimer_set.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/evutil.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/evutil_addrinfo.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/exec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/execl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/execle.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/execlp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/exect.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/execv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/execvp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/exit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/exp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/exp2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/exp2f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/expf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/explicit_bzero.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/explicit_memset.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/expm1.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/expm1f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/extattr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/extattr_copy_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/extattr_copy_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/extattr_copy_link.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/extattr_namespace_to_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/extattr_string_to_namespace.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fabs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fabsf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fast_divide32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fast_divide32_prepare.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fast_remainder32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fcpxattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fdim.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fdimf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fdiml.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fdopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fdopendir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feclearexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fedisableexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feenableexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fegetenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fegetexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fegetexceptflag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fegetround.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feholdexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feraiseexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ferror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feseteexcpetflag.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/fesetenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fesetexceptflag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fesetround.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fetestexcept.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/feupdateenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fflush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ffs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ffs32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ffs64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetpos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgets.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetstr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/fgetwc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetwln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fgetws.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_arg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_back.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_buffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_fore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_index.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_info.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_just.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_opts_off.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_opts_on.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_pad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_status.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_type.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/field_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fileno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/finite.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/finitef.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/flags_to_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/flash.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/flockfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/floor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/floorf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/floorl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/fls32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fls64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/flushinp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/flushok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmaxf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmaxl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmemopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fminf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fminl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmod.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmodf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/fmodl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/fmtcheck.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fmtmsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fnmatch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/forkpty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_cursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_driver.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_attributes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_buffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_info.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_just.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_field_validation.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_fields.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_fieldtype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_hook.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_max_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_new_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_opts_off.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_opts_on.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_post.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_sub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/form_win.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/forms.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fp_nquery.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fp_resstat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fparseln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpclassify.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpgetmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpgetprec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpgetround.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpgetsticky.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpsetmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpsetprec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpsetround.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpsetsticky.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fpurge.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fputc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fputs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fputwc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fputws.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fread.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free_fieldtype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free_form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free_item.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/free_menu.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/freeaddrinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/freeifaddrs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/freopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/frexp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fropen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fropen2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fseek.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fseeko.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fsetpos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftell.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftello.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftrylockfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts_children.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fts_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ftw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fullname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/funlockfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/funopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/funopen2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwide.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwopen2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwrite.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/fwscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gai_strerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gamma.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gamma_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gammaf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gammaf_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_empty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_head.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_hq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_init_head.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_insert_after.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_insert_before.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_insert_head.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_insert_tail.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_linked.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_merge.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_merge_head.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_merge_tail.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_onlist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_q.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_remove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_remove_all.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_tie.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_tie_after.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gcq_tie_before.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_checksum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_fsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getcap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getclass.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getdyn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getmove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getrel.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getrela.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getshdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getsym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getsyminfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_getsymshndx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_newehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_newphdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_cap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_dyn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_ehdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_move.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_phdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_rel.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_rela.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_shdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_sym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_syminfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_update_symshndx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_xlatetof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gelf_xlatetom.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/get_myaddress.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getaddrinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getattrs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getbegx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getbegy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getbkgd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getbootfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getbsize.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/getbyteorder.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/getc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getc_unlocked.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getcap.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/getch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getchar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getchar_unlocked.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getcurx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getcury.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getcwd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdate_err.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdelim.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdevmajor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdirentries.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdiskbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdiskcookedname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdiskrawname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdomainname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getdtablesize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getenv_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getfsent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getfsfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getfsspec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getfsspecname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getfstype.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/getfstypename.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrent_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrgid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrgid_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrnam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrnam_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgrouplist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getgroupmembership.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostbyaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostbyname2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gethostname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getifaddrs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getlabeloffset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getlabelsector.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getlabelusesmbr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getlastlogx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getloadavg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmaxpartitions.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmaxx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmaxy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmaxyx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmntinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmntopts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getmode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnameinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetbyaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetconfig.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetconfigent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnetpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getopt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getopt_long.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpagesize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getparx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpary.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getparyx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpass.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpass_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpassfd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpeereid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getprogname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getprotobyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getprotobynumber.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpw.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/getpwent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpwent_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpwnam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpwnam_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpwuid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getpwuid_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getrawpartition.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getrpcbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getrpcbynumber.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getrpcent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getrpcport.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gets.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getservbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getservbyport.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getservent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getskeyprompt.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/getstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getsubopt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gettmode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getttyent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getttynam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getusershell.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getutmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getutmpx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getutxent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getutxid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getutxline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getwc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getwchar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getwd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/getyx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gid_from_group.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/glob.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/glob_pattern_p.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/globfree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gmtime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gmtime_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/grantpt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/group_from_gid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/gss_accept_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_acquire_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_add_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_add_oid_set_member.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_canonicalize_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_compare_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_context_time.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_create_empty_oid_set.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_delete_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_display_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_display_status.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_duplicate_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_export_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_export_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_get_mic.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_import_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_import_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_indicate_mechs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_init_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_inquire_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_inquire_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_inquire_cred_by_mech.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_inquire_mechs_for_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_inquire_names_for_mech.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_ccache_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_compat_des3_mic.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_copy_ccache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_get_tkt_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_import_ccache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_krb5_import_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_process_context_token.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_release_buffer.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_release_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_release_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_release_oid_set.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_seal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_sign.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_test_oid_set_member.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_unseal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_unwrap.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_verify.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_verify_mic.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_wrap.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gss_wrap_size_limit.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gssapi.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gsskrb5_extract_authz_data_from_sec_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gsskrb5_register_acceptor_identity.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/gtty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/halfdelay.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/has_colors.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/has_ic.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/has_il.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hash.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hcreate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hcreate_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hdestroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hdestroy_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/heapsort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/herror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hesiod.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hesiod_end.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hesiod_free_list.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hesiod_init.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hesiod_resolve.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hesiod_to_bind.3 comp-c-man hesiod,.man
|
|
|
|
./usr/share/man/man3/hid_dispose_report_desc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_end_parse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_get_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_get_item.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_get_report_desc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_locate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_report_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_set_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_start_parse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_usage_in_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hid_usage_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/history.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/history_end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/history_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hmac.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/hostalias.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hosts_access.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hosts_ctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hsearch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hsearch_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hstrerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/htonl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/htons.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/humanize_number.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hypot.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/hypotf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iconv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iconv_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iconv_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/idcok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/idlok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ieee.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/ieee_test.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/if_freenameindex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/if_indextoname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/if_nameindex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/if_nametoindex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ilog2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ilogb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ilogbf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ilogbl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/imaxabs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/imaxdiv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/index.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/inet6_getscopeid.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/inet6_opt_append.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_find.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_finish.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_get_val.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_next.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_opt_set_val.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_alloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_append.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_find.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_next.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_option_space.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/inet6_putscopeid.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/inet6_rth_add.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rth_getaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rth_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rth_reverse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rth_segments.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rth_space.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_add.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_getaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_getflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_lasthop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_reverse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_segments.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet6_rthdr_space.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_addr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_aton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_lnaof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_makeaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_net.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_net_ntop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_net_pton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_netof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_network.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_ntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_ntop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inet_pton.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/init_color.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/init_error_table.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/init_pair.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/initgroups.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/initscr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/initstate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/innetgr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/innstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/insch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/insdelln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/insertln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/insque.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/instr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/intrflush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/intro.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/inttypes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ipsec_dump_policy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ipsec_get_policylen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ipsec_set_policy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ipsec_strerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iruserok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iruserok_sa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/is_linetouched.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/is_wintouched.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isalnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isalpha.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isascii.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isatty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isblank.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iscntrl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isdigit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isendwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isfinite.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isgraph.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isgreater.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isinf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isinff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/islower.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isnan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isnanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isnormal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isns.3 comp-isns-man .man
|
|
|
|
./usr/share/man/man3/iso646.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/iso_addr.3 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/isprint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ispunct.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isspace.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isupper.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswalnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswalpha.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswblank.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswcntrl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswctype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswdigit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswgraph.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswlower.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswprint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswpunct.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswspace.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswupper.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/iswxdigit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/isxdigit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_description.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_index.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_name.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_opts_off.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_opts_on.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_selected.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_value.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/item_visible.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/itimerspec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/itimerval.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/j0.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/j0f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/j1.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/j1f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/jemalloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/jn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/jnf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/jrand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kadm5_pwcheck.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/kafs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/kerberos.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/keyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/keypad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/killchar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/killpg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/krb5.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb524_convert_creds_kdc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb524_convert_creds_kdc_ccache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_425_conv_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_425_conv_principal_ext.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_524_conv_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_abort.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_abortx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_acl_match_file.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_acl_match_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_add_et_list.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_add_extra_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_add_ignore_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_addlog_dest.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_addlog_func.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_addr2sockaddr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_address_compare.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_address_order.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_address_search.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_addresses.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_aname_to_localname.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_anyaddr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_appdefault.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_appdefault_boolean.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_appdefault_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_appdefault_time.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_append_addresses.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_auth_con_addflags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_genaddrs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_generatelocalsubkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getaddrs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getauthenticator.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getflags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getlocalsubkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getrcache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getremotesubkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_getuserkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_init.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_initivector.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_removeflags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setaddrs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setaddrs_from_fd.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setflags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setivector.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setlocalsubkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setrcache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setremotesubkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_con_setuserkey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_getauthenticator.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_auth_getcksumtype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_getkeytype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_getlocalseqnumber.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_getremoteseqnumber.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_setcksumtype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_setkeytype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_setlocalseqnumber.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_auth_setremoteseqnumber.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_build_ap_req.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_build_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_build_principal_ext.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_build_principal_va.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_build_principal_va_ext.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_block_size.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_checksum_length.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_decrypt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_encrypt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_encrypt_length.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_enctype_compare.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_get_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_is_coll_proof_cksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_is_keyed_cksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_keylength.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_make_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_make_random_key.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_set_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_valid_cksumtype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_valid_enctype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_c_verify_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_cc_clear_mcred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_close.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_copy_cache.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_cursor.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_default_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_destroy.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_end_seq_get.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_gen_new.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_full_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_prefix_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_principal.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_type.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_get_version.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_initialize.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_new_unique.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_next_cred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_next_cred_match.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_register.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_remove_cred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_resolve.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_retrieve_cred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_set_default_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_set_flags.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_start_seq_get.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_cc_store_cred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ccache.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_change_password.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_check_transited.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_check_transited_realms.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_checksum_disable.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_checksum_is_collision_proof.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_checksum_is_keyed.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_checksumsize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_cksumtype_valid.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_clear_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_closelog.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_compare_creds.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_file_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_free_strings.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_bool.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_bool_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_int.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_int_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_list.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_string_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_strings.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_time.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_get_time_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_parse_file.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_parse_file_multi.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_bool.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_bool_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_int.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_int_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_list.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_string_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_strings.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_time.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_config_vget_time_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_copy_addresses.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_copy_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_creds_contents.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_copy_host_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_copy_keyblock_contents.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_copy_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_copy_ticket.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_create_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_destroy.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_crypto_get_checksum_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_getblocksize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_getconfoundersize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_getenctype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_getpadsize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_crypto_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_crypto_overhead.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_alloc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_cmp.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_copy.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_realloc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_data_zero.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_decrypt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_decrypt_EncryptedData.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_decrypt_ivec.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_decrypt_ticket.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_alloc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_a1_hash.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_client_binding.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_identifier.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_opaque.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_responseData.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_rsp.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_server_nonce.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_get_tickets.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_init_request.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_request.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_authentication_user.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_authid.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_client_nonce.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_digest.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_hostname.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_identifier.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_method.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_nonceCount.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_opaque.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_qop.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_server_cb.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_server_nonce.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_uri.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_digest_set_username.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_domain_x500_decode.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_domain_x500_encode.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_eai_to_heim_errno.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_encrypt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_encrypt_EncryptedData.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_encrypt_ivec.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_enctype_disable.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_enctype_keysize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_enctype_to_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_enctype_valid.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_err.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_error_from_rd_error.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_errx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_expand_hostname.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_expand_hostname_realms.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_fcc_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_find_padata.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_format_time.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_addresses.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_authenticator.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_checksum_contents.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_config_files.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_cred_contents.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_data_contents.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_error.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_error_contents.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_host_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_kdc_rep.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_keyblock_contents.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_free_krbhst.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_salt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_free_ticket.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_fwd_tgt_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_generate_random_block.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_generate_random_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_generate_subkey.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_generate_subkey_extended.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_get_all_client_addrs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_all_server_addrs.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_cred_from_kdc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_cred_from_kdc_opt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_credentials.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_credentials_with_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_add_options.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_alloc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_set_enctype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_set_impersonate.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_set_options.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_creds_opt_set_ticket.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_default_config_files.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_default_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_default_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_default_realms.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_dns_canonize_hostname.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_err_text.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_get_error_message.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_get_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_get_extra_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_fcache_version.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_forwarded_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_host_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_ignore_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_in_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_in_tkt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_in_tkt_with_keytab.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_in_tkt_with_password.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_in_tkt_with_skey.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_keytab.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_alloc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_init.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_address_list.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_addressless.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_anonymous.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_canonicalize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_default_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_etype_list.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_forwardable.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_pa_password.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_paq_request.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_preauth_list.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_proxiable.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_renew_life.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_salt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_tkt_life.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_opt_set_win2k.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_init_creds_password.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_kdc_cred.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_kdc_sec_offset.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_krb524hst.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_krb_admin_hst.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_krb_changepw_hst.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_krbhst.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_max_time_skew.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_pw_salt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_renewed_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_server_rcache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_use_admin_kdc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_get_warn_dest.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_get_wrapped_length.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_getportbyname.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_h_addr2addr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_h_addr2sockaddr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_h_errno_to_heim_errno.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_have_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_hmac.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_init_context.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_init_ets.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_initlog.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_is_thread_safe.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_keyblock_get_enctype.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_keyblock_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_keyblock_zero.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_keytab.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_keytab_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_krbhst_format_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_get_addrinfo.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_init.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_init_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_next.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_next_as_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_krbhst_reset.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_kt_add_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_close.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_compare.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_copy_entry_contents.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_cursor.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_default.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_default_modify_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_default_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_end_seq_get.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_free_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_get_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_get_name.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_get_type.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_next_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_read_service_key.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_register.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_remove_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_resolve.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kt_start_seq_get.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_kuserok.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_log.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_log_msg.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_make_addrport.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_make_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_max_sockaddr_size.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_mcc_ops.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_mk_priv.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_rep.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_rep_exact.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_rep_extended.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_req.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_req_exact.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_req_extended.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_mk_safe.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_openlog.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_padata_add.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_parse.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_parse_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_parse_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_parse_name_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_parse_nametype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_passwd_result_to_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_password_key_proc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_prepend_config_files.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_prepend_config_files_default.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_princ_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_princ_set_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_compare.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_compare_any_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_get_comp_string.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_get_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_get_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_match.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_principal_set_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_print_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_prompt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_prompter_posix.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_random_to_key.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_rc_close.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_default.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_default_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_default_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_destroy.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_expunge.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_get_lifespan.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_get_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_get_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_initialize.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_recover.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_resolve.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_resolve_full.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_resolve_type.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rc_store.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rcache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_error.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_priv.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_rep.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_req.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_req_with_keyblock.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_rd_safe.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_realm_compare.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_ret_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_addrs.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_authdata.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_creds.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_int16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_int32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_int8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_principal.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_stringnl.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_stringz.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_times.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_uint16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_uint32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ret_uint8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_set_config_files.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_default_realm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_dns_canonize_hostname.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_set_extra_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_fcache_version.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_ignore_addresses.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_max_time_skew.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_password.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_password_using_ccache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_real_time.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_use_admin_kdc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_set_warn_dest.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_sname_to_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_sock_to_principal.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_sockaddr2address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_sockaddr2port.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_sockaddr_uninteresting.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_clear_flags.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_emem.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_free.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_from_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_from_fd.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_from_mem.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_get_byteorder.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_is_flags.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_read.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_seek.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_set_byteorder.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_set_eof_code.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_set_flags.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_to_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_storage_write.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_address.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_addrs.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_authdata.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_creds.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_data.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_int16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_int32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_int8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_keyblock.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_principal.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_stringnl.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_stringz.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_times.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_uint16.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_uint32.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_store_uint8.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_string_to_deltat.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_enctype.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key_data.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key_data_salt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key_data_salt_opaque.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key_salt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_string_to_key_salt_opaque.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_ticket.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ticket_get_authorization_data_type.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ticket_get_client.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ticket_get_endtime.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_ticket_get_server.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_timeofday.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name_fixed.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name_fixed_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name_fixed_short.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_unparse_name_short.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_us_timeofday.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_vabort.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_vabortx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_verify_ap_req.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_checksum.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_init_creds.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_init_creds_opt_init.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_init_creds_opt_set_ap_req_nofail.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_alloc.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_free.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_init.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_set_ccache.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_set_flags.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_set_keytab.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_set_secure.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_opt_set_service.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_user.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_user_lrealm.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verify_user_opt.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_verr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_verrx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_vlog.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_vlog_msg.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/krb5_vset_error_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_vwarn.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_vwarnx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_warn.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb5_warnx.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_ck_repl.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_get_cred.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_get_krbhst.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_get_lrealm.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_get_phost.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_kntoln.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_mk_err.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_mk_priv.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_mk_req.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_mk_safe.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_rd_err.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_rd_priv.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_rd_req.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_rd_safe.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_realmofhost.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_sendauth.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_set_key.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/krb_set_tkt_string.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/kvm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_dump.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_dump_inval.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_dump_mkheader.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_dump_wrtheader.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getargv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getargv2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getenvv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getenvv2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_geterr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getfiles.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getkernelname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getloadavg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getlwps.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getproc2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_getprocs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_nlist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_openfiles.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/kvm_write.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/l64a.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/l64a_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/labs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lber-decode.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/lber-encode.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/lber-memory.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/lber-sockbuf.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/lber-types.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/lcong48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lcpxattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ld_errno.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_abandon.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_abandon_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_add.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_add_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_add_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_add_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_attributetype2name.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_attributetype2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_attributetype_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_bind.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_bind_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_compare.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_compare_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_compare_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_compare_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_count_entries.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_count_messages.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_count_references.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_count_values.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_count_values_len.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_dcedn2dn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_delete.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_delete_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_delete_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_delete_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_dn2ad_canonical.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_dn2dcedn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_dn2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_dn2ufn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_err2string.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_errlist.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_error.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_explode_dn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_explode_rdn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_first_attribute.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_first_entry.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_first_message.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_first_reference.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_free_urldesc.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_get_dn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_get_values.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_get_values_len.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_init.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_is_ldap_url.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_kerberos_bind1.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_kerberos_bind1_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_kerberos_bind2.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_kerberos_bind2_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_kerberos_bind_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_matchingrule2name.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_matchingrule2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_matchingrule_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modify.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modify_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modify_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modify_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modrdn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modrdn2.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modrdn2_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_modrdn_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_mods_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_msgfree.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_msgid.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_msgtype.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_next_attribute.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_next_entry.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_next_message.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_next_reference.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_objectclass2name.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_objectclass2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_objectclass_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_open.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_parse_extended_result.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_parse_reference.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_parse_result.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_parse_sasl_bind_result.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_perror.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_result.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_result2error.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sasl_bind.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sasl_bind_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_schema.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_scherr2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_search.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_search_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_search_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_search_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_search_st.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_simple_bind.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_simple_bind_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sort.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sort_entries.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sort_strcasecmp.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_sort_values.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_str2attributetype.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_str2dn.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_str2matchingrule.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_str2objectclass.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_str2syntax.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_syntax2name.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_syntax2str.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_syntax_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_unbind.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_unbind_ext.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_unbind_ext_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_unbind_s.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_url.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_url_parse.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_value_free.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldap_value_free_len.3 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man3/ldexp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ldiv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/leaveok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lfind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lgamma.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lgamma_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lgammaf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lgammaf_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lh_stats.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/lhash.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/libarchive.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libarchive_internals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libiscsi.3 comp-c-man iscsi,.man
|
|
|
|
./usr/share/man/man3/libmagic.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libmj.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/libnetpgp.3 comp-c-man crypto,.man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/libnetpgpverify.3 comp-c-man crypto,.man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/libperfuse.3 comp-perfuse-man .man
|
|
|
|
./usr/share/man/man3/libquota.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libradius.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libsaslc.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/libusb.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/libusbhid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/libutil.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/limits.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/link_addr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/link_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/link_fieldtype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/link_ntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/linkaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/linkntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lio_listio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/list_empty.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_first.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_head_initializer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_insert_after.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_insert_before.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_insert_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/list_remove.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/llabs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lldiv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/llrint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/llrintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/localeconv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/localtime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/localtime_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/localtime_rz.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lockf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log10.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log10f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log1p.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log1pf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/log2f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logbf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logbl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_cap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getcapbool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getcapnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getcapsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getcapstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getcaptime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/login_getclass.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/login_getpwclass.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/login_tty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/loginx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logoutx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logwtmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/logwtmpx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/longjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/longjmperror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/longname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lrand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lrint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lrintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/lsearch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_buffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_check.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_compile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_load.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/magic_setflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/major.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/makecontext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/makedev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/malloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/man.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/mandoc.3 comp-mdocml-man .man
|
|
|
|
./usr/share/man/man3/math.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mblen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbrlen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbrtowc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbsinit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbsrtowcs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbstowcs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mbtowc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/md2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/md4.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/md5.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mdc2.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/mdoc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/membar_consumer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/membar_enter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/membar_exit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/membar_ops.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/membar_producer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/membar_sync.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memccpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memcmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memmem.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memmove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memory.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memrchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/memset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_attributes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_back.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_cursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_driver.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_fore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_format.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_grey.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_hook.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_current.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_name.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_value.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_item_visible.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_items.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_mark.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_opts_off.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/menu_opts_on.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/menu_pad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_pattern.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_post.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_sub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_unmark.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menu_win.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/menus.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mergesort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/meta.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mi_vector_hash.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/minor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mkdtemp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mkstemp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mktemp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mktime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mktime_z.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/modf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/moncontrol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/monstartup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/move.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/move_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_filter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_put.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mpool_sync.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_getattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_notify.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_receive.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_send.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_setattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_timedreceive.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_timedsend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mq_unlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mqueue.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mrand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvaddch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvaddchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvaddchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvaddnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvaddstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvchgat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvcur.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvderwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvgetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvgetnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvgetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvhline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvinchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvinchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvinnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvinstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvprintw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvvline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwaddch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwaddchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwaddchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwaddnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwaddstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwchgat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwgetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwgetnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwgetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwhline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwinchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwinchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwinnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwinstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwprintw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/mvwvline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nanl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/napms.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nc_perror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nc_sperror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ndbm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/network.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_fieldtype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_item.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_menu.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/new_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/newpad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/newterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/newwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nextafter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nextafterf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nextafterl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nexttoward.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nftw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ngettext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nice.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nl_langinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nlist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nocbreak.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nodelay.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/noecho.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nonl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/noqiflush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/noraw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/notimeout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/npf.3 comp-npf-man .man,npf
|
|
|
|
./usr/share/man/man3/nrand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ns.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/ns_addr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/ns_ntoa.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/nsdispatch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ntoa.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ntohl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ntohs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/nvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/offsetof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/offtime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/offtime_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/opendir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/opendisk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/openlog.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/openlog_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/openpam.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_borrow_cred.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_free_data.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_free_envlist.3 comp-c-man .man,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/openpam_get_feature.3 comp-c-man .man,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/openpam_get_option.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_log.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_nullconv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_readline.3 comp-c-man .man,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/openpam_readlinev.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_readword.3 comp-c-man .man,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/openpam_restore_cred.3 comp-c-man .man,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/openpam_set_feature.3 comp-c-man .man,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/openpam_set_option.3 comp-c-man .man,pam
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/openpam_straddch.3 comp-c-man .man,pam
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/openpam_subst.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpam_ttyconv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/openpgpsdk.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/openpty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/openssl_bio.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_blowfish.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_bn.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_bn_internal.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_buffer.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_des.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_dh.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_dsa.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_ecdsa.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_engine.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_err.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_evp.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_hmac.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_lhash.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_md5.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_mdc2.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_pem.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_rand.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_rc4.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_ripemd.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_rsa.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_sha.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_threads.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_ui.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_ui_compat.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/openssl_x509.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/orcmd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/orcmd_af.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ossaudio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/overlay.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/overwrite.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/p2k.3 comp-puffs-man .man,rump
|
|
|
|
./usr/share/man/man3/p_query.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pair_content.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pam.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_acct_mgmt.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_authenticate.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_chauthtok.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_close_session.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_conv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_end.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_error.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_get_authtok.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_get_data.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_get_item.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_get_user.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_getenv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_getenvlist.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_info.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_open_session.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_prompt.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_putenv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_set_data.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_set_item.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_setcred.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_setenv.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_acct_mgmt.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_authenticate.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_chauthtok.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_close_session.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_open_session.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_sm_setcred.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_start.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_strerror.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_verror.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_vinfo.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/pam_vprompt.3 comp-c-man .man,pam
|
|
|
|
./usr/share/man/man3/param.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/parsedate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/paths.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pause.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_activate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_breakloop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_can_set_rfmon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_compile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_datalink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_datalink_name_to_val.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_datalink_val_to_name.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump_flush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump_ftell.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_dump_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_fileno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_findalldevs.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/pcap_free_datalinks.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/pcap_freealldevs.3 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/pcap_freecode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_get_selectable_fd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_geterr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_inject.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_is_swapped.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_lib_version.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_list_datalinks.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/pcap_list_tstamp_types.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/pcap_lookupdev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_lookupnet.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_loop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_major_version.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_next_ex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_offline_filter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_open_dead.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_open_live.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_open_offline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_buffer_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_datalink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_promisc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_rfmon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_snaplen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_set_timeout.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/pcap_set_tstamp_type.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/pcap_setdirection.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_setfilter.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_setnonblock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_snapshot.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_stats.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_statustostr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_strerror.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/pcap_tstamp_type_name_to_val.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcap_tstamp_type_val_to_name.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/pci.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pci_conf_print.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pci_devinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pci_findvendor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcibus_conf_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcibus_conf_write.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcidev_conf_read.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pcidev_conf_write.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pechochar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/perror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pidfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pidlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmap_getmaps.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmap_getport.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmap_rmtcall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmap_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmap_unset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pmc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pnoutrefresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popcount.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popcount32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popcount64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popcountl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popcountll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/popen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pos_form_cursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pos_menu_cursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix2time.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix2time_z.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_memalign.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_openpt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn_file_actions_addclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn_file_actions_adddup2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn_file_actions_addopen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn_file_actions_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawn_file_actions_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getpgroup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getschedpolicy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getsigdefault.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_getsigmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setflags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setpgroup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setschedpolicy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setsigdefault.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnattr_setsigmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/posix_spawnp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/post_form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/post_menu.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pow.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/powf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_component_at.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_component_idx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_component_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_component_release.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_component_retain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copydel_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copydel_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copydel_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copydel_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copyset_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copyset_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copyset_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_copyset_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_delete_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_delete_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_delete_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_delete_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_get_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_get_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_get_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_get_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_idx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_length.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_lookup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_number.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_pop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_push.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_push_idx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_push_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_release.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_replace_idx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_replace_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_retain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_set_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_set_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_set_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_set_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ppath_subpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prefresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/printf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/printw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/proc_compare.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_add.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_copy_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_create_with_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_ensure_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_externalize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_externalize_to_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_externalize_to_pref.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_int16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_int32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_int8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_uint16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_uint32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_get_uint8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_internalize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_internalize_from_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_internalize_from_pref.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_iterator.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_make_immutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_recv_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_recv_syscall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_remove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_send_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_send_syscall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_int16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_int32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_int8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_uint16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_uint32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_set_uint8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_array_util.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_bool_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_bool_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_bool_true.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_create_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_create_data_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_data_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_equals_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_data_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_all_keys.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_copy_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_count.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_create_with_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_ensure_capacity.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_externalize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_externalize_to_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_externalize_to_pref.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_int16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_int32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_int8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_keysym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_uint16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_uint32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_get_uint8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_ingest.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_internalize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_internalize_from_file.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_internalize_from_pref.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_iterator.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_keysym_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_keysym_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_make_immutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_recv_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_recv_syscall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_remove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_remove_keysym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_send_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_send_syscall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_sendrecv_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_int16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_int32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_int8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_keysym.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_uint16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_uint32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_set_uint8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_dictionary_util.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_alloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_key.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_private.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_ingest_context_type.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_create_integer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_create_unsigned_integer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_equals_integer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_equals_unsigned_integer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_integer_value.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_unsigned.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_number_unsigned_integer_value.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_iterator_next.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_iterator_release.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_iterator_reset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_release.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_retain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_object_type.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_send_ioctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_send_syscall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_append.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_append_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_copy_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_create_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_create_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_cstring_nocopy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_equals.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_equals_cstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_mutable.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/prop_string_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/proplib.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pset_assign.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pset_bind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pset_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pset_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/psiginfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/psignal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_atfork.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_get_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getdetachstate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getguardsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getinheritsched.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getname_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getschedpolicy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getscope.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getstack.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getstackaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_getstacksize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setcreatesuspend_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setdetachstate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setguardsize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setinheritsched.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setname_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setschedpolicy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setscope.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setstack.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setstackaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_attr_setstacksize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barierattr_destroy.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/pthread_barierattr_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/pthread_barrier.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrier_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrier_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrier_wait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrierattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrierattr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_barrierattr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cancel.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cleanup_pop.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cleanup_push.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_broadcast.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_signal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_timedwait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_cond_wait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_condattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_condattr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_condattr_init.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/pthread_condattr_setclock.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/pthread_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_curcpu_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_detach.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_equal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_exit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_getaffinity_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_getattr_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_getname_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_getschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_getspecific.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_join.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_key_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_key_delete.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_kill.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex_lock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex_trylock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutex_unlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutexattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutexattr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutexattr_gettype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutexattr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_mutexattr_settype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_once.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_resume_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_rdlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_timedrdlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_timedwrlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_tryrdlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_trywrlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_unlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlock_wrlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlockattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlockattr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_rwlockattr_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_schedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_self.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setaffinity_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setcancelstate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setcanceltype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setname_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setschedparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_setspecific.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_sigmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin_lock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin_trylock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_spin_unlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_suspend_np.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pthread_testcancel.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ptsname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/puffs.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_cc.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_cred.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_flush.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_framebuf.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_node.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_ops.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_path.3 comp-puffs-man .man
|
|
|
|
./usr/share/man/man3/puffs_req.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/puffs_suspend.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/putc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putc_unlocked.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putchar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putchar_unlocked.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/puts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pututxline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putwc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putwchar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/putwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_abort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_copyx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_edit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_error.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_getconf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_getprefix.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_getpwconf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_lock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_mkdb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_policy.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/pw_prompt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_scan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pw_setprefix.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pwcache.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pwcache_groupdb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/pwcache_userdb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/qabs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/qdiv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/qiflush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/qsort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/queue.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/quick_exit.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/quota_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_delete.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getimplname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getmountdevice.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getmountpoint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getnumidtypes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getnumobjtypes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_getrestrictions.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_idtype_getname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_objtype_getname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_objtype_isbytes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_opencursor.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_put.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_quotaoff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quota_quotaon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_atend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_getn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_rewind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotacursor_skipidtype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/quotaval_clear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/radixsort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/raise.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/raise_default_signal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rand.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rand_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/random.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/randomid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/randomid_delete.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/randomid_new.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/raw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/rb_tree_find_node.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb_tree_find_node_geq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb_tree_find_node_leq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb_tree_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb_tree_insert_node.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rb_tree_iterate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rbtree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rc4.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/rcmd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rcmd_af.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/re_comp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/re_exec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/readdir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/readdir_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/realloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/realpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/recno.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/refresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/refuse.3 comp-refuse-man .man
|
|
|
|
./usr/share/man/man3/regcomp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regexec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regexp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regfree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/registerrpc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/regsterrpc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/remainder.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/remainderf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/remove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/remque.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/remquo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/remquof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/request_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/request_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_findzonecut.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_getservers.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_hostalias.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_isourserver.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_mkquery.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nclose.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_ndestroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_ninit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nmkquery.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nmkupdate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nquery.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nquerydomain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nsearch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nsend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nsendsigned.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_nupdate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_ourserver_p.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_pquery.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_query.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_querydomain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_search.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_send.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_setservers.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/res_update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/reset_com_err_hook.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/reset_prog_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/reset_shell_mode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/resetty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/resizeterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/resolver.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rewind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rewinddir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rexec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rindex.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ripemd.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/rmd160.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rmtops.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/round.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/roundf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/roundl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/rpc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_broadcast.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_broadcast_exp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_call.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_clnt_auth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_clnt_calls.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_clnt_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_createerr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_reg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_soc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_svc_calls.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_svc_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_svc_err.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_svc_reg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpc_xdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_getaddr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_getmaps.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_gettime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_rmtcall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcb_unset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rpcbind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rresvport.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rresvport_af.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/rsa.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/rump.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/rump_etfs.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/rump_lwproc.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/rumpclient.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/rumphijack.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/rumpuser.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/ruserok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/saslc.d.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_alloc.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_end.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_init.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_cont.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_decode.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_encode.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_end.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_getmech.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_getprop.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_init.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_setprop.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_sess_strerror.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/saslc_strerror.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/savetty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scalb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scalbf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scalbn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scalbnf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scalbnl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scale_form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scale_menu.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scandir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scanw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_get_priority_max.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_get_priority_min.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_getparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_getscheduler.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_rr_get_interval.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_setparam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_setscheduler.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sched_yield.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scrl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scroll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/scrollok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_attr2desc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_change_service.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_data_print.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_data_size.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_data_type.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_data_valid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_error.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_get_alt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_attr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_int.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_seq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_str.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_url.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_get_uuid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_match_uuid16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_open_local.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_alt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_attr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_data.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_int.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_int16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_int32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_int64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_int8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_seq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_str.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uint16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uint32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uint64.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uint8.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_url.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uuid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uuid128.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uuid16.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_put_uuid32.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_record_insert.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_record_remove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_record_update.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_register_service.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_search.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_service_attribute.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_service_search.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_service_search_attribute.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_set_alt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_set_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_set_int.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_set_seq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_set_uint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sdp_unregister_service.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sdp_uuid2desc.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/secure_path.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/securepath.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/seed48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/seekdir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_close.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_getvalue.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_open.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_post.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_timedwait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_trywait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_unlink.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sem_wait.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_com_err_hook.3 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man3/set_current_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_current_item.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_curterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_back.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_buffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_fore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_just.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_pad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_printf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_status.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_type.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_field_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_fieldtype_arg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_fieldtype_choice.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_fields.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_sub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_form_win.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_item_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_item_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_item_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_item_value.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_max_field.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_back.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_fore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_format.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_grey.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_items.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_mark.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_opts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_pad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_sub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_unmark.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_userptr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_menu_win.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_new_page.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_term.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/set_top_row.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setbuf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setbuffer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setclasscontext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setdisktab.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setdomainname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setfsent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setgroupent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sethostent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sethostid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sethostname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setkey.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setlinebuf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setlocale.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setlogmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setlogmask_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setmode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setnetconfig.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setnetent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setnetgrent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setnetpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setpassent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setproctitle.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setprogname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setprotoent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setpwent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setrgid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setrpcent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setruid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setscrreg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setservent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setstate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setttyent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setttyentpath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setupterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setusercontext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setusershell.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setutxent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/setvbuf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sha.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sha1.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sha2.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/shquote.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/shquotev.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigaddset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigblock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigdelset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigemptyset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigevent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigfillset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sighold.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigignore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/siginterrupt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigismember.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/siglongjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/signal.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/signal_add.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/signal_del.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/signal_initialized.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/signal_pending.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/signal_set.3 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/signbit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/significand.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/significandf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigpause.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigrelse.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigsetjmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigsetmask.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigsetops.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sigvec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/simpleq_empty.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_first.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_head_initializer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_insert_after.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_insert_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_insert_tail.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/simpleq_remove_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/sin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sinf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sinh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sinhf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/skey.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_authenticate.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_get_algorithm.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_haskey.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_keyinfo.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_passcheck.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skey_set_algorithm.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skeychallenge.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skeygetnext.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skeylookup.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skeyverify.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/skeyzero.3 comp-c-man skey,.man
|
|
|
|
./usr/share/man/man3/sl_add.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sl_find.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sl_free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sl_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sleep.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/snprintb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/snprintb_m.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/snprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/snvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sockaddr_snprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sockatmark.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sqrt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sqrtf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/sqrtl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/sradixsort.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/srand.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/srand48.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/srandom.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ssl.3 comp-c-man crypto,.man
|
|
|
|
./usr/share/man/man3/ssp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/standend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/standout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/start_color.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stat_flags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stdarg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stdbool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stddef.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stdint.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stdio.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stdlib.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stpcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stpncpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcasecmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcasestr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strcspn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strdup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strerror.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strerror_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stresep.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strfmon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strftime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strftime_z.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/string_to_flags.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stringlist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strings.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strlcat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strlcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strlen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strmode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strncasecmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strncat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strncmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strncpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strndup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strnlen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strnunvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strnunvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strnvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strnvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strpbrk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strpct.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strptime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strrchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsep.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsignal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsnvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsnvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strspct.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strspn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsuftoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsuftollx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strsvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtod.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoimax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtok_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtold.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoul.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoull.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtoumax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strtouq.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strunvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strunvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strvisx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/strxfrm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/stty.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/subpad.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/subwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_auth_reg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_control.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_dg_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_dg_enablecache.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_exit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_fd_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_fds.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_fdset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_freeargs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getargs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getcaller.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getreg.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/svc_getregset.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/svc_getreq_common.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getreq_poll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getreqset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_getrpccaller.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_pollset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_raw_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_reg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_register.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_run.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_sendreply.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_tli_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_tp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_unreg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_unregister.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svc_vc_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_auth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_decode.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_noproc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_noprog.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_progvers.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_systemerr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcerr_weakauth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcfd_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcraw_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svctcp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcudp_bufcreate.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svcudp_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/svis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/swab.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/swapcontext.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/swapon.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/swprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/swscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sys_errlist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sys_nerr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sys_siglist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sys_signame.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysconf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysctl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysctlbyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysctlgetmibinfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysctlnametomib.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/sysexits.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/syslog.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/syslog_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/syslog_ss.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/syslogp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/syslogp_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/system.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/t_freent.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_getent.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_getflag.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_getnum.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_getstr.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_goto.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_parm.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_puts.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_putws.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/t_vparm.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_empty.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_entry.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_first.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_head_initializer.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_init.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_insert_after.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_insert_before.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_insert_head.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_insert_tail.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_next.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tailq_remove.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/tan.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tanh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tanhf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcdrain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcflow.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcflush.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcgetattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcgetpgrp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcgetsid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcsendbreak.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcsetattr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tcsetpgrp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tdelete.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/telldir.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tempnam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/termcap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/terminfo.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/termname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/textdomain.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tfind.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgamma.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgammaf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgetent.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgetflag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgetnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgmath.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tgoto.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/threads.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/ti_getflag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_getnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_getstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_putp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_puts.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_setupterm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ti_tiparm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tigetflag.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tigetnum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tigetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/time.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/time2posix.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/time2posix_z.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timegm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timelocal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timeoff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timeout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timeradd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timerclear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timercmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timerisset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timersub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/times.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespec.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespecadd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespecclear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespeccmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespecisset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timespecsub.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timeval.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/timezone.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tiparm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tmpfile.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tmpnam.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/toascii.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tok_end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tok_init.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tok_line.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tok_reset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tok_str.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tolower.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/top_row.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/touchline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/touchoverlap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/touchwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/toupper.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/towctrans.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/towlower.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/towupper.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tparm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tputs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/trunc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/truncf.3 comp-c-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man3/truncl.3 comp-c-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man3/tsearch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttyaction.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttylock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttymsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttyname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttyname_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttyslot.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ttyunlock.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/twalk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/typeof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/types.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tzalloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tzfree.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tzgetname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tzset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/tzsetwall.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ualarm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uid_from_user.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ukfs.3 comp-c-man .man,rump
|
|
|
|
./usr/share/man/man3/ulimit.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unctrl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/underend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/underscore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ungetc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ungetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ungetwc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unistd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unlockpt.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unpost_form.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unpost_menu.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unsetenv.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/untouchwin.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/unvis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/updlastlogx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/updwtmpx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/usb.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/usbhid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/use_default_colors.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/user_from_uid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/usleep.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/util.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/utime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/utmpxname.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_compare.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_create_nil.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_dec_be.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_dec_le.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_enc_be.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_enc_le.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_equal.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_from_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_hash.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_is_nil.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/uuid_to_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/va_arg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/va_copy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/va_end.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/va_start.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/valloc.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/varargs.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/vasprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vdprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/verr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/verrx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vfprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vfscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vfwprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vfwscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vis.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vlimit.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/vline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsnprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsnprintf_ss.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vswprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vswscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsyslog.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsyslog_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsyslog_ss.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/vsyslogp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vsyslogp_r.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vtimes.3 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man3/vwarn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vwarnx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vwprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/vwscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/waddch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/waddchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/waddchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/waddnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/waddstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/warn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/warnx.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattr_get.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattr_off.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattr_on.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattr_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattroff.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattron.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wattrset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wbkgd.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wbkgdset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wborder.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wchgat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wclear.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wclrtobot.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wclrtoeol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcolor_set.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcrtomb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscasecmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcschr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcscspn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsdup.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsftime.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcslcat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcslcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcslen.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsncasecmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsncat.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsncmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsncpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcspbrk.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsrchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsrtombs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsspn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstod.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstoimax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstok.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstol.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstold.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstoll.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstombs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstoul.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstoull.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcstoumax.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcswcs.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcswidth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcsxfrm.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wctob.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wctomb.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wctrans.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wctype.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wcwidth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wdelch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wdeleteln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wechochar.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/werase.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wgetch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wgetnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wgetstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/whline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winchnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winchstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winnstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winsch.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winsdelln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winsertln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/winstr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmemchr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmemcmp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmemcpy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmemmove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmemset.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wmove.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wnoutrefresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wordexp.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wprintf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wprintw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wrefresh.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wresize.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wscanf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wscanw.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wscrl.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wsetscrreg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wstandend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wstandout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wtimeout.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wtouchln.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wunderend.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wunderscore.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/wvline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_accepted_reply.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_array.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_authsys_parms.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_bool.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_bytes.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_callhdr.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_callmsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_char.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_destroy.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_double.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_enum.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_float.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_free.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_getpos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_inline.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_int.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_long.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_opaque.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_opaque_auth.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_pmap.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_pmaplist.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_pointer.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_reference.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_rejected_reply.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_replymsg.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_setpos.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_short.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_sizeof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_string.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_u_char.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_u_long.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_u_short.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_union.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_vector.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_void.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdr_wrapstring.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrmem_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrrec_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrrec_endofrecord.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrrec_eof.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrrec_skiprecord.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xdrstdio_create.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xprt_register.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/xprt_unregister.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/y0.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/y0f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/y1.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/y1f.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/yn.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/ynf.3 comp-c-man .man
|
|
|
|
./usr/share/man/man3/yp_all.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_bind.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_first.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_get_default_domain.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_master.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_match.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_next.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_order.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_setbindtries.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yp_unbind.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/ypclnt.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/yperr_string.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/ypprot_err.3 comp-c-man yp,.man
|
|
|
|
./usr/share/man/man3/zlib.3 comp-c-man .man
|
|
|
|
./usr/share/man/man5/config.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/config.samples.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/cpio.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/cvs.5 comp-cvs-man cvs,.man
|
|
|
|
./usr/share/man/man5/ldap.conf.5 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man5/ldif.5 comp-ldap-man ldap,.man
|
|
|
|
./usr/share/man/man5/libarchive-formats.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/mech.5 comp-krb5-man kerberos,.man
|
|
|
|
./usr/share/man/man5/mk.conf.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/mtree.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/ranlib.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/statvfs.5 comp-util-man .man
|
|
|
|
./usr/share/man/man5/tar.5 comp-util-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man5/tcsd.conf.5 comp-tpm-man tpm,.man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man7/operator.7 comp-c-man .man
|
|
|
|
./usr/share/man/man8/config.8 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man8/cvsbug.8 comp-cvs-man cvs,.man
|
|
|
|
./usr/share/man/man8/genassym.8 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man8/kgmon.8 comp-sysutil-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man8/tcsd.8 comp-tpm-man tpm,.man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/BOOT_FLAG.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/CALLOUT_INITIALIZER.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/CALLOUT_INITIALIZER_SETFUNC.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/CARDBUS_PRODUCT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/CARDBUS_VENDOR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/CLR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/CTASSERT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_conf_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_conf_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_free_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_function_disable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_function_enable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_make_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_mapreg_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/Cardbus_mapreg_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/DELAY.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ETHER_FIRST_MULTI.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ETHER_IS_MULTICAST.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ETHER_NEXT_MULTI.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/FILE_IS_USABLE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/FILE_SET_MATURE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/FILE_UNUSE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/FILE_USE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/FREE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/HOLDRELE.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/ISSET.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/KASSERT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/KASSERTMSG.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/KDASSERT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/KDASSERTMSG.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/KNOTE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/LWP_CACHE_CREDS.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MALLOC.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MALLOC_DECLARE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MALLOC_DEFINE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MALLOC_DEFINE_LIMIT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MCHTYPE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MCLGET.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MEXTADD.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MEXTMALLOC.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MEXTREMOVE.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/MFREE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MGET.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MGETHDR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/MH_ALIGN.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_ALIGN.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_COPY_PKTHDR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_LEADINGSPACE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_MOVE_PKTHDR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_PREPEND.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/M_TRAILINGSPACE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/NDINIT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/PCI_PRODUCT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/PCI_REVISION.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/PCI_VENDOR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/PMC_ENABLED.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/RUN_ONCE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/SCHED_LOCK.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/SCHED_UNLOCK.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/SET.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK_ALIGN.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK_ALLOC.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK_GROW.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK_MAX.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/STACK_SHRINK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/TC_DENSE_TO_SPARSE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/TC_PHYS_TO_UNCACHED.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VATTR_NULL.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VFS_CHECKEXP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_FHTOVP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_MOUNT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_QUOTACTL.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_ROOT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_SNAPSHOT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_START.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_STATFS.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VFS_STATVFS.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_SUSPENDCTL.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_SYNC.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_UNMOUNT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_VGET.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VFS_VPTOFH.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VHOLD.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_ABORTOP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_ACCESS.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_ADVLOCK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_BALLOC.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_BLKATOFF.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_BMAP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_BWRITE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_CLOSE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_CREATE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_FCNTL.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_FSYNC.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_GETATTR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_GETEXTATTR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_GETPAGES.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_INACTIVE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_IOCTL.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_ISLOCKED.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_LEASE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_LINK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_LISTEXTATTR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_LOCK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_LOOKUP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_MKDIR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_MKNOD.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_MMAP.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_OPEN.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_PATHCONF.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_POLL.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_PRINT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_PUTPAGES.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_READ.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_READDIR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_READLINK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_REALLOCBLKS.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_RECLAIM.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_REMOVE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_RENAME.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_REVOKE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_RMDIR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_SEEK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_SETATTR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_SETEXTATTR.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_STRATEGY.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_SYMLINK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_TRUNCATE.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_UNLOCK.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_UPDATE.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_VALLOC.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_VFREE.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/VOP_WHITEOUT.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VOP_WRITE.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/VREF.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/accept_filt_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/accept_filt_del.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/accept_filt_generic_mod_event.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/accept_filt_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/accept_filter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/access.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/accf_data.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/accf_http.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/allocbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/altq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_debug.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_debug_dev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_debug_ifnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_error.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_error_dev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_error_ifnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_get_error_count.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_naive.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_naive_dev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_naive_ifnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_normal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_normal_dev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_normal_ifnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_verbose.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_verbose_dev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/aprint_verbose_ifnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arc4randbytes.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arc4random.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arp_ifinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arpintr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/arpresolve.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/atop.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/audio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/autoconf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bawrite.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bcdtobin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bcmp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bcopy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bdevvp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bdwrite.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be16dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be16enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be16toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be32dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be32enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be32toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be64dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be64enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/be64toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime2timespec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime2timeval.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime_addx.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintime_sub.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bintobcd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/binuptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/biodone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/biowait.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bitmask_snprintf.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/bluetooth.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/boothowto.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/boottime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bounds_check_with_label.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bpf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bread.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/breada.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/breadn.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/brelse.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bswap16.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bswap32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bswap64.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/btoc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/btodb.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/buffercache.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bufq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dma.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_load.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_load_mbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_load_raw.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_load_uio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_sync.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamap_unload.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamem_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamem_mmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmamem_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmatag_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_dmatag_subregion.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_barrier.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_copy_region_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_copy_region_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_copy_region_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_copy_region_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_is_equal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_mmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_multi_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_multi_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_multi_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_multi_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_region_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_region_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_region_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_read_region_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_set_region_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_set_region_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_set_region_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_set_region_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_subregion.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_vaddr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_multi_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_multi_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_multi_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_multi_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_region_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_region_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_region_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bus_space_write_region_8.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bwrite.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/byteorder.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/bzero.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cache_enter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cache_lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cache_purge.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cache_purgevfs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cache_revlookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback_head_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback_head_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback_run_roundrobin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callback_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_ack.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_active.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/callout_deactivate.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/callout_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_expired.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_halt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_invoking.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_pending.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_reset.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_schedule.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_setfunc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/callout_stop.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_attach_card.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_conf_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_conf_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_detach_card.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_free_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_function_disable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_function_enable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_get_capability.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_make_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_mapreg_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cardbus_mapreg_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cdevvp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/checkalias.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/child_return.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/chooselwp.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/chooseproc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/clock_secs_to_ymdhms.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/clock_ymdhms_to_secs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/closef.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/clrbit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cltom.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_check_magic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_destroy_magic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_get_magic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_init_magic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_isconsole.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_set_magic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cn_trap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cnbell.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cngetc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cngetsn.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cnmagic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cnpollc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cnputc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/condvar.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_activate.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/config_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_attach_loc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_attach_pseudo.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_deactivate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_defer.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_detach_children.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_finalize_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_found.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_found_ia.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_found_sm.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/config_found_sm_loc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_interrupts.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_match.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_mountroot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_pending_decr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_pending_incr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_search.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/config_search_ia.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/config_search_loc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cons.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyin_proc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyinstr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyout_proc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copyoutstr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/copystr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/coredump_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_fast.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_fast32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_fast64.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong64.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong_getflags.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cprng_strong_setflags.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_configure.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_coredump.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_dump.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_dumpconf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_dumpsize.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_exit.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_fork.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_idle.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_initclocks.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_lwp_fork.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_need_resched.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_number.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_reboot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_rootconf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_startup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_swapin.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_swapout.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_switch.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_switchto.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpu_sysctl.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpu_wait.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cpufreq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_deregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_get_backend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_get_state.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_get_state_index.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_set.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_set_all.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cpufreq_suspend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crcopy.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crcvt.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crdup.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/cred.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crfree.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crget.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crhold.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/crypto_dispatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_done.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_freereq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_freesession.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_get_driverid.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_getreq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_kdispatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_kdone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_kregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_newsession.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/crypto_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/csf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ctob.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ctod.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ctxsw.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/curcpu.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/curlwp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/curproc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_broadcast.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_has_waiters.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_signal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_timedwait.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_timedwait_sig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_wait.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_wait_sig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/cv_wakeup.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/dbtob.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ddc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/delay.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/device_printf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/deviter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/deviter_first.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/deviter_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/deviter_next.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/deviter_release.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_begindetach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_busy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_detatch.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/disk_find.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disk_resetstat.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/disk_unbusy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/disklabel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_backend_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_backend_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_done.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_process.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_request_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_request_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_session_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dmover_session_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/do_setresgid.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/do_setresuid.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dofileread.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dofilereadv.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dofilewrite.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dofilewritev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dopowerhooks.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/doshutdownhooks.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/driver.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dtoc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dumpsys.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/dupfdopen.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/edid.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/enodev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/enoioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/enosys.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/enxio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/eopnotsupp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/errno.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ether_addmulti.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ether_delmulti.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ether_ifattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ethersubr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/evcnt_attach_dynamic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/evcnt_attach_static.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/evcnt_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/execsigs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extattr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_alloc_region.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_alloc_subregion.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/extent_print.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/falloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fd_getfile.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdavail.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/fdcheckstd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdclear.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdclone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdcloseexec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdcopy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fddi_addmulti.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fddi_delmulti.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fddi_ifattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdexpand.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdfree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdrelease.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdremove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdshare.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fdunshare.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fetch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ffree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fgetown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/file.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fileassoc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/filedesc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmload.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_close.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_get_size.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_malloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_open.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/firmware_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/flash.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fork1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/format_bytes.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fownsignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fscow_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fscow_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fscow_run.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fsetown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_done.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_getstate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_is_owner.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_setstate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_start.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fstrans_start_nowait.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fubyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fuibyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fuiword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fuswintr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fusword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/fuword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/genfs.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/genfs_rename.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/getbintime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getbinuptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getblk.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/geteblk.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getiobuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getiobuf_nowait.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/getmicrotime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getmicrouptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getnanotime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getnanouptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/getnewvnode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/gsignal.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/hardclock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hash.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hash32_buf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hash32_str.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hash32_strn.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hashdone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hashinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/holdrele.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/howmany.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htobe16.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htobe32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htobe64.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htole16.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htole32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/htole64.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/humanize_number.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/hztoms.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/i386/bios32_service.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/i386/bioscall.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/i386/nmi.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/i386/nmi_disestablish.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/i386/nmi_establish.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/i386/return_address.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/i386/spllower.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/i386/splraise.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_chan2ieee.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_chan2mode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_crypto.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_ieee2mhz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_ifattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_ifdetach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_input.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_media2rate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_media_change.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_media_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_media_status.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_mhz2ieee.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_node.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_output.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_proto.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_radiotap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rate2media.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rssadapt_choose.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rssadapt_input.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rssadapt_lower_rate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rssadapt_raise_rate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_rssadapt_updatestats.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_setmode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ieee80211_watchdog.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_acquire_bus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_exec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_release_bus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_smbus_read_byte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_smbus_receive_byte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/iic_smbus_write_byte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/imax.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/imin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/in4_cksum.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/in6_cksum.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/in_cksum.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/in_getifa.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/incore.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/inittodr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/intro.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic_attach_devs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioasic_submatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioctl_copyin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ioctl_copyout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdb.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdb_connect.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdb_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdb_poll.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdb_trap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdbcmds.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdbfbyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdbif_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdbinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ipkdbsbyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmaabort.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmacascade.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmacount.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmadone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamap_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamap_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamaxsize.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamem_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmamem_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_dmastart.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_drq_isfree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_intr_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_malloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isa_mappage.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isapnp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isapnp_config.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isapnp_devmatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isapnp_unconfig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isclr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/isset.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/issignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/itimerfix.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kauth.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcont.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/kcopy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_atomic_clear.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_atomic_set.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_clear.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_copy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_copyin.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_copyout.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/kcpuset_countset.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/kcpuset_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_destroy.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/kcpuset_export_32.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/kcpuset_fill.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/kcpuset_isotherset.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/kcpuset_isset.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_iszero.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_match.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_merge.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_set.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_unuse.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_use.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kcpuset_zero.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kernacc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/kfilter_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kfilter_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/killproc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kmem.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kmem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kmem_asprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kmem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kmem_zalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/knote.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpause.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpgsignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpreempt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpreempt_disable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpreempt_disabled.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpreempt_enable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kpsignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kthread.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kthread_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kthread_create1.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/kthread_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kthread_exit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/kthread_join.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le16dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le16enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le16toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le32dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le32enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le32toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le64dec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le64enc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/le64toh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/linedisc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lockinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lockmgr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lockmgr_printinfo.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lockstatus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/log.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/longjmp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ltsleep.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_adj.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_cat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_copyback.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_copyback_cow.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_copydata.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_copym.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_copypacket.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/m_copyup.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/m_devget.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_dup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_freem.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_getclr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_gethdr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_makewritable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_prepend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_pulldown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_pullup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_split.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_copy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_copy_chain.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_delete.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_delete_chain.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_delete_nonpersistent.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_find.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_first.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_next.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_prepend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/m_tag_unlink.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/makeiplcookie.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/malloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/malloc_roundup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/malloc_type_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/malloc_type_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/malloc_type_setlimit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mb.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mb_memory.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mb_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mb_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca_conf_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca_conf_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mca_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/memcmp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/memcpy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/memmove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/memoryallocators.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/memset.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mi_switch.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/microseq.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/microtime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/microuptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_autoload.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_builtin_require_force.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_find_section.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_hold.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_init_class.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_load.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_load_vfs_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_rele.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_start_unload_thread.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/module_unload.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mono_time.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/mstohz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mtocl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mtod.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_enter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_exit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_owned.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_spin_enter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_spin_exit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/mutex_tryenter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/namecache.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/namecache_print.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/namei.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/nanotime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/nanouptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/need_resched.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/nextrunqueue.9 comp-obsolete obsolete
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/npf_ncode.9 comp-obsolete obsolete
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/nullop.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/old_sysctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/opencrypto.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/optstr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/optstr_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/p_find.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/panic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pathbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_conf_hook.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_conf_interrupt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_conf_print.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_conf_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_conf_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_configure_bus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_decompose_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_devinfo.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_find_device.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_findvendor.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_get_capability.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_get_powerstate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_intr_string.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_make_tag.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_mapreg_info.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_mapreg_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_mapreg_type.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_set_powerstate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_vpd_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pci_vpd_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_attach_slot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_cnattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_enqueue_cmd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_flush.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_poll_cmd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_poll_data.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_set_inputhandler.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_set_poll.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_slot_enable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbport_xt_translation.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pckbportintr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_cis_read_1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_cis_read_2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_cis_read_3.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_cis_read_4.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_cis_read_n.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_function_disable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_function_enable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_function_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_io_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_io_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_io_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_io_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_mem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_mem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_mem_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_mem_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcmcia_scan_cis.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_maxitems.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_peek.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcq_put.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/pcu.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcu_discard.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcu_load.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcu_save.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcu_save_all.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pcu_used_p.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/percpu.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/percpu_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/percpu_foreach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/percpu_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/percpu_getref.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/percpu_init.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/percpu_init_cpu.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/percpu_putref.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_add_hook.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_get_head.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pfil_head_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_head_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_head_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_hook_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_remove_hook.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfil_run_hooks.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pfind.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pg_find.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pgfind.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pgrp_find.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pgsignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/physio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_accumulate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_alloc_kernel_counter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_configure_counter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_counter_isconfigured.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_counter_isrunning.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_disable_counter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_enable_counter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_free_kernel_counter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_get_counter_type.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_get_counter_value.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_get_num_counters.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_restore_context.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_save_context.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_start_profiling.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmc_stop_profiling.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_class_display_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_class_input_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_class_network_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_deregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_recursive_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_recursive_suspend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_register1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_resume_subtree.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pmf_device_subtree_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_device_suspend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_event_deregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_event_inject.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_event_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_get_platform.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_set_platform.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_system_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_system_shutdown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pmf_system_suspend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_destruct_object.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_get_paddr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_invalidate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_invalidate_local.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pool_cache_put.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_put_paddr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_sethardlimit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_sethiwat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_cache_setlowat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_prime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_put.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_sethardlimit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_sethiwat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pool_setlowat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/postsig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/powerhook_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/powerhook_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/powerof2.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/ppi.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/ppsratecheck.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/preempt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/printf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/printf_nolog.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/proc_find.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/proc_trampoline.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/profhz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_array_copyin_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_array_copyout_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_copy.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/prop_copyin_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_delete.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/prop_dictionary_copyin_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_dictionary_copyout_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/prop_get.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/prop_list.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/prop_objs.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/prop_set.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/propdb_create.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/propdb_destroy.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/properties.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/pserialize.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pserialize_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pserialize_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pserialize_perform.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pserialize_read_enter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/pserialize_read_exit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/psignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ptoa.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/putiobuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/putter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/radio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ras.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ras_fork.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ras_lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ras_purgeall.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rasops.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rasops_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rasops_reconfig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ratecheck.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/readdisklabel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/realloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/relookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/remrunqueue.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/resettodr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd_add_data.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd_add_uint32.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd_attach_source.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd_detach_source.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rnd_extract_data.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/rndsink.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/rootconf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/round_page.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rounddown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/roundup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/roundup2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rssadapt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer_queue_change.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer_queue_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer_queue_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rt_timer_remove_all.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/runtime.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/rw.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_downgrade.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_enter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_exit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_lock_held.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_read_held.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_tryenter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_tryupgrade.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rw_write_held.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/rwlock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/scanc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sched_4bsd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sched_lock_idle.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/sched_m2.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sched_psignal.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/sched_unlock_idle.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/scheduler.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/scsipi.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_bsd44.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_deregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_eval.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_extensions.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_overlay.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_securelevel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/secmodel_suser.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/seldestroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/select.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/selinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/selnotify.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/selrecord.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/selwakeup.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/sendsig.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/setbit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/setdisklabel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/setjmp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/setroot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/setrunqueue.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/shutdownhook_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/shutdownhook_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigaction1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigactsfree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigactsinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigactsunshare.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigaltstack1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigcode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigexit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/siginit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigmasked.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/signal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigpending1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigprocmask1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigsuspend1.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sigtramp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock_dump.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock_freecheck.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock_try.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/simple_lock_unlock.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/simple_unlock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/skpc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sleep.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/snprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_getint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_set.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sockopt_setint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softint_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softint_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softint_schedule.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softintr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softintr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softintr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/softintr_schedule.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spinlockinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spinlockmgr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spl0.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splbio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splclock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splhigh.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splimp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spllower.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/spllowersoftclock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splraise.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/splraiseipl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splsched.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splserial.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splsoftbio.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splsoftclock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splsoftnet.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splsoftserial.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splstatclock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/spltty.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splvm.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/splx.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/stathz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/store.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/subyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/suibyte.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/suiword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sun3/isr_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sun3/isr_add_autovect.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sun3/isr_add_custom.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sun3/isr_add_vectored.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/suser.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/suspendsched.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/suswintr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/susword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/suword.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_createv.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_destroyv.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_dispatch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_locate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_lock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_needfunc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_notavail.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_null.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_query.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_teardown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysctl_unlock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_sensor_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_sensor_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_envsys_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_pswitch.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_pswitch_event.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_pswitch_register.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_pswitch_unregister.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_task_queue_fini.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_task_queue_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_task_queue_preinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_task_queue_sched.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/sysmon_taskq.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_badaddr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_mb.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_syncbus.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tc_wmb.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tcp_congctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tick.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tickadj.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/time.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/time_second.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/time_uptime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/timecounter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/timeout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/timespec2bintime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/timeval2bintime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tmpfs.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/todr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/todr_getcal.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/todr_gettime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/todr_setcal.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/todr_settime.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tprintf_close.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tprintf_open.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/transferlockers.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/trapsignal.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/trunc_page.9 comp-sys-man .man
|
2013-12-06 12:04:52 +01:00
|
|
|
./usr/share/man/man9/ts2timo.9 comp-sys-man .man
|
Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
* tools
* distribution
* sets
* release
The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.
For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.
Regarding new or modifications of Makefiles a few things:
* Read share/mk/bsd.README
* If you add a subdirectory, add a Makefile in it, and have it called
by the parent through the SUBDIR variable.
* Do not add arbitrary inclusion which crosses to another branch of
the hierarchy; If you can't do without it, put a comment on why.
If possible, do not use inclusion at all.
* Use as much as possible the infrastructure, it is here to make
life easier, do not fight it.
Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-09-12 09:37:05 +02:00
|
|
|
./usr/share/man/man9/tsleep.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ttyldisc_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ttyldisc_lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ttyldisc_remove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ttyprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/tvtohz.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uao_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uao_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uao_reference.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ubc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ubc_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ubc_release.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ubc_uiomove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ucas.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ucom.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uiomove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/ungetnewvnode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/untimeout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/usbd_status.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/usbdi.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/useracc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/userret.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_chgkprot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_coredump.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_deallocate.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_fault.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_fork.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_grow.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_init_limits.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_io.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_kernacc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_km.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_km_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_km_alloc1.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_km_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_km_free_wakeup.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_km_kmemalloc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_km_suballoc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_km_valloc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_km_valloc_wait.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_km_zalloc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_loan.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_map_checkprot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_map_pageable.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_map_protect.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_meter.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_page_physload.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pagealloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pagefree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pageout.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pagerealloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pglistalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_pglistfree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_scheduler.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_setpagesize.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_swap_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_swapin.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_sysctl.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_unloan.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_useracc.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_vnp_setsize.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_vnp_sync.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_vnp_terminate.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvm_vslock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvm_vsunlock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_exec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_fork.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_share.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvmspace_unshare.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/uvn_attach.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/uvn_findpages.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vaccess.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vattr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vattr_null.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vcons.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vcount.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vdevgone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/veriexec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfinddev.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vflush.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vflushbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_attach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_busy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_detach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_export.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_export_lookup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_getnewfsid.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_getopsbyname.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_getvfs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_hooks.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_hooks_unmount.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_mountalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_mountedon.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_mountroot.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_reinit.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_resume.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_rootmountalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_setpublicfs.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_showexport.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_shutdown.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_suspend.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_sysctl.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vfs_unbusy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_unmountall.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfs_write_resume.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vfs_write_suspend.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vfsops.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vfssubr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vget.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vgone.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vgonel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vhold.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/video.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vinvalbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_dmamap_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_dmamap_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_dmamem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_dmamem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_intr_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_intr_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_intr_evcnt.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_intr_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_probe.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_space_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_space_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_space_get.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_space_map.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vme_space_unmap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_alloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_free.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_xalloc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vmem_xfree.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_bwrite.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_close.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_closefile.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_cow_disestablish.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vn_cow_establish.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vn_default_error.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_fcntl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_finished_write.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vn_ioctl.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_isunder.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_lock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_markexec.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_marktext.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_open.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_poll.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_rdwr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_read.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_restorerecurse.9 comp-sys-man obsolete
|
|
|
|
./usr/share/man/man9/vn_setrecurse.9 comp-sys-man obsolete
|
|
|
|
./usr/share/man/man9/vn_start_write.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vn_stat.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_statfile.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_write.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vn_writechk.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vnfileops.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vnode.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vnodeops.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vnsubr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/voidop.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vpanic.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vprint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vput.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vrecycle.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vref.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vrele.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vrele_async.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vslock.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vsnprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vsprintf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vsunlock.9 comp-obsolete obsolete
|
|
|
|
./usr/share/man/man9/vtruncbuf.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/vwakeup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wakeup.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wdc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/workqueue.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/workqueue_create.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/workqueue_destroy.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/workqueue_enqueue.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/writedisklabel.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wscons.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsdisplay.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsdisplay_cnattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsdisplay_switchtoconsole.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsdisplaydevprint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsemuldisplaydevprint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_add.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_enum.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_find.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_getflg.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_lock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_map_unichar.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_matches.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_remove.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsfont_unlock.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbd.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbd_cnattach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbd_cndetach.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbd_input.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbd_rawinput.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wskbddevprint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsmouse.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsmouse_input.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/wsmousedevprint.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/msr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/nmi.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/nmi_disestablish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/nmi_establish.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/rdmsr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/rdmsr_safe.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/rdtsc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/tsc.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/tsc_sync_ap.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/tsc_sync_bp.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/tsc_sync_drift.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/tsc_tc_init.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/wrmsr.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/x86/x86_msr_xcall.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/xc_broadcast.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/xc_unicast.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/xc_wait.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/xcall.9 comp-sys-man .man
|
|
|
|
./usr/share/man/man9/yield.9 comp-sys-man .man
|
|
|
|
./usr/share/misc/gprof.callg comp-obsolete obsolete
|
|
|
|
./usr/share/misc/gprof.flat comp-obsolete obsolete
|
|
|
|
./usr/share/misc/indent.pro comp-util-share share
|
|
|
|
./usr/share/misc/menu_sys.def comp-c-share share
|
|
|
|
./usr/share/misc/msg_sys.def comp-c-share share
|
|
|
|
./usr/share/misc/operator comp-c-share share
|
|
|
|
./usr/share/misc/style comp-c-share share
|
|
|
|
./var/db/libc.tags comp-c-root
|