| #
b7957d16 |
| 06-Jun-2022 |
nia <nia@NetBSD.org> |
build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set.
There is not enough consensus that th
build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set.
There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@.
show more ...
|
| #
e994758d |
| 28-May-2022 |
nia <nia@NetBSD.org> |
mk: Add MKFINGER, MKTALK flags for not building talk, talkd, finger, fingerd.
|
| #
cbb87596 |
| 27-May-2022 |
nia <nia@NetBSD.org> |
mk: Add a MKLFS flag for excluding the log-structured filesystem userspace tools from the build.
|
| #
410d0f43 |
| 07-Feb-2012 |
joerg <joerg@NetBSD.org> |
Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite
Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite database. The combination of indexing the full manual page, filtering out stop words and ranking individual matches based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
show more ...
|
| #
98fbe74f |
| 15-Apr-2011 |
elric <elric@NetBSD.org> |
Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal to crypto/external/bsd/heimdal. The latter was just imported as the head of the Heimdal tree as of a few days ago.
|
| #
0cdcf7ce |
| 19-Jan-2009 |
jmmv <jmmv@NetBSD.org> |
Remove ATF 0.5 from dist/atf and all of the reachover Makefiles used to build it. 0.6 is going to be imported in external/bsd/atf, with all the necessary Makefiles in that same hierarchy.
|
| #
e2e3c64b |
| 16-Aug-2008 |
gmcgarry <gmcgarry@NetBSD.org> |
Don't build atf tools with (${MKATF} == no).
|
| #
b0f88a03 |
| 22-Mar-2008 |
mlelstv <mlelstv@NetBSD.org> |
Import Heimdal-1.1
|
| #
d8ef5027 |
| 04-Feb-2008 |
jmmv <jmmv@NetBSD.org> |
Add the atf-exec and atf-killpg tools that come with atf 0.4.
|
| #
9d5a9c0d |
| 12-Nov-2007 |
jmmv <jmmv@NetBSD.org> |
Add the atf tools
This adds reachover Makefiles to build and install the atf tools. Some are public, thus installed in /usr/bin, and others are internal and therefore installed in /usr/libexec.
|
| #
215e5096 |
| 16-Oct-2007 |
tls <tls@NetBSD.org> |
Add httpd to the build. Add _httpd to passwd and groups and postinstall. Add /var/www to mtree, add example line to inetd.conf.
|
| #
b8360b28 |
| 16-Aug-2007 |
tls <tls@NetBSD.org> |
Oops. USE_FORT needs to be in Makefile.inc, not Makefile, to cause the programs in subdirectories here to get -D_FORTIFY_SOURCE.
|
| #
4147a3c5 |
| 28-May-2007 |
tls <tls@NetBSD.org> |
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time.
This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB.
This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.
Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
show more ...
|
| #
96a58b2a |
| 16-Nov-2006 |
christos <christos@NetBSD.org> |
more uucp cleanup
|
| #
bc2479d2 |
| 12-Nov-2006 |
christos <christos@NetBSD.org> |
no more rmail.
|
| #
096fec04 |
| 11-Nov-2004 |
yamt <yamt@NetBSD.org> |
move pf reachover makefiles into usr.sbin/pf. ok'ed by itojun.
before: sbin/pfctl usr.sbin/authpf usr.sbin/spamdb libexec/ftp-proxy libexec/spamd libexec/spamd-setup libexec/spamlogd after:
move pf reachover makefiles into usr.sbin/pf. ok'ed by itojun.
before: sbin/pfctl usr.sbin/authpf usr.sbin/spamdb libexec/ftp-proxy libexec/spamd libexec/spamd-setup libexec/spamlogd after: usr.sbin/pf/pfctl usr.sbin/pf/authpf usr.sbin/pf/spamdb usr.sbin/pf/ftp-proxy usr.sbin/pf/spamd usr.sbin/pf/spamd-setup usr.sbin/pf/spamlogd
show more ...
|
| #
8f329619 |
| 25-Jun-2004 |
itojun <itojun@NetBSD.org> |
spamlogd(8)
|
| #
9ec960c3 |
| 22-Jun-2004 |
itojun <itojun@NetBSD.org> |
add ftp-proxy from PF OpenBSD 3.5. adjust setlists
|
| #
b89fa9ed |
| 22-Jun-2004 |
jwise <jwise@NetBSD.org> |
Remove added SUBDIR+= settings from a developer's (hi itojun!) machine which point to directories which do not exist (and are not wanted) in our source tree.
While we're here, was `libexec/spamd' ap
Remove added SUBDIR+= settings from a developer's (hi itojun!) machine which point to directories which do not exist (and are not wanted) in our source tree.
While we're here, was `libexec/spamd' approved for import? It conflicts with the name of a tool in pkgsrc which a _lot_ of developers and users of NetBSD are using...
show more ...
|
| #
c2d7a864 |
| 22-Jun-2004 |
itojun <itojun@NetBSD.org> |
spamd-setup, comes with PF for openbsd 3.5
|
| #
10c71795 |
| 22-Jun-2004 |
itojun <itojun@NetBSD.org> |
build and install spamd(8)
|
| #
7d3aba79 |
| 10-Sep-2002 |
joda <joda@NetBSD.org> |
don't build kfd; there are security issues with heimdal 0.4e, and we don't actually need it
|
| #
aa3ec064 |
| 28-Jul-2002 |
christos <christos@NetBSD.org> |
Add utmp_update
|
| #
9c33b55e |
| 22-Mar-2002 |
thorpej <thorpej@NetBSD.org> |
Split the notion of building Hesiod, Kerberos, S/key, and YP infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsruc
Split the notion of building Hesiod, Kerberos, S/key, and YP infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it.
As discussed on tech-toolchain.
show more ...
|
| #
2bcae16f |
| 06-Aug-2000 |
thorpej <thorpej@NetBSD.org> |
hprop(8) belongs in /usr/sbin, not /usr/libexec.
|