aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Merge after 4.1.0 import.Ollivier Robert2001-08-291-986/+1573
| | | | Notes: svn path=/head/; revision=82505
* Update for 4.1.0 import.Ollivier Robert2001-08-292-6/+10
| | | | Notes: svn path=/head/; revision=82503
* Redo the int -> unsigned changes jedgar did. It should have been submittedOllivier Robert2001-08-291-615/+852
| | | | | | | back but it was off the vendor branch anyway so... Notes: svn path=/head/; revision=82502
* This commit was generated by cvs2svn to compensate for changes in r82498,Ollivier Robert2001-08-29264-21820/+41959
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=82499
| * Virgin import of ntpd 4.1.0Ollivier Robert2001-08-29266-23421/+44394
| | | | | | | | Notes: svn path=/vendor/ntp/dist/; revision=82498
* | Manually unifdef(1) CRAY, UNICOS, hpux and sun uselsess code.Mark Murray2001-08-2911-936/+7
| | | | | | | | Notes: svn path=/head/; revision=82497
* | Add heuristic to detect SSH connection (in the same style as otherAndrey A. Chernov2001-08-291-0/+5
| | | | | | | | | | | | | | | | | | heuristics already here which not supposed to be secure, just helpers). Approved by: security@ silence Notes: svn path=/head/; revision=82495
* | Remove description of an option that only applies to UNICOS < 7.0.Dima Dorfman2001-08-251-13/+0
| | | | | | | | | | | | | | | | | | | | That define may still be present in the source, but I don't think anyone has plans to try to use it. Obtained from: NetBSD Notes: svn path=/head/; revision=82326
* | This commit was generated by cvs2svn to compensate for changes in r82230,Jeroen Ruigrok van der Werven2001-08-236-18/+17
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=82231
| * | String format patchJeroen Ruigrok van der Werven2001-08-236-18/+17
| | | | | | | | | | | | Notes: svn path=/vendor/bind/dist/; revision=82230
* | | Update import informationGregory Neil Shapiro2001-08-211-4/+4
| | | | | | | | | | | | Notes: svn path=/head/; revision=82021
* | | Resolve conflicts from sendmail 8.11.6 importGregory Neil Shapiro2001-08-211-4/+21
| | | | | | | | | | | | Notes: svn path=/head/; revision=82020
* | | This commit was generated by cvs2svn to compensate for changes in r82017,Gregory Neil Shapiro2001-08-2113-33/+72
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=82018
| * | | Import sendmail 8.11.6Gregory Neil Shapiro2001-08-2114-37/+93
| | | | | | | | | | | | | | | | Notes: svn path=/vendor/sendmail/dist/; revision=82017
* | | | Fix overflow problem when giving a username that is too long.Mark Murray2001-08-201-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also minor declaration/header fixes while auditing the code. Notes: svn path=/head/; revision=81973
* | | | Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-2025-290/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | telnet, so it was treated as the reference code, except where later commits were made to "base" telnet. Notes: svn path=/head/; revision=81965
* | | | Merge vendor branch onto mainline (try to fix HAVE_KERBEROS)Peter Wemm2001-08-201-2/+2
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81954
* | | | Re-initialize gp after a jsr.David E. O'Brien2001-08-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rtld runs the .fini section in a shared lib (C++), the code in question from .../contrib/gdb/config/alpha/crtbegin.asm first calls __do_globals_dtors_aux and then __do_frame_takedown. Unfortunately, the value of gp after a jsr is undefined and in this case had changed from before the call, probably as a result of calling code in some other shared library. The normal calling convention for alpha is to re-initialize gp using 'ldgp gp,0(ra)' after a jsr instruction but in this case no such re-initialization is done. This leads to a bogus value being read for the address of __do_frame_takedown and a quick segfault. Submitted by: dfr Obtained from: GCC 3.0 Notes: svn path=/head/; revision=81867
* | | | Add the `WANT_FORCE_OPTIMIZATION_DOWNGRADE' knob. If set to an integerDavid E. O'Brien2001-08-161-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value, it forces GCC to not optimize above this level. For intance, GCC made with "WANT_FORCE_OPTIMIZATION_DOWNGRADE=1" is a good setting for the Alpha platform when building ports. Notes: svn path=/head/; revision=81749
* | | | MFV: New macro: .Ex.Ruslan Ermilov2001-08-151-0/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81684
* | | | This commit was generated by cvs2svn to compensate for changes in r81682,Ruslan Ermilov2001-08-152-3/+99
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81683
| * | | | From ChangeLog:Ruslan Ermilov2001-08-153-3/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-08-14 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (Ex): New implementation. : * tmac/doc-common, tmac/groff_tmac.man: Updated. This adds a new macro, .Ex (Exit Status), for use in the DIAGNOSTICS section of section 1, 6 and 8 manpages. Prodded by: dd Notes: svn path=/vendor/groff/dist/; revision=81682
* | | | | Removal of following export controll related sentences:Kazuo Horikawa2001-08-151-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. o Because of export controls, data encryption is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by: no objection on doc Notes: svn path=/head/; revision=81665
* | | | | This commit was generated by cvs2svn to compensate for changes in r81630,Ruslan Ermilov2001-08-142-15/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81631
| * | | | From ChangeLog:Ruslan Ermilov2001-08-142-15/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | : 2001-08-13 Ruslan Ermilov <ru@FreeBSD.org> : : * tmac/doc.tmac (Rv): Implement support for 0 or more than 1 : argument. : * tmac/groff_tmac.man: Updated. All of the following are now valid: .Rv -std f1 .Rv -std f1 f2 .Rv -std f1 f2 f3 .Rv -std The last form is useful where the standard return behavior is applicable to all of the functions described in this particular manpage. Look, for example, at the stat(2), setresuid(2), and utimes(2) manpages. The form with >1 functions is useful in a mixed environment. See the fhopen(2) manpage for an example. Prodded by: yar Notes: svn path=/vendor/groff/dist/; revision=81630
* | | | | mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-143-5/+10
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81622
* | | | | Revert part of the 1.11->1.11.1p1 change. Put the blank line back inPeter Wemm2001-08-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the beginning of constructed log messages being passed to $EDITOR. This is where folks start typing. Notes: svn path=/head/; revision=81598
* | | | | Fix uninitialized "force" variable.Andrey A. Chernov2001-08-131-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: 23203 Submitted by: fenner Approved by: markm Notes: svn path=/head/; revision=81596
* | | | | libgmp has been superseded by libmp.Dima Dorfman2001-08-10367-53804/+0
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81468
* | | | | Argh, this could not possibly have worked as it existed in the tree.Peter Wemm2001-08-101-1/+1
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81443
* | | | | Copy our changes from sccs2rcs.csh to sccs2rcs.inPeter Wemm2001-08-102-285/+4
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81442
* | | | | This commit was generated by cvs2svn to compensate for changes in r81440,Peter Wemm2001-08-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81441
* | | | | This commit was generated by cvs2svn to compensate for changes in r81437,Peter Wemm2001-08-101-439/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81438
* | | | | This file is gone in cvs-1.11.1p1 (replaced by log.in)Peter Wemm2001-08-101-183/+0
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81436
* | | | | This commit was generated by cvs2svn to compensate for changes in r81434,Peter Wemm2001-08-107-1495/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81435
* | | | | Re-kill this file. It got whiplash being killed and restored on thePeter Wemm2001-08-101-97/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mainline, it is truely dead now. Notes: svn path=/head/; revision=81428
* | | | | This commit was generated by cvs2svn to compensate for changes in r81426,Peter Wemm2001-08-102-295/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81427
* | | | | This commit was generated by cvs2svn to compensate for changes in r81424,Peter Wemm2001-08-109-6605/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81425
* | | | | This commit was generated by cvs2svn to compensate for changes in r81422,Peter Wemm2001-08-101-86/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81423
* | | | | This commit was generated by cvs2svn to compensate for changes in r81420,Peter Wemm2001-08-101-526/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81421
* | | | | This commit was generated by cvs2svn to compensate for changes in r81414,Peter Wemm2001-08-101-175/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81415
* | | | | This commit was generated by cvs2svn to compensate for changes in r81412,Peter Wemm2001-08-101-764/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81413
* | | | | Tweak for 1.11.1p1Peter Wemm2001-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=81408
* | | | | Initial merge of cvs-1.11 -> 1.11.1p1 changes onto mainline. There isPeter Wemm2001-08-1018-1224/+1624
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still some suspicious and/or broken stuff to fix yet. Notes: svn path=/head/; revision=81407
* | | | | This commit was generated by cvs2svn to compensate for changes in r81404,Peter Wemm2001-08-1097-4397/+18751
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81405
| * | | | | Import cvs-1.11.1p1 onto vendor branchPeter Wemm2001-08-10115-5599/+20372
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/cvs/dist/; revision=81404
* | | | | | This commit was generated by cvs2svn to compensate for changes in r81340,Jeroen Ruigrok van der Werven2001-08-091-1/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=81341
| * | | | | Import of BIND fix for the fact that HMAC-MD5 keys have keyid 0Jeroen Ruigrok van der Werven2001-08-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Notes: svn path=/vendor/bind/dist/; revision=81340
* | | | | | mdoc(7) police:Ruslan Ermilov2001-08-073-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Notes: svn path=/head/; revision=81251
* | | | | | Don't do unsafe activities inside signal handlers. Just set a flag andKris Kennaway2001-08-061-44/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return. Obtained from: OpenBSD Reviewed by: audit Notes: svn path=/head/; revision=81187