summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix zero-padding for printf formats which include a precision orsheldonh1999-12-231-2/+8
| | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com>
* Reduce the FreeBSD custom hacks to gcc.c by using the GCC provided methodsobrien1999-12-221-6/+0
| | | | | | | | | | | | | | | | of changing the search dirs. This also removes an used search dir, removes unneeded redundancy, and a bugus dir we enherited on the i386 by baseing off of svr4.h. We went from: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/:/usr/bin/:/usr/libexec/ libraries: /usr/libdata/gcc/:/usr/libexec/:/usr/ccs/lib/:/usr/lib/ to: install: /usr/libexec/(null) programs: /usr/libexec/<OBJFORMAT>/:/usr/libexec/ libraries: /usr/libexec/:/usr/lib/
* s/tcpdump/traceroutephantom1999-12-201-1/+3
| | | | | PR: docs/14523 Submitted by: Adam Morrison <adam@xpert.com>
* Install sendmail.cf into /etc/mail.obrien1999-12-191-0/+6
| | | | | | | | | The current offical Sendmail Inc. version uses /var/mail/ and when we upgrade our repository to that version, we will get the change. It is best to make the path change in 4.0-R (which may not have the latest Sendmail Inc. version, than to change in mid-4.x stream when we may upgrade. Ok'ed by: Peter (quite a while ago)
* Use symbolic values rather than constants in TARGET_DEFAULT.obrien1999-12-192-2/+4
| | | | Submitted by: bde on -current
* Use a unified CPP_SPEC.obrien1999-12-194-21/+12
|
* Provide complete coverage in switch statement to quiet -Wall.obrien1999-12-181-0/+4
|
* Change location of temporary file from /tmp to /var/tmp. This is agrog1999-12-171-1/+2
| | | | | | | | | | | | | | | | repeat of an earlier commit which apparently got lost with the last import. It helps solve the frequently reported problem pid 4032 (mail.local), uid 0 on /: file system full (though there appears to be a lot of space) caused by idiots sending 30 MB mail messages. Most-recently-reported-by: jahanur <jahanur@jjsoft.com> Add $FreeBSD$ so that I can check the file back in. Rejected-by: CVS
* Fix my CPP_SPEC synatax screwup.obrien1999-12-162-2/+2
| | | | Totally pissed at self: obrien
* Remove the defining of __i486__ baesd on TARGET_CPU_DEFAULT and !m386 or m486.obrien1999-12-152-18/+2
|
* Fix bug with internal functions when locale is activeache1999-12-131-1/+11
| | | | | | PR: 15370 Reviewed by: no responce from maintainer Obtained from: perl development sources
* Oops. HAVE_INET6_STRUCTS was supposed to be HAS_INET6_STRUCTS. Luckilypeter1999-12-131-2/+0
| | | | it was implicitly on because we had AF_INET6 defined.
* Do not add routes for localhost to the `dhclient' controlled interface.obrien1999-12-121-5/+2
| | | | | | | | | | | | | | Doing so is bogus if the loop-back interface was not configured. Typically ``network_interfaces="auto"'' will return the list of interfaces such that "lo0" is not first. Thus there are times when `dhclient' configs an interface before "lo0" is configured. Under BSD4.4, there's no need to add the above route, as it will be automatically generated by the kernel. PR: conf/14098, misc/15183 Submitted by: luoqi (true identification of the problem)
* Unmangle cvs's MD5* calls.peter1999-12-111-0/+15
|
* Take a shot at using mkstemp() since we have a __warn_references() onpeter1999-12-112-1/+22
| | | | the other temporary file creation functions..
* Merge error. rcs_lockfile is freed after unlock.peter1999-12-111-2/+0
|
* Update for 1.10.7 update.peter1999-12-111-12/+6
|
* Merge cyclic changes from 1.10.7 into our mainline. I did this seperatelypeter1999-12-111-182/+301
| | | | | as cvs update -j had kittens over the whole thing and I ended up merging it by hand.
* Merge cyclic changes for 1.10.7 only our mainline.peter1999-12-1115-664/+1974
|
* Revert to vendor version. Sigh, this left the vendor branch becausepeter1999-12-111-1/+2
| | | | of a fix for a y2k non-problem. :-(
* This commit was generated by cvs2svn to compensate for changes in r54427,peter1999-12-1191-2114/+10401
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import cvs-1.10.7. There are a number of nasty bugs that have been fixed.peter1999-12-11108-2956/+12644
| | | | | | | | Obtained from: cyclic.com
* | This is the list of files excluded from the original tarball.roberto1999-12-091-0/+101
| | | | | | | | Reviewed by: peter, obrien
* | Commit a fix several warnings on alpha for sysctlbyname arguments. It couldroberto1999-12-091-1/+3
| | | | | | | | | | | | | | have resulted in stack corruption. A patch has been sent to the ntp author for inclusion in next version. Obtained from: peter
* | Please all welcome the long-awaited upgrade from our ancient xntpd 3.4froberto1999-12-091-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | This commit was generated by cvs2svn to compensate for changes in r54359,roberto1999-12-09483-0/+150243
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of ntpd 4.0.98froberto1999-12-09483-0/+150243
| /
* | Add maintainer tag, and add a description of a few more things we'vepeter1999-12-081-0/+11
| | | | | | | | added/changed locally for FreeBSD.
* | Style nit.obrien1999-12-081-1/+1
| |
* | Document what "X" in the table means.obrien1999-12-081-0/+3
| |
* | When a Makefile.PL is evaluated in a subdirectory (ext/SDBM_Files/sdbm)marcel1999-12-041-1/+2
| | | | | | | | | | | | do not prepend '../' to PERL and FULLPERL. It breaks cross-building. Approved by: markm
* | Call isspace() directly to get rid of an objectionable include.obrien1999-12-041-3/+2
| |
* | Document the .cvsrc "cvs" option for global options.peter1999-12-041-0/+9
| |
* | Support the environtmental var "CVS_OPTIONS". Which can hold a set ofobrien1999-12-044-1/+135
| | | | | | | | | | | | | | default options for cvs. These options are interpreted first and can be overwritten by explicit command line parameters. Obtained from: GNU Grep 2.3
* | Hardwire HAVE_INET6_STRUCTS rather than probe at compile time. -currentpeter1999-11-301-1/+1
| | | | | | | | | | has the structures that probe_ipv6 tested for, so this will always be defined if the standard tests are run.
* | Files not in 8.2.2.p5peter1999-11-303-390/+0
| |
* | Files gone from 8.2.2.p5peter1999-11-304-491/+0
| |
* | Files removed in 8.2.2.p5peter1999-11-303-490/+0
| |
* | Merge changes from vendor branch onto HEAD.peter1999-11-308-344/+1260
| |
* | This commit was generated by cvs2svn to compensate for changes in r53910,peter1999-11-30316-6697/+54429
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import bind v8.2.2.p5, minus the crypto for the time being. The bindpeter1999-11-30327-8009/+57465
| | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | * Use getobjformat() rather than manually do what it does.obrien1999-11-291-71/+43
| | | | | | | | | | | | | | | | | | | | | | | | * 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)
* | | Pass the pppoe packets into do_ppp_print correctly.brian1999-11-271-5/+3
| | |
* | | * Support the environtmental var "DIFF_OPTIONS". Which can hold a set ofobrien1999-11-263-1/+118
| | | | | | | | | | | | | | | | | | | | | 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.
* | | This commit was generated by cvs2svn to compensate for changes in r53696,peter1999-11-251-0/+12
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Apply the sendmail 8.9.3 denial-of-service patch which prevents untrustedpeter1999-11-251-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | users from running newaliases. (This is to protect aliases.db against truncation). PR: 15088
* | | | This commit was generated by cvs2svn to compensate for changes in r53660,obrien1999-11-241-32/+7
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of the GCC 2.95.1 compilersobrien1999-11-241-32/+7
| | | | | | | | | | | | | | | | | | | | (gcc/config/i386/freebsd.h renamed to freebsd-aout.h)
* | | | | This commit was generated by cvs2svn to compensate for changes in r53657,obrien1999-11-241-16/+38
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of gcc from EGCS 1.1.2.obrien1999-11-241-16/+38
| | | | | | | | | | | | | | | | | | | | (renamed to freebsd-aout.h)
OpenPOWER on IntegriCloud