Peter Wemm
8bd88c453b
Unmangle cvs's MD5* calls.
1999-12-11 15:10:02 +00:00
Peter Wemm
5e84812fa3
Take a shot at using mkstemp() since we have a __warn_references() on
...
the other temporary file creation functions..
1999-12-11 14:58:02 +00:00
Peter Wemm
337c65c54d
Merge error. rcs_lockfile is freed after unlock.
1999-12-11 13:19:17 +00:00
Peter Wemm
5eae5a3482
Update for 1.10.7 update.
1999-12-11 13:11:47 +00:00
Peter Wemm
f1ddedaa09
Merge cyclic changes from 1.10.7 into our mainline. I did this seperately
...
as cvs update -j had kittens over the whole thing and I ended up merging
it by hand.
1999-12-11 13:00:18 +00:00
Peter Wemm
9bd45385bc
Merge cyclic changes for 1.10.7 only our mainline.
1999-12-11 12:50:10 +00:00
Peter Wemm
c17d50044b
Revert to vendor version. Sigh, this left the vendor branch because
...
of a fix for a y2k non-problem. :-(
1999-12-11 12:42:49 +00:00
Peter Wemm
6687a375a9
This commit was generated by cvs2svn to compensate for changes in r54427,
...
which included commits to RCS files with non-trunk default branches.
1999-12-11 12:24:21 +00:00
Peter Wemm
d818196804
Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.
...
Obtained from: cyclic.com
1999-12-11 12:24:21 +00:00
Ollivier Robert
f055f4f966
This is the list of files excluded from the original tarball.
...
Reviewed by: peter, obrien
1999-12-09 13:26:04 +00:00
Ollivier Robert
4a3e65fbac
Commit a fix several warnings on alpha for sysctlbyname arguments. It could
...
have resulted in stack corruption. A patch has been sent to the ntp author
for inclusion in next version.
Obtained from: peter
1999-12-09 13:17:01 +00:00
Ollivier Robert
1d45332d46
Please all welcome the long-awaited upgrade from our ancient xntpd 3.4f
...
to a brand new and shiny ntpd 4.0.98f.
I got tired of waiting for 4.1.0 and there is the feature freeze deadline
so here it is. This is the contrib/ part of the upgrade. The Makefile glue
will be added very soon in usr.sbin.
It builds and runs on both i386 and alpha (Thanks Peter!).
The bad news is that manpages no longer exist, everything is in HTML. I'll
commit the text version of each HTML file in /usr/share/doc/ntp soon to have
at least the help files w/o needing to get the entire contrib/ntp tree.
I'll commit FREEBSD-Xlist as soon as I can skip over $FreeBSD$ checks...
Reviewed by: peter, obrien
Pushed by: phk
1999-12-09 13:13:26 +00:00
Ollivier Robert
30f31472f8
This commit was generated by cvs2svn to compensate for changes in r54359,
...
which included commits to RCS files with non-trunk default branches.
1999-12-09 13:01:21 +00:00
Ollivier Robert
c0b746e5e8
Virgin import of ntpd 4.0.98f
1999-12-09 13:01:21 +00:00
Peter Wemm
51399659b1
Add maintainer tag, and add a description of a few more things we've
...
added/changed locally for FreeBSD.
1999-12-08 16:49:38 +00:00
David E. O'Brien
368a9f3acb
Style nit.
1999-12-08 06:42:50 +00:00
David E. O'Brien
d54c60e55c
Document what "X" in the table means.
1999-12-08 06:42:08 +00:00
Marcel Moolenaar
d176626abc
When a Makefile.PL is evaluated in a subdirectory (ext/SDBM_Files/sdbm)
...
do not prepend '../' to PERL and FULLPERL. It breaks cross-building.
Approved by: markm
1999-12-04 12:35:56 +00:00
David E. O'Brien
b0576ff7e0
Call isspace() directly to get rid of an objectionable include.
1999-12-04 08:44:05 +00:00
Peter Wemm
7b72489469
Document the .cvsrc "cvs" option for global options.
1999-12-04 02:15:30 +00:00
David E. O'Brien
eaf4925a25
Support the environtmental var "CVS_OPTIONS". Which can hold a set of
...
default options for cvs. These options are interpreted first and can be
overwritten by explicit command line parameters.
Obtained from: GNU Grep 2.3
1999-12-04 01:23:26 +00:00
Peter Wemm
95a3c8199b
Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -current
...
has the structures that probe_ipv6 tested for, so this will always be
defined if the standard tests are run.
1999-11-30 04:24:01 +00:00
Peter Wemm
7b3b89d671
Files not in 8.2.2.p5
1999-11-30 03:44:02 +00:00
Peter Wemm
bf49e5ccac
Files gone from 8.2.2.p5
1999-11-30 03:41:17 +00:00
Peter Wemm
0e460bd389
Files removed in 8.2.2.p5
1999-11-30 03:40:06 +00:00
Peter Wemm
c91c657ae2
Merge changes from vendor branch onto HEAD.
1999-11-30 02:52:56 +00:00
Peter Wemm
4485638716
This commit was generated by cvs2svn to compensate for changes in r53910,
...
which included commits to RCS files with non-trunk default branches.
1999-11-30 02:43:11 +00:00
Peter Wemm
6b6ac9438f
Import bind v8.2.2.p5, minus the crypto for the time being. The bind
...
package does have BXA export approval, but the licensing strings on the
dnssafe code are a bit unpleasant. The crypto is easy to restore and bind
will run without it - just without full dnssec support.
Obtained from: The Internet Software Consortium (www.isc.org)
1999-11-30 02:43:11 +00:00
David E. O'Brien
cd423b136e
* Use getobjformat() rather than manually do what it does.
...
* Don't conditional based on i386, but generalize to all FreeBSD arch's.
* Don't be a.out-centric, but generalize to handle other possible future
formats.
Submitted by: marcel (partial)
1999-11-29 10:41:21 +00:00
Brian Somers
40e7a3d7fd
Pass the pppoe packets into do_ppp_print correctly.
1999-11-27 18:04:57 +00:00
David E. O'Brien
20ee132cae
* Support the environtmental var "DIFF_OPTIONS". Which can hold a set of
...
default options for diff. These options are interpreted first and can be
overwritten by explicit command line parameters.
* Add the "-o" option to specify old-traditional output style.
* Add utility functions for env vars obtained from GNU Grep 2.3h.
1999-11-26 02:51:44 +00:00
Peter Wemm
945d12af3b
This commit was generated by cvs2svn to compensate for changes in r53696,
...
which included commits to RCS files with non-trunk default branches.
1999-11-25 18:03:05 +00:00
Peter Wemm
b518ca7de5
Apply the sendmail 8.9.3 denial-of-service patch which prevents untrusted
...
users from running newaliases. (This is to protect aliases.db against
truncation).
PR: 15088
1999-11-25 18:03:05 +00:00
David E. O'Brien
e4dfd37f5a
This commit was generated by cvs2svn to compensate for changes in r53660,
...
which included commits to RCS files with non-trunk default branches.
1999-11-24 06:24:35 +00:00
David E. O'Brien
0cef048f94
Virgin import of the GCC 2.95.1 compilers
...
(gcc/config/i386/freebsd.h renamed to freebsd-aout.h)
1999-11-24 06:24:35 +00:00
David E. O'Brien
9ea0cca7b7
This commit was generated by cvs2svn to compensate for changes in r53657,
...
which included commits to RCS files with non-trunk default branches.
1999-11-24 06:23:43 +00:00
David E. O'Brien
5003d98148
Virgin import of gcc from EGCS 1.1.2.
...
(renamed to freebsd-aout.h)
1999-11-24 06:23:43 +00:00
David E. O'Brien
2cbc2fc2d0
This commit was generated by cvs2svn to compensate for changes in r53654,
...
which included commits to RCS files with non-trunk default branches.
1999-11-24 06:22:22 +00:00
David E. O'Brien
421eff041a
Virgin import of GCC 2.7.2.3's gcc/config/i386/freebsd.h for a.out systems.
...
[This has been renamed to freebsd-aout.h to not conflict with our own
hacked up version.]
1999-11-24 06:22:22 +00:00
Peter Wemm
6e24b2a8e2
Fix (I believe) Bill Paul's core dump when using gdb on shared executables.
...
This is an addition to rev 1.5. If lm == NULL, new->lm is uninitialized.
1999-11-22 18:04:53 +00:00
David E. O'Brien
32458f8c01
* Remove a trailing ";" from a macro.
...
* Style cleanup.
1999-11-17 07:18:25 +00:00
David E. O'Brien
9df17bd3c2
This temperary file can die now.
1999-11-17 07:03:32 +00:00
David E. O'Brien
a02d4a1bb5
Fix a minor bogon.
1999-11-15 19:26:58 +00:00
David E. O'Brien
aa2b357d9e
Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).
...
It causes internal compiler errors and sig 11's with GCC 2.95.2.
1999-11-15 07:57:13 +00:00
David E. O'Brien
0e2abe6daa
Upgrade support file for GCC 2.95.2.
1999-11-15 04:41:30 +00:00
David E. O'Brien
874051e952
Add rev 1.2 profiling tweaks, to GCC 2.95.2.
1999-11-15 04:33:36 +00:00
David E. O'Brien
6a90513a0f
Use the stock 2.95.2 file here.
...
I cannot determine if our previous (rev 1.2) changes for ObjC are still
appropriate.
1999-11-15 04:28:55 +00:00
David E. O'Brien
103b517414
Bump __FreeBSD_cc_version due to the compiler upgrade.
1999-11-15 04:25:13 +00:00
David E. O'Brien
bad1bfea45
Make cross-compilation work for Alpha on i386 machines.
...
Note that the optimizer has a bug somewhere. This means that only -O0
works at this time.
Submitted by: marcel
1999-11-14 12:07:57 +00:00
David E. O'Brien
f4f21b5c0a
Remove 'SET_ASM_OP' macro, which is unused now and rather harmful
...
for recent Egcs 1.1.x.
Submitted by: simokawa
1999-11-14 12:04:02 +00:00