CVS log for src/tools/compat/Makefile
Up to [cvs.NetBSD.org] / src / tools / compat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.90.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 17 13:32:52 2024 UTC (8 weeks, 1 day ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-1-RELEASE
Diff to: previous 1.90: preferred, colored; next MAIN 1.91: preferred, colored
Changes since revision 1.90: +4 -2
lines
Pull up following revision(s) (requested by kre in ticket #1004):
tools/compat/configure: revision 1.106
lib/libc/string/__strsignal.c: revision 1.26
tools/compat/configure.ac: revision 1.108
tools/compat/nbtool_config.h.in: revision 1.57
usr.bin/elf2aout/elf2aout.c: revision 1.24
tools/compat/Makefile: revision 1.93
sys/arch/macppc/stand/fixcoff/fixcoff.c: revision 1.13
tools/compat/compat_defs.h: revision 1.123
Include <arpa/inet.h> for htonl() (From Jan-Benedict Glaw)
Probably this should be using htobe32() instead of htonl()
(and so <endian.h> rather than <arpa/inet.h>) as there is
no sign of any network anywhere near here. But that's for
another day, and to be done by someone who can test it.
Portability fixes from Jan-Benedict Glaw
The args to help() and usage() need to be const char *
and main() should be declared as returning int.
Add shquote to libnbcompat
Include shquote() in configure tests
Regen for added shquote()
Stop attempting to return a (char*) in place of (const char *)
This removes a cast that was added in 1994, when __strsignal()
returned a char * to convert the const char * element of sys_siglist
into a type that matched.
It should have been removed when __strsignal() was changed to
return const char * in 1998. But wasn't.
This should fix an inane warning (treated as an error) from a
compile stupid enough to allow a natural char * (as in char buf[N])
to be returned as a result (which is, of course, fine), but complains
about returning (char *) applied to a (const char *).
Revision 1.93: download - view: text, markup, annotated - select for diffs
Thu Oct 31 15:05:48 2024 UTC (2 months, 2 weeks ago) by jakllsch
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +4 -2
lines
Add shquote to libnbcompat
Revision 1.92: download - view: text, markup, annotated - select for diffs
Tue May 30 18:27:04 2023 UTC (19 months, 2 weeks ago) by lukem
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +4 -5
lines
tools/compat: use autoreconf, support MAKEVERBOSE
Use autoreconf instead of autoconf + autoheader;
we'll need aclocal in the near future.
If MAKEVERBOSE >= 2, add -v to autoreconf.
Revision 1.91: download - view: text, markup, annotated - select for diffs
Tue May 23 20:20:54 2023 UTC (19 months, 3 weeks ago) by lukem
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +3 -1
lines
tools/compat: MAKEVERBOSE support in regen
Revision 1.90: download - view: text, markup, annotated - select for diffs
Sat Sep 18 01:47:10 2021 UTC (3 years, 3 months ago) by christos
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Branch point for: netbsd-10
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +6 -6
lines
Patch the build script and toolchain to allow passing through
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks
the build. These variables are necessary to support building NetBSD
from a GNU Guix or NixOS host, where /usr/include, /lib, and all
but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS
was incomplete. From Ryan Sundberg
Revision 1.89: download - view: text, markup, annotated - select for diffs
Thu Feb 25 13:41:58 2021 UTC (3 years, 10 months ago) by christos
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +3 -2
lines
Add reallocarray; this is used by the new regex code and we don't want to
convert it to reallocarr so the code is kept similar with the original from
FreeBSD.
Revision 1.88: download - view: text, markup, annotated - select for diffs
Sat Jun 13 10:49:17 2020 UTC (4 years, 7 months ago) by lukem
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +7 -2
lines
tools: configure --silent if MAKEVERBOSE == 0
Revision 1.83.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:13 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.83: preferred, colored; next MAIN 1.84: preferred, colored
Changes since revision 1.83: +5 -4
lines
Sync with HEAD
Revision 1.87: download - view: text, markup, annotated - select for diffs
Wed May 8 02:25:50 2019 UTC (5 years, 8 months ago) by thorpej
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +3 -2
lines
Fix building libprop as a host tool library on platforms that don't have
the Matt Thomas rbtree:
- Include rb.c in libnbcompat, and provide a nbcompat sys/rbtree.h
header.
- Make sure libprop's source file include prop_object_impl.h before
anything else, and pull in nbtool_config.h from there.
Tested by simulating such a host system by renaming the host's
<sys/rbtree.h> out of the way (which reproduced the build failure)
and verifying that the host-tool installboot contained the rb_*
functions in its own .text segment.
Revision 1.81.14.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:49 2018 UTC (6 years, 4 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.81.14.1: preferred, colored; branchpoint 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81.14.1: +3 -3
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.86: download - view: text, markup, annotated - select for diffs
Thu Aug 30 12:05:34 2018 UTC (6 years, 4 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +2 -2
lines
deal with getsubopt and strncasecmp (needed by mdocml)
Revision 1.85: download - view: text, markup, annotated - select for diffs
Thu Aug 16 12:03:36 2018 UTC (6 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +2 -2
lines
add strncasecmp
Revision 1.84: download - view: text, markup, annotated - select for diffs
Sat Aug 11 16:24:59 2018 UTC (6 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +2 -2
lines
Add strcasecmp
Revision 1.81.8.1: download - view: text, markup, annotated - select for diffs
Sat May 5 19:25:55 2018 UTC (6 years, 8 months ago) by martin
Branches: netbsd-8
CVS tags: netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2
Diff to: previous 1.81: preferred, colored; next MAIN 1.82: preferred, colored
Changes since revision 1.81: +2 -2
lines
Pull up following revision(s) (requested by christos in ticket #796):
tools/mdsetimage/Makefile: revision 1.15
tools/compat/Makefile: revision 1.82
tools/gdb/Makefile: revision 1.35
tools/lorder/Makefile: revision 1.13
tools/gcc/Makefile: revision 1.85
tools/dtc/Makefile: revision 1.3
tools/cvslatest/Makefile: revision 1.2
tools/ctfmerge/Makefile: revision 1.8
tools/libelf/Makefile: revision 1.9
tools/libdwarf/Makefile: revision 1.8
tools/ctfconvert/Makefile: revision 1.7
tools/makekeys/Makefile: revision 1.2
tools/gettext/Makefile: revision 1.7
tools/binstall/Makefile: revision 1.12
tools/libfdt/Makefile: revision 1.3
tools/libctf/Makefile: revision 1.7
tools/binutils/Makefile: revision 1.27
tools/mandoc/Makefile: revision 1.11
tools/Makefile.host: revision 1.32
tools/dbsym/Makefile: revision 1.13
tools/genassym/Makefile: revision 1.7
tools/Makefile.inc: revision 1.14
PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:
1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
use it and don't include bsd.own.mk.
2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.
XXX: pullup-8
Revision 1.81.14.1: download - view: text, markup, annotated - select for diffs
Wed May 2 07:20:25 2018 UTC (6 years, 8 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
Synch with HEAD
Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue May 1 19:59:46 2018 UTC (6 years, 8 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502
Branch point for: phil-wifi
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +2 -2
lines
Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host
Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue May 1 00:04:35 2018 UTC (6 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +2 -2
lines
PR/53238: Robert Elz: Disable MKREPRO in tools; the host compiler might
not support the necessary options. This is done thusly:
1. Set MKREPRO=no in Makefile.host. This handles all the Makefiles that
use it and don't include bsd.own.mk.
2. Create Makefile.inc and set MKREPRO=no in it. Change the Makefiles that
include bsd.own.mk, to include bsd.init.mk which includes Makefile.inc
first. This will also allow us to control other tools options from a
single location if we need to.
XXX: pullup-8
Revision 1.81: download - view: text, markup, annotated - select for diffs
Sun Mar 6 10:19:01 2016 UTC (8 years, 10 months ago) by aymeric
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-base,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-0-RC1,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: pgoyette-compat,
netbsd-8
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +3 -1
lines
add our libc's regex implementation to libnbcompat.
This way, nbsed picks it up and it unbreaks the build of xf86-video-intel-old's
man page under Linux and probably other future changes which rightfully expect
the (net)bsd behaviour.
Full release tested on ArchLinux and NetBSD 7.0_STABLE
Revision 1.80: download - view: text, markup, annotated - select for diffs
Tue Mar 1 10:09:00 2016 UTC (8 years, 10 months ago) by martin
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -3
lines
Revert to rev 1.77 for now on Aymeric's request
Revision 1.79: download - view: text, markup, annotated - select for diffs
Tue Mar 1 06:48:55 2016 UTC (8 years, 10 months ago) by aymeric
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -2
lines
remove regsub.c from the list of files to build because it unbreaks the build
and this API is not yet endorsed. OK christos@
Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Feb 29 22:19:29 2016 UTC (8 years, 10 months ago) by aymeric
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +3 -1
lines
add our libc's regex implementation to libnbcompat.
This way, nbsed picks it up and it unbreaks the build of xf86-video-intel-old's
man page under Linux and probably other future changes which rightfully expect
the (net)bsd behaviour.
Revision 1.77: download - view: text, markup, annotated - select for diffs
Sat Jan 9 17:40:37 2016 UTC (9 years ago) by christos
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2
lines
lex source moved.
Revision 1.76: download - view: text, markup, annotated - select for diffs
Thu Sep 17 14:25:43 2015 UTC (9 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +2 -2
lines
undo previous; include is in ${.OBJDIR}
Revision 1.75: download - view: text, markup, annotated - select for diffs
Thu Sep 17 02:22:47 2015 UTC (9 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2
lines
make this more robust by using .CURDIR to cd.
Revision 1.74: download - view: text, markup, annotated - select for diffs
Sun Jul 26 14:01:53 2015 UTC (9 years, 5 months ago) by kamil
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -2
lines
Add reallocarr(3) to tools/compat
This should unbreak libutil(3) creation on systems withot reallocarr(3).
Revision 1.72.4.1: download - view: text, markup, annotated - select for diffs
Wed Apr 22 07:18:58 2015 UTC (9 years, 8 months ago) by snj
Branches: netbsd-7
CVS tags: netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0
Diff to: previous 1.72: preferred, colored; next MAIN 1.73: preferred, colored
Changes since revision 1.72: +2 -1
lines
Pull up following revision(s) (requested by roy in ticket #648):
common/lib/libc/stdlib/_strtoi.h: revisions 1.1, 1.2
common/lib/libc/stdlib/strtoi.c: revision 1.1
common/lib/libc/stdlib/strtou.c: revision 1.1
distrib/sets/lists/base/ad.aarch64: patch
distrib/sets/lists/base/ad.arm: patch
distrib/sets/lists/base/ad.mips: patch
distrib/sets/lists/base/ad.powerpc: patch
distrib/sets/lists/base/md.amd64: patch
distrib/sets/lists/base/md.sparc64: patch
distrib/sets/lists/base/shl.mi: patch
distrib/sets/lists/comp/mi: revision 1.1939
distrib/sets/lists/debug/ad.aarch64: patch
distrib/sets/lists/debug/ad.arm: patch
distrib/sets/lists/debug/ad.mips: patch
distrib/sets/lists/debug/ad.powerpc: patch
distrib/sets/lists/debug/md.amd64: patch
distrib/sets/lists/debug/md.sparc64: patch
distrib/sets/lists/debug/shl.mi: patch
include/inttypes.h: revision 1.11
lib/libc/shlib_version: patch
lib/libc/stdlib/Makefile.inc: revision 1.84
lib/libc/stdlib/strtol.3: revisions 1.27-1.31
lib/libc/stdlib/strtoul.3: revisions 1.26-1.29
sys/lib/libkern/Makefile.libkern: revision 1.37
sys/lib/libkern/libkern.h: revision 1.117
tools/compat/Makefile: revision 1.73
tools/compat/compat_defs.h: revision 1.101
tools/compat/configure.ac: revision 1.83
tools/compat/configure: revision 1.82
tools/compat/nbtool_config.h.in: revision 1.36
add strto{i,u} from Kamil Rytarowski as discussed in tech-userlevel.
--
strtoi and strtou additions
--
strtoi and strtou for the kernel
--
strtoi and strtou additions
--
strtoi and strtou man pages
--
strto{i,u}
--
regen
--
Remove trailing whitespace.
--
match variable names with man page (Kamil Rytarowski)
--
cleanups from (Kamil Rytarowski)
--
add strtoi strtou (Kamil Rytarowski)
--
PR/49640: Kamil Rytarowski: Improve error printing
--
Use existing month for Dd.
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sun Jan 18 18:09:10 2015 UTC (9 years, 11 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1
lines
add strtoi strtou (Kamil Rytarowski)
Revision 1.59.2.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:53 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.59.2.2: preferred, colored; branchpoint 1.59: preferred, colored; next MAIN 1.60: preferred, colored
Changes since revision 1.59.2.2: +9 -4
lines
Rebase to HEAD as of a few days ago.
Revision 1.54.6.5: download - view: text, markup, annotated - select for diffs
Thu May 22 11:42:30 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.54.6.4: preferred, colored; branchpoint 1.54: preferred, colored; next MAIN 1.55: preferred, colored
Changes since revision 1.54.6.4: +11 -6
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Jan 16 17:24:56 2014 UTC (11 years ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
netbsd-7-base
Branch point for: netbsd-7
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +4 -3
lines
Add the {v,}{err,warn}c functions
Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Jan 9 11:31:12 2014 UTC (11 years ago) by apb
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -2
lines
Declare and define strnlen if necessary.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Wed Dec 11 01:24:08 2013 UTC (11 years, 1 month ago) by joerg
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -1
lines
Allow kernel code to access constant databases by moving cdbr(3) and the
required mi_vector_hash(3) into src/common.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Aug 6 22:04:25 2013 UTC (11 years, 5 months ago) by apb
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +6 -4
lines
Compile snprintb.c into libnbcompat. The source file is found in the
common/lib/libutil directory.
Revision 1.59.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 06:28:57 2013 UTC (11 years, 6 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.59.2.1: preferred, colored; branchpoint 1.59: preferred, colored
Changes since revision 1.59.2.1: +2 -2
lines
resync from head
Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 5 16:27:29 2013 UTC (11 years, 10 months ago) by christos
Branches: MAIN
CVS tags: riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +2 -2
lines
add dprintf
Revision 1.59.2.1: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:30:27 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +73 -11
lines
resync with head
Revision 1.54.6.4: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:34:03 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.54.6.3: preferred, colored; branchpoint 1.54: preferred, colored
Changes since revision 1.54.6.3: +73 -11
lines
sync with (a bit old) head
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Dec 10 00:34:56 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +3 -3
lines
first define HOSTLIB and then include bsd.own.mk!
Revision 1.66: download - view: text, markup, annotated - select for diffs
Sun Dec 9 23:18:30 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +6 -13
lines
restore the find loop to include files generated by configure
Revision 1.65: download - view: text, markup, annotated - select for diffs
Sun Dec 9 21:48:04 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +14 -3
lines
handle the list of files and directories generated dynamically by configure
Revision 1.64: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:15:48 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +16 -11
lines
make this work
Revision 1.63: download - view: text, markup, annotated - select for diffs
Sun Dec 9 18:08:08 2012 UTC (12 years, 1 month ago) by christos
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +3 -1
lines
Include <bsd.own.mk> to give a chance to ${TOOLDIR} to be defined before
using it in rules. Before there was another .mk file included before ${TOOLDIR}
was used.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Dec 9 15:22:54 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +4 -4
lines
Use a "find | while read" loop to install all *.h files anywhere
under ${.OBJDIR}/include, and remove the previous hack of touching a
"dummy" file in each subdirectory. This should fix a problem on some
platforms where include files directly under ${.OBJDIR}/include (not in
a subdirectory) were not installed.
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Dec 2 12:34:51 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +52 -6
lines
Make tools/compat/Makefile install the library in
${TOOLDIR}/lib/libnbcompat.a, install the include files in
${TOOLDIR}/include/compat/**, and install defs.mk in
${TOOLDIR}/share/compat/defs.mk. Previously, nothing from
tools/compat was installed under TOOLDIR.
Adjust tools/compat/Makefile to use an uninstalled copy of
host-mkdep from the .OBJDIR of tools/host-mkdep, and an uninstalled
copy of the install program from the .OBJDIR of tools/binstall.
This allows it to be built after tools/host-mkdep is built but
before tools/host-mkdep is installed; and to be installed after
tools/binstall is built but before tools/binstall is installed.
Revision 1.60: download - view: text, markup, annotated - select for diffs
Sun Dec 2 12:19:34 2012 UTC (12 years, 1 month ago) by apb
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +12 -7
lines
Teach tools/compat/Makefile to use an uninstalled copy of host-mkdep
from the.OBJDIR of tools/host-mkdep. This is in preparation for
building all three of tools/host-mkdep, tools/compat, and tools/binstall,
before installing any of them.
While here, also move the regen target to the end.
Revision 1.54.6.3: download - view: text, markup, annotated - select for diffs
Tue Oct 30 19:00:11 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.54.6.2: preferred, colored; branchpoint 1.54: preferred, colored
Changes since revision 1.54.6.2: +6 -4
lines
sync with head
Revision 1.55.2.2: download - view: text, markup, annotated - select for diffs
Sat Jun 23 22:54:56 2012 UTC (12 years, 6 months ago) by riz
Branches: netbsd-6
CVS tags: netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Diff to: previous 1.55.2.1: preferred, colored; branchpoint 1.55: preferred, colored; next MAIN 1.56: preferred, colored
Changes since revision 1.55.2.1: +6 -4
lines
Pull up following revision(s) (requested by joerg in ticket #328):
lib/libc/gen/devname.c: revision 1.22
distrib/sparc64/instfs/dot.profile: revision 1.7
distrib/i386/cdroms/install.sh: revision 1.3
tests/lib/libcurses/director/director.c: revision 1.10
lib/libc/include/reentrant.h: revision 1.15
distrib/amd64/cdroms/install.sh: revision 1.3
tests/include/t_paths.c: revision 1.12
share/man/man7/hier.7: revision 1.101
etc/rc.d/sysdb: revision 1.24
include/stdlib.h: revision 1.99
tests/lib/libcurses/Makefile: revision 1.3
distrib/sparc64/cdroms/installcd/install.sh: revision 1.3
distrib/i386/cdroms/Makefile.cdrom: revision 1.27
lib/libc/gen/ttyname.c: revision 1.25
usr.bin/tic/Makefile: revision 1.2
tools/compat/Makefile: revision 1.57
lib/libterminfo/compile.c: revision 1.7
lib/libc/gen/ttyname.c: revision 1.26
lib/libterminfo/compile.c: revision 1.8
tools/compat/Makefile: revision 1.59
tools/compat/cdbw.h: revision 1.1
distrib/i386/installimage/install.sh: revision 1.2
lib/libc/include/namespace.h: revision 1.154
usr.bin/tic/tic.c: revision 1.13
usr.bin/tic/tic.c: revision 1.14
usr.bin/tic/tic.c: revision 1.15
distrib/sets/lists/base/mi: revision 1.996
usr.bin/tic/tic.c: revision 1.16
usr.sbin/dev_mkdb/dev_mkdb.8: revision 1.13
usr.bin/tic/tic.c: revision 1.17
usr.bin/tic/tic.c: revision 1.18
tools/compat/cdbr.h: revision 1.1
distrib/sparc64/instfs/list: revision 1.25
usr.bin/tic/tic.c: revision 1.19
lib/libc/cdb/cdbw.c: revision 1.4
lib/libc/cdb/cdbw.3: revision 1.4
lib/libc/cdb/cdbw.3: revision 1.5
share/terminfo/Makefile: revision 1.3
usr.sbin/dev_mkdb/dev_mkdb.c: revision 1.29
usr.sbin/dev_mkdb/Makefile: revision 1.8
lib/libc/gen/ttyname.3: revision 1.23
lib/libc/gen/ttyname.3: revision 1.24
lib/libc/cdb/cdbr.c: revision 1.3
include/cdbw.h: revision 1.2
distrib/sparc64/cdroms/installcd/Makefile: revision 1.15
lib/libc/gen/devname.3: revision 1.12
tools/compat/compat_defs.h: revision 1.85
tools/compat/compat_defs.h: revision 1.86
lib/libterminfo/term_private.h: revision 1.10
lib/libterminfo/term.c: revision 1.14
usr.bin/tic/tic.1: revision 1.10
lib/libterminfo/term.c: revision 1.15
lib/libterminfo/Makefile.hash: revision 1.5
lib/libterminfo/term.c: revision 1.16
distrib/amd64/installimage/install.sh: revision 1.2
share/man/man5/rc.conf.5: revision 1.152
distrib/sets/lists/tests/mi: revision 1.472
distrib/amd64/cdroms/Makefile.cdrom: revision 1.7
include/paths.h: revision 1.41
bin/ps/ps.1: revision 1.101
lib/libterminfo/terminfo.5.in: revision 1.16
usr.bin/tic/tic.c: revision 1.20
lib/libterminfo/terminfo.5.in: revision 1.17
Prefer __printflike.
Use queue(3)
Replace linear lookup with hash table, reducing runtime by 60%.
Use e* from util.h.
One more strdup -> estrdup.
Maintain nalias and nterm on the fly.
Add void for ttyslot prototype.
Use memcmp in place of strncmp, since length is known to no longer than
either of the arguments.
Fix a number of memory leaks. Keep final loop of the cleanup in tic(1)
under #ifdef __VALGRIND__ though.
Add __predict_true / __predict_false definitions.
Add a special seeder for cdbw_output that gives stable results.
Hook up cdbw(3) for the tool build.
Prototype for cdbw_stable_seeder.
Provide a usable thr_once for !_REENTRANT
Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) to
depend on new devname_r(3) as heart. Add /dev/pts magic directly to
devname(3). While it can lead to returning non-existing paths, the
behavior is more consistent that way. Drop caching layer in devname(3),
it doesn't buy anything for the common case of having access to the
database. Teach devname(3) proper fallback behavior of scanning /dev.
Create both old-style and new-style database for now in /etc/rc.d/sysdb.
Switch terminfo(3) to cdb(5).
Fix typos.
Make Alan Barrett happy and add ().
Add cdbr(3) support to tools/compat.
Bump date for previous.
Relax consistency to make it possible to match valid entries.
Prefix devname's buffer with /dev/ as ttyname is supposed to return the
full path. Reported by Dave Huang.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Jun 4 19:06:45 2012 UTC (12 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +2 -2
lines
Add cdbr(3) support to tools/compat.
Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Jun 4 18:53:02 2012 UTC (12 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2
lines
Build getcap.c only once.
Revision 1.57: download - view: text, markup, annotated - select for diffs
Sun Jun 3 21:02:50 2012 UTC (12 years, 7 months ago) by joerg
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +6 -4
lines
Add a special seeder for cdbw_output that gives stable results.
Hook up cdbw(3) for the tool build.
Revision 1.54.6.2: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:09:27 2012 UTC (12 years, 9 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.54.6.1: preferred, colored; branchpoint 1.54: preferred, colored
Changes since revision 1.54.6.1: +2 -2
lines
sync with head
Revision 1.55.2.1: download - view: text, markup, annotated - select for diffs
Thu Feb 23 02:11:50 2012 UTC (12 years, 10 months ago) by riz
Branches: netbsd-6
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2
lines
Pull up following revision(s) (requested by tron in ticket #19):
usr.bin/lex/version.h: file removal
usr.bin/lex/main.c: file removal
usr.bin/lex/libmain.c: file removal
usr.bin/lex/COPYING: file removal
usr.bin/lex/misc.c: file removal
usr.bin/lex/Makefile: file removal
usr.bin/lex/dfa.c: file removal
tools/compat/Makefile: revision 1.56
external/bsd/flex/dist/libmain.c: revision 1.2
usr.bin/lex/flexdef.h: file removal
usr.bin/lex/flex.1: file removal
usr.bin/lex/ecs.c: file removal
usr.bin/lex/FlexLexer.h: file removal
usr.bin/lex/libyywrap.c: file removal
usr.bin/lex/config.h: file removal
usr.bin/lex/ccl.c: file removal
usr.bin/lex/NEWS: file removal
usr.bin/lex/flex.skl: file removal
usr.bin/lex/scan.l: file removal
usr.bin/lex/gen.c: file removal
usr.bin/lex/yylex.c: file removal
usr.bin/lex/VERSION: file removal
usr.bin/lex/initscan.c: file removal
usr.bin/lex/sym.c: file removal
usr.bin/lex/tblcmp.c: file removal
usr.bin/lex/nfa.c: file removal
usr.bin/lex/mkskel.sh: file removal
external/bsd/flex/dist/libyywrap.c: revision 1.2
usr.bin/lex/parse.y: file removal
this has not been used for ages.
Adjust libyywrap.c location.
fix prototypes
Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Feb 18 17:51:21 2012 UTC (12 years, 10 months ago) by njoly
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2
lines
Adjust libyywrap.c location.
Revision 1.54.6.1: download - view: text, markup, annotated - select for diffs
Thu Nov 10 14:31:53 2011 UTC (13 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2
lines
sync with head
Revision 1.55: download - view: text, markup, annotated - select for diffs
Thu Nov 3 19:30:05 2011 UTC (13 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
netbsd-6-base
Branch point for: netbsd-6
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -2
lines
Add getline.c here too.
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Feb 3 15:34:44 2010 UTC (14 years, 11 months ago) by roy
Branches: MAIN
CVS tags: yamt-pagecache-base,
matt-mips64-premerge-20101231,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -3
lines
Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
Revision 1.53: download - view: text, markup, annotated - select for diffs
Wed Jun 17 23:34:45 2009 UTC (15 years, 7 months ago) by christos
Branches: MAIN
CVS tags: matt-premerge-20091211
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +2 -2
lines
add fpurge
Revision 1.47.2.2: download - view: text, markup, annotated - select for diffs
Tue Nov 18 19:12:57 2008 UTC (16 years, 1 month ago) by snj
Branches: netbsd-4
Diff to: previous 1.47.2.1: preferred, colored; branchpoint 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47.2.1: +2 -2
lines
Pull up following revision(s) (requested by tsutsui in ticket #1224):
tools/compat/Makefile: revision 1.52
tools/compat/configure.ac: revision 1.67
Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile and
compile_et compile on systems which don't have these BIND headers like
Cygwin.
Tested by "build.sh -m i386 -U release" on CYGWIN_NT-5.1-1.5.25,
and should close PR toolchain/29032.
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Oct 18 16:25:04 2008 UTC (16 years, 3 months ago) by tsutsui
Branches: MAIN
CVS tags: netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile and
compile_et compile on systems which don't have these BIND headers like Cygwin.
Tested by "build.sh -m i386 -U release" on CYGWIN_NT-5.1-1.5.25,
and should close PR toolchain/29032.
Revision 1.50.2.1: download - view: text, markup, annotated - select for diffs
Tue Nov 6 23:35:34 2007 UTC (17 years, 2 months ago) by matt
Branches: matt-armv6
CVS tags: matt-armv6-prevmlocking
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +4 -2
lines
sync with HEAD
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Sep 28 09:12:49 2007 UTC (17 years, 3 months ago) by lukem
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
mjf-devfs2-base,
mjf-devfs2,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -2
lines
add raise_default_signal
Revision 1.47.4.1: download - view: text, markup, annotated - select for diffs
Mon Sep 3 07:05:24 2007 UTC (17 years, 4 months ago) by wrstuden
Branches: wrstuden-fixsa
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +4 -2
lines
Sync w/ NetBSD-4-RC_1
Revision 1.47.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 30 22:37:36 2007 UTC (17 years, 4 months ago) by pavel
Branches: netbsd-4
CVS tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +4 -2
lines
Pull up following revision(s) (requested by apb in ticket #827):
tools/compat/Makefile: revision 1.50
tools/compat/compat_defs.h: revision 1.60
tools/compat/configure.ac: revision 1.62-1.64
More detailed instructions for what to do when editing configure.ac.
In particular, discourage the use of non-tools versions of
autoconf and autoheader.
Provide definitions for {be,le}{16,32,64}{enc,dec} if necessary.
This is adapted from the very detailed fix provided by
Giles Lean in PR bin/36678.
Only one simplified implementation is provided, instead of the
two implementations conditional on __GNUC_PREREQ__(2,95) that are
provided in NetBSD's <sys/endian.h>. The use of memcpy instead of
__builtin__memcpy, and the absence of __inline or __unused, should make
it independent of GCC.
Update the instructions to say that regen should be done again
to pick up changed RCS IDs.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Aug 7 07:47:50 2007 UTC (17 years, 5 months ago) by apb
Branches: MAIN
Branch point for: matt-armv6
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +4 -2
lines
More detailed instructions for what to do when editing configure.ac.
In particular, discourage the use of non-tools versions of
autoconf and autoheader.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jul 3 12:11:09 2007 UTC (17 years, 6 months ago) by nakayama
Branches: MAIN
CVS tags: matt-mips64-base,
matt-mips64,
hpcarm-cleanup
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Dec 14 20:09:36 2006 UTC (18 years, 1 month ago) by he
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2
lines
Complete the move of string_to_flags() and flags_to_string() from the
bin/ls sources to libutil:
o Bump libutil minor version number
o Fix uses to include <util.h> to pick up the function definitions
o Fix most uses of flags_to_string() to release the now-malloc()ed result
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Oct 29 06:56:01 2006 UTC (18 years, 2 months ago) by dogcow
Branches: MAIN
CVS tags: netbsd-4-base
Branch point for: wrstuden-fixsa,
netbsd-4
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
...and one more for xcompilation (due to lib/libc/hash/sha1/sha1hl.c, sigh.)
Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Oct 27 22:25:26 2006 UTC (18 years, 2 months ago) by mrg
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -1
lines
add ${.CURDIR}/../../common/lib/libc/hash/{rmd160,sha2} to the .PATH
so that these sources are found after this code moved.
(hi christos!)
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Oct 8 04:31:55 2006 UTC (18 years, 3 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1
lines
Put common/lib/libc/stdlib into .PATH. From Hisashi T Fujinaka.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Aug 26 18:26:14 2006 UTC (18 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -3
lines
Some tools need efuns.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat May 20 00:23:39 2006 UTC (18 years, 8 months ago) by christos
Branches: MAIN
CVS tags: abandoned-netbsd-4-base,
abandoned-netbsd-4
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +5 -6
lines
Don't remove files that are needed for a build after make clean. Before
'make clean; make' failed in tools because necessary configure generated
files were removed. The failure manifested itself with string_to_flags
being undefined in binstall.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Feb 11 10:35:29 2006 UTC (18 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3
lines
Redo previous differently: use AH_TOP and AH_BOTTOM macros to insert
header and footer into nbtool_config.h.in directly.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Feb 11 01:28:01 2006 UTC (18 years, 11 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3
lines
Make using autoheader easier:
split off the autogenerated file into nbtool_config_internal.h,
and let nbtool_config.h be a file with the proper wrappers.
This way you can just change configure.ac, run autoconf and autoheader,
verify the result, and commit, but don't have to edit nbtool_config*in
manually every time.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Dec 20 20:39:15 2005 UTC (19 years ago) by christos
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +5 -2
lines
Search the new common framework.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Sep 24 20:52:22 2005 UTC (19 years, 3 months ago) by elad
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -4
lines
Sync with recent MD2 changes.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Sep 24 19:06:20 2005 UTC (19 years, 3 months ago) by elad
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -1
lines
Sync with recent changes.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Sep 13 15:32:48 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2
lines
We don't need any ndbm sources.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Sep 13 13:52:23 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3
lines
don't use the _foo.c files; all the code is in foo.c now.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Sep 13 02:30:23 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
compat reorg.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Thu Sep 8 19:15:44 2005 UTC (19 years, 4 months ago) by tron
Branches: netbsd-3
CVS tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +4 -2
lines
Apply patch (requested by elad in ticket #743):
Introduce SHA2 hashing routines in userland, including the common
helper routines.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Aug 26 15:59:00 2005 UTC (19 years, 4 months ago) by elad
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -2
lines
Pull in SHA2 routines from libc to nbcompat.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Aug 19 02:08:24 2005 UTC (19 years, 5 months ago) by christos
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
64 bit inode changes
Revision 1.28.2.1.2.1: download - view: text, markup, annotated - select for diffs
Wed Apr 6 10:13:22 2005 UTC (19 years, 9 months ago) by he
Branches: netbsd-2
CVS tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Diff to: previous 1.28.2.1: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28.2.1: +2 -2
lines
Pull up revision 1.32 (requested by jmc in ticket #1026):
Convert remaining host tools for amiga to correct cross tools.
Now allows complete amiga builds on non-NetBSD and non-BSD hosts.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Nov 28 06:57:14 2004 UTC (20 years, 1 month ago) by jmc
Branches: MAIN
CVS tags: netbsd-3-base
Branch point for: netbsd-3
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Add heapsort to libnbcompat
Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Mon Jul 12 21:10:05 2004 UTC (20 years, 6 months ago) by he
Branches: netbsd-1-6
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.2: +3 -2
lines
Pull up revision 1.17 (requested by cgd in ticket #1719):
Implement replacements for lchflags(), lchmod(), and
lchown(), to enable cross-building on more host systems.
Revision 1.28.2.1: download - view: text, markup, annotated - select for diffs
Tue Jun 22 07:22:39 2004 UTC (20 years, 6 months ago) by tron
Branches: netbsd-2-0
CVS tags: netbsd-2-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Diff to: previous 1.28: preferred, colored; next MAIN 1.29: preferred, colored
Changes since revision 1.28: +2 -5
lines
Pull up revision 1.31 (requested by jmc in ticket #527):
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Jun 20 22:20:15 2004 UTC (20 years, 6 months ago) by jmc
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -5
lines
Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Jun 18 20:26:51 2004 UTC (20 years, 7 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
Use ${_TOOL_PREFIX} as appropriate.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon May 3 03:20:20 2004 UTC (20 years, 8 months ago) by jmc
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Make this build on non-NetBSD again (specifically linux). Exclude __ndbm13.c
from the imported db sources as well
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 27 00:12:42 2003 UTC (21 years, 2 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +4 -4
lines
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Oct 26 07:25:38 2003 UTC (21 years, 2 months ago) by lukem
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2
lines
Use ${HOST_SH} instead of `sh'.
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH;
Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 1 17:04:02 2003 UTC (21 years, 5 months ago) by lukem
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2
lines
Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES.
This is a change of behaviour. If a Makefile wants the clean semantics
it must specifically append to CLEANFILES.
Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS
that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either
adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing
specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jul 29 19:25:02 2003 UTC (21 years, 5 months ago) by fredb
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Must add "configure.lineno" to CLEANFILES after updating to autoconf 2.57.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Jun 3 03:16:48 2003 UTC (21 years, 7 months ago) by uwe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
Add atoll(3) to libnbcompat. We need it when building target's gcc
for a 64-bit target on a 32-bit host.
NB: There seems to be a bug in either gcc itself or the way we import
it, b/c the incorrect #define HAVE_ATOLL is picked from (e.g. for
sparc64) gnu/usr.bin/gcc/arch/sparc64/auto-host.h - so when gen*
auxilary (host) programs are built in gnu/usr.bin/gcc/backend, they
incorrectly pick-up target's HAVE_ATOLL.
For now providing atoll(3) in libnbcompat is a simple and sufficient
workaround.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 28 23:16:11 2003 UTC (21 years, 8 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -2
lines
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
by the application, all NetBSD interfaces are made visible, even
if some other feature-test macro (like _POSIX_C_SOURCE) is defined.
<sys/featuretest.h> defined _NETBSD_SOURCE if none of _ANSI_SOURCE,
_POSIX_C_SOURCE and _XOPEN_SOURCE is defined, so as to preserve
existing behaviour.
This has two major advantages:
+ Programs that require non-POSIX facilities but define _POSIX_C_SOURCE
can trivially be overruled by putting -D_NETBSD_SOURCE in their CFLAGS.
+ It makes most of the #ifs simpler, in that they're all now ORs of the
various macros, rather than having checks for (!defined(_ANSI_SOURCE) ||
!defined(_POSIX_C_SOURCE) || !defined(_XOPEN_SOURCE)) all over the place.
I've tried not to change the semantics of the headers in any case where
_NETBSD_SOURCE wasn't defined, but there were some places where the
current semantics were clearly mad, and retaining them was harder than
correcting them. In particular, I've mostly normalised things so that
_ANSI_SOURCE gets you the smallest set of stuff, then _POSIX_C_SOURCE,
_XOPEN_SOURCE and _NETBSD_SOURCE in that order.
Tested by building for vax, encouraged by thorpej, and uncontested in
tech-userlevel for a week.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Mar 14 03:38:42 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +7 -7
lines
Add a putc_unlocked().
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Mar 13 05:00:28 2003 UTC (21 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +8 -1
lines
Disable pre-compiled headers on Darwin.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Dec 4 23:27:54 2002 UTC (22 years, 1 month ago) by lukem
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +7 -4
lines
Tweak dependencies so that defs.mk depends upon config.cache, and
config.cache depends upon 'include/.stamp configure config.h.in defs.mk.in'
and runs configure. Forcebly remove config.cache before running configure.
This change means that config.cache is (still) retained between "make clean"
(but not "make cleandir") runs, but is flushed if configure or config.h.in
is changed, as the cache may contain incorrect information in that case.
Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Sat Nov 30 15:11:55 2002 UTC (22 years, 1 month ago) by he
Branches: netbsd-1-6
CVS tags: netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +8 -7
lines
Pull up revision 1.15 (requested by thorpej in ticket #807):
o Check for mkstemp() and mkdtemp(), and build them into
libcompat if necessary.
o mktemp is now a host-tool, so remove the now obsoleted
script.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Nov 30 03:04:46 2002 UTC (22 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2
lines
- Migrate fparseln(3) from libutil to libc, where it should have been in
the first place...
- Bump libutil major (to 7.0) and libc minor (to 12.91).
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Nov 29 13:00:22 2002 UTC (22 years, 1 month ago) by lukem
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
replace missing strsuftoll(3)
Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Sun Nov 3 16:20:30 2002 UTC (22 years, 2 months ago) by he
Branches: netbsd-1-6
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Pull up revision 1.14 (requested by thorpej in ticket #797):
Include various more functions in libnbcompat, mostly
becuase our tools use features not universally present in
other versions. This applies to glob(3), vis(3), and the
MD2, MD4, RMD160 and SHA1 implementations.
Also add checks for random(3) and termios.h for the Heimdal
host tools.
Update README to indicate the current state of building the
host tools on Solaris 8 (for SPARC).
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 8 00:28:36 2002 UTC (22 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -2
lines
Implement replacements for lchflags(), lchmod(), and lchown(),
which first lstat(2) the target and return EINVAL if it's a symlink,
and then call ch{flags,mod,own} as appropriate.
Removes the need for hokey code inside the tools themselves...
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 6 12:09:34 2002 UTC (22 years, 3 months ago) by lukem
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Provide strtoll() in libnbcompat.
Should fix relevant build issue on HP-UX and MacOS X hosts.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Sep 14 04:30:27 2002 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -7
lines
* Check for mkstemp() and mkdtemp(), and build them into libnbcompat
if necessary.
* mktemp is now a host-tool, so nuke the lame script (which isn't even
properly installed during the tools bootstrap).
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Sep 13 19:07:01 2002 UTC (22 years, 4 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
* Always include the NetBSD glob(3) in libnbcompat, as the host
tools use some features of glob(3) that are not available on
all systems.
* Always include the NetBSD vis(3) in libnbcompat, since vis(3)
is not really standardized, and the vis(3) present on some systems
is different from ours.
* Always include the NetBSD MD2, MD4, MD5, RMD160, and SHA1 implementations
in libnbcompat. The host tools use features of the NetBSD versions
which aren't present on all systems that include those functions.
* Add a check for random(3) -- the Heimdal host tools want it.
* Add a check for termios.h -- the Heimdal host tools want it.
* Update the README to indicate the current state of building the
host tools on Solaris 8 (for SPARC).
Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Apr 18 21:15:08 2002 UTC (22 years, 9 months ago) by tv
Branches: MAIN
CVS tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1
Branch point for: netbsd-1-6
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
Actually put the include directory timestamp under the "include" directory,
such that nuking the dir by hand also nukes the timestamp.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 18 15:31:51 2002 UTC (22 years, 9 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Add a stub issetugid() for platforms that don't have it. For now, we assume
that no host program will be installed set-id, so the stub function always
returns 0.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 1 13:59:35 2002 UTC (22 years, 9 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -4
lines
Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1)
after all.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Mar 31 18:04:11 2002 UTC (22 years, 9 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3
lines
Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) will
need it.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 31 12:58:54 2002 UTC (22 years, 9 months ago) by bjh21
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -5
lines
Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their
not being in the host libc.
This will be necessary to make cksum into a host tool.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Feb 26 22:29:38 2002 UTC (22 years, 10 months ago) by tv
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4
lines
Add some more bits of host compatibility.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 31 22:43:45 2002 UTC (22 years, 11 months ago) by tv
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +10 -9
lines
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode.
* Protect __RCSID() and __COPYRIGHT() better.
* Reduce the number of places that need to include "config.h", to keep
sources closer to their "vanilla" versions.
* Add more compat #defines and autoconf-checked functions.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jan 29 10:20:31 2002 UTC (22 years, 11 months ago) by tv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +30 -11
lines
Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jan 24 04:05:27 2002 UTC (22 years, 11 months ago) by lukem
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -4
lines
- Replace pwcache(3) if necessary (pwcache_userdb(3) is checked for).
Tested on -current and 1.5.3.
- Wrap some long lines.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 21 23:35:14 2002 UTC (22 years, 11 months ago) by lukem
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3
lines
reachover to ../../lib/libutil for fparseln.c
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 21 20:04:36 2002 UTC (22 years, 11 months ago) by tv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +22 -7
lines
Make many host tools compile on non-NetBSD hosts. Not complete, but
very nearly there.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 4 14:39:06 2002 UTC (23 years ago) by lukem
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Add replacement fgetln(3) (from lukemftp/libukem), as fparseln(3) uses it
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 11 21:17:57 2001 UTC (23 years, 1 month ago) by tv
Branches: MAIN
Add the framework for autoconf-based src/tools/compat structure. This will
(after it is more fleshed out) allow the host tools to work more cleanly
on non-NetBSD hosts.
CVSweb <webmaster@jp.NetBSD.org>