Revision tags: release/5.2.1_cvs, release/5.2.1 |
|
#
d10a8d6c |
| 16-Jan-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
- Build things in pure dictionary order (see sort(1)).
- Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option na
- Build things in pure dictionary order (see sort(1)).
- Unify the conditional assignments section so that architectural exclusions come first, then options and !options, sorted by the option name, also in directory order, then architecture specific sections, sorted by the architecture name, with i386 being a traditional exception.
Prodded by: bde
show more ...
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
4afa3718 |
| 16-Jul-2003 |
Mark Murray <markm@FreeBSD.org> |
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that live
Very big makeover in the way telnet, telnetd and libtelnet are built.
Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
show more ...
|
Revision tags: release/5.1.0_cvs, release/5.1.0 |
|
#
b82eca91 |
| 24-May-2003 |
Peter Wemm <peter@FreeBSD.org> |
Do not exclude amd64 from rtld-elf builds.
Approved by: re (safe amd64 support commits)
|
#
7691f66a |
| 19-May-2003 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Retire the useless NOSECURE knob.
Approved by: re (scottl)
|
#
1cec3c80 |
| 11-May-2003 |
Mark Murray <markm@FreeBSD.org> |
Allow a NOPIC "make world" to complete.
OK'ed by: re(scottl)
|
#
b2d14fd9 |
| 08-May-2003 |
Peter Wemm <peter@FreeBSD.org> |
Exclude rtld-elf for amd64. More porting is still needed.
Approved by: re (scottl)
|
#
dbf104e6 |
| 05-May-2003 |
Mark Murray <markm@FreeBSD.org> |
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
|
#
a52672e9 |
| 01-May-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
|
#
2266b8c0 |
| 30-Apr-2003 |
Ruslan Ermilov <ru@FreeBSD.org> |
Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.
|
#
706d0ee0 |
| 27-Apr-2003 |
Warner Losh <imp@FreeBSD.org> |
Add back # accidentally deleted in 1.54
|
#
b4e225be |
| 27-Apr-2003 |
Warner Losh <imp@FreeBSD.org> |
This is no longer needed after tw is gone.
Approved by: re@ (scottl)
|
Revision tags: release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
d3951ad1 |
| 02-Jan-2003 |
Juli Mallett <jmallett@FreeBSD.org> |
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty.
Submitted by
Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty.
Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
show more ...
|
#
a6f8d995 |
| 12-Nov-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
[DAIVD O'BRIEN's OPINION] Head off what I think is an abuse of the TRB, and disable lukemftpd.
|
Revision tags: release/4.7.0_cvs |
|
#
0b15d9a1 |
| 02-Oct-2002 |
Mike Barcroft <mike@FreeBSD.org> |
Hook rpc.rstatd back up to the build now that it compiles.
|
#
c58ff411 |
| 02-Oct-2002 |
John Baldwin <jhb@FreeBSD.org> |
Unhook rpc.rstatd from the build until it actually compiles.
|
#
66422f5b |
| 17-Sep-2002 |
Peter Wemm <peter@FreeBSD.org> |
Initiate deorbit burn for the i386-only a.out related support. Moves are under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecate
Initiate deorbit burn for the i386-only a.out related support. Moves are under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that.
Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
show more ...
|
Revision tags: release/4.6.2_cvs, release/4.6.2 |
|
#
23b25ee7 |
| 13-Aug-2002 |
David Malone <dwmalone@FreeBSD.org> |
Add tcpd to the build - though we don't need to for inetd, someone might want it for some other service-running program.
Approved by: markm MFC after: 1 week
|
Revision tags: release/4.6.1, release/4.6.0_cvs |
|
#
5c4ff405 |
| 27-Feb-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Add lukemftpd to the mix.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
2e1c1789 |
| 01-Oct-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Migrate uucpd to ports as well.
Noticed by: ru
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
0dc44b5a |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Do not build (and install) both secure/ and standard versions of libtelnet, telnetd, and telnet. This only worked because secure/ was listed late in SUBDIR in Makefile.inc1.
Reviewed by: markm
|
#
27a803d6 |
| 11-Jan-2001 |
Doug Barton <dougb@FreeBSD.org> |
Add a system to save entropy from /dev/random periodically so that it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boo
Add a system to save entropy from /dev/random periodically so that it can be used to reseed at boot time. This will greatly increase the chances that there will be sufficient entropy available at boot time to prevent long delays.
For /etc/rc, remove the vmstat and iostat runs from the attempt to provide some cheesy randomness if the files fail, since those programs are dynamically linked, and ldd seems to want some randomness to do its magic.
Guidance and parameters for this project were provided by Mark Murray, based on the requirements of the Yarrow algorithm. Some helpful suggestions for implementation (including the tip about iostat and vmstat) were provided by Sheldon Hearn. All blame for problems or mistakes is mine of course.
show more ...
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
e4322bc6 |
| 24-Mar-2000 |
Dan Moschuk <dan@FreeBSD.org> |
Wrap uucpd behind the NOUUCP knob.
Noticed by: Doug Barton
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs |
|
#
64baa0b4 |
| 30-Nov-1999 |
Peter Wemm <peter@FreeBSD.org> |
Reactivate named-xfer
|
#
fe6d3fe5 |
| 30-Nov-1999 |
Peter Wemm <peter@FreeBSD.org> |
Move named and associated tools into a seperate makefile section and disable them pending an import and cleanup of bind 8.2.2.p5.
|
#
fe637036 |
| 22-Nov-1999 |
Brian Somers <brian@FreeBSD.org> |
Enable pppoed
|