Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
crypto/ | H | - | - | 12 | 4 | |
dev/ | H | - | - | 56 | 14 | |
fs/msdosfs/ | H | - | - | 12 | 6 | |
sys/ | H | - | - | 25 | 6 | |
ufs/ | H | - | - | 24 | 6 | |
Makefile | H A D | 15-Oct-2015 | 5 KiB | 162 | 115 | |
README | H A D | 06-Jun-2012 | 2.4 KiB | 88 | 55 | |
cdbr.h | H A D | 15-Oct-2015 | 184 | 6 | 2 | |
cdbw.h | H A D | 06-Dec-2013 | 184 | 6 | 2 | |
compat_defs.h | H A D | 15-Oct-2015 | 27.7 KiB | 1,286 | 1,060 | |
compat_getopt.h | H A D | 06-Jun-2012 | 389 | 18 | 10 | |
compat_pwd.h | H A D | 06-Jun-2012 | 2.2 KiB | 64 | 23 | |
configure | H A D | 15-Oct-2015 | 227.1 KiB | 8,849 | 7,843 | |
configure.ac | H A D | 15-Oct-2015 | 8.2 KiB | 253 | 223 | |
db.h | H A D | 06-Jun-2012 | 181 | 8 | 5 | |
defs.mk.in | H A D | 06-Dec-2013 | 2.5 KiB | 88 | 78 | |
dprintf.c | H A D | 06-Dec-2013 | 2.2 KiB | 78 | 37 | |
fgetln.c | H A D | 15-Oct-2015 | 2 KiB | 92 | 58 | |
flock.c | H A D | 06-Jun-2012 | 2.2 KiB | 77 | 30 | |
fpurge.c | H A D | 06-Jun-2012 | 1.7 KiB | 50 | 12 | |
fts.h | H A D | 06-Jun-2012 | 181 | 6 | 2 | |
getline.c | H A D | 15-Oct-2015 | 2.9 KiB | 112 | 69 | |
getmode.c | H A D | 06-Jun-2012 | 1.9 KiB | 58 | 19 | |
glob.h | H A D | 06-Jun-2012 | 184 | 6 | 2 | |
issetugid.c | H A D | 06-Jun-2012 | 344 | 22 | 8 | |
lchflags.c | H A D | 15-Oct-2015 | 2.2 KiB | 63 | 25 | |
lchmod.c | H A D | 15-Mar-2014 | 2 KiB | 57 | 19 | |
lchown.c | H A D | 15-Mar-2014 | 2.2 KiB | 61 | 22 | |
md2.h | H A D | 06-Jun-2012 | 178 | 6 | 2 | |
md4.h | H A D | 06-Jun-2012 | 178 | 6 | 2 | |
md5.h | H A D | 06-Jun-2012 | 178 | 6 | 2 | |
mpool.h | H A D | 06-Jun-2012 | 92 | 4 | 1 | |
namespace.h | H A D | 06-Jun-2012 | 380 | 15 | 4 | |
nbtool_config.h.in | H A D | 15-Oct-2015 | 17.9 KiB | 688 | 477 | |
ndbm.h | H A D | 06-Jun-2012 | 169 | 8 | 5 | |
nl_types.h | H A D | 15-Oct-2015 | 553 | 18 | 8 | |
pread.c | H A D | 06-Jun-2012 | 1.9 KiB | 56 | 16 | |
putc_unlocked.c | H A D | 06-Jun-2012 | 1.7 KiB | 48 | 11 | |
pwrite.c | H A D | 06-Jun-2012 | 1.9 KiB | 56 | 16 | |
rmd160.h | H A D | 06-Dec-2013 | 190 | 6 | 2 | |
setenv.c | H A D | 06-Jun-2012 | 1.9 KiB | 51 | 12 | |
setgroupent.c | H A D | 06-Jun-2012 | 227 | 13 | 8 | |
setpassent.c | H A D | 06-Jun-2012 | 223 | 13 | 8 | |
setprogname.c | H A D | 06-Jun-2012 | 1.9 KiB | 55 | 19 | |
sha1.h | H A D | 06-Dec-2013 | 184 | 6 | 2 | |
sha2.h | H A D | 06-Dec-2013 | 184 | 6 | 2 | |
snprintf.c | H A D | 06-Jun-2012 | 13.6 KiB | 664 | 519 | |
tzfile.h | H A D | 06-Jun-2012 | 94 | 4 | 1 | |
vis.h | H A D | 06-Jun-2012 | 181 | 6 | 2 |
README
1$NetBSD: README,v 1.12 2005/04/05 00:21:22 jmc Exp $ 2 3Special notes for cross-hosting a NetBSD build on certain platforms. 4Only those platforms which have been tested to complete a "build.sh" run 5are listed. 6 7All hosts must have a POSIX compatible sh. /bin/sh is assumed unless 8otherwise set. This can be overridden by setting HOST_SH in the environment. 9 10In addition all hosts must provide the following local tools: 11 12gzip 13 14===== 15 16NetBSD: 17 18* _NETBSD_SOURCE is *not* to be defined/pulled in during compat/tools builds. 19 compat_defs.h will error out if it finds it defined. 20 21HP-UX: 22 23* zlib must be available. 24 This will be fixed in the future to include zlib in libnbcompat. 25 26===== 27 28LINUX: 29 30* Tested on RedHat Linux 7.1 (i386). 31 Tested on RedHat Linux 7.3 (i686) on 16 Sep 2002. Requires "LANG=C" 32 in the environment. 33 34* Tested on Redhat Linux 8.0 (i686) in Fall 2003. Requires no special settings. 35 36* Tested on Redhat ES3 and AS3 in spring of 2004. Requires no special settings. 37 38* The gcc (and libstdc++, if needed) package must be installed, along 39 with the typical system development packages (glibc-devel, etc.). 40 41* The ncurses-devel package must be installed (for nbinfo). 42 43* The zlib and zlib-devel packages must be installed. This will be 44 fixed in the future to include zlib in libnbcompat. 45 46===== 47 48MACOS 49 Requires a case sensitive filesystem such as UFS 50 51* Tested on 10.2.8 with Dec 2002 Developer Tools 52 - may require a fix to /usr/bin/join, netbsd's join should work fine 53* Tested on 10.3 with xcode 1.5 54 - compiles fine out of the box 55 56===== 57 58NETBSD (earlier releases): 59 60* Tested on NetBSD 1.5.2 (machine-independently). 61 62* Should need no special setup. 63 64===== 65 66SOLARIS: 67 68* Tested on Solaris/x86 8 (5.8) with gcc 2.95.2 and Solaris/sparc 8 (5.8) 69 with gcc 3.2 (not yet tested with SUNWspro). 70 71* $HOST_CC needs to be set properly (for gcc, it should be set to "gcc", 72 otherwise the improper /usr/ucb/cc may be invoked by accident). 73 74* The SUNWzlib package (or a built version of zlib visible to $HOST_CC, 75 such as SMCzlib from sunfreeware.com) must be installed. This will be 76 fixed in the future to include zlib in libnbcompat. 77 78* Needs the following paths, in this order, in $PATH: 79 80 /usr/xpg4/bin 81 /usr/ccs/bin 82 <path to host C and C++ compilers> 83 /usr/bin 84 85 /usr/ucb may optionally be placed before /usr/bin, per your preference, 86 but /usr/ucb *MUST NOT* be before /usr/ccs/bin or before the path to 87 the host C and C++ compilers. 88